Thursday, September 9, 2010

CISCO IOS Tips & Tricks

Basic switch configuration

To set password to protect exec/privileged mode

Type

en
conf t
enable secret password
 
To set password to protect user mode
Type

line console 0
password password
login
exit
 
If the ios doesn't support enable secret

enable password password
 
To disable enable password cisco

Type
 
no enable password
to enable telnet
Type
line vty 0 4
password password
login
exit
 
To set a banner
Type

banner motd *
*********************
WELCOME TO HELL
*********************

No comments:

Post a Comment