|
TRONG>设置用户模式密码:
router(config)# line console 0 router(config-line)# login router(config-line)# password Set-Password router(config-line)# ^z
设置Telnet密码:
router(config)# line vty 0 4 router(config-line)# login router(config-line)# passWord Set-Password router(config-line)# ^z
设置特权模式密码:
router(config)# enable password Set-Password <--不加密的密码,明码--> router(config)# enable secret Set-Password <--经过加密的密码--> router(config)# ^z
给所有密码加密:
router(config)# service password-ancryption Set-Password-Here router(config)# no service password-ancryption <--取消加密--> router(config)# ^z
设置登录Banner:
router(config)# banner motd 分隔符 Set-Banner-InFORMation-Here 分隔符 <--前后分隔符一定要一致-->
设置接口的描述信息:
router(config-if)# description Set-Port-I 页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] 第9页、共14页 |