Monday, August 27, 2018

OSPF external 1 v 2

I'm doing some labs on redistribution

My current network diagram is here: https://imgur.com/a/KM8Rkvl

The configs will be at the bottom of the post.

How can I get the OSPF ex2 to display as OSPF ex1 in my routing tables for R1 and R3? Here are the routing tables of R1 and R3.


R1 Gateway of last resort is not set

 1.0.0.0/32 is subnetted, 1 subnets C 1.1.1.1/32 is directly connected, Loopback0 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 10.1.13.0/24 is directly connected, GigabitEthernet0/0 L 10.1.13.1/32 is directly connected, GigabitEthernet0/0 172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks C 172.16.12.0/24 is directly connected, Serial0/0/0 L 172.16.12.1/32 is directly connected, Serial0/0/0 O E2 172.16.34.0/24 [110/100] via 10.1.13.3, 00:24:22, GigabitEthernet0/0 D 192.168.22.0/24 [90/10639872] via 172.16.12.2, 00:15:12, Serial0/0/0 O E2 192.168.44.0/24 [110/100] via 10.1.13.3, 00:15:29, GigabitEthernet0/0 

R3 Gateway of last resort is not set

 3.0.0.0/32 is subnetted, 1 subnets C 3.3.3.3/32 is directly connected, Loopback0 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 10.1.13.0/24 is directly connected, GigabitEthernet0/0 L 10.1.13.3/32 is directly connected, GigabitEthernet0/0 172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks O E2 172.16.12.0/24 [110/100] via 10.1.13.1, 00:25:56, GigabitEthernet0/0 C 172.16.34.0/24 is directly connected, Serial0/0/0 L 172.16.34.1/32 is directly connected, Serial0/0/0 O E2 192.168.22.0/24 [110/100] via 10.1.13.1, 00:16:05, GigabitEthernet0/0 D 192.168.44.0/24 [90/10639872] via 172.16.34.2, 00:16:32, Serial0/0/0 

R1 config:

hostname R1 ! no ip cef no ipv6 cef ! license udi pid CISCO2911/K9 sn FTX15245AC7 ! spanning-tree mode pvst ! interface Loopback0 ip address 1.1.1.1 255.255.255.255 ! interface GigabitEthernet0/0 ip address 10.1.13.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1 no ip address duplex auto speed auto shutdown ! interface GigabitEthernet0/2 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 bandwidth 256 ip address 172.16.12.1 255.255.255.0 clock rate 128000 ! interface Serial0/0/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! router eigrp 1 network 172.16.0.0 ! router ospf 1 log-adjacency-changes redistribute eigrp 1 metric 100 subnets network 10.1.13.0 0.0.0.255 area 0 ! ip classless ! ip flow-export version 9 ! line con 0 ! line aux 0 ! line vty 0 4 login line vty 5 15 login ! end 


R2 config:

hostname R2 ! no ip cef no ipv6 cef ! license udi pid CISCO2911/K9 sn FTX1524S7Q4 ! spanning-tree mode pvst ! interface Loopback0 ip address 2.2.2.2 255.255.255.255 ! interface Loopback2 ip address 192.168.22.1 255.255.255.0 ! interface GigabitEthernet0/0 no ip address duplex auto speed auto shutdown ! interface GigabitEthernet0/1 no ip address duplex auto speed auto shutdown ! interface GigabitEthernet0/2 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 bandwidth 256 ip address 172.16.12.2 255.255.255.0 ! interface Serial0/0/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! router eigrp 1 network 172.16.0.0 network 192.168.22.0 ! ip classless ! ip flow-export version 9 ! line con 0 ! line aux 0 ! line vty 0 4 login line vty 5 15 login ! end 


R3 config:

hostname R3 ! no ip cef no ipv6 cef ! license udi pid CISCO2911/K9 sn FTX1524OAK0 ! spanning-tree mode pvst ! interface Loopback0 ip address 3.3.3.3 255.255.255.255 ! interface GigabitEthernet0/0 ip address 10.1.13.3 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1 no ip address duplex auto speed auto shutdown ! interface GigabitEthernet0/2 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 bandwidth 256 ip address 172.16.34.1 255.255.255.0 clock rate 128000 ! interface Serial0/0/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! router eigrp 2 network 172.16.0.0 ! router ospf 1 log-adjacency-changes redistribute eigrp 2 metric 100 subnets network 10.1.13.0 0.0.0.255 area 0 ! ip classless ! ip flow-export version 9 ! line con 0 ! line aux 0 ! line vty 0 4 login line vty 5 15 login ! end 


R4 config:

hostname R4 ! no ip cef no ipv6 cef ! license udi pid CISCO2911/K9 sn FTX15242CJT ! spanning-tree mode pvst ! interface Loopback0 ip address 4.4.4.4 255.255.255.255 ! interface Loopback2 ip address 192.168.44.1 255.255.255.0 ! interface GigabitEthernet0/0 no ip address duplex auto speed auto shutdown ! interface GigabitEthernet0/1 no ip address duplex auto speed auto shutdown ! interface GigabitEthernet0/2 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 bandwidth 256 ip address 172.16.34.2 255.255.255.0 ! interface Serial0/0/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! router eigrp 2 network 172.16.0.0 network 192.168.44.0 ! ip classless ! ip flow-export version 9 ! line con 0 ! line aux 0 ! line vty 0 4 login line vty 5 15 login ! end 

Edit: formatting



No comments:

Post a Comment