packet tracerを使用してEIGRPの設定を行いました。
以下の構成です。
Router1に以下のルートをEIGRPで学習させたいです。
192.168.1.0
192.168.2.0
192.168.3.0
192.168.4.0
192.168.200.0
ルーティングテーブルを確認すると192.168.200.0だけ学習しているようです。
どのように設定すれば理想のルーティング設定が可能になりますか?
どなたかご教示お願いいたします。
以下各機器のコンフィグです。
L3SW
Switch#show run Building configuration... Current configuration : 2103 bytes ! version 12.2(37)SE1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Switch ! ! ! ! ! ! ip routing ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface FastEthernet0/1 switchport access vlan 10 switchport mode access switchport nonegotiate ! interface FastEthernet0/2 switchport access vlan 20 switchport mode access switchport nonegotiate ! interface FastEthernet0/3 switchport access vlan 30 switchport mode access switchport nonegotiate ! interface FastEthernet0/4 switchport access vlan 40 switchport mode access switchport nonegotiate ! interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 ! interface FastEthernet0/9 ! interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24 switchport access vlan 200 switchport mode access switchport nonegotiate ! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2 ! interface Vlan1 no ip address shutdown ! interface Vlan10 mac-address 0010.1193.2c01 ip address 192.168.1.254 255.255.255.0 ! interface Vlan20 mac-address 0010.1193.2c02 ip address 192.168.2.254 255.255.255.0 ! interface Vlan30 mac-address 0010.1193.2c03 ip address 192.168.3.254 255.255.255.0 ! interface Vlan40 mac-address 0010.1193.2c04 ip address 192.168.4.254 255.255.255.0 ! interface Vlan100 mac-address 0010.1193.2c05 no ip address ! interface Vlan200 mac-address 0010.1193.2c06 ip address 192.168.200.253 255.255.255.0 ! ip default-gateway 192.168.200.254 ip classless ip route 0.0.0.0 0.0.0.0 192.168.200.254 ! ip flow-export version 9 ! ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! ! end
Router0
Router#show run Building configuration... Current configuration : 973 bytes ! version 16.6.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Router ! ! ! ! ! ! ! ! ip cef no ipv6 cef ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface GigabitEthernet0/0/0 ip address 192.168.100.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/0/1 ip address 192.168.200.254 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/0/2 no ip address duplex auto speed auto shutdown ! interface Vlan1 no ip address shutdown ! router eigrp 1 network 192.168.0.0 network 192.168.0.0 0.0.255.255 auto-summary ! ip classless ip route 192.168.1.0 255.255.255.0 192.168.200.253 ip route 192.168.2.0 255.255.255.0 192.168.200.253 ip route 192.168.3.0 255.255.255.0 192.168.200.253 ip route 192.168.4.0 255.255.255.0 192.168.200.253 ! ip flow-export version 9 ! ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end
Router1
Router#show run Building configuration... Current configuration : 717 bytes ! version 16.6.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Router ! ! ! ! ! ! ! ! ip cef no ipv6 cef ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface GigabitEthernet0/0/0 ip address 192.168.100.2 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/0/1 no ip address duplex auto speed auto shutdown ! interface GigabitEthernet0/0/2 no ip address duplex auto speed auto shutdown ! interface Vlan1 no ip address shutdown ! router eigrp 1 network 192.168.100.0 auto-summary ! ip classless ! ip flow-export version 9 ! ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end
あなたの回答
tips
プレビュー