Ok, I have to apologize to the good people at Wordpress. It looks like my issues with uploading images in version 2.71 was more about having installed Google Gears in a vain attempt to get my poor other blog which I upgraded to 2.8 working. Anyhow, above is the topology I was working with at home this weekend. Routers R1, R2, R3, and R4 each have an interface in the broadcast network connected to the switch. This broadcast network is area 0. Each of these routers has various loopback interfaces configured and advertised in OSPF in different areas. The point-to-point link between R2 and R5 is area 51 and is configured for OSPF. The link between R1 and R5 is another broadcast ethernet segment and is configured as area 2. I plan on adding a network off of R5 in a new area that will need a virtual connection back to area 0 just for fun and hopefully a NBMA segment off one of the other routers to play with setting RouterID’s to rig a DR election and using neighbor statements. Below are the outputs of “show run”, “show ip protocol”, and “show ip route” for each of the routers, with the output trimmed a bit for brevity.
R1
*****Output Omitted*****
!
interface Loopback1
description LAN
ip address 192.168.1.1 255.255.255.0
!
interface Loopback2
description LAN
ip address 192.168.5.1 255.255.255.0
!
interface FastEthernet0/0
description SW0
ip address 172.16.1.1 255.255.255.240
duplex auto
speed auto
!
interface FastEthernet1/0
description R5
ip address 192.168.10.1 255.255.255.252
duplex auto
speed auto
!
*****Output Omitted*****
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
network 172.16.1.0 0.0.0.15 area 0
network 192.168.1.0 0.0.0.255 area 2
network 192.168.5.0 0.0.0.255 area 2
network 192.168.10.0 0.0.0.3 area 2
!
*****Output Omitted*****
R1#sh ip proto
Routing Protocol is “ospf 1″
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 1.1.1.1
It is an area border router
Number of areas in this router is 2. 2 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
172.16.1.0 0.0.0.15 area 0
192.168.1.0 0.0.0.255 area 2
192.168.5.0 0.0.0.255 area 2
192.168.10.0 0.0.0.3 area 2
Reference bandwidth unit is 100 mbps
Routing Information Sources:
Gateway Distance Last Update
2.2.2.2 110 00:10:05
4.4.4.4 110 00:10:05
3.3.3.3 110 00:10:05
Distance: (default is 110)
R1#sh ip route
*****Output Omitted*****
Gateway of last resort is not set
192.168.8.0/32 is subnetted, 1 subnets
O IA 192.168.8.1 [110/2] via 172.16.1.4, 00:11:14, FastEthernet0/0
192.168.9.0/30 is subnetted, 1 subnets
O IA 192.168.9.0 [110/65] via 172.16.1.2, 00:11:14, FastEthernet0/0
192.168.10.0/30 is subnetted, 1 subnets
C 192.168.10.0 is directly connected, FastEthernet1/0
172.16.0.0/28 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, FastEthernet0/0
192.168.4.0/32 is subnetted, 1 subnets
O IA 192.168.4.1 [110/2] via 172.16.1.4, 00:11:15, FastEthernet0/0
C 192.168.5.0/24 is directly connected, Loopback2
192.168.6.0/32 is subnetted, 1 subnets
O IA 192.168.6.1 [110/2] via 172.16.1.2, 00:11:15, FastEthernet0/0
192.168.7.0/32 is subnetted, 1 subnets
O IA 192.168.7.1 [110/2] via 172.16.1.3, 00:11:16, FastEthernet0/0
C 192.168.1.0/24 is directly connected, Loopback1
192.168.2.0/32 is subnetted, 1 subnets
O IA 192.168.2.1 [110/2] via 172.16.1.2, 00:11:16, FastEthernet0/0
192.168.3.0/32 is subnetted, 1 subnets
O IA 192.168.3.1 [110/2] via 172.16.1.3, 00:11:16, FastEthernet0/0
R1#
R2
*****Output Omitted*****
!
interface Loopback1
description LAN
ip address 192.168.1.1 255.255.255.0
!
interface Loopback2
description LAN
ip address 192.168.5.1 255.255.255.0
!
interface FastEthernet0/0
description SW0
ip address 172.16.1.1 255.255.255.240
duplex auto
speed auto
!
interface FastEthernet1/0
description R5
ip address 192.168.10.1 255.255.255.252
duplex auto
speed auto
!
*****Output Omitted*****
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
network 172.16.1.0 0.0.0.15 area 0
network 192.168.1.0 0.0.0.255 area 2
network 192.168.5.0 0.0.0.255 area 2
network 192.168.10.0 0.0.0.3 area 2
!
*****Output Omitted*****
R1#
R1#
R1#sh ip proto
Routing Protocol is “ospf 1″
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 1.1.1.1
It is an area border router
Number of areas in this router is 2. 2 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
172.16.1.0 0.0.0.15 area 0
192.168.1.0 0.0.0.255 area 2
192.168.5.0 0.0.0.255 area 2
192.168.10.0 0.0.0.3 area 2
Reference bandwidth unit is 100 mbps
Routing Information Sources:
Gateway Distance Last Update
2.2.2.2 110 00:14:48
4.4.4.4 110 00:14:48
3.3.3.3 110 00:14:48
Distance: (default is 110)
R1#
R1#
R1#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
192.168.8.0/32 is subnetted, 1 subnets
O IA 192.168.8.1 [110/2] via 172.16.1.4, 00:15:36, FastEthernet0/0
192.168.9.0/30 is subnetted, 1 subnets
O IA 192.168.9.0 [110/65] via 172.16.1.2, 00:15:36, FastEthernet0/0
192.168.10.0/30 is subnetted, 1 subnets
C 192.168.10.0 is directly connected, FastEthernet1/0
172.16.0.0/28 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, FastEthernet0/0
192.168.4.0/32 is subnetted, 1 subnets
O IA 192.168.4.1 [110/2] via 172.16.1.4, 00:15:36, FastEthernet0/0
C 192.168.5.0/24 is directly connected, Loopback2
192.168.6.0/32 is subnetted, 1 subnets
O IA 192.168.6.1 [110/2] via 172.16.1.2, 00:15:36, FastEthernet0/0
192.168.7.0/32 is subnetted, 1 subnets
O IA 192.168.7.1 [110/2] via 172.16.1.3, 00:15:37, FastEthernet0/0
C 192.168.1.0/24 is directly connected, Loopback1
192.168.2.0/32 is subnetted, 1 subnets
O IA 192.168.2.1 [110/2] via 172.16.1.2, 00:15:37, FastEthernet0/0
192.168.3.0/32 is subnetted, 1 subnets
O IA 192.168.3.1 [110/2] via 172.16.1.3, 00:15:37, FastEthernet0/0
R1#
R3
*****Output Omitted*****
!
interface Loopback1
description LAN
ip address 192.168.3.1 255.255.255.0
!
interface Loopback2
description LAN
ip address 192.168.7.1 255.255.255.0
!
interface FastEthernet0/0
description SW0
ip address 172.16.1.3 255.255.255.240
duplex auto
speed auto
!
*****Output Omitted*****
!
router ospf 1
router-id 3.3.3.3
log-adjacency-changes
network 172.16.1.0 0.0.0.15 area 0
network 192.168.3.0 0.0.0.255 area 3
network 192.168.7.0 0.0.0.255 area 3
!
*****Output Omitted*****
R3#
R3#
R3#sh ip proto
Routing Protocol is “ospf 1″
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 3.3.3.3
It is an area border router
Number of areas in this router is 2. 2 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
172.16.1.0 0.0.0.15 area 0
192.168.3.0 0.0.0.255 area 3
192.168.7.0 0.0.0.255 area 3
Reference bandwidth unit is 100 mbps
Routing Information Sources:
Gateway Distance Last Update
4.4.4.4 110 00:28:13
2.2.2.2 110 00:25:21
1.1.1.1 110 00:20:29
Distance: (default is 110)
R3#
R3#
R3#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
192.168.8.0/32 is subnetted, 1 subnets
O IA 192.168.8.1 [110/2] via 172.16.1.4, 00:28:57, FastEthernet0/0
192.168.9.0/30 is subnetted, 1 subnets
O IA 192.168.9.0 [110/65] via 172.16.1.2, 00:26:05, FastEthernet0/0
192.168.10.0/30 is subnetted, 1 subnets
O IA 192.168.10.0 [110/2] via 172.16.1.1, 00:21:13, FastEthernet0/0
172.16.0.0/28 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, FastEthernet0/0
192.168.4.0/32 is subnetted, 1 subnets
O IA 192.168.4.1 [110/2] via 172.16.1.4, 00:28:57, FastEthernet0/0
192.168.5.0/32 is subnetted, 1 subnets
O IA 192.168.5.1 [110/2] via 172.16.1.1, 00:28:57, FastEthernet0/0
192.168.6.0/32 is subnetted, 1 subnets
O IA 192.168.6.1 [110/2] via 172.16.1.2, 00:28:58, FastEthernet0/0
C 192.168.7.0/24 is directly connected, Loopback2
192.168.1.0/32 is subnetted, 1 subnets
O IA 192.168.1.1 [110/2] via 172.16.1.1, 00:28:58, FastEthernet0/0
192.168.2.0/32 is subnetted, 1 subnets
O IA 192.168.2.1 [110/2] via 172.16.1.2, 00:28:58, FastEthernet0/0
C 192.168.3.0/24 is directly connected, Loopback1
R3#
R4
*****Output Omitted*****
!
interface Loopback1
description LAN
ip address 192.168.4.1 255.255.255.0
!
interface Loopback2
description LAN
ip address 192.168.8.1 255.255.255.0
!
interface FastEthernet0/0
description SW0
ip address 172.16.1.4 255.255.255.240
duplex auto
speed auto
!
*****Output Omitted*****
!
router ospf 1
router-id 4.4.4.4
log-adjacency-changes
network 172.16.1.0 0.0.0.15 area 0
network 192.168.4.0 0.0.0.255 area 4
network 192.168.8.0 0.0.0.255 area 4
!
*****Output Omitted*****
R4#
R4#
R4#sh ip proto
Routing Protocol is “ospf 1″
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 4.4.4.4
It is an area border router
Number of areas in this router is 2. 2 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
172.16.1.0 0.0.0.15 area 0
192.168.4.0 0.0.0.255 area 4
192.168.8.0 0.0.0.255 area 4
Reference bandwidth unit is 100 mbps
Routing Information Sources:
Gateway Distance Last Update
3.3.3.3 110 00:32:46
2.2.2.2 110 00:29:47
1.1.1.1 110 00:24:55
Distance: (default is 110)
R4#
R4#
R4#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
C 192.168.8.0/24 is directly connected, Loopback2
192.168.9.0/30 is subnetted, 1 subnets
O IA 192.168.9.0 [110/65] via 172.16.1.2, 00:30:34, FastEthernet0/0
192.168.10.0/30 is subnetted, 1 subnets
O IA 192.168.10.0 [110/2] via 172.16.1.1, 00:25:42, FastEthernet0/0
172.16.0.0/28 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, FastEthernet0/0
C 192.168.4.0/24 is directly connected, Loopback1
192.168.5.0/32 is subnetted, 1 subnets
O IA 192.168.5.1 [110/2] via 172.16.1.1, 00:33:33, FastEthernet0/0
192.168.6.0/32 is subnetted, 1 subnets
O IA 192.168.6.1 [110/2] via 172.16.1.2, 00:33:33, FastEthernet0/0
192.168.7.0/32 is subnetted, 1 subnets
O IA 192.168.7.1 [110/2] via 172.16.1.3, 00:33:34, FastEthernet0/0
192.168.1.0/32 is subnetted, 1 subnets
O IA 192.168.1.1 [110/2] via 172.16.1.1, 00:33:34, FastEthernet0/0
192.168.2.0/32 is subnetted, 1 subnets
O IA 192.168.2.1 [110/2] via 172.16.1.2, 00:33:34, FastEthernet0/0
192.168.3.0/32 is subnetted, 1 subnets
O IA 192.168.3.1 [110/2] via 172.16.1.3, 00:33:34, FastEthernet0/0
R4#