Set password for vty interface. If there is no password, a vty won't accept connections.
These commands are deprecated and are present only for historical compatibility. The log trap command sets the current logging level for all enabled logging destinations, and it sets the default for all future logging commands that do not specify a level. The normal default logging level is debugging. The
noform of the command resets the default level for future logging commands to debugging, but it does not change the logging level of existing logging destinations.
Enable logging output to stdout. If the optional second argument specifying the logging level is not present, the default logging level (typically debugging, but can be changed using the deprecated
log trapcommand) will be used. Thenoform of the command disables logging to stdout. Thelevelargument must have one of these values: emergencies, alerts, critical, errors, warnings, notifications, informational, or debugging. Note that the existing code logs its most important messages with severityerrors.
If you want to log into a file, please specify
filenameas in this example:log file /var/log/quagga/bgpd.log informationalIf the optional second argument specifying the logging level is not present, the default logging level (typically debugging, but can be changed using the deprecated
log trapcommand) will be used. Thenoform of the command disables logging to a file.
Enable logging output to syslog. If the optional second argument specifying the logging level is not present, the default logging level (typically debugging, but can be changed using the deprecated
log trapcommand) will be used. Thenoform of the command disables logging to syslog.
Enable logging output to vty terminals that have enabled logging using the
terminal monitorcommand. By default, monitor logging is enabled at the debugging level, but this command (or the deprecatedlog trapcommand) can be used to change the monitor logging level. If the optional second argument specifying the logging level is not present, the default logging level (typically debugging, but can be changed using the deprecatedlog trapcommand) will be used. Thenoform of the command disables logging to terminal monitors.
This command changes the facility used in syslog messages. The default facility is
daemon. Thenoform of the command resets the facility to the defaultdaemonfacility.
To include the severity in all messages logged to a file, to stdout, or to a terminal monitor (i.e. anything except syslog), use the
log record-priorityglobal configuration command. To disable this option, use thenoform of the command. By default, the severity level is not included in logged messages. Note: some versions of syslogd (including Solaris) can be configured to include the facility and level in the messages emitted.
Set system wide line configuration. This configuration command applies to all VTY interfaces.
Set VTY connection timeout value. When only one argument is specified it is used for timeout value in minutes. Optional second argument is used for timeout value in seconds. Default timeout value is 10 minutes. When timeout value is zero, it means no timeout.