ERouting OSPF PT Practice SBA-Parcial
ERouting OSPF PT Practice SBA-Parcial
Introduction
In this practice Packet Tracer Skills Exam, you will:
establish connectivity to the East Region and the Internet through the use of static and
dynamic routing
Addressing Table
Device
Interface
Address
Subnet Mask
S0/0/0
172.16.100.245
255.255.255.252
S0/0/1
172.16.100.241
255.255.255.252
S0/1/0
209.165.201.2
255.255.255.252
S0/1/1
192.0.0.1
255.255.255.252
Lo0
10.0.0.4
255.255.255.255
Fa0/0
172.16.100.1
255.255.255.128
n/a
S0/0/0
172.16.100.246
255.255.255.252
n/a
Lo0
10.0.0.1
255.255.255.255
n/a
Fa0/0
172.16.100.129
255.255.255.192
n/a
Fa0/1
172.16.100.225
255.255.255.240
n/a
S0/0/0
172.16.100.242
255.255.255.252
n/a
Lo0
10.0.0.2
Fa0/0
172.16.100.193
255.255.255.224
n/a
Fa0/1
172.16.100.226
255.255.255.240
n/a
Lo0
10.0.0.3
255.255.255.255
n/a
WPC1
NIC
172.16.100.126
255.255.255.128
172.16.100.1
WPC2
NIC
172.16.100.190
255.255.255.192
172.16.100.129
NetAdmin
NIC
172.16.100.130
255.255.255.192
172.16.100.129
Payroll
NIC
172.16.100.194
255.255.255.224
172.16.100.193
WestHQ
W-Branch1
W-Branch2
ServerFarm
Default Gateway
Fa0/1
255.255.255.255
n/a
Note: The password for user EXEC mode is cisco. The password for privileged EXEC mode
is class.
Configure and activate all interfaces for W-Branch2 that are listed in the
addressing table.
configure terminal
interface fa0/0
ip address 172.16.100.129 255.255.255.192
no shutdown
exit
interface fa0/1
ip address 172.16.100.225 255.255.255.240
no shutdown
exit
interface se0/0/0
ip address 172.16.100.242 255.255.255.252
no shutdown
interface loopback 0
ip address 10.0.0.2 255.255.255.255
/26
172
10 10|000001
0
AND
255 25 25 11|000000
5
5
Direccin
172 16 10 10|000000
0
de red
172.16.100.128 direccin de red
26 = 64
Subred 1 172.16.100.128 broadcast 172.16.100.191
Rango ips 172.16.100.129 - 172.16.100.190
Subred 2 172.16.100.192
16
Configure the Fa0/1 interface on W-Branch1 with the last IP address in the
subnet.
/28
1110|0001
172
16
100
AND
1111|0000
255
255 255
1110|0000
100
172
16
Direccin de red
172.16.100.224 direccin de red
24 = 16
Subred 1 172.16.100.224 broadcast 172.16.100.239
Rango ips 172.16.100.225 - 172.16.100.238
Subred 2 172.16.100.240
WB1 en fa0/1 172.16.100.238 255.255.255.240
c. Verify connectivity.
Explore the network to determine the IP addressing of the serial interfaces that WestHQ
shares with W-Branch1 and W-Branch2.
WB2#telnet 172.16.100.241
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:
192.168.1.248/30
192.168.1.252/30
Se coloca en binario el o los octetos que cambian se deja igual hasta lo comn y de resto todo en
cero. La mascara es hasta lo comn.
Direcciones originales
192
192
192
192
192
192
192
192
192
192
192
192
168
168
168
168
168
168
168
168
168
168
168
168
0000000|0
0000000|0
0000000|1
0000000|1
0000000|1
0000000|1
0000000|1
0000000|1
0000000|1
0000000|1
0000000|1
000000000
00000000
10000000
00000000
01000000
10000000
11000000
11100000
11110000
11110100
11111000
11111100
00000000
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.
router ospf 1
255.255.255.255
255.255.255.252
0.
0.
0.
Disable OSPF updates out interfaces where there are no OSPF neighbors
available.
WB1(config)#route ospf 1
WB1(config-router)#passive-interface fa0/0
WB2(config)#route ospf 1
WB2(config-router)#passive-interface fa0/0
Default information
b. Modify the default OSPF operation.
Change the hello interval to 20 seconds on W-Branch1 and W-Branch2 for the
LAN that these two routers share with ServerFarm.
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.
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.