欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

实验9 路由器Telnet配置

程序员文章站 2022-03-10 16:17:01
...
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