hash md5
!
crypto isakmp key 12345678 address 10.0.0.2 255.255.255.192
!
interface fastethernet 0/0
ip address 192.168.99.64 255.255.255.0
!
interface serial 0/0 encapsulation ppp
ip address 10.0.0.1 255.255.255.192 crypto map dynmap
ip!
interface async 0/0
!
router eigrp 1 network 192.168.99.0 network 10.0.0.0!
line vty 0 5 login
password 7 wAVcXxom8sGSOA
!
ip route 0.0.0.0 0.0.0.0 10.0.0.2
!
!
end
ERT_805#
4.3 OSPF- Open Shortest Path First
OSPF is a link state protocol and it uses Dijkstra’s Shortest Path First algorithm to run on the link state database. This technology is opposed to a
When router or network’s topology start to change the routing protocol will generate a LSA and flood it to notify the area or network that belongs.
Types of areaStandard area – This area can accept
Backbone area – the backbone (transit) area always labeled area 0. Backbone area is a central entity that contains all other area. The backbone is responsible for distributing routing
19