R1配置信息:文 章 源 自 note.t4x.orgByrd's Blog-https://note.t4x.org/route/static-routing-second/
0 1 2 3 4 5 6 7 8 9 10 11 12 |
Continue with configuration dialog? [yes/no]: no Router>enable Router#configure terminal Router(config)#hostname R1 R1(config)#interface fastEthernet 0/0 R1(config-if)#ip address 172.28.12.1 255.255.0.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#interface fastEthernet 0/1 R1(config-if)#ip add 192.168.0.1 255.255.255.0 R1(config-if)#no shutdown R1(config)#ip route 192.168.255.0 255.255.255.0 172.28.12.2 R1(config)#ip route 10.0.0.0 255.0.0.0 172.28.12.2 |
R2配置信息:文 章 源 自 note.t4x.orgByrd's Blog-https://note.t4x.org/route/static-routing-second/
0 1 2 3 4 5 6 7 8 9 10 11 |
Router>enable Router#configure terminal Router(config)#hostname R2 R2(config)#interface fastEthernet 0/1 R2(config-if)#ip address 172.28.12.2 255.255.0.0 R2(config-if)#no shutdown R2(config-if)#exit R2(config)#interface fastEthernet 0/0 R2(config-if)#ip address 10.10.10.2 255.0.0.0 R2(config-if)#no shutdown R2(config)#ip route 192.168.0.0 255.255.255.0 172.28.12.1 R2(config)#ip route 192.168.255.0 255.255.255.0 10.10.10.3 |
R3配置信息:文 章 源 自 note.t4x.orgByrd's Blog-https://note.t4x.org/route/static-routing-second/
0 1 2 3 4 5 6 7 8 9 10 11 |
Router>enable Router#configure terminal Router(config)#hostname R3 R3(config)#interface fastEthernet 0/1 R3(config-if)#ip address 10.10.10.3 255.255.0.0 R3(config-if)#no shutdown R3(config-if)#exit R3(config)#interface fastEthernet 0/0 R3(config-if)#ip address 192.168.255.254 255.255.255.0 R3(config-if)#no shutdown R3(config)#ip route 192.168.0.0 255.255.255.0 10.10.10.2 R3(config)#ip route 172.28.0.0 255.255.0.0 10.10.10.2 |
相关阅读:《静态路由模拟试验(01)》文 章 源 自 note.t4x.orgByrd's Blog-https://note.t4x.org/route/static-routing-second/ 文 章 源 自 note.t4x.orgByrd's Blog-https://note.t4x.org/route/static-routing-second/
申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!
Trackbacks