Tutorials Vyatta Case Study 8 Config Cisco B

version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco-RouterB
!
enable secret 5 $1$Znt3$yMy6kMk9NxEipffq2VziU1
!
ip subnet-zero
!
call rsvp-sync
!
interface Loopback1
!
interface FastEthernet0/0
ip address 100.0.0.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 50.0.0.2 255.255.255.0
duplex auto
speed auto
!
ip classless
no ip http server
!
dial-peer cor custom
!
line con 0
line aux 0
line vty 0 4
no login
!
end