静态路由模拟试验(02)

    Read

静态路由试验

R1配置信息:SourceByrd's Weblog-https://note.t4x.org/route/static-routing-second/

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.2SourceByrd's Weblog-https://note.t4x.org/route/static-routing-second/

R2配置信息:SourceByrd's Weblog-https://note.t4x.org/route/static-routing-second/

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.3SourceByrd's Weblog-https://note.t4x.org/route/static-routing-second/

R3配置信息:SourceByrd's Weblog-https://note.t4x.org/route/static-routing-second/

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)SourceByrd's Weblog-https://note.t4x.org/route/static-routing-second/ SourceByrd's Weblog-https://note.t4x.org/route/static-routing-second/

申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!
Byrd
  • Copyright The original https://www.t4x.org/wp-content/uploads/2012/11/002-300x161.jpg, Arrange Published on November 25, 2012
  • 原文链接:https://note.t4x.org/route/static-routing-second/
Comments  1  Guest  0  Pingback  1
匿名

Comment

Anonymous

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: