Перейти к основному содержимому

LSA Throttling

Этот раздел содержит примеры базовой настройки ограничения LSA в OSPF.

Функция ограничения Link-State Advertisement (LSA) в OSPF предоставляет механизм для динамического замедления обновлений LSA в периоды нестабильности сети. Она также позволяет ускорить сходимость OSPF, обеспечивая ограничение скорости LSA в миллисекундах, когда сеть стабильна.

Как работает ограничение LSA в OSPF

Команда timers throttle lsa all управляет генерацией (отправкой) LSA. Первый LSA всегда генерируется немедленно при изменении топологии OSPF, а следующий LSA контролируется минимальным интервалом начала. Последующие LSA для одного и того же LSA ограничиваются по скорости до достижения максимального интервала. "Один и тот же LSA" определяется как instance LSA, содержащий тот же номер LSA ID, тип LSA и router ID анонсирующего маршрутизатора.

Команда timers lsa arrival управляет минимальным интервалом для принятия одного и того же LSA. Если instance одного и того же LSA поступает раньше установленного интервала, он отбрасывается. Рекомендуется, чтобы интервал прибытия был меньше или равен времени удержания команды timers throttle lsa all.

Топология

Диаграмма показывает минимальную конфигурацию, необходимую для включения функции таймеров ограничения LSA в OSPF. SW1 и SW2 — это два маршрутизатора в Area 0, подключенные к сети 10.10.10.0/24.

Примечание: Настройте один интерфейс так, чтобы он принадлежал только одной area. Однако возможно настроить разные интерфейсы маршрутизатора для принадлежности к разным областям.

Image

Рисунок 4-70: Базовая топология OSPF

SW1

#configure terminalПерейти в режим конфигурации.
(config)#interface loУказать интерфейс loopback для настройки.
(config-if)#ip address 1.1.1.1/32Настроить IP-адрес (1.1.1.1) для интерфейса loopback.
(config-if)#exitВыйти из режима интерфейса.
(config)#router ospf 1Настроить процесс маршрутизации и указать Process ID (1). Process ID должен быть уникальным положительным числом, идентифицирующим процесс маршрутизации.
(config-router)#network 10.10.10.0/24 area 0Определить интерфейс (10.10.10.0/24), на котором работает OSPF, и связать его с Area ID (0) (Area ID 0 указывает на магистральную area).
(config-router)#network 1.1.1.1/32 area 0Определить интерфейс (1.1.1.1/32), на котором работает OSPF, и связать его с Area ID (0) (Area ID 0 указывает на магистральную area).
(config-router)#timers throttle lsa all 10000 20000 45000Настроить таймеры ограничения LSA (начальный интервал: <0-600000>, минимальный интервал удержания: <1-600000> и максимальный интервал ожидания: <1-600000>) в миллисекундах. Значения по умолчанию: начальный интервал: 0, минимальный интервал удержания: 5 сек, максимальный интервал ожидания: 5 сек.
(config-router)#logging monitor 7Включить глобальный мониторинг логов.
(config-router)#logging level ospf 7Включить глобальный уровень логирования для OSPF.
(config-router)#endВыйти из режима маршрутизатора.

SW2

#configure terminalПерейти в режим конфигурации.
(config)#router ospf 1Настроить процесс маршрутизации и указать Process ID (1). Process ID должен быть уникальным положительным числом, идентифицирующим процесс маршрутизации.
(config-router)#network 10.10.10.0/24 area 0Определить интерфейс (10.10.10.0/24), на котором работает OSPF, и связать его с Area ID (0).
Проверка

SW1

Проверьте вывод команды show ip ospf и убедитесь, что начальная задержка, минимальное время удержания и максимальное время ожидания для ограничения LSA настроены.

#show ip ospf 1
Routing Process "ospf 1" with ID 1.1.1.1
Process uptime is 11 minutes
Process bound to VRF default
Conforms to RFC2328, and RFC1583 Compatibility flag is disabled
Supports only single TOS(TOS0) routes
Supports opaque LSA
Supports Graceful Restart
SPF schedule delay initial 0 secs 500 msecs
SPF schedule delay min 0 secs 500 msecs
SPF schedule delay max 50 secs 0 msecs
Refresh timer 10 secs
Number of incoming current DD exchange neighbors 0/64
Number of outgoing current DD exchange neighbors 0/64
Initial LSA throttle delay 10 secs 0 msecs
Minimum hold time for LSA throttle 20 secs 0 msecs
Maximum wait time for LSA throttle 45 secs 0 msecs
Minimum LSA arrival 1 secs 0 msecs
Number of external LSA 0. Checksum 0x000000
Number of opaque AS LSA 0. Checksum 0x000000  Number of non-default external LSA 0
External LSA database is unlimited.
Number of LSA originated 4
Number of LSA received 4
Number of areas attached to this router: 1
MemPool - struct ospf lsa             : (0-8) | Total (8/100000) blk_size:160
MemPool - struct rxmt                 : | Total (0/0) blk_size:8
Area 0.0.0.0 (BACKBONE)
Number of interfaces in this area is 2(2)
Number of fully adjacent neighbors in this area is 1
Area has no authentication
SPF algorithm last executed 00:10:12.807 ago
SPF algorithm executed 5 times
Number of LSA 7. Checksum 0x02c480
Dste Staus: Disabled
#show ip ospf neighbor
Total number of full neighbors: 1
OSPF process 1 VRF(default):
Neighbor ID  Pri State       Dead Time  Address     Interface Instance ID
3.1.1.1      1   Full/Backup 00:00:34   10.10.10.11   eth1       0
#debug ospf database-timer rate-limit
#show debugging ospf OSPF debugging status:
OSPF rate limit timer events debugging is on
(config)#int lo
(config-if)#shutdown
2022 Mar 29 16:32:36.838 : PRSP : OSPF : NOTIF : [OSPF_OPR_LINK_DOWN_4]: Received Link down for interface: lo
2022 Mar 29 16:32:36.838 : PRSP : OSPF : INFO : Starting Rate Limit Timer for
LSA[0.0.0.0:Type1:1.1.1.1:(self)]: with 10000 msec delay
2022 Mar 29 16:32:36.838 : PRSP : OSPF : NOTIF : [OSPF_OPR_STATE_4]: [lo:1.1.1.1]: Status change Loopback -> Down
(config-if)#no shutdown
2022 Mar 29 16:32:42.705 : PRSP : OSPF : NOTIF : [OSPF_OPR_LINK_UP_4]:
Received Link up for  interface: lo
2022 Mar 29 16:32:42.705 : PRSP : OSPF : NOTIF : [OSPF_OPR_STATE_4]: [lo:1.1.1.1]: Status change Down -> Loopback
2022 Mar 29 16:32:46.853 : PRSP : OSPF : INFO : Rate Limit Timer for LSA[0.0.0.0:Type1:1.1.1.1:(self)]: expired
2022 Mar 29 16:32:46.853 : PRSP : OSPF : INFO : For Next Instance of
LSA[0.0.0.0:Type1:1.1.1.1:(self)]: generation wait 20000 msec (config-if)#shutdown
2022 Mar 29 16:32:54.353 : PRSP : OSPF : NOTIF : [OSPF_OPR_LINK_DOWN_4]: Received Link down for interface: lo
2022 Mar 29 16:32:54.353 : PRSP : OSPF : INFO : Starting Rate Limit Timer for
LSA[0.0.0.0:Type1:1.1.1.1:(self)]: with 12499 msec delay
2022 Mar 29 16:32:54.353 : PRSP : OSPF : NOTIF : [OSPF_OPR_STATE_4]: [lo:1.1.1.1]: Status change Loopback -> Down
(config-if)#no shutdown
2022 Mar 29 16:32:59.252 : PRSP : OSPF : NOTIF : [OSPF_OPR_LINK_UP_4]:
Received Link up for  interface: lo
2022 Mar 29 16:32:59.252 : PRSP : OSPF : NOTIF : [OSPF_OPR_STATE_4]: [lo:1.1.1.1]: Status change Down -> Loopback
2022 Mar 29 16:33:06.870 : PRSP : OSPF : INFO : Rate Limit Timer for LSA[0.0.0.0:Type1:1.1.1.1:(self)]: expired
2022 Mar 29 16:33:06.870 : PRSP : OSPF : INFO : For Next Instance of
LSA[0.0.0.0:Type1:1.1.1.1:(self)]: generation wait 40000 msec

SW2

Проверьте вывод команды show ip ospf neighbor и убедитесь, что соседство OSPF установлено.

#show ip ospf neighbor
Total number of full neighbors: 1
OSPF process 1 VRF(default):
Neighbor ID  Pri  State     Dead Time   Address    Interface  Instance ID
1.1.1.1      1    Full/DR   00:00:33    10.10.10.10   eth1       0

Проверьте вывод команды show ip ospf database и убедитесь, что LSA (в данном случае Router LSA) обновляется в соответствии с настроенными таймерами ограничения частоты обновления LSA, сконфигурированными на его соседе.

#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1          373     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1           71     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1          375     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         3.1.1.1          372     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1          373     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1          372     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1          373     0x80000001 0x566c 8
#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1          378     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1           76     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1          380     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router       Age      Seq#      CkSum Opaque ID
1.0.0.1         3.1.1.1          377     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1          378     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1          377     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1          378     0x80000001 0x566c 8
#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1          380     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1           78     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1          382     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         3.1.1.1          379     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1          380     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1          379     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1          380     0x80000001 0x566c 8
#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1          381     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1           79     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1          383     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         3.1.1.1          380     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1          381     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1          380     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1          381     0x80000001 0x566c 8
#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1          382     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1           80     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1          384     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         3.1.1.1          381     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1          382     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1          381     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1          382     0x80000001 0x566c 8
#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1          383     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1           81     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1          385     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         3.1.1.1          382     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1          383     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1          382     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1          383     0x80000001 0x566c 8
Настройка таймеров поступления LSA в OSPF

Диаграмма показывает минимальную конфигурацию, необходимую для включения функции минимального времени поступления LSA в OSPF. SW1 и SW2 — это два маршрутизатора в Area 0, подключённые к сети 10.10.10.0/24.

Примечание: Настройте один интерфейс так, чтобы он принадлежал только одной Area. Однако можно настроить разные интерфейсы на маршрутизаторе так, чтобы они принадлежали разным Area.

Топология

Image

Рисунок 4-71: Базовая топология OSPF

Конфигурация

SW1

#configure terminalEnter configure mode.
(config)#interface loSpecify the interface loopback to configure.
(config-if)#ip address 1.1.1.1/32Configure the ip address (1.1.1.1) to interface loopback.
(config-if)#exitExit interface mode.
(config)#router ospf 1Configure the routing process, and specify the Process ID (1). The Process ID should be a unique positive integer identifying the routing process.
(config-router)#network 10.10.10.0/24 area 0Define the interface (10.10.10.0/24) on which OSPF runs, and associate the area ID (0) with the interface (area ID 0 specifies the backbone area).
(config-router)#network 1.1.1.1/32 area 0Define the interface (1.1.1.1/32) on which OSPF runs, and associate the area ID (0) with the interface (area ID 0 specifies the backbone area).
(config-router)#endExit router mode

SW2

#configure terminalEnter configure mode.
(config)#router ospf 1Configure the routing process, and specify the Process ID (1\). The Process ID should be a unique positive integer identifying the routing process.
(config-router)#network 10.10.10.0/24 area 0Define the interface (10.10.10.0/24\) on which OSPF runs, and associate the area ID (0\) with the interface.
(config-router)#timers lsa arrival 100000Configure Minimum LSA Arrival timers (Minimum LSA arrival Interval:< 0-600000>) in milliseconds. The Default value for Minimum LSA Arrival timer is: 1 sec.
Проверка

SW1

Проверьте вывод команды show ip ospf и убедитесь, что минимальный таймер поступления LSA по умолчанию установлен на 1 секунду.

#show ip ospf
Routing Process "ospf 1" with ID 1.1.1.1
Process uptime is 11 minutes
Process bound to VRF default
Conforms to RFC2328, and RFC1583 Compatibility flag is disabled
Supports only single TOS(TOS0) routes
Supports opaque LSA
Supports Graceful Restart
SPF schedule delay initial 0 secs 500 msecs
SPF schedule delay min 0 secs 500 msecs
SPF schedule delay max 50 secs 0 msecs
Refresh timer 10 secs
Number of incoming current DD exchange neighbors 0/64
Number of outgoing current DD exchange neighbors 0/64
Initial LSA throttle delay 10 secs 0 msecs
Minimum hold time for LSA throttle 20 secs 0 msecs
Maximum wait time for LSA throttle 45 secs 0 msecs
Minimum LSA arrival 1 secs 0 msecs
Number of external LSA 0. Checksum 0x000000
Number of opaque AS LSA 0. Checksum 0x000000  Number of non-default external LSA 0
External LSA database is unlimited.
Number of LSA originated 4
Number of LSA received 4
Number of areas attached to this router: 1
MemPool - struct ospf lsa             : (0-8) | Total (8/100000) blk_size:160
MemPool - struct rxmt                 : | Total (0/0) blk_size:8
Area 0.0.0.0 (BACKBONE)
Number of interfaces in this area is 2(2)
Number of fully adjacent neighbors in this area is 1
Area has no authentication
SPF algorithm last executed 00:10:12.807 ago
SPF algorithm executed 5 times
Number of LSA 7. Checksum 0x02c480
**Dste Staus: Disabled**
#show ip ospf neighbor
Total number of full neighbors: 1 OSPF process 1 VRF(default):
Neighbor ID     Pri   State            Dead Time   Address         Interface           Instance ID
3.1.1.1           1   Full/Backup      00:00:34    10.10.10.11     eth1

SW2

Проверьте вывод команды show ip ospf и убедитесь, что минимальный таймер поступления LSA по умолчанию установлен на 100 секунд.

#show ip ospf
Routing Process "ospf 1" with ID 3.1.1.1
Process uptime is 23 minutes
Process bound to VRF default
Conforms to RFC2328, and RFC1583 Compatibility flag is disabled
Supports only single TOS(TOS0) routes
Supports opaque LSA
Supports Graceful Restart
SPF schedule delay initial 0 secs 500 msecs
SPF schedule delay min 0 secs 500 msecs
SPF schedule delay max 50 secs 0 msecs
Refresh timer 10 secs
Number of incoming current DD exchange neighbors 0/64
Number of outgoing current DD exchange neighbors 0/64
Initial LSA throttle delay 0 secs 0 msecs
Minimum hold time for LSA throttle 5 secs 0 msecs
Maximum wait time for LSA throttle 5 secs 0 msecs
Minimum LSA arrival 100 secs 0 msecs
Number of external LSA 0. Checksum 0x000000
Number of opaque AS LSA 0. Checksum 0x000000  Number of non-default external LSA 0
External LSA database is unlimited.
Number of LSA originated 3
Number of LSA received 10
Number of areas attached to this router: 1
MemPool - struct ospf lsa             : (0-9) | Total (9/100000) blk_size:160
MemPool - struct rxmt                 : | Total (0/0) blk_size:8
Area 0.0.0.0 (BACKBONE)
Number of interfaces in this area is 1(1)
Number of fully adjacent neighbors in this area is 1
Area has no authentication
SPF algorithm last executed 00:22:12.911 ago
SPF algorithm executed 4 times
Number of LSA 7. Checksum 0x02c281  Dste Staus: Disabled

Проверьте вывод команды show ip ospf neighbor и убедитесь, что соседство OSPF установлено.

#show ip ospf neighbor
Total number of full neighbors: 1 OSPF process 1 VRF(default):
Neighbor ID     Pri   State            Dead Time   Address         Interface           Instance ID
1.1.1.1           1   Full/DR          00:00:35    10.10.10.10     eth1                    0

Проверьте вывод команды show ip ospf database и убедитесь, что LSA принимается только с разницей во времени 100 секунд между двумя последовательными LSA.

PRSP#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1         1131     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1          829     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1         1133     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         3.1.1.1         1130     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1         1131     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1         1130     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1         1131     0x80000001 0x566c 8
PRSP#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1         1132     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1          831     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1         1134     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         3.1.1.1         1131     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1         1132     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1         1131     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1         1132     0x80000001 0x566c 8
PRSP#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1         1133     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1          831     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1         1135     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         3.1.1.1         1132     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1         1133     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1         1132     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1         1133     0x80000001 0x566c 8
PRSP#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1         1134     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1          832     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1         1136     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         3.1.1.1         1133     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1         1134     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1         1133     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1         1134     0x80000001 0x566c 8
#
PRSP#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1         1135     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1          834     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1         1137     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         3.1.1.1         1134     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1         1135     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1         1134     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1         1135     0x80000001 0x566c 8
PRSP#show ip ospf database
OSPF Router with ID (3.1.1.1) (Process ID 1 VRF default)
Router Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum  Link count
3.1.1.1         3.1.1.1         1136     0x80000004 0xc60c 1
1.1.1.1         1.1.1.1          834     0x80000008 0xb9f2 2
Net Link States (Area 0.0.0.0)
Link ID         ADV Router       Age     Seq#       CkSum
10.10.10.10     1.1.1.1         1138     0x80000001 0x18e5
Area-Local Opaque-LSA (Area 0.0.0.0)
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         3.1.1.1         1135     0x80000001 0x2cf6 1
1.0.0.1         1.1.1.1         1136     0x80000001 0x2af6 1
1.0.0.8         3.1.1.1         1135     0x80000001 0x7d45 8
1.0.0.8         1.1.1.1         1136     0x80000001 0x566c 8