Tutorials Vyatta Case Study 7 Config Cisco B
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Cisco-RouterB
!
enable secret 5 $1$Y0EX$YkRvC0scYgjrAk6RFVGVp/
!
interface FastEthernet0/0
ip address 10.0.1.2 255.255.255.0
ip helper-address 10.0.2.1
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.0.2.2 255.255.255.0
duplex auto
speed auto
!
ip http server
no ip http secure-server
!
control-plane
!
line con 0
line aux 0
line vty 0 4
no login
!
end