實驗9 路由器Telnet配置

Router>en
Router#conf t
Router(config)#hostname RA
RA(config)#int fastEthernet 0/0
RA(config-if)#ip address 192.168.1.1 255.255.255.0
RA(config-if)#no shutdown 

RA(config)#int fastEthernet 0/1
RA(config-if)#ip address 192.168.2.1 255.255.255.0
RA(config-if)#no shutdown 

RA(config)#enable password 123
RA(config)#line vty 0 4
RA(config-line)#password 456
RA(config-line)#login 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章