Acn Experiment No 4

3

Click here to load reader

description

Acn Exp 4

Transcript of Acn Experiment No 4

Page 1: Acn Experiment No 4

EXPERIMENT NO 4

You have just been asked to build a lab network to test new configurations that will be rolled out to your production networks.Host A on left should be setup with ip of 192.168.101.2/24 and a default gateway of 192.168.101.1/24Host B on right should be setup with ip of 192.168.100.2/24 and a default gateway of 192.168.100.1/24R1(Router)Ethernet Interface 192.168.101.1/24Serial interface 192.168.1.1/24R2(Router)Ethernet Interface 192.168.100.1/24Serial interface 192.168.1.2/24

We have DCE cable connected at R1 with speed of 64K

R1Router>enableRouter#configure terminal Enter configuration commands, one per line. End with CNTL/ZRouter(config)#interface s0/0Router(config-if)#ip address 192.168.1.1 255.255.255.0Router(config-if)#clock rate 64000Router(config-if)#no shutdown 10:15:54 %LINK-3-UPDOWN: Interface Serial0/0, changed state to up10:15:54 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up

Router(config-if)#exitRouter(config)#interface f0/0Router(config-if)#ip address 192.168.101.1 255.255.255.0Router(config-if)#no shutdown 10:17:09 %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up10:17:09 %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(config-if)#exit

R2Router>enableRouter#configure terminal Enter configuration commands, one per line. End with CNTL/ZRouter(config)#interface s0/0Router(config-if)#ip address 192.168.1.2 255.255.255.0Router(config-if)#no shutdown 10:15:54 %LINK-3-UPDOWN: Interface Serial0/0, changed state to up

Page 2: Acn Experiment No 4

10:15:54 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up

Router(config-if)#exitRouter(config)#interface f0/0Router(config-if)#ip address 192.168.100.1 255.255.255.0Router(config-if)#no shutdown 10:17:09 %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up10:17:09 %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(config-if)#exit

Page 3: Acn Experiment No 4

OUTPUT AT VISUALIZER