搜尋此網誌
設定Telnet密碼
設定Telnet密碼
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line vty 0 4 * 進入VTY介面0~4
Router(config-line)#password 456 * 設定密碼為456
Router(config-line)#login * 必須要log in 才能登入
Router(config-line)#
Router#
VTY是(virtual type terminal)的縮寫,是管理Telnet的介面,VTY0~4的意思是允許5個連線同時進入設備,如果同時間超過5個連線,第6個以後就無法連線。