3Com Switch 8800 Advanced Software V5 Configuration Guide
340 CHAPTER 30: OSPF CONFIGURATION
# Display the Link State Database on SwitchA.
[SwitchA] display ospf lsdb
OSPF Process 1 with Router ID 192.168.1.1
Link State Database
Area: 0.0.0.0
type LinkState ID AdvRouter Age Len Sequence Metric
Router 192.168.1.1 192.168.1.1 536 36 80000004 0
Router 192.168.2.1 192.168.2.1 528 36 80000004 0
Network 192.168.0.2 192.168.2.1 528 32 80000002 0
Sum-Net 192.168.1.0 192.168.1.1 581 28 80000001 1
Sum-Net 172.17.1.0 192.168.2.1 516 28 80000001 2
Sum-Net 192.168.2.0 192.168.2.1 582 28 80000001 1
Sum-Net 172.16.1.0 192.168.1.1 531 28 80000001 2
Area: 0.0.0.1
type LinkState ID AdvRouter Age Len Sequence Metric
Router 192.168.1.2 192.168.1.2 537 48 80000006 0
Router 192.168.1.1 192.168.1.1 534 36 80000004 0
Network 192.168.1.2 192.168.1.2 537 32 80000002 0
Sum-Net 172.17.1.0 192.168.1.1 515 28 80000001 3
Sum-Net 192.168.2.0 192.168.1.1 536 28 80000001 2
Sum-Net 192.168.0.0 192.168.1.1 581 28 80000001 1
# Display the OSPF routing table on SwitchD.
[SwitchD] display ospf routing
OSPF Process 1 with Router ID 192.168.2.2
Routing Tables
Routing for Network
Destination Cost type NextHop AdvRouter Area
172.16.1.0/24 4 Inter 192.168.2.1 192.168.2.1 0.0.0.2
172.17.1.0/24 1 Stub 172.17.1.1 192.168.2.2 0.0.0.2
192.168.0.0/24 2 Inter 192.168.2.1 192.168.2.1 0.0.0.2
192.168.1.0/24 3 Inter 192.168.2.1 192.168.2.1 0.0.0.2
192.168.2.0/24 1 Transit 192.168.2.2 192.168.2.2 0.0.0.2
Total Nets: 5
Intra Area: 2 Inter Area: 3 ASE: 0 NSSA: 0
# Ping the IP address 172.16.1.1 to check connectivity.
[SwitchD] ping 172.16.1.1
PING 172.16.1.1: 56 data bytes, press CTRL_C to break
Reply from 172.16.1.1: bytes=56 Sequence=1 ttl=253 time=62 ms
Reply from 172.16.1.1: bytes=56 Sequence=2 ttl=253 time=16 ms
Reply from 172.16.1.1: bytes=56 Sequence=3 ttl=253 time=62 ms
Reply from 172.16.1.1: bytes=56 Sequence=4 ttl=253 time=94 ms
Reply from 172.16.1.1: bytes=56 Sequence=5 ttl=253 time=63 ms
--- 172.16.1.1 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 16/59/94 ms