You are on page 1of 18

CCNP 1 Skills-Based Assessment Version 1

Directions
The ISP1A router has already been configured and all routers have the physical layer connectivity as shown in the Figure. The student will be responsible for configuring the other three routers. The workstation shown in the figure is not included in this assessment and is shown for information only.

Given Information
Assigned Network Address: 192.168.1.0 Plan for five LANs that will support 25 hosts each. One or two of these LANs will be configured as a loopback interface on the Auckland router. Complete the following tasks on the SanJose3 router: 1. Configure BGP between the SanJose3 and ISP1A routers. The AS number is 200. The ISP1A AS number is 100. 2. All traffic should leave the network through the T3 link. The T1 link should only be used if the primary link fails. Use floating static routes to make this happen.

1 - 18

CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version 1

Copyright 2005, Cisco Systems, Inc.

3. All traffic should come in from the ISP1A router through the T3 link. Use the MED attribute to force this action. 4. Configure OSPF as the IGP. Complete the following tasks on the Singapore and Auckland routers: 1. Configure the OSPF areas as shown in the diagram. Please note the Totally Stubby area requirement. 2. Configure the Auckland router as a DHCP server for the LAN shown in the diagram. 3. Configure one or two loopback interfaces on the Auckland router or use a second Ethernet port to represent one of the LANs. 4. Summarize the routes from Area 2 into Area 0 at the Singapore router.

2 - 18

CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version 1

Copyright 2005, Cisco Systems, Inc.

CCNP 1 Skills-Based Assessment Version 2

Directions
The ISP1A router has already been configured and all routers have the physical layer connectivity as shown in the Figure. The student will be responsible for configuring the other three routers. The workstation shown in the figure is not included in this assessment and is shown for information only.

Given Information
Assigned Network Address: 192.168.1.0 Plan for five LANs that will support 25 hosts each. For lab purposes, one or two of these LANs will be configured as a loopback interface on the Auckland router. A second Ethernet port can be used for one of the LANs, if desired. Complete the following tasks on the SanJose3 router: 1. Configure BGP between the SanJose3 and ISP1A routers. The AS number is 200. The ISP1A AS number is 100. 2. All traffic should leave the network through the T3 link. The T1 link should only be used if the primary link fails. Use the local preference attribute to make this happen. 3. All traffic should come in from the ISP1A router through the T3 link. Use the MED attribute to force this action. 4. Configure OSPF as the IGP between the SanJose3 and Singapore routers.

3 - 18

CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version 2

Copyright 2005, Cisco Systems, Inc.

Complete the following tasks on the Singapore and Auckland routers: 1. Configure RIP between the Singapore and Auckland routers as shown in the diagram. Configure redistribution between RIP and OSPF on the Singapore router. 2. Configure the Auckland router as a DHCP server for the LAN shown in the diagram. 3. Configure one or two loopback interfaces on the Auckland router or use a second Ethernet port to represent one of the LANs.

4 - 18

CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version 2

Copyright 2005, Cisco Systems, Inc.

CCNP 1 Skills-Based Assessment Version 1 Solution

Directions
The ISP1A router has already been configured and all routers have the physical layer connectivity as shown in the Figure. The student will be responsible for configuring the other three routers. The workstation shown in the figure is not included in this assessment and is shown for information only.

Given Information
Assigned Network Address: 192.168.1.0 Plan for five LANs that will support 25 hosts each. One or two of these LANs will be configured as a loopback interface on the Auckland router. Complete the following tasks on the SanJose3 router: 1. Configure BGP between the SanJose3 and ISP1A routers. The AS number is 200. The ISP1A AS number is 100. 2. All traffic should leave the network through the T3 link. The T1 link should only be used if the primary link fails. Use floating static routes to make this happen. 3. All traffic should come in from the ISP1A router through the T3 link. Use the MED attribute to force this action. 4. Configure OSPF as the IGP.

5 - 18

CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version 1 Solution

Copyright 2005, Cisco Systems, Inc.

Complete the following tasks on the Singapore and Auckland routers: 1. Configure the OSPF areas as shown in the diagram. Please note the Totally Stubby area requirement. 2. Configure the Auckland router as a DHCP server for the LAN shown in the diagram. 3. Configure one or two loopback interfaces on the Auckland router or use a second Ethernet port to represent one of the LANs. 4. Summarize the routes from Area 2 into Area 0 at the Singapore router.

Student Skills Assessment Version 1 Sample Router Configurations Solution


SanJose3 Router Configuration
SanJose3#show running-config Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname SanJose3 ! enable secret 5 $3$xMfF$zADPdiqdnQfUwauXS7RB0. enable password class ! ! ! ! ! ip subnet-zero ! ip audit notify log ip audit po max-events 100 ! ! ! process-max-time 200 ! ! interface FastEthernet0/0 ip address 192.168.1.33 255.255.255.224 no ip directed-broadcast ! interface Serial0/0 bandwidth 44736 ip address 200.200.2.2 255.255.255.0 no ip directed-broadcast no ip mroute-cache fair-queue 64 32 0
6 - 18 CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version 1 Solution Copyright 2005, Cisco Systems, Inc.

! interface Serial0/1 bandwidth 1544 ip address 200.200.1.2 255.255.255.0 no ip directed-broadcast fair-queue 64 32 0 ! router ospf 1 network 192.168.1.32 0.0.0.31 area 0 default-information originate ! router bgp 200 no synchronization network 200.200.1.0 network 200.200.2.0 neighbor 200.200.1.1 remote-as 100 neighbor 200.200.1.1 route-map setprimary out neighbor 200.200.2.1 remote-as 100 neighbor 200.200.2.1 route-map setbackup out ! ip classless ip route 0.0.0.0 0.0.0.0 200.200.1.1 ip route 0.0.0.0 0.0.0.0 200.200.2.1 5 no ip http server ! ! route-map setprimary permit 10 set metric 50 ! route-map setbackup permit 10 set metric 100 ! ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! ! no scheduler allocate end

Singapore Router Configuration


Singapore#show running-config Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Singapore ! enable secret 5 $3$xMfF$zADPdiqdnQfUwauXS7RB0.
7 - 18 CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version 1 Solution Copyright 2005, Cisco Systems, Inc.

enable password class ! ! ! ! ! ip subnet-zero ! ip audit notify log ip audit po max-events 100 ! ! ! process-max-time 200 ! ! interface FastEthernet0/0 ip address 192.168.1.34 255.255.255.224 no ip directed-broadcast ! interface Serial0/0 ip address 192.168.1.65 255.255.255.224 no ip directed-broadcast no ip mroute-cache no fair-queue clockrate 56000 ! interface FastEthernet0/1 no ip address no ip directed-broadcast shutdown ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! router ospf 1 network 192.168.1.32 0.0.0.31 area 0 network 192.168.1.64 0.0.0.31 area 2 area 2 stub no-summary area 2 default-cost 10 area 2 range 192.168.1.64 255.255.255.192 area 2 range 192.168.1.128 255.255.255.192 ! ip classless no ip http server ! ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! ! no scheduler allocate end

8 - 18

CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version 1 Solution

Copyright 2005, Cisco Systems, Inc.

Auckland Router Configuration


Auckland#show running-config Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Auckland ! enable password cisco ! ! ! ! ! ip subnet-zero ! ip dhcp pool CCNP3 network 192.168.1.96 255.255.255.224 default-router 192.168.1.97 ! ip audit notify log ip audit po max-events 100 ! ! ! process-max-time 200 ! ! interface Loopback1 ip address 192.168.1.161 255.255.255.224 no ip directed-broadcast ! interface FastEthernet0/0 ip address 192.168.1.97 255.255.255.224 no ip directed-broadcast ! interface Serial0/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue ! interface FastEthernet0/1 ip address 192.168.1.129 255.255.255.224 no ip directed-broadcast ! ! router ospf 1 network 192.168.1.64 0.0.0.31 area 2 network 192.168.1.96 0.0.0.31 area 2 network 192.168.1.128 0.0.0.31 area 2 network 192.168.1.160 0.0.0.31 area 2 area 2 stub !
9 - 18 CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version 1 Solution Copyright 2005, Cisco Systems, Inc.

ip classless no ip http server ! ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! ! end

ISP1A Router Configuration


ISP1A#show running-config Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname ISP1A ! enable password cisco ! ! ! ! ! ip subnet-zero ! ip audit notify log ip audit po max-events 100 ! ! ! process-max-time 200 ! interface FastEthernet0/0 ip address 200.200.100.1 255.255.255.0 no ip directed-broadcast ! interface Serial0/0 description T1 link bandwidth 1544 ip address 200.200.2.1 255.255.255.0 no ip directed-broadcast no ip mroute-cache no fair-queue clockrate 56000 ! interface FastEthernet0/1 no ip address no ip directed-broadcast
10 - 18 CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version 1 Solution Copyright 2005, Cisco Systems, Inc.

shutdown ! interface Serial0/1 description T3 link bandwidth 44736 ip address 200.200.1.1 255.255.255.0 no ip directed-broadcast clockrate 56000 ! router bgp 100 no synchronization network 200.200.1.0 network 200.200.2.0 network 200.200.100.0 neighbor 200.200.1.2 remote-as 200 neighbor 200.200.2.2 remote-as 200 ! ip classless ip route 192.168.1.0 255.255.255.0 200.200.1.2 ip route 192.168.1.0 255.255.255.0 200.200.2.2 5 ! ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! ! no scheduler allocate end

11 - 18

CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version 1 Solution

Copyright 2005, Cisco Systems, Inc.

CCNP 1 Skills-Based Assessment Version 2 Solution

Directions
The ISP1A router has already been configured and all routers have the physical layer connectivity as shown in the Figure. The student will be responsible for configuring the other three routers. The workstation shown in the figure is not included in this assessment and is shown for information only.

Given Information
Assigned Network Address: 192.168.1.0 Plan for five LANs that will support 25 hosts each. For lab purposes, one or two of these LANs will be configured as a loopback interface on the Auckland router. A second Ethernet port can be used for one of the LANs, if desired. Complete the following tasks on the SanJose3 router: 1. Configure BGP between the SanJose3 and ISP1A routers. The AS number is 200. The ISP1A AS number is 100. 2. All traffic should leave the network through the T3 link. The T1 link should only be used if the primary link fails. Use the local preference attribute to make this happen. 3. All traffic should come in from the ISP1A router through the T3 link. Use the MED attribute to force this action. 4. Configure OSPF as the IGP between the SanJose3 and Singapore routers.

12 - 18

CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version2 Solution

Copyright 2005, Cisco Systems, Inc.

Complete the following tasks on the Singapore and Auckland routers: 1. Configure RIP between the Singapore and Auckland routers as shown in the diagram. Configure redistribution between RIP and OSPF on the Singapore router. 2. Configure the Auckland router as a DHCP server for LAN shown in the diagram. 3. Configure one or two loopback interfaces on the Auckland router or use a second Ethernet port to represent one of the LANs.

Student Skills Assessment Version 2 Sample Router Configurations Solution


SanJose3 Router Configuration
SanJose3#show running-config Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname SanJose3 ! enable password cisco ! ! ! ! ! ip subnet-zero ! ip audit notify log ip audit po max-events 100 ! ! ! process-max-time 200 ! ! interface FastEthernet0/0 ip address 192.168.1.33 255.255.255.224 no ip directed-broadcast ! interface Serial0/0 bandwidth 1544 ip address 200.200.2.2 255.255.255.0 no ip directed-broadcast no ip mroute-cache fair-queue 64 32 0 ! interface Serial0/1 bandwidth 44736 ip address 200.200.1.2 255.255.255.0 no ip directed-broadcast
13 - 18 CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version2 Solution Copyright 2005, Cisco Systems, Inc.

fair-queue 64 32 0 ! router ospf 1 network 192.168.1.32 0.0.0.31 area 0 default-information originate ! router bgp 200 no synchronization network 200.200.1.0 network 200.200.2.0 neighbor 200.200.1.1 remote-as 100 neighbor 200.200.1.1 route-map setprimary out neighbor 200.200.2.1 remote-as 100 neighbor 200.200.2.1 route-map setbackup out ! ip classless ip route 0.0.0.0 0.0.0.0 200.200.1.1 ip route 0.0.0.0 0.0.0.0 200.200.2.1 5 no ip http server ! ! route-map setprimary permit 10 set metric 50 ! route-map setbackup permit 10 set metric 100 ! ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! ! no scheduler allocate end

Singapore Router Configuration


Singapore#show running-config Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Singapore ! enable password cisco ! ! ! ! !
14 - 18 CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version2 Solution Copyright 2005, Cisco Systems, Inc.

ip subnet-zero ! ip audit notify log ip audit po max-events 100 ! ! ! process-max-time 200 ! ! interface FastEthernet0/0 ip address 192.168.1.34 255.255.255.224 no ip directed-broadcast ! interface Serial0/0 ip address 192.168.1.65 255.255.255.224 no ip directed-broadcast no ip mroute-cache no fair-queue clockrate 56000 ! interface FastEthernet0/1 no ip address no ip directed-broadcast shutdown ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! router ospf 1 redistribute rip subnets network 192.168.1.0 0.0.0.31 area 0 ! router rip redistribute ospf 1 metric 10 network 192.168.1.0 version 2 ! ip classless no ip http server ! ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! ! no scheduler allocate end

15 - 18

CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version2 Solution

Copyright 2005, Cisco Systems, Inc.

Auckland Router Configuration


Auckland#show running-config Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Auckland ! enable password cisco ! ! ! ! ! ip subnet-zero ! ip dhcp pool CCNP3 network 192.168.1.96 255.255.255.224 default-router 192.168.1.97 ! ip audit notify log ip audit po max-events 100 ! ! ! process-max-time 200 ! ! interface Loopback1 ip address 192.168.1.161 255.255.255.224 no ip directed-broadcast ! ! interface FastEthernet0/0 ip address 192.168.1.97 255.255.255.224 no ip directed-broadcast ! interface Serial0/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue ! interface BRI0/0 no ip address no ip directed-broadcast shutdown isdn guard-timer 0 on-expiry accept ! interface Serial0/1 ip address 192.168.1.66 255.255.255.224 no ip directed-broadcast !
16 - 18 CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version2 Solution Copyright 2005, Cisco Systems, Inc.

router rip network 192.168.1.0 version 2 ! ip classless no ip http server ! ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! ! end

ISP1A Router Configuration


ISP1A#show running-config Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname ISP1A ! enable password cisco ! ! ! ! ! ip subnet-zero ! ip audit notify log ip audit po max-events 100 ! ! ! process-max-time 200 ! interface FastEthernet0/0 ip address 200.200.100.1 255.255.255.0 no ip directed-broadcast ! interface Serial0/0 description T1 link bandwidth 1544 ip address 200.200.2.1 255.255.255.0 no ip directed-broadcast no ip mroute-cache no fair-queue
17 - 18 CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version2 Solution Copyright 2005, Cisco Systems, Inc.

clockrate 56000 ! interface FastEthernet0/1 no ip address no ip directed-broadcast shutdown ! interface Serial0/1 description T3 link bandwidth 44736 ip address 200.200.1.1 255.255.255.0 no ip directed-broadcast clockrate 56000 ! router bgp 100 no synchronization network 200.200.1.0 network 200.200.2.0 network 200.200.100.0 neighbor 200.200.1.2 remote-as 200 neighbor 200.200.2.2 remote-as 200 ! ip classless ip route 192.168.1.0 0.255.255.0 200.200.1.2 ip route 192.168.1.0 255.255.255.0 200.200.2.2 5 ! ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! ! no scheduler allocate end

18 - 18

CCNP 1: Advanced Routing v3.1 Skills-Based Assessment Version2 Solution

Copyright 2005, Cisco Systems, Inc.

You might also like