設(shè)置登錄前提示:header login? information "提示內(nèi)容"
設(shè)置登錄成功后提示? header shell? information? "提示內(nèi)容"
示例:實(shí)現(xiàn)通過(guò)pc1用telnet方式登錄
創(chuàng)建vlan 10
? vlan 10?
創(chuàng)建接口組?
port-group 1?
將1-24口劃入接口組1??
group-member gi0/0/1 to gi0/0/24?
? 接口組1配置access撇他,劃入到vlan10
? ? port link-type access?
? ? port default vlan 10?
給vlan 10配置ip地址
int vlan 10
? ip add 192.168.10.1 25
配置登錄提示
? header login information "you will login shengchan device."
? header shell information "please? your action,action you operation."
telnet配置 用戶(hù)名
telnet server enable
aaa
local-user user00 password cipher123456 privilege level 3
local-user user00 service-type telnet
qu?
user-interface vty? 0? ?4
authentication-mode? ?aaa
驗(yàn)證:自己telnet自己就可以測(cè)試.