8f1d8b56-574d-4c47-aa6b-fcfb605f5858
639be0cf-910e-4c8d-a4d5-02965847d699
configure terminal ! router eigrp N-EIGRP address-family ipv4 unicast autonomous-system 1 topology base ! redistribute from ospf to eigrp ! bandwidth[kbps], delay[10us], reliability 100%, load 1, MTU 1500 redistribute ospf 1 metric 1000000 1 255 1 1500 exit-af-topology exit-address-family exit ! router ospf 1 ! redistribute from eigrp to ospf redistribute eigrp 1 subnets exit ! end
configure terminal ! access-list 10 deny 172.16.8.0 0.0.0.255 access-list 10 deny 172.16.9.0 0.0.0.255 access-list 10 deny 172.16.10.0 0.0.0.255 access-list 10 permit any ! router eigrp N-EIGRP address-family ipv4 unicast autonomous-system 1 topology base ! redistribute from ospf to eigrp ! bandwidth[kbps], delay[10us], reliability 100%, load 1, MTU 1500 redistribute ospf 1 metric 1000000 1 255 1 1500 exit-af-topology exit-address-family exit ! router ospf 1 ! redistribute from eigrp to ospf redistribute eigrp 1 subnets distribute-list 10 out eigrp 1 exit ! end
configure terminal ! router eigrp N-EIGRP address-family ipv4 unicast autonomous-system 1 topology base ! redistribute from ospf to eigrp ! bandwidth[kbps], delay[10us], reliability 100%, load 1, MTU 1500 redistribute ospf 1 metric 1000000 1 255 1 1500 exit-af-topology exit-address-family exit ! router ospf 1 ! redistribute from eigrp to ospf redistribute eigrp 1 subnets exit ! end
configure terminal ! access-list 10 deny 172.16.8.0 0.0.0.255 access-list 10 deny 172.16.9.0 0.0.0.255 access-list 10 deny 172.16.10.0 0.0.0.255 access-list 10 permit any ! router ospf 1 distribute-list 10 in GigabitEthernet 0/1 exit ! end
R1 is not used.
configure terminal ! interface Loopback 0 ip address 10.2.0.2 255.255.255.0 ip ospf network point-to-point interface Loopback 1 ip address 10.2.1.2 255.255.255.0 ip ospf network point-to-point interface Loopback 2 ip address 10.2.2.2 255.255.255.0 ip ospf network point-to-point interface Loopback 3 ip address 10.2.3.2 255.255.255.0 ip ospf network point-to-point interface Loopback 4 ip address 10.2.4.2 255.255.255.0 ip ospf network point-to-point interface Loopback 5 ip address 10.2.5.2 255.255.255.0 ip ospf network point-to-point interface Loopback 6 ip address 10.2.6.2 255.255.255.0 ip ospf network point-to-point ! router ospf 1 network 10.2.0.2 0.0.0.0 area 0 network 10.2.1.2 0.0.0.0 area 0 network 10.2.2.2 0.0.0.0 area 0 network 10.2.3.2 0.0.0.0 area 0 network 10.2.4.2 0.0.0.0 area 0 network 10.2.5.2 0.0.0.0 area 0 network 10.2.6.2 0.0.0.0 area 0 exit ! end
configure terminal ! access-list 10 deny 10.2.2.0 0.0.0.255 access-list 10 deny 10.2.3.0 0.0.0.255 access-list 10 deny 10.2.4.0 0.0.0.255 access-list 10 permit any ! or access-list 10 deny 10.2.4.0 0.0.1.255 access-list 10 permit any ! router ospf 1 distribute-list 10 in GigabitEthernet 0/1 exit ! end