Acn Experiment No 6

3
R1 Router Con0 is now available Press RETURN to get started! Router>enable Router#confi Router#configure ter Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z Router(config)#inter Router(config)#interface s0/0 Router(config-if)#ip add Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#clo Router(config-if)#clock r Router(config-if)#clock rate 64000 Router(config-if)#no shut Router(config-if)#no shutdown 11:08:56 %LINK-3-UPDOWN: Interface Serial0/0, changed state to up 11:08:56 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up Router(config-if)#exit Router(config)#con Router(config)#con Router(config)#conf Router(config)#config t Router(config)#config ter Router(config)#config Router(config)#inter Router(config)#interface F0/0 Router(config-if)#ip add Router(config-if)#ip address 192.168.101.1 255.255.255.0 Router(config-if)#no sh Router(config-if)#no shutdown 11:10:20 %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up 11:10:20 %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

description

Acn Exp 6

Transcript of Acn Experiment No 6

Page 1: Acn Experiment No 6

R1

Router Con0 is now available

Press RETURN to get started!

Router>enableRouter#confiRouter#configure terRouter#configure terminal Enter configuration commands, one per line. End with CNTL/ZRouter(config)#interRouter(config)#interface s0/0Router(config-if)#ip addRouter(config-if)#ip address 192.168.1.1 255.255.255.0Router(config-if)#cloRouter(config-if)#clock rRouter(config-if)#clock rate 64000Router(config-if)#no shutRouter(config-if)#no shutdown 11:08:56 %LINK-3-UPDOWN: Interface Serial0/0, changed state to up11:08:56 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up

Router(config-if)#exitRouter(config)#conRouter(config)#conRouter(config)#confRouter(config)#config tRouter(config)#config terRouter(config)#configRouter(config)#interRouter(config)#interface F0/0Router(config-if)#ip addRouter(config-if)#ip address 192.168.101.1 255.255.255.0Router(config-if)#no shRouter(config-if)#no shutdown 11:10:20 %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up11:10:20 %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Page 2: Acn Experiment No 6

Router(config-if)#exitRouter(config)#

R2

Router Con0 is now available

Press RETURN to get started!

Router>enableRouter#conRouter#confiRouter#configure terRouter#configure terminal Enter configuration commands, one per line. End with CNTL/ZRouter(config)#interRouter(config)#interface s0/0Router(config-if)#ip addRouter(config-if)#ip address 192.168.1.2 255.255.255.0Router(config-if)#no shRouter(config-if)#no shutdown 11:11:41 %LINK-3-UPDOWN: Interface Serial0/0, changed state to up11:11:41 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up

Router(config-if)#exitRouter(config)#interRouter(config)#interface F0/0Router(config-if)#ip addRouter(config-if)#ip address 192.168.100.1 255.255.255.0Router(config-if)#no shRouter(config-if)#no shutdown 11:12:24 %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up11:12:24 %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#exit

Page 3: Acn Experiment No 6

PingMicrosoft Windows 2000 [Version 5.00.2195](C) Copyright 1985-1999 Microsoft Corp.

C:\>ping 192.168.101.1/24Unknown host 192.168.101.1/24C:\>ping 192.168.101.1

Pinging 192.168.101.1 with 32 bytes of data:

Reply from 192.168.101.1 ;bytes=32 time=22ms TTL=254Reply from 192.168.101.1 ;bytes=32 time=22ms TTL=254Reply from 192.168.101.1 ;bytes=32 time=22ms TTL=254Reply from 192.168.101.1 ;bytes=32 time=22ms TTL=254

Ping Statistics for 192.168.101.1: Packets Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 22ms, Maximum = 23ms, Average = 22msC:\>