You are on page 1of 6

CCNA Skills Integration Challenge PT Activity 8.6.

1
This article aimed at solving CCNA Skills Integration Challenge PT Activity 8.6.1 and exam CCNA, also for basic configuration of network equipment Cisco Systems First of all we must configure HQ as a hub router. Entering console: Router>enable Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname HQ HQ(config)#interface serial 0/0/0 HQ(config-if)#encapsulation frame-relay HQ(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up HQ(config-if)#frame-relay lmi-type q933a %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up HQ(config-if)#exit HQ(config)#interface serial 0/0/0.41 point-to-point %LINK-5-CHANGED: Interface Serial0/0/0.41, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.41, changed state to up HQ(config-subif)#ip address 10.255.255.1 255.255.255.252 HQ(config-subif)#frame-relay interface-dlci 41 HQ(config-subif)#exit HQ(config)#interface serial 0/0/0.42 point-to-point %LINK-5-CHANGED: Interface Serial0/0/0.42, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.42, changed state to up ipad HQ(config-subif)#ip address 10.255.255.5 255.255.255.252 HQ(config-subif)#frame-relay interface-dlci 42 HQ(config-subif)#exit HQ(config)#interface serial 0/0/0.43 point-to-point %LINK-5-CHANGED: Interface Serial0/0/0.43, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.43, changed state to up HQ(config-subif)#ip address 10.255.255.9 255.255.255.252 HQ(config-subif)#frame-relay interface-dlci 43 HQ(config-subif)#exit HQ#copy r s Destination filename [startup-config]? Building configuration... [OK] Second action in this task is configuring other routers as spokes. Configuring steps: Router>enable Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname B1 B1(config)#interface serial 0/0/0 B1(config-if)#encapsulation frame-relay B1(config-if)#frame-relay lmi-type q933a B1(config-if)#ip address 10.255.255.2 255.255.255.252 B1(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up B1# %SYS-5-CONFIG_I: Configured from console by console ping 10.255.255.1 Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.255.255.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 5/8/10 ms B1#copy r s Destination filename [startup-config]? Building configuration... [OK] And we have to repeat this step for another two spoke routers, with changing several parameters as IP address and lmi-types if needed. Router>enable Router#conf t Router(config)#hostname B2 B2(config)#interface serial 0/0/0 B2(config-if)#encapsulation frame-relay B2(config-if)#frame-relay lmi-type q933a B2(config-if)#ip address 10.255.255.6 255.255.255.252 B2(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up B2# %SYS-5-CONFIG_I: Configured from console by console ping 10.255.255.5 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.255.255.5, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 5/8/10 ms B1#copy r s Destination filename [startup-config]? Building configuration... [OK] And last third router B3: Router>enable Router#configure t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname B3 B3(config)#interface serial 0/0/0 B3(config-if)#encapsulation frame-relay ietf B3(config-if)#frame-relay lmi-type ansi B3(config-if)#ip address 10.255.255.10 255.255.255.252 B3(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up do ping 10.255.255.9 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.255.255.9, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 8/9/10 ms B3(config-if)#exit B3# B3#copy r s Destination filename [startup-config]? Building configuration... [OK] That's all for step one. Step 2 Congifuring the LAN interface on HQ router. HQ>enable HQ#conf t

Enter configuration commands, one per line. End with CNTL/Z. HQ(config)#interface fa0/0 HQ(config-if)#ip address 10.0.1.1 255.255.255.0 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 to up HQ(config-if)#do copy r s Destination filename [startup-config]? Building configuration... [OK] Step 3 is a veryfing all configs with simple ping command, HQ must ping each Routers. Posted by Damir Gilmanov at 1:57 AM Email ThisBlogThis!Share to TwitterShare to Facebook Labels: CCNA Skills Integration Challenge PT Activity 8.6.1 - Task 1

Showing posts with label CCNA Skills Integration Challenge PT Activity 8.6.1 - Task 2. Show all posts Showing posts with label CCNA Skills Integration Challenge PT Activity 8.6.1 - Task 2. Show all posts

Thursday, February 17, 2011

CCNA Skills Integration Challenge PT Activity 8.6.1 - Task 2


Task 2: Configure PPP with CHAP and PAP Authentication Step 1. Configure the WAN link from HQ to ISP using PPP encapsulation and CHAP authentication. The CHAP password is ciscochap. We open console on HQ again and begin...
HQ>enable HQ#conf t

Enter configuration commands, one per line. End with CNTL/Z.


HQ(config)#interface serial 0/1/0 HQ(config-if)#ip address 209.165.201.1 255.255.255.252 HQ(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/1/0, changed state to up HQ(config-if)#encapsulation ppp HQ(config-if)#ppp authentication chap HQ(config-if)#exit HQ(config)#username ISP password ciscochap %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up do ping 209.165.201.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 209.165.201.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 6/8/14 ms

HQ(config)#do copy r s Destination filename [startup-config]? Building configuration... [OK]

Step 2. Configure the WAN link from HQ to NewB using PPP encapsulation and PAP authentication.You need to connect a cable to the correct interfaces. HQ is the DCE side of the link. You choose the clock rate. The PAP password is ciscopap.First of all we have to choose the cable for connecting. This job is easy enough. In the bottom of the PT we choose cable with clock label. First we connect it to DCE side of the link (HQ Serial 0/0/1), and the second connection will be serial 0/0/0 on NewB router. And now start to configure PPP using PAP authentification on HQ.
HQ(config)#interface serial 0/0/1 HQ(config-if)#ip address 10.255.255.253 255.255.255.252 HQ(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/1, changed state to up HQ(config-if)#encapsulation ppp HQ(config-if)#ppp authentication pap HQ(config-if)#ppp pap sent-username HQ password ciscopap HQ(config-if)#exit HQ(config)#username NewB password ciscopap HQ(config)#interface serial 0/0/1 HQ(config-if)#clock rate 64000 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up HQ(config-if)#do copy r s Destination filename [startup-config]? Building configuration... [OK] HQ(config-if)#

And last thing that we need to do is adding new username and password on NewB for successful connection between routers.
NewB#conf t Enter configuration commands, one per line. End with CNTL/Z. NewB(config)#username HQ password ciscopap NewB(config)#do copy r s Destination filename [startup-config]? Building configuration... [OK]

After veryfing pinging between HQ and ISP, HQ and NewB, you may start Task 3. On your Acrivity progress you will see 8% Completion. Posted by Damir Gilmanov at 2:16 AM 0 comments Email ThisBlogThis!Share to TwitterShare to Facebook Labels: CCNA Skills Integration Challenge PT Activity 8.6.1 - Task 2

CCNA Skills Integration Challenge PT Activity 8.6.1 - Task 3

Task 3: Configure Static and Dynamic NAT on HQ Step 1. Configure NAT. Use the following requirements: Allow all addresses for the 10.0.0.0/8 address space to be translated. XYZ Corporation owns the 209.165.200.240/29 address space. The pool, XYZCORP, uses addresses .241 through .245 with a /29 mask. The www.xyzcorp.com website at 10.0.1.2 is registered with the public DNS system at IP address 209.165.200.246. First we must specify new access-list for using NAT: HQ(config)#ip access-list standard NAT_LIST HQ(config-std-nacl)#permit 10.0.0.0 0.255.255.255 HQ(config-std-nacl)#exit Second action is enabling dynamic NAT translation on HQ. For this action follow the requirements we must create NAT Pool: HQ(config)#ip nat pool XYZCORP 209.165.200.241 209.165.200.245 net 255.255.255.248 HQ(config)#ip nat inside source list NAT_LIST pool XYZCORP overload And last action is enabling static NAT: HQ(config)#ip nat inside source static 10.0.1.2 209.165.200.246 Also we must activate NAT mode on all interfaces include each subinteface on HQ router. For all interfaces exclude serial 0/1/0 NAT mode must be configured as inside, for example: HQ(config)#interface serial 0/0/0.41 HQ(config-subif)#ip nat inside For serial 0/1/0 it must be: HQ(config)#interface serial 0/1/0 HQ(config-subif)#ip nat outside After completion your percentage must be 11%

Posted by Damir Gilmanov at 3:05 AM 3 comments Email ThisBlogThis!Share to TwitterShare to Facebook Labels: CCNA Skills Integration Challenge PT Activity 8.6.1 - Task 3

Showing posts with label CCNA Skills Integration Challenge PT Activity 8.6.1 - Task 4. Show all posts Showing posts with label CCNA Skills Integration Challenge PT Activity 8.6.1 - Task 4. Show all posts

Monday, May 9, 2011

CCNA Skills Integration Challenge PT Activity 8.6.1 - Task 4


Task 4: Configure Static and Default Routing Step 1. Configure HQ with a default route to ISP and a static route to the NewB LAN. Use the exit interface as an argument.

Step 2. Configure the Branch routers with a default route to HQ. Use the next-hop IP address as an argument. Step 3. Verify connectivity beyond ISP. All three NewB PCs and the NetAdmin PC should be able to ping the www.cisco.com web server. Let's do it: Connect to the HQ router and configure default route to ISP: HQ(config)#enable HQ(config)#conf t HQ(config)#ip route 0.0.0.0 0.0.0.0 Serial 0/1/0 (use the exit interface on HQ router) Now, configure static route to the NewB LAN: HQ(config)#ip route 10.4.5.0 255.255.255.0 Serial 0/0/1 Configure the Branch routers with a default route to HQ: B1(config)#ip ro 0.0.0.0 0.0.0.0 10.255.255.1 B2(config)#ip ro 0.0.0.0 0.0.0.0 10.255.255.5 B3(config)#ip ro 0.0.0.0 0.0.0.0 10.255.255.9

Next, check that you have ping www.cisco.com

Posted by Damir Gilmanov at 2:58 AM 2 comments Email ThisBlogThis!Share to TwitterShare to Facebook Labels: CCNA Skills Integration Challenge PT Activity 8.6.1 - Task 4

You might also like