Adsense

Translate the website into your language :)

Latest News

Powered by Blogger.

Solution for skill final 4 practice question

Here i'm providing solution for this ccna 4 skill final.

To view this question click here.
It is not the full solution, try to give the full solution in future :



Router>en

Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ho ISPRouter
ISPRouter(config)#int fa1/0
ISPRouter(config-if)#ip add 192.168.4.1 255.255.255.0
ISPRouter(config-if)#no sh

%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up

ISPRouter(config-if)#int s2/0
ISPRouter(config-if)#ip add 209.165.200.2 255.255.255.0
ISPRouter(config-if)#no sh

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

ISPRouter(config-if)#


Router>en
Router#en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ho KUETRouter
KUETRouter(config)#int fa0/0
KUETRouter(config-if)#ip add 192.168.3.1 255.255.255.0
KUETRouter(config-if)#no sh

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

KUETRouter(config-if)#int fa1/0
KUETRouter(config-if)#ip add 192.168.2.2 255.255.255.0
KUETRouter(config-if)#mo sh
                       ^
% Invalid input detected at '^' marker.
               
KUETRouter(config-if)#no sh

%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up

KUETRouter(config-if)#int s2/0
KUETRouter(config-if)#ip add 209.165.200.1 255.255.255.0
KUETRouter(config-if)#cl ra 9600
KUETRouter(config-if)#no sh

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
KUETRouter(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ho yahooRouter
yahooRouter(config)#int fa0/0
yahooRouter(config-if)#ip add 192.168.7.1 255.255.255.0
yahooRouter(config-if)#no sh

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

yahooRouter(config-if)#

Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ho ACLRouter
ACLRouter(config)#int fa0/0
ACLRouter(config-if)#ip add 192.168.1.1 255.255.255.0
ACLRouter(config-if)#no sh

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Frame Relay:
ISPRouter>en
ISPRouter#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
ISPRouter(config)#int s3/0
ISPRouter(config-if)#en
ISPRouter(config-if)#encapsulation fr
ISPRouter(config-if)#encapsulation frame-relay
ISPRouter(config-if)#no sh

%LINK-5-CHANGED: Interface Serial3/0, changed state to up

ISPRouter(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up

ISPRouter(config-if)#ex
ISPRouter(config)#int s3/0.102 po
ISPRouter(config)#int s3/0.102 point-to-point

%LINK-5-CHANGED: Interface Serial3/0.102, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0.102, changed state to up
ISPRouter(config-subif)#ip add 192.168.5.1 255.255.255.0
ISPRouter(config-subif)#fr
ISPRouter(config-subif)#frame-relay in
ISPRouter(config-subif)#frame-relay interface-dlci 102
ISPRouter(config-subif)#no sh
ISPRouter(config-subif)#ex
ISPRouter(config)#int s3/0.103
%Cannot create sub-interface
ISPRouter(config)#int s3/0.103 po
ISPRouter(config)#int s3/0.103 point-to-point

%LINK-5-CHANGED: Interface Serial3/0.103, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0.103, changed state to up
ISPRouter(config-subif)#ip add 192.168.6.1 255.255.255.0
ISPRouter(config-subif)#fr
ISPRouter(config-subif)#frame-relay in
ISPRouter(config-subif)#frame-relay interface-dlci 103
ISPRouter(config-subif)#no sh
ISPRouter(config-subif)#



yahooRouter>en
yahooRouter#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
yahooRouter(config)#int s2/0
yahooRouter(config-if)#en
yahooRouter(config-if)#encapsulation fr
yahooRouter(config-if)#encapsulation frame-relay
yahooRouter(config-if)#no sh

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

yahooRouter(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

yahooRouter(config-if)#ex
yahooRouter(config)#int s2/0.402
%Cannot create sub-interface
yahooRouter(config)#int s2/0.402 po
yahooRouter(config)#int s2/0.402 point-to-point

%LINK-5-CHANGED: Interface Serial2/0.402, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0.402, changed state to up
yahooRouter(config-subif)#ip add 192.168.5.2 255.255.255.0
yahooRouter(config-subif)#fr
yahooRouter(config-subif)#frame-relay in
yahooRouter(config-subif)#frame-relay interface-dlci 402
yahooRouter(config-subif)#no sh
yahooRouter(config-subif)#ex
yahooRouter(config)#



ACLRouter>en
ACLRouter#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
ACLRouter(config)#int s2/0
ACLRouter(config-if)#en
ACLRouter(config-if)#encapsulation fr
ACLRouter(config-if)#encapsulation frame-relay
ACLRouter(config-if)#no sh

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

ACLRouter(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

ACLRouter(config-if)#ex
ACLRouter(config)#int s2/0.301 po
ACLRouter(config)#int s2/0.301 point-to-point

%LINK-5-CHANGED: Interface Serial2/0.301, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0.301, changed state to up
ACLRouter(config-subif)#ip add 192.168.6.2 255.255.255.0
ACLRouter(config-subif)#fr
ACLRouter(config-subif)#frame-relay in
ACLRouter(config-subif)#frame-relay interface-dlci 301
ACLRouter(config-subif)#no sh
ACLRouter(config-subif)#


ROUTER Protocol configuration:
ISPRouter(config)#ex
ISPRouter#
%SYS-5-CONFIG_I: Configured from console by console

ISPRouter#sh ip rou
ISPRouter#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    192.168.4.0/24 is directly connected, FastEthernet1/0
C    192.168.5.0/24 is directly connected, Serial3/0.102
C    192.168.6.0/24 is directly connected, Serial3/0.103
C    209.165.200.0/24 is directly connected, Serial2/0
ISPRouter#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
ISPRouter(config)#rou
ISPRouter(config)#router  os
ISPRouter(config)#router  ospf 1
ISPRouter(config-router)#net
ISPRouter(config-router)#network  192.168.4.0 0.0.0.255 ar
ISPRouter(config-router)#network  192.168.4.0 0.0.0.255 area 0
ISPRouter(config-router)#network  192.168.5.0 0.0.0.255 area 0
ISPRouter(config-router)#network  192.168.6.0 0.0.0.255 area 0
ISPRouter(config-router)#network  209.165.200.0 0.0.0.255 area 0
ISPRouter(config-router)#


yahooRouter(config)#ex
yahooRouter#
%SYS-5-CONFIG_I: Configured from console by console

yahooRouter#sh ip ro
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    192.168.5.0/24 is directly connected, Serial2/0.402
C    192.168.7.0/24 is directly connected, FastEthernet0/0
yahooRouter#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
yahooRouter(config)#ro os 1
yahooRouter(config-router)#net  192.168.5.0 0.0.0.0 ar 0
yahooRouter(config-router)#net  192.168.7.0 0.0.0.0 ar 0
yahooRouter(config-router)#



ACLRouter(config-subif)#^Z
ACLRouter#
%SYS-5-CONFIG_I: Configured from console by console

ACLRouter#sh ip rou
ACLRouter#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    192.168.1.0/24 is directly connected, FastEthernet0/0
C    192.168.6.0/24 is directly connected, Serial2/0.301
ACLRouter#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
ACLRouter(config)#ro os 1
ACLRouter(config-router)#net  192.168.1.0 0.0.0.255 ar 0
ACLRouter(config-router)#net  192.168.6.0 0.0.0.255 ar 0
ACLRouter(config-router)#


Default Route creation:
KUETRouter>en
KUETRouter#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
KUETRouter(config)#ip rou
KUETRouter(config)#ip route 0.0.0.0 0.0.0.0 s2/0
KUETRouter(config)#


IP Helper address:
KUETRouter(config)#int fa0/0
KUETRouter(config-if)#ip he
KUETRouter(config-if)#ip help
KUETRouter(config-if)#ip helper-address 192.168.2.3



For more CCNA 4 question may visit here: CCNA 4



no image
  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Top