You are on page 1of 1

hostname HQ

!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 10.45.2.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 10.45.1.1 255.255.255.252
no shutdown
!
interface Serial0/0/1
ip address 172.20.20.254 255.255.255.0
no shutdown
!
router rip
passive-interface Serial0/0/0
network 10.0.0.0
network 172.0.0.0
!
ip route 0.0.0.0 0.0.0.0 Serial0/0/1
!
line con 0
line vty 0 4
password cisco
login
!
end

You might also like