Friday, February 14, 2020

Multi- Area OSPF






 


R1#sh run
Building configuration...

Current configuration : 694 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
ip cef
no ipv6 cef
!
!
spanning-tree mode pvst
!
!!
interface FastEthernet0/0
ip address 192.168.12.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.13.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 192.168.12.0 0.0.0.255 area 0
network 192.168.13.0 0.0.0.255 area 1
!
ip classless
!
ip flow-export version 9
!
!
!!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end



R1#

No comments:

Post a Comment