Tutorials Vyatta Case Study 5 Config Cisco 2651
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Cisco-Router
!
logging queue-limit 100
enable secret 5 $1$cnU3$9HmMw7hOqt0iB/QOi7XpP1
!
ip subnet-zero
!
interface FastEthernet0/0
ip address 172.16.10.3 255.255.255.0
duplex auto
speed auto
vrrp 100 ip 172.16.10.1
vrrp 100 priority 80
vrrp 100 authentification 123
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip http server
ip classless
!
line con 0
line aux 0
line vty 0 4
no login
!
end