CCENT試験の勉強のためにNetwork Visualizer8.0を利用しています。 現在シミュレーションでルーター2621を3台並べてそれぞれにR1、R2、R3というホスト名を指定しています。R1にはH1というホストコンピューターを接続して、R3にはH3というホストコンピューターを接続しています。R1-R2-R3と接続しています。 スタティックルートを設定してH1からH3にpingを飛ばしているのですが、返ってきません。 ネットパケットモニターを見てみると、H1からH3までのEcho Requestは無事に飛んでいて、Echo ReplyがR2のINまではくるのですが、OUTに飛びません。 逆にH3からH1にpingを飛ばすと、やはりR2のINまではくるのですが、OUTに飛びません。 H1からは問題なくH3に通信ができているのにH3からH1にはR2のINまでしか飛びません。 何が考えられるかご教示下さい。 R1のrunning-config Building configuration... Current configuration : 625 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! ! ! ! ip subnet-zero ! ! ! ! ! interface Loopback0 ip address 192.168.0.1 255.255.255.255 ! interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 no ip directed-broadcast ! interface Serial0/0 no ip address no ip directed-broadcast shutdown ! interface FastEthernet0/1 ip address 192.168.12.1 255.255.255.0 no ip directed-broadcast ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! ! ip classless no ip http server ip route 192.168.23.0 255.255.255.0 192.168.12.2 ip route 192.168.0.2 255.255.255.255 192.168.12.2 ip route 192.168.3.0 255.255.255.0 192.168.12.2 ip route 192.168.0.3 255.255.255.255 192.168.12.2 ! ! ! line con 0 line aux 0 line vty 0 4 login ! end Router# R2のrunning-config Router Con0 is now available Press RETURN to get started! Router>enable Router#show running-config Building configuration... Current configuration : 625 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! ! ! ! ip subnet-zero ! ! ! ! ! interface Loopback0 ip address 192.168.0.2 255.255.255.255 ! interface FastEthernet0/0 ip address 192.168.12.2 255.255.255.0 no ip directed-broadcast ! interface Serial0/0 no ip address no ip directed-broadcast shutdown ! interface FastEthernet0/1 ip address 192.168.23.2 255.255.255.0 no ip directed-broadcast ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! ! ip classless no ip http server ip route 192.168.3.0 255.255.255.0 192.168.23.3 ip route 192.168.0.3 255.255.255.255 192.168.23.3 ip route 192.168.0.1 255.255.255.255 192.168.12.1 ip route 192.168.1.0 255.255.255.0 192.168.12.1 ! ! ! line con 0 line aux 0 line vty 0 4 login ! end Router# R3のruning-config Router Con0 is now available Press RETURN to get started! Router>enable Router#show running-config Building configuration... Current configuration : 625 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! ! ! ! ip subnet-zero ! ! ! ! ! interface Loopback0 ip address 192.168.0.3 255.255.255.255 ! interface FastEthernet0/0 ip address 192.168.23.3 255.255.255.0 no ip directed-broadcast ! interface Serial0/0 no ip address no ip directed-broadcast shutdown ! interface FastEthernet0/1 ip address 192.168.3.3 255.255.255.0 no ip directed-broadcast ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! ! ip classless no ip http server ip route 192.168.0.1 255.255.255.255 192.168.23.2 ip route 192.168.0.2 255.255.255.255 192.168.23.2 ip route 192.168.12.0 255.255.255.0 192.168.23.2 ip route 192.168.1.0 255.255.255.0 192.168.23.2 ! ! ! line con 0 line aux 0 line vty 0 4 login ! end Router# H1は192.168.1.100/24 H3は192.168.3.100/24 になります
↧