Cisco

Cisco

OSPF

1
2
3
4
5
6
7
8
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
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus