tech:network:cisco:ospf:hello-dead-interval:hello-dead-interval
Cisco: OSPF Hello, Dead Interval
Lab 1: 9c739219-abeb-4913-8fab-ac626db32587
Topology
Base Configuration
Common Configuration Snippet
Million common configuration is here.
-
-
R1
configure terminal
!
interface GigabitEthernet 0/1
ip address 10.1.2.1 255.255.255.0
no shutdown
interface Loopback 0
ip address 1.1.1.1 255.255.255.255
no shutdown
!
router ospf 1
network 10.1.2.1 0.0.0.0 area 0
network 1.1.1.1 0.0.0.0 area 0
exit
!
end
R2
configure terminal
!
interface GigabitEthernet 0/1
ip address 10.1.2.2 255.255.255.0
no shutdown
interface Loopback 0
ip address 2.2.2.2 255.255.255.255
no shutdown
!
router ospf 1
network 10.1.2.2 0.0.0.0 area 0
network 2.2.2.2 0.0.0.0 area 0
exit
!
end
Configuration and Verification
fast hello packet lab b278871f-afe1-4557-bcbf-106f783e339a
References
tech/network/cisco/ospf/hello-dead-interval/hello-dead-interval.txt · Last modified: 2020/01/26 13:46 by wnoguchi