Let we see how to setup serial connection between router1 and router2:
At router1:
router>enable
router#configure terminal
router(config)#hostname R1
R1(config)#interface serial0
R1(config-if)#clockrate 64000
R1(config-if)#no shut
At router2:
router>enable
router#configure terminal
router(config)#hostname R2
R2(config)#interface serial0
R2(config-if)#no shut
Wednesday, September 15, 2010
Subscribe to:
Post Comments (Atom)
