| stewartc@wva.org.au 2002-08-29, 4:28 am |
| Hi All,
Just want to make sure my commands are correct? see below. The reason I
ask is when the user makes these changes the router comes back with "7w5d: %SYS-5-CONFIG_I: Configured from console by console?"
Console: Protects the Console Port
Router> enable (enter enable password)
Router# conf t (enter configuration term password if needed or set)
Router(config)# line console 0
Router(config-line)# login
Router(config_line)# password (new console password)
Router(config_line)# Ctrl Z
Terminal (Vty): Protects against unauthorised Telnet port logons.
Router> enable (enter enable password)
Router# conf t (enter configuration term password if needed or set)
Router(config)# line vty 0 4
Router(config-line)# password (new vty password)
Router(config_line)# Ctrl Z
Privilege (Enable): Guards the use of the enable mode super-user status.
Router> enable (enter enable password)
Router# conf t (enter configuration term password if needed or set)
Router(config)# enable password (new enable password)
Router(config_line)# Ctrl Z
Any feed back would be great,
Regards,
Chris.
|