ネットワーク構成
4台のルータでネットワークを構成しています。
設定情報
各ルータの設定の抜粋は、次の通りです。
R1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ interface FastEthernet0/0.1 encapsulation dot1Q 1 native ip address 192.168.1.1 255.255.255.0 ! interface FastEthernet0/0.12 encapsulation dot1Q 12 ip address 192.168.12.1 255.255.255.0 ! ! router eigrp 100 network 192.168.0.0 0.0.255.255 no auto-summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ R2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ interface FastEthernet0/0.12 encapsulation dot1Q 12 ip address 192.168.12.2 255.255.255.0 ! interface FastEthernet0/0.23 encapsulation dot1Q 23 ip address 192.168.23.2 255.255.255.0 ! ! router eigrp 100 network 192.168.0.0 0.0.255.255 no auto-summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ R3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ interface FastEthernet0/0.23 encapsulation dot1Q 23 ip address 192.168.23.3 255.255.255.0 ! interface FastEthernet0/0.34 encapsulation dot1Q 34 ip address 192.168.34.3 255.255.255.0 ! ! router eigrp 100 network 192.168.0.0 0.0.255.255 no auto-summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ R4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ interface Loopback0 ip address 10.4.2.4 255.255.255.0 secondary ip address 10.4.3.4 255.255.255.0 secondary ip address 10.4.1.4 255.255.255.0 ! interface FastEthernet0/0.34 encapsulation dot1Q 34 ip address 192.168.34.4 255.255.255.0 ! ! router eigrp 100 network 10.0.0.0 network 192.168.34.0 no auto-summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
問題
R1からR4の10.4.1.4、10.4.2.4、10.4.3.4へTracerouteを行った結果が、次のようになるように設定してください。
R1からのTraceroute ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ R1#traceroute 10.4.1.4 Type escape sequence to abort. Tracing the route to 10.4.1.4 1 192.168.12.2 96 msec 84 msec 88 msec 2 192.168.23.3 76 msec 16 msec 52 msec 3 192.168.34.4 52 msec 68 msec * R1#traceroute 10.4.2.4 Type escape sequence to abort. Tracing the route to 10.4.2.4 1 192.168.12.2 92 msec 36 msec 32 msec 2 192.168.34.4 92 msec 80 msec * R1#traceroute 10.4.3.4 Type escape sequence to abort. Tracing the route to 10.4.3.4 1 192.168.12.2 80 msec 88 msec 100 msec 2 192.168.23.3 132 msec 92 msec 80 msec 3 192.168.34.4 220 msec 172 msec * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━







