Displaying OSPF link state information for a VRF

To display OSPF Link State Information for a specified VRF, enter the following command at any level of the CLI.

        device# show ip ospf vrf green database link-state
Index Area ID         Type LS ID           Adv Rtr         Seq(Hex) Age  Cksum
1     0               Summ 10.2.10.2 	 	 	 	 	 	 192.168.201.1   8000001b 1145 0x03fb
2     0               Summ 192.168.201.0   192.168.201.1   8000001b 1145 0x4d8d
3     0               Summ 10.8.1.0        192.168.201.1   8000001b 905  0xadc5
4     0               Summ 10.5.1.0        192.168.201.1   8000001b 1145 0xea12
5     0               ASBR 10.2.10.2 	 	 	 	 	 	 192.168.201.1   8000001b 1145 0xf409
6     0               ASBR 10.5.1.3        192.168.201.1   8000001b 1145 0xbe3a
7     1               Rtr  192.168.201.1   192.168.201.1   80000088 1145 0xf304
8     1               Rtr  10.2.10.2 	 	 	 	 	 	 10.2.10.2 	 	 	 	 	 	 800000eb 581  0x503d
9     1               Rtr  10.5.1.3        10.5.1.3        8000005e 1470 0xf8b0
10    1               Net  192.168.201.1   192.168.201.1   8000001f 1145 0xb5da
11    1               Net  10.5.1.1        10.2.10.2 	 	 	 	 	 	 8000004e 1792 0x0fbb
12    1               Summ 10.8.1.0        192.168.201.1   8000001b 905  0xadc5

Syntax: show ip ospf vrf vrf-name database link-state [ advertise num ] | [ asbr ] | [ extensive ] | [ link-state-id ip-addr ] | [ network ] | [ nssa ] | [ opaque-area ] | [ router ] | [ router-id ip-addr ] | [ sequence-number num(Hex) ] | [ status num ] | [ summary ]

The vrf-name parameter specifies the VRF that the user wants to display OSPF link state information for.

The advertise num parameter displays the hexadecimal data in the specified LSA packet. The num parameter identifies the LSA packet by its position in the Extreme device‘s External LSA table. To determine an LSA packet‘s position in the table, enter the show ip ospf vrf vrf-nameexternal-link-state command to display the table.

The asbr option shows ASBR information.

The extensive option displays the LSAs in decrypted format.

The link-state-idip-addr parameter displays the External LSAs for the LSA source specified by IP-addr .

The network option shows network information.

The nssa option shows network information.

The opaque-area option shows information for opaque areas.

The router-idip-addr parameter shows the External LSAs for the specified OSPF router.

The sequence-numbernum (Hex) parameter displays the External LSA entries for the specified hexadecimal LSA sequence number.

The statusnum option shows status information.

The summary option shows summary information.