Está en la página 1de 15

ERouting OSPF PT Practice SBA

A few things to keep in mind while completing this activity: 1. Do not use the browser Back button or close or reload any exam windows during the exam. 2. Do not close Packet Tracer when you are done. It will close automatically. 3. Click the Submit Assessment button to submit your work.

Introduction
In this practice Packet Tracer Skills Exam, you will: finish the configuration of a partially configured network

establish connectivity to the East Region and the Internet through the use of static and dynamic routing

Addressing Table
Device Interface S0/0/0 S0/0/1 WestHQ S0/1/0 S0/1/1 Lo0 Fa0/0 Fa0/1 W-Branch1 S0/0/0 Lo0 Fa0/0 Fa0/1 W-Branch2 S0/0/0 Lo0 Fa0/0 ServerFarm Fa0/1 Lo0 WPC1 WPC2 NetAdmin Payroll NIC NIC NIC NIC 172.16.100.130 172.16.100.194 255.255.255.192 255.255.255.224 172.16.100.129 172.16.100.193 172.16.100.242 10.0.0.2 172.16.100.193 172.16.100.226 10.0.0.3 172.16.100.126 255.255.255.252 255.255.255.255 255.255.255.224 255.255.255.240 255.255.255.255 255.255.255.128 n/a n/a n/a n/a n/a 172.16.100.1 172.16.100.246 10.0.0.1 172.16.100.129 172.16.100.225 255.255.255.252 255.255.255.255 255.255.255.192 255.255.255.240 n/a n/a n/a n/a 172.16.100.1 255.255.255.128 n/a Address Subnet Mask Default Gateway

Note: The password for user EXEC mode is cisco. The password for privileged EXEC mode is class.

Step 1: Finish the IP Addressing.


Note: Initially, you can only access router W-Branch2 through the console connection on NetAdmin. a. Configure and verify interface addressing on W-Branch2. Configure and activate all interfaces for W-Branch2 that are listed in the addressing table.

b. Configure the correct IP addresses on WPC2 and W-Branch1. Configure WPC2 with the last IP address in the subnet.

Configure the Fa0/1 interface on W-Branch1 with the last IP address in the subnet.

c. Verify connectivity.

Step 2: Discover the Network.


Explore the network to determine the IP addressing of the serial interfaces that WestHQ shares with W-Branch1 and W-Branch2. Remotely access WestHQ.

Step 3: Configure Static and Default Routing.


a. Configure connectivity to the East Region. Using the next hop address 192.0.0.2, configure one summary static route on WestHQ for the entire East Region. The East Region subnets are listed in the following table:

East Region Subnets 192.168.0.0/25 192.168.0.128/25 192.168.1.0/26 192.168.1.64/26 192.168.1.128/26 192.168.1.192/27 192.168.1.224/28 192.168.1.240/30 192.168.1.244/30 192.168.1.248/30 192.168.1.252/30

Configure a default route on WestHQ to send to the Internet all other traffic for destinations that are not found in the WestHQ routing table. Use the outbound interface argument.

b. Verify static and default routing.

Step 4: Configure OSPF Routing.


a. Configure OSPF on WestHQ, W-Branch1, and W-Branch2. Use OSPF process ID 1 and area 0. Advertise each subnet individually with its corresponding wildcard mask. On WestHQ, do not advertise the subnet to the Internet or the subnet to East Region. Disable OSPF updates out interfaces where there are no OSPF neighbors available.

Configure WestHQ to send the default route to W-Branch1 and W-Branch2 in OSPF updates.

b. Modify the default OSPF operation. Configure W-Branch1 to always be the DR by using a priority of 100. Configure W-Branch2 to always be the BDR by using a priority of 50. Change the hello interval to 20 seconds on W-Branch1 and W-Branch2 for the LAN that these two routers share with ServerFarm. Verify OSPF neighbor status.

c. Verify that OSPF is fully operational. Verify that the routing tables on W-Branch1, W-Branch2, and WestHQ contain all the expected routes. It may be necessary to shutdown and then reactivate interfaces to force OSPF to converge.

Step 5: Verify Full Connectivity.


Although these are not scored, the following connectivity tests should be successful. To test the static route to East Region, successfully ping between WestHQ and EPC1. To test the OSPF neighbor establishment with ServerFarm, successfully ping between WPC1 and Payroll. To test end-to-end connectivity between the East and West Regions, successfully ping between WPC2 and EPC3. To test the default route, successfully ping the Cisco Server from NetAdmin.

CONFIGURACION W-BRANCH2 Building configuration...

Current configuration : 1103 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname WB2 ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ! ! ! ! ! ! ! ! ip ssh version 1

! ! spanning-tree mode pvst ! ! ! ! interface Loopback0 ip address 10.0.0.2 255.255.255.255 ip ospf priority 50 ! interface FastEthernet0/0 ip address 172.16.100.129 255.255.255.192 duplex auto speed auto ! interface FastEthernet0/1 ip address 172.16.100.225 255.255.255.240 ip ospf hello-interval 20 duplex auto speed auto ! interface Serial0/0/0 ip address 172.16.100.242 255.255.255.252 ! interface Serial0/0/1

no ip address shutdown ! interface Vlan1 no ip address shutdown ! router ospf 1 log-adjacency-changes passive-interface FastEthernet0/0 network 172.16.100.128 0.0.0.63 area 0 network 172.16.100.224 0.0.0.15 area 0 network 172.16.100.240 0.0.0.3 area 0 ! ip classless ! ! ! banner motd ^CAuthorized Access Only!^C ! ! ! ! line con 0 password cisco login

line vty 0 4 password cisco login line vty 5 15 password cisco login ! ! ! End ++++++++++++++++++++++++++++++++++++++++++++++++++++ CONFIGURACION W-BRANCH1 Building configuration...

Current configuration : 1156 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname WB1 ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1

! ! ! ! ! ! ! ! ! ! ip ssh version 1 ! ! spanning-tree mode pvst ! ! ! ! interface Loopback0 ip address 10.0.0.1 255.255.255.255 ip ospf priority 100 ! interface FastEthernet0/0 ip address 172.16.100.1 255.255.255.128 duplex auto speed auto

! interface FastEthernet0/1 ip address 172.16.100.227 255.255.255.240 ip ospf hello-interval 20 ip ospf priority 100 duplex auto speed auto ! interface Serial0/0/0 description Link to WHQ ip address 172.16.100.246 255.255.255.252 ! interface Serial0/0/1 no ip address clock rate 56000 ! interface Vlan1 no ip address shutdown ! router ospf 1 log-adjacency-changes passive-interface FastEthernet0/0 network 172.16.100.0 0.0.0.127 area 0 network 172.16.100.224 0.0.0.15 area 0 network 172.16.100.244 0.0.0.3 area 0

! ip classless ! ! ! banner motd ^CAuthorized Access Only!^C ! ! ! ! line con 0 password cisco login line vty 0 4 password cisco login line vty 5 15 password cisco login ! ! ! End +++++++++++++++++

CONFIGURACION DE WESTHQ Building configuration...

Current configuration : 1444 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname WHQ ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ! ! ! ! ! ! ! ! ip ssh version 1

! ! spanning-tree mode pvst ! ! ! ! interface Loopback0 ip address 10.0.0.4 255.255.255.255 ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 description Link to WB1 ip address 172.16.100.245 255.255.255.252 clock rate 2000000

! interface Serial0/0/1 description Link to WB2 ip address 172.16.100.241 255.255.255.252 clock rate 2000000 ! interface Serial0/1/0 description Link to the Internet ip address 209.165.201.2 255.255.255.252 ! interface Serial0/1/1 description Link to East Region ip address 192.0.0.1 255.255.255.252 clock rate 2000000 ! interface Vlan1 no ip address shutdown ! router ospf 1 log-adjacency-changes passive-interface Serial0/1/0 passive-interface Serial0/1/1 network 172.16.100.244 0.0.0.3 area 0 network 172.16.100.240 0.0.0.3 area 0 default-information originate

! ip classless ip route 192.168.0.0 255.255.252.0 192.0.0.2 ip route 0.0.0.0 0.0.0.0 209.165.201.1 ! ! ! banner motd ^CAuthorized Access Only!^C ! ! ! ! line con 0 password ptse login line vty 0 4 password cisco login line vty 5 15 password cisco login ! ! ! end

También podría gustarte