Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.

*********** Setup Hostname *************
Router(config)#hostname LAB_A


*********** Start Setup Serial 0/0 Interface with DCE connection *************

LAB_A(config)#interface Serial 0/0
LAB_A(config-if)#ip addr 10.2.2.1 255.255.255.0
LAB_A(config-if)#clockrate 64000
LAB_A(config-if)#no shutdown
LAB_A(config-if)#
00:08:29: %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
00:08:30: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
LAB_A(config-if)#exit
LAB_A(config)#exit
LAB_A#

*********** End Setup Serial 0/0 Interface with DCE connection *************


*********** Check Interface *************

LAB_A#show interfaces summary

*********** Start Setup Fast Ethernet l 0/0 Interface *************

LAB_A#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
LAB_A(config)#interface fastethernet 0/0
LAB_A(config-if)#ip addr 10.1.1.1 255.255.255.0
LAB_A(config-if)#no shutdown
LAB_A(config-if)#
00:16:14: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
LAB_A(config-if)#exit
LAB_A(config)#exit
LAB_A#

*********** END Setup Fast Ethernet l 0/0 Interface *************


*********** Check Interface *************

LAB_A#show interfaces summary


**********************************************************************
Let setup FastEthernet0/1 at LAB_B router
**********************************************************************
LAB_B(config)#int fast 0/1
LAB_B(config-if)#ip addr 10.1.1.2 255.255.255.0
LAB_B(config-if)#no shutdown
LAB_B(config-if)#
00:29:54: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up
00:29:56: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
LAB_B(config-if)#

*********** End Of setup FastEthernet0/1 At LAB_B router *************


LAB_A#sh int sum

*********** Start Setup routing protocol using RIP ****************

LAB_A(config)#router rip
LAB_A(config-router)#network 10.1.1.0
LAB_A(config-router)#network 10.2.2.1
LAB_A(config-router)#

*********** End Setup routing protocol using RIP ****************


*********** Start Register IP host lookup table ****************

LAB_A(config)#ip host LAB_A 10.1.1.1 10.2.2.1
LAB_A(config)#ip host LAB_B 10.1.1.2 10.2.2.2

*********** End Register IP host lookup table ****************

About