ccna配置题目,怎么做
发布网友
发布时间:2022-03-03 11:34
我来回答
共1个回答
热心网友
时间:2022-03-03 13:03
1.router>enable
router#configure terminal
router(config)hostname R1
R2的名字同样设置。
2、router>enable
router#configure terminal
R1(config)enable password abcdef
R2同样配置
3、R1>enable
password:abcdef
R1#configure terminal
R1(config)interface s2/0
R1(config-if)ip address 192.168.12.1 255.255.255.0
R1(config-if)clock rate 64000
R1(config-if)no shutdown
R1(config-if)exit
R1(config)interface fa0/0
R1(config-if)ip address 172.16.1.1 255.255.255.0
R1(config-if)no shutdown
R2同样配置
4、R1>enable
password:abcdef
R1#configure terminal
R1(config)route rip
R1(config-router)#network 192.168.12.0
R1(config-router)#network 172.16.1.0
R1(config-router)#version 2
R1(config-router)#end
R1#show ip route
R2>enable
password:abcdef
R2#configure terminal
R2(config)route rip
R2(config-router)#network 192.168.12.0
R2(config-router)#network 172.16.2.0
R2(config-router)#version 2
R2(config-router)#end
R2#show ip route
5、R1>enable
password:abcdef
R1#configure terminal
R1(config)route rip
R1(config-router)#no network 192.168.12.0
R1(config-router)#no network 172.16.1.0
R2的同样道理了。
都是手写的啦。。。那个累啊