Вы находитесь на странице: 1из 6

Step 2: Configure the Device Basics.

Note: Initially, you can only access router W-B ranch2 through the console connection onNetAdmin.a. Configure the following on W-B ranch2: y The router name is W B2 . y The privileged EXEC mode uses the following encrypted password: class. y Enable Telnet and console line login using the following password: cisco. y Configure the banner message of the day as Authorized access only! b. Configure and verify interface addressing on W-B ranch2. y U

sing the Addressing Table, configure and activate all the necessary interfaceson W-B ranch2. y V erify connectivity.c. Configure the correct IP addresses on W PC2 and W-B ranch1. y Configure W PC2 with the last IP address in the subnet. y Configure the Fa0/1 interface on W-B ranch1 with the last IP address in thesubnet.d. V erify connectivity. Step 3: Discover the Network. y Explore the network to determine the IP addressing of the serial interfaces that W estHQshares with W-B ranch1 and W-B ranch2. y Remotely access W estHQ. Step 4: Configure Static and Default Routing. a. Configure connectivity to the East Region. y

U sing the next hop address 192.0.0.2, configure one summary static route on W estHQ for the entire East Region. The summary should include addressesreserved for future expansion. The East Region subnets are listed in the followingtable: 192.168.0.0/23 WHQ( config)#ip route 192.168.0.0 255.255.254.0 192.0.0.2 East Region Subnets 192.168.1.248/30192.168.1.252/30192.168.1.244/30192.168.0.0/25192.168.0.128/2519 2.168.1.0/26192.168.1.64/26192.168.1.128/26192.168.1.192/27192.168.1.224/28192.1 68.1.240/30 y Configure a default route on W estHQ to send to the Internet all other traffic for destinations that are not found in the W estHQ routing table. U se the outboundinterface argument. WHQ( config)#ip route 0.0.0.0 0.0.0.0 s0/1/0

b. V erify static and default routing. Step 5: Configure OSPF Routing.

a. Configure OSPF on W estHQ, W-B ranch1, and W-B ranch2. y U se OSPF process ID 1 and area 0. y Advertise each subnet individually with its corresponding wildcard mask. On W estHQ, do not advertise the subnet to the Internet or the subnet to East Region. y Disable OSPF updates out interfaces where there are no OSPF neighborsavailable. y Configure W estHQ to send the default route to W-B ranch1 and W-B ranch2 inOSPF updates. WestHQ WHQ(conf t)#router ospf 1 WHQ(config-router)#network 172.16.100.244 0.0.0.3 area 0 WHQ(config-router)#network 172.16.100.240 0.0.0.3 area 0 WHQ(config-router)#default-information originate ; WHQ sends the default route to; WB1 &WB2 WHQ(config-router)#passive-interface s0/1/0 ; disable OSPF updates WHQ(config-router)#passive-interface s0/1/1 ; disable OSPF updates WBranch1 WB1(conf t)#router ospf 1 WB1(config-router)#network 172.16.100.0 0.0.0.127 area 0 WB1(config-router)#network 172.16.100.224 0.0.0.15 area 0 WB1(config-router)#network 172.16.100.244 0.0.0.3 area 0 WBranch2 WB2(conf t)#router ospf 1

WB2(config-router)#network 172.16.100.128 0.0.0.63 area 0 WB2(config-router)#network 172.16.100.224 0.0.0.15 area 0 WB2(config-router)#network 172.16.100.240 0.0.0.3 area 0 b.Modify the default OSPF operation. yConfigure W-Branch1 to always be the DR by using a priority of 100 . AO amle interface fa0/1 sy s0/0/0 WB1(config-if)#ip ospf priority 100y Configure W-Branch2 to always be the BDR by using a priority of 50 . AO amle interface fa0/1 sy s0/0/0 WB2(config-if)#ip ospf priority 50 y Change the hello interval to 20 seconds on W-Branch1 and W-B ranch2 for theLAN that these two routers share with ServerFarm. Ao amle WB1_f0/1 sy WB2_f0/1 WB1(config-if)#ip ospf hello-interval 20 WB2(config-if)#ip ospf hello-interval 20 y V erify OSPF neighbor status.Router#sh ip ospf neighbor ,etc....c. V erify that OSPF is fully operational. y V erify that the routing tables on W-B ranch1, W-B ranch2, and W estHQ contain allthe expected routes.Router#sh ip route ,etc.... Step 6: Verify Full Connectivity. Although these are not scored, the following connectivity tests should be successful. y To test the static route to East Region, successfully ping between

W estHQ and EPC1. y To test the OSPF neighbor establishment with ServerFarm, successfully ping between W PC1and Payroll. y To test end to end connectivity between the East and W est Regions, successfully pingbetween W PC2 and EPC3. y To test the default route, successfully ping the Cisco Server from NetAdmin.

Вам также может понравиться