You are on page 1of 2

*******HQ******* HQ# configure terminal Enter configuration commands, one per line. End with CNTL/Z.

HQ(config)#interface FastEthernet 0/0 HQ(config-if)#ip address 192.168.2.65 255.255.255.192 HQ(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up HQ(config-if)#exit HQ(config)#interface serial 0/0/0 HQ(config-if)#ip address 192.168.2.130 255.255.255.192 HQ(config-if)#no shutdown HQ(config-if)#clock rate 64000 HQ(config-if)# %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up exit HQ(config)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up HQ(config)#ip route 192.168.2.192 255.255.255.192 192.168.2.129 HQ(config)#ip route 0.0.0.0 0.0.0.0 209.165.201.1 *******BRANCH******* BRANCH>enable BRANCH#configure terminal Enter configuration commands, one per line. End with CNTL/Z. BRANCH(config)#interface serial 0/0/0 BRANCH(config-if)#ip address 192.168.2.129 255.255.255.192 BRANCH(config-if)#no shutdown BRANCH(config-if)#clock rate 64000 %LINK-5-CHANGED: Interface Serial0/0/0, changed state to down BRANCH(config-if)#exit BRANCH(config)#interface FastEthernet 0/0 BRANCH(config-if)#ip address 192.168.2.193 255.255.255.192 BRANCH(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up BRANCH(config-if)#exit BRANCH(config)#ip route 0.0.0.0 0.0.0.0 192.168.2.130

*******ISP******* ISP(config)#interface Serial 0/0/0 ISP(config-if)#ip address 209.165.201.1 255.255.255.252 ISP(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up ISP(config-if)#exit ISP>enable ISP#configure terminal Enter configuration commands, one per line. End with CNTL/Z. ISP(config)#ip route 192.168.2.0 255.255.255.0 209.165.201.2

You might also like