Quagga Case Study 3 Config Cisco 2651 A
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco_2651_A
!
enable secret 5 $1$54vB$hjIZ/ZczbTHw43U9LbJbT.
!
ip subnet-zero
!
call rsvp-sync
!
interface Loopback1
ip address 50.0.1.99 255.255.255.255
!
interface FastEthernet0/0
ip address 10.0.1.99 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.0.2.99 255.255.255.0
duplex auto
speed auto
!
router ospf 1
log-adjacency-changes
network 10.0.1.0 0.0.0.255 area 0
network 10.0.2.0 0.0.0.255 area 0
network 50.0.1.99 0.0.0.0 area 0
!
ip classless
ip http server
!
dial-peer cor custom
!
line con 0
line aux 0
line vty 0 4
no login
!
end