Download as pdf or txt
Download as pdf or txt
You are on page 1of 19

OSPF Practical Lab by Tauheed Shaikh.

Topology

What we will do:

1. Multi Area OSPF (will cover LSA 1, LSA2, LSA3)


2. Redistribution (will cover LSA 4, LSA5)
3. Stub
4. Totally Stub.
5. NSSA

Just Pasted Router R2 config as it is connected to all routers.

Config done at R2:


interface Loopback0
ip address 22.22.22.22 255.255.255.255
!
interface FastEthernet0/0
ip address 1.1.1.2 255.255.255.0
no shut
!
interface FastEthernet1/0
ip address 2.2.2.2 255.255.255.0
no shut
!
interface FastEthernet2/0
ip address 4.4.4.2 255.255.255.0
no shut
!
interface FastEthernet3/0
ip address 5.5.5.2 255.255.255.0
no shut

router ospf 1

network 1.1.1.0 0.0.0.255 area 0


network 2.2.2.0 0.0.0.0 area 0
network 2.2.2.0 0.0.0.255 area 0
network 4.4.4.0 0.0.0.255 area 1
network 5.5.5.0 0.0.0.255 area 2
network 22.22.22.22 0.0.0.0 area 0

Output:

R2#sh ip ospf database

OSPF Router with ID (22.22.22.22) (Process ID 1)

Router Link States (Area 0)


Notes: Router Link state is LSA 1: which is generated by DR other or ordinary router to their neighbors.

Link ID ADV Router Age Seq# Checksum Link count


11.11.11.11 11.11.11.11 1065 0x80000002 0x00662D 2
22.22.22.22 22.22.22.22 1059 0x80000003 0x0040AA 3
33.33.33.33 33.33.33.33 1061 0x80000002 0x0095EB 2

Net Link States (Area 0)


Notes: Net Link state is LSA 2: which is generated by DR and BDR.

Link ID ADV Router Age Seq# Checksum


1.1.1.2 22.22.22.22 1064 0x80000001 0x00E770
2.2.2.3 33.33.33.33 1061 0x80000001 0x000EC1

Summary Net Link States (Area 0)


Notes: Summary Net Link state is LSA 3: which is generated by Area 0, here adv router is router id of
R2, which is advertising LSA 3 to Area 1 and Area 2, link id here is the connected link to Area 1 and
Area 2.LSA 3 is only generated by Area 0, LSA 3 cannot enter into Area 0.

Link ID ADV Router Age Seq# Checksum


4.4.4.0 22.22.22.22 1099 0x80000001 0x006C6B
5.5.5.0 22.22.22.22 1099 0x80000001 0x00488C
44.44.44.44 22.22.22.22 1059 0x80000001 0x00171B
55.55.55.55 22.22.22.22 1049 0x80000001 0x001BEA

Router Link States (Area 1)


Notes: LSA1
Link ID ADV Router Age Seq# Checksum Link count
22.22.22.22 22.22.22.22 1064 0x80000002 0x0093CE 1
44.44.44.44 44.44.44.44 1066 0x80000002 0x00FEEF 2

Net Link States (Area 1)


Notes: LSA2
Link ID ADV Router Age Seq# Checksum
4.4.4.4 44.44.44.44 1066 0x80000001 0x00E788

Summary Net Link States (Area 1)

Link ID ADV Router Age Seq# Checksum


1.1.1.0 22.22.22.22 1100 0x80000001 0x00D808
2.2.2.0 22.22.22.22 1100 0x80000001 0x00B429
5.5.5.0 22.22.22.22 1100 0x80000001 0x00488C
11.11.11.11 22.22.22.22 1061 0x80000001 0x000BAB
22.22.22.22 22.22.22.22 1100 0x80000001 0x000586
33.33.33.33 22.22.22.22 1051 0x80000001 0x00134B
55.55.55.55 22.22.22.22 1051 0x80000001 0x001BEA

Router Link States (Area 2)

Link ID ADV Router Age Seq# Checksum Link count


22.22.22.22 22.22.22.22 1060 0x80000002 0x00D981 1
55.55.55.55 55.55.55.55 1063 0x80000002 0x00E37E 2

Net Link States (Area 2)

Link ID ADV Router Age Seq# Checksum


5.5.5.5 55.55.55.55 1063 0x80000001 0x00E52E

R2#sh ip ospf neighbor

Neighbor ID Pri State Dead Time Address Interface


33.33.33.33 1 FULL/DR 00:00:32 2.2.2.3 FastEthernet1/0
11.11.11.11 1 FULL/BDR 00:00:35 1.1.1.1 FastEthernet0/0
44.44.44.44 1 FULL/DR 00:00:38 4.4.4.4 FastEthernet2/0
55.55.55.55 1 FULL/DR 00:00:37 5.5.5.5 FastEthernet3/0
R2#

Redistribute EIGRP into OSPF: check LSA 4 and LSA 5.

EIGRP is configured between R6 and R1.

We will redistribute EIGRP into OSPF at R1:

Router eigrp 100


Network 6.6.6.0
Network 66.66.66.66
No auto-summary
Router ospf 1
Redistribute eigrp 100 metric 10 subnets

OUTPUT at R2: here E2 is the external routes, which we redistributed into OSPF.

R2(config)# do 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

1.0.0.0/24 is subnetted, 1 subnets


C 1.1.1.0 is directly connected, FastEthernet0/0
2.0.0.0/24 is subnetted, 1 subnets
C 2.2.2.0 is directly connected, FastEthernet1/0
33.0.0.0/32 is subnetted, 1 subnets
O 33.33.33.33 [110/2] via 2.2.2.3, 01:24:42, FastEthernet1/0
4.0.0.0/24 is subnetted, 1 subnets
C 4.4.4.0 is directly connected, FastEthernet2/0
55.0.0.0/32 is subnetted, 1 subnets
O 55.55.55.55 [110/2] via 5.5.5.5, 01:24:42, FastEthernet3/0
5.0.0.0/24 is subnetted, 1 subnets
C 5.5.5.0 is directly connected, FastEthernet3/0
66.0.0.0/32 is subnetted, 1 subnets
O E2 66.66.66.66 [110/10] via 1.1.1.1, 00:38:13, FastEthernet0/0
6.0.0.0/24 is subnetted, 1 subnets
O E2 6.6.6.0 [110/10] via 1.1.1.1, 00:38:13, FastEthernet0/0
22.0.0.0/32 is subnetted, 1 subnets
C 22.22.22.22 is directly connected, Loopback0
11.0.0.0/32 is subnetted, 1 subnets
O 11.11.11.11 [110/2] via 1.1.1.1, 01:24:54, FastEthernet0/0
44.0.0.0/32 is subnetted, 1 subnets
O 44.44.44.44 [110/2] via 4.4.4.4, 01:24:54, FastEthernet2/0
R2(config)#

OSPF database table:

Notes: As we know LSA 5 will be generated only when we redistribute the routes in OSPF, it is
generated by ASBR, when ASBR send LSA 5 to ABR router, in our case ASBR is R1 and ABR is R2, R1 will
send LSA 5 to R2, then R2 will generate LSA 4.

R2(config)#do sh ip ospf dat

OSPF Router with ID (22.22.22.22) (Process ID 1)

Router Link States (Area 0)

Link ID ADV Router Age Seq# Checksum Link count


11.11.11.11 11.11.11.11 459 0x80000005 0x006628 2
22.22.22.22 22.22.22.22 1270 0x80000005 0x003CAC 3
33.33.33.33 33.33.33.33 1255 0x80000004 0x0091ED 2

Net Link States (Area 0)

Link ID ADV Router Age Seq# Checksum


1.1.1.2 22.22.22.22 1270 0x80000003 0x00E372
2.2.2.3 33.33.33.33 1255 0x80000003 0x000AC3
Summary Net Link States (Area 0)

Link ID ADV Router Age Seq# Checksum


4.4.4.0 22.22.22.22 1270 0x80000003 0x00686D
5.5.5.0 22.22.22.22 1270 0x80000003 0x00448E
44.44.44.44 22.22.22.22 1270 0x80000003 0x00131D
55.55.55.55 22.22.22.22 1270 0x80000003 0x0017EC

Router Link States (Area 1)

Link ID ADV Router Age Seq# Checksum Link count


22.22.22.22 22.22.22.22 1270 0x80000004 0x008FD0 1
44.44.44.44 44.44.44.44 1242 0x80000004 0x00FAF1 2

Net Link States (Area 1)

Link ID ADV Router Age Seq# Checksum


4.4.4.4 44.44.44.44 1242 0x80000003 0x00E38A

Summary Net Link States (Area 1)

Link ID ADV Router Age Seq# Checksum


1.1.1.0 22.22.22.22 1271 0x80000003 0x00D40A
2.2.2.0 22.22.22.22 1271 0x80000003 0x00B02B
5.5.5.0 22.22.22.22 1271 0x80000003 0x00448E
11.11.11.11 22.22.22.22 1271 0x80000003 0x0007AD
22.22.22.22 22.22.22.22 1271 0x80000003 0x000188
33.33.33.33 22.22.22.22 1271 0x80000003 0x000F4D
55.55.55.55 22.22.22.22 1271 0x80000003 0x0017EC

Summary ASB Link States (Area 1)


Note: LSA 4 generated by R2 defines where is ASBR located in OSPF domain.
Link ID ADV Router Age Seq# Checksum
11.11.11.11 22.22.22.22 531 0x80000002 0x00F0C4

Router Link States (Area 2)

Link ID ADV Router Age Seq# Checksum Link count


22.22.22.22 22.22.22.22 1272 0x80000004 0x00D583 1
55.55.55.55 55.55.55.55 1264 0x80000004 0x00DF80 2

Net Link States (Area 2)

Link ID ADV Router Age Seq# Checksum


5.5.5.5 55.55.55.55 1263 0x80000003 0x00E130

Summary Net Link States (Area 2)


Link ID ADV Router Age Seq# Checksum
1.1.1.0 22.22.22.22 1272 0x80000003 0x00D40A
2.2.2.0 22.22.22.22 1272 0x80000003 0x00B02B
4.4.4.0 22.22.22.22 1272 0x80000003 0x00686D
11.11.11.11 22.22.22.22 1272 0x80000003 0x0007AD
22.22.22.22 22.22.22.22 1272 0x80000003 0x000188
33.33.33.33 22.22.22.22 1273 0x80000003 0x000F4D
44.44.44.44 22.22.22.22 1273 0x80000003 0x00131D

Summary ASB Link States (Area 2)


Note: LSA 4 generated by R2 defines where is ASBR located in OSPF domain.
Link ID ADV Router Age Seq# Checksum
11.11.11.11 22.22.22.22 532 0x80000002 0x00F0C4

Type-5 AS External Link States


Note: LSA 5 is generated by ASBR which is R1.
Link ID ADV Router Age Seq# Checksum Tag
6.6.6.0 11.11.11.11 462 0x80000002 0x005D0E 0
66.66.66.66 11.11.11.11 462 0x80000002 0x004E26 0
R2(config)#

STUB:

Topology:
We have made Area 1 as Stub

Config for stub, we need to configure it on all area 1 router.

Router ospf 1

Area 1 stub

Now we will check output of R8,R7,R4 and R2.

As we know Stub routers will only show O and OIA routes and there
will be default route 0.0.0.0* to ABR router.

OUTPUT at R8:

R8(config-router)#do sh ip route ospf


1.0.0.0/24 is subnetted, 1 subnets
O IA 1.1.1.0 [110/3] via 8.8.8.4, 00:00:30, FastEthernet0/0
2.0.0.0/24 is subnetted, 1 subnets
O IA 2.2.2.0 [110/3] via 8.8.8.4, 00:00:30, FastEthernet0/0
33.0.0.0/32 is subnetted, 1 subnets
O IA 33.33.33.33 [110/4] via 8.8.8.4, 00:00:30, FastEthernet0/0
4.0.0.0/24 is subnetted, 1 subnets
O 4.4.4.0 [110/2] via 8.8.8.4, 00:02:27, FastEthernet0/0
55.0.0.0/32 is subnetted, 1 subnets
O IA 55.55.55.55 [110/4] via 8.8.8.4, 00:00:30, FastEthernet0/0
5.0.0.0/24 is subnetted, 1 subnets
O IA 5.5.5.0 [110/3] via 8.8.8.4, 00:00:30, FastEthernet0/0
22.0.0.0/32 is subnetted, 1 subnets
O IA 22.22.22.22 [110/3] via 8.8.8.4, 00:00:30, FastEthernet0/0
7.0.0.0/24 is subnetted, 1 subnets
O 7.7.7.0 [110/2] via 8.8.8.4, 00:02:07, FastEthernet0/0
77.0.0.0/32 is subnetted, 1 subnets
O 77.77.77.77 [110/3] via 8.8.8.4, 00:02:07, FastEthernet0/0
11.0.0.0/32 is subnetted, 1 subnets
O IA 11.11.11.11 [110/4] via 8.8.8.4, 00:00:30, FastEthernet0/0
44.0.0.0/32 is subnetted, 1 subnets
O 44.44.44.44 [110/2] via 8.8.8.4, 00:02:27, FastEthernet0/0
O*IA 0.0.0.0/0 [110/3] via 8.8.8.4, 00:00:30, FastEthernet0/0
R8(config-router)#

OUTPUT at R4:

R4(config-router)#do 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 4.4.4.2 to network 0.0.0.0

1.0.0.0/24 is subnetted, 1 subnets


O IA 1.1.1.0 [110/2] via 4.4.4.2, 00:00:53, FastEthernet0/0
2.0.0.0/24 is subnetted, 1 subnets
O IA 2.2.2.0 [110/2] via 4.4.4.2, 00:00:53, FastEthernet0/0
33.0.0.0/32 is subnetted, 1 subnets
O IA 33.33.33.33 [110/3] via 4.4.4.2, 00:00:53, FastEthernet0/0
4.0.0.0/24 is subnetted, 1 subnets
C 4.4.4.0 is directly connected, FastEthernet0/0
55.0.0.0/32 is subnetted, 1 subnets
O IA 55.55.55.55 [110/3] via 4.4.4.2, 00:00:53, FastEthernet0/0
5.0.0.0/24 is subnetted, 1 subnets
O IA 5.5.5.0 [110/2] via 4.4.4.2, 00:00:53, FastEthernet0/0
22.0.0.0/32 is subnetted, 1 subnets
O IA 22.22.22.22 [110/2] via 4.4.4.2, 00:00:54, FastEthernet0/0
7.0.0.0/24 is subnetted, 1 subnets
C 7.7.7.0 is directly connected, FastEthernet2/0
8.0.0.0/24 is subnetted, 1 subnets
C 8.8.8.0 is directly connected, FastEthernet1/0
77.0.0.0/32 is subnetted, 1 subnets
O 77.77.77.77 [110/2] via 7.7.7.7, 00:02:36, FastEthernet2/0
11.0.0.0/32 is subnetted, 1 subnets
O IA 11.11.11.11 [110/3] via 4.4.4.2, 00:00:54, FastEthernet0/0
88.0.0.0/32 is subnetted, 1 subnets
O 88.88.88.88 [110/2] via 8.8.8.8, 00:03:00, FastEthernet1/0
44.0.0.0/32 is subnetted, 1 subnets
C 44.44.44.44 is directly connected, Loopback0
O*IA 0.0.0.0/0 [110/2] via 4.4.4.2, 00:00:54, FastEthernet0/0
R4(config-router)#

Totally Stub:

As we know in totally stub, only O routes (LSA 1 and LSA2) will be


seen in database table.

Topology:

Here Area 2 is made totally stub.

Config for totally stub, we need to configure it on all area 2 router.

Router ospf 1

Area 2 stub no-summary

OUTPUT at R9:

R9#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 9.9.9.5 to network 0.0.0.0

55.0.0.0/32 is subnetted, 1 subnets


O 55.55.55.55 [110/2] via 9.9.9.5, 00:15:49, FastEthernet0/0
99.0.0.0/32 is subnetted, 1 subnets
C 99.99.99.99 is directly connected, Loopback0
5.0.0.0/24 is subnetted, 1 subnets
O 5.5.5.0 [110/2] via 9.9.9.5, 00:15:49, FastEthernet0/0
9.0.0.0/24 is subnetted, 1 subnets
C 9.9.9.0 is directly connected, FastEthernet0/0
O*IA 0.0.0.0/0 [110/3] via 9.9.9.5, 00:15:08, FastEthernet0/0
R9#
R9(config-router)# do sh ip ospf dat

OSPF Router with ID (99.99.99.99) (Process ID 1)

Router Link States (Area 2)

Link ID ADV Router Age Seq# Checksum Link count


22.22.22.22 22.22.22.22 218 0x80000005 0x00F168 1
55.55.55.55 55.55.55.55 63 0x8000000A 0x005CAB 3
99.99.99.99 99.99.99.99 257 0x80000006 0x008DA0 2

Net Link States (Area 2)

Link ID ADV Router Age Seq# Checksum


5.5.5.5 55.55.55.55 213 0x80000004 0x00FD15
9.9.9.9 99.99.99.99 253 0x80000003 0x0070AD

Summary Net Link States (Area 2)

Link ID ADV Router Age Seq# Checksum


0.0.0.0 22.22.22.22 220 0x80000001 0x001BCA
R9(config-router)#

NSSA:

As we know that LSA 5 cannot enter STUB, but if in future there can
be possibility that stub area needs to be connected to some customer
router for redistribute the routes, for that we have NSSA Not so
stubby area, It will generate LSA 7 which will be in area 1, and when it
will go to area 0 it will be converted to LSA5 by the ABR of area 0.

Now we will see it practically:

Topology:
We have configured EIGRP between R10 and R4, and redistributed
EIGRP routes in R4, we also need to make area 1 as NSSA, need to
configure it on all area 1 routers.

router ospf 1

area 1 nssa

OUTPUT at R8:

Gateway of last resort is not set

1.0.0.0/24 is subnetted, 1 subnets


O IA 1.1.1.0 [110/3] via 8.8.8.4, 00:01:13, FastEthernet0/0
2.0.0.0/24 is subnetted, 1 subnets
O IA 2.2.2.0 [110/3] via 8.8.8.4, 00:01:13, FastEthernet0/0
33.0.0.0/32 is subnetted, 1 subnets
O IA 33.33.33.33 [110/4] via 8.8.8.4, 00:01:13, FastEthernet0/0
4.0.0.0/24 is subnetted, 1 subnets
O 4.4.4.0 [110/2] via 8.8.8.4, 00:02:08, FastEthernet0/0
55.0.0.0/32 is subnetted, 1 subnets
O IA 55.55.55.55 [110/4] via 8.8.8.4, 00:01:13, FastEthernet0/0
99.0.0.0/32 is subnetted, 1 subnets
O IA 99.99.99.99 [110/5] via 8.8.8.4, 00:01:13, FastEthernet0/0
5.0.0.0/24 is subnetted, 1 subnets
O IA 5.5.5.0 [110/3] via 8.8.8.4, 00:01:14, FastEthernet0/0
22.0.0.0/32 is subnetted, 1 subnets
O IA 22.22.22.22 [110/3] via 8.8.8.4, 00:01:14, FastEthernet0/0
7.0.0.0/24 is subnetted, 1 subnets
O 7.7.7.0 [110/2] via 8.8.8.4, 00:01:41, FastEthernet0/0
8.0.0.0/24 is subnetted, 1 subnets
C 8.8.8.0 is directly connected, FastEthernet0/0
9.0.0.0/24 is subnetted, 1 subnets
O IA 9.9.9.0 [110/4] via 8.8.8.4, 00:01:14, FastEthernet0/0
77.0.0.0/32 is subnetted, 1 subnets
O 77.77.77.77 [110/3] via 8.8.8.4, 00:01:41, FastEthernet0/0
10.0.0.0/24 is subnetted, 1 subnets
O N2 10.10.10.0 [110/10] via 8.8.8.4, 00:02:08, FastEthernet0/0
11.0.0.0/32 is subnetted, 1 subnets
O IA 11.11.11.11 [110/4] via 8.8.8.4, 00:01:14, FastEthernet0/0
88.0.0.0/32 is subnetted, 1 subnets
C 88.88.88.88 is directly connected, Loopback0
44.0.0.0/32 is subnetted, 1 subnets
O 44.44.44.44 [110/2] via 8.8.8.4, 00:02:08, FastEthernet0/0
R8(config-router)#do wr

R8(config-router)#do sh ip ospf data

OSPF Router with ID (88.88.88.88) (Process ID 1)

Router Link States (Area 1)

Link ID ADV Router Age Seq# Checksum Link count


22.22.22.22 22.22.22.22 1288 0x80000009 0x003122 1
44.44.44.44 44.44.44.44 1289 0x8000000F 0x0097B0 4
77.77.77.77 77.77.77.77 1326 0x80000009 0x0045F6 2
88.88.88.88 88.88.88.88 1353 0x80000009 0x002A85 2

Net Link States (Area 1)

Link ID ADV Router Age Seq# Checksum


4.4.4.4 44.44.44.44 1285 0x80000007 0x0081E2
7.7.7.7 77.77.77.77 1322 0x80000005 0x00CF29
8.8.8.8 88.88.88.88 1348 0x80000005 0x00CDCE

Summary Net Link States (Area 1)

Link ID ADV Router Age Seq# Checksum


1.1.1.0 22.22.22.22 1293 0x80000006 0x007461
2.2.2.0 22.22.22.22 1293 0x80000006 0x005082
5.5.5.0 22.22.22.22 1293 0x80000004 0x00E7E3
9.9.9.0 22.22.22.22 1294 0x80000004 0x00615D
11.11.11.11 22.22.22.22 1294 0x80000006 0x00A605
22.22.22.22 22.22.22.22 1294 0x80000006 0x00A0DF
33.33.33.33 22.22.22.22 1294 0x80000006 0x00AEA4
55.55.55.55 22.22.22.22 1294 0x80000004 0x00BA42
99.99.99.99 22.22.22.22 1294 0x80000004 0x00D476

Type-7 AS External Link States (Area 1)

Link ID ADV Router Age Seq# Checksum Tag


10.10.10.0 44.44.44.44 1403 0x80000001 0x00F828 0
R8(config-router)#

Output at R1 where we will see this N2 route converted to E2:

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

1.0.0.0/24 is subnetted, 1 subnets


C 1.1.1.0 is directly connected, FastEthernet0/0
2.0.0.0/24 is subnetted, 1 subnets
O 2.2.2.0 [110/2] via 1.1.1.2, 01:53:35, FastEthernet0/0
33.0.0.0/32 is subnetted, 1 subnets
O 33.33.33.33 [110/3] via 1.1.1.2, 01:53:25, FastEthernet0/0
4.0.0.0/24 is subnetted, 1 subnets
O IA 4.4.4.0 [110/2] via 1.1.1.2, 01:29:55, FastEthernet0/0
55.0.0.0/32 is subnetted, 1 subnets
O IA 55.55.55.55 [110/3] via 1.1.1.2, 00:59:12, FastEthernet0/0
99.0.0.0/32 is subnetted, 1 subnets
O IA 99.99.99.99 [110/4] via 1.1.1.2, 00:59:12, FastEthernet0/0
5.0.0.0/24 is subnetted, 1 subnets
O IA 5.5.5.0 [110/2] via 1.1.1.2, 00:59:12, FastEthernet0/0
66.0.0.0/32 is subnetted, 1 subnets
D 66.66.66.66 [90/156160] via 6.6.6.6, 01:54:17, FastEthernet1/0
6.0.0.0/24 is subnetted, 1 subnets
C 6.6.6.0 is directly connected, FastEthernet1/0
22.0.0.0/32 is subnetted, 1 subnets
O 22.22.22.22 [110/2] via 1.1.1.2, 01:53:35, FastEthernet0/0
7.0.0.0/24 is subnetted, 1 subnets
O IA 7.7.7.0 [110/3] via 1.1.1.2, 00:14:23, FastEthernet0/0
8.0.0.0/24 is subnetted, 1 subnets
O IA 8.8.8.0 [110/3] via 1.1.1.2, 00:14:23, FastEthernet0/0
9.0.0.0/24 is subnetted, 1 subnets
O IA 9.9.9.0 [110/3] via 1.1.1.2, 00:59:12, FastEthernet0/0
77.0.0.0/32 is subnetted, 1 subnets
O IA 77.77.77.77 [110/4] via 1.1.1.2, 00:14:23, FastEthernet0/0
10.0.0.0/24 is subnetted, 1 subnets
O E2 10.10.10.0 [110/10] via 1.1.1.2, 00:14:17, FastEthernet0/0
11.0.0.0/32 is subnetted, 1 subnets
C 11.11.11.11 is directly connected, Loopback0
88.0.0.0/32 is subnetted, 1 subnets
O IA 88.88.88.88 [110/4] via 1.1.1.2, 00:14:23, FastEthernet0/0
44.0.0.0/32 is subnetted, 1 subnets
O IA 44.44.44.44 [110/3] via 1.1.1.2, 00:14:23, FastEthernet0/0
R1#sh ip ospf data
R1#sh ip ospf data

OSPF Router with ID (11.11.11.11) (Process ID 1)

Router Link States (Area 0)

Link ID ADV Router Age Seq# Checksum Link count


11.11.11.11 11.11.11.11 1414 0x80000005 0x006628 2
22.22.22.22 22.22.22.22 1382 0x80000006 0x0040A5 3
33.33.33.33 33.33.33.33 1414 0x80000005 0x008FEE 2

Net Link States (Area 0)

Link ID ADV Router Age Seq# Checksum


1.1.1.2 22.22.22.22 1382 0x80000004 0x00E173
2.2.2.3 33.33.33.33 1414 0x80000004 0x0008C4

Summary Net Link States (Area 0)


Link ID ADV Router Age Seq# Checksum
4.4.4.0 22.22.22.22 111 0x80000004 0x00666E
5.5.5.0 22.22.22.22 111 0x80000003 0x00448E
7.7.7.0 22.22.22.22 1449 0x80000001 0x000AC3
8.8.8.0 22.22.22.22 1449 0x80000001 0x00E5E4
9.9.9.0 22.22.22.22 111 0x80000003 0x00BD08
44.44.44.44 22.22.22.22 1450 0x80000001 0x00171B
55.55.55.55 22.22.22.22 112 0x80000003 0x0017EC
77.77.77.77 22.22.22.22 1450 0x80000001 0x002D7F
88.88.88.88 22.22.22.22 1450 0x80000001 0x00314F
99.99.99.99 22.22.22.22 113 0x80000003 0x003121

Type-5 AS External Link States

Link ID ADV Router Age Seq# Checksum Tag


6.6.6.0 11.11.11.11 1415 0x80000004 0x005910 0
10.10.10.0 22.22.22.22 1444 0x80000001 0x00245F 0
66.66.66.66 11.11.11.11 1415 0x80000004 0x004A28 0
R1#

You might also like