OSPF
show ip protocols
show ip route | include 172.16.2.0
show ip route 172.16.2.0
show ip ospf interface serial 0/0/0
show interfaces serial 0/0/0 | include BW
show ip ospf neighbor
show ip ospf
show ip ospf interface brief
interface gigabitEthernet 0/0/0
ip address 10.1.0.1 255.255.0.0
no shutdown
interface serial 0/0/0
ip address 10.2.0.1 255.255.0.0
bandwidth 128
no shutdown
router ospf 10
router-id 1.1.1.1
passive-interface gigabitEthernet 0/0/0
network 10.1.0.0 0.0.255.255 area 0
network 10.2.0.0 0.0.255.255 area 0