Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

! version 12.4 no service password-encryption ! hostname R1 ! ! enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0 ! ! ! ! username admin password 0 cisco !

ip ssh version 2 ip domain-name cisco.com ! ! interface FastEthernet0/0 ip address 10.10.10.1 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 no ip address encapsulation frame-relay ! interface Serial0/0/0.102 point-to-point ip address 10.0.1.1 255.255.255.252 frame-relay interface-dlci 102 ! interface Serial0/0/0.103 point-to-point ip address 10.0.1.5 255.255.255.252 frame-relay interface-dlci 103 ! interface Serial0/0/0.104 point-to-point ip address 10.0.1.9 255.255.255.252 frame-relay interface-dlci 104 ! interface Serial0/0/1 no ip address shutdown ! interface Vlan1 no ip address shutdown ! ip classless ip route 10.20.20.0 255.255.255.0 10.0.1.2 ip route 10.30.30.0 255.255.255.0 10.0.1.6 ip route 10.40.40.0 255.255.255.0 10.0.1.10 ! ! !

! ! line con 0 logging synchronous line vty 0 4 password cisco login local transport input ssh ! ! end

You might also like