You are on page 1of 4

Step 1: Configure the Device Basics.

Note: Initially, you can only access router E-Branch2 through the console connection on NetAdmin. a. Configure the following on E-Branch2: The router name is EB2. The privileged EXEC mode uses the following encrypted password: class. Enable Telnet and console line logins and use the following password: cisco. Configure the banner message-of-the-day as Authorized access only! b. Using the Addressing Table, configure and activate all the necessary interfaces on E-Branch2. c. Configure correct host IP addressing. Configure EPC2 with the last IP address in the subnet. Configure EPC4 with the last IP address in the subnet. Router(config)# hostname EB2 EB2(config)#enable secret class EB2(config)#line vty 0 4 EB2(config)#password cisco EB2(config)#login EB2(config)#line console 0 EB2(config)#password cisco EB2(config)#login EB2(config)#banner motd %Authorized access only!% Se pun adresele pe cele doua PC-uri: EC2 192.168.0.254 255.255.255.128 Default gateway 192.168.0.129 EC4 192.168.1.126 255.255.255.192 Default gateway 192.168.1.65

Se configureaza interfetele pe routerul EB2: EB2(config )#interface Fa0/0 EB2(config-if)#ip address 192.168.1.1 255.255.255.192 EB2(config-if)#no shutdown EB2(config )#interface Fa0/1 EB2(config-if)#ip address 192.168.1.65 255.255.255.192 EB2(config-if)#no shutdown EB2(config )#interface s0/0/0 EB2(config-if)#ip address 192.168.1.254 255.255.255.252 EB2(config-if)#no shutdown EB2(config )#interface s0/0/1 EB2(config-if)#ip address 192.168.1.246 255.255.255.252 EB2(config-if)#no shutdown

Step 2: Discover the Network.


a. Explore the network to determine the IP address of the serial interface that EastHQ uses to connect to E-Branch2. b. Remotely access EastHQ.

Step 3: Configure Static and Default Routing.


a. Configure connectivity to the West Region. Configure a static route on EastHQ to the entire West Region. The West Region uses the 172.16.100.0/24 address space. Use the next-hop address argument. Configure a default route on EastHQ to send to the Internet all other traffic for destinations that are not found in the EastHQ routing table. Use the exit interface argument. b. Verify static and default routing. EastHQ(config)#ip route 172.16.100.0 255.255.255.0 192.0.2.1 EastHQ(config)#ip route 0.0.0.0 0.0.0.0 serial0/1/0

Step 4: Configure EIGRP Routing.


Configure EIGRP on EastHQ, E-Branch1, and E-Branch2. a. Use AS number 100. b. Do not advertise the network between EastHQ and the Internet. c. Do not advertise the network between EastHQ and the West Region. d. Advertise all other attached networks. e. Disable automatic summarization. f. Disable EIGRP updates out interfaces where there are no EIGRP neighbors available. g. On EastHQ, enter the one command in the EIGRP routing process that will propagate the default and static routes to E-Branch1 and E-Branch2. EastHQ(config)#router eigrp 100 EastHQ(config-router)#network 192.168.1.249 255.255.255.252 EastHQ(config-router)#network 192.168.1.253 255.255.255.252 EastHQ(config-router)#no auto-summary EastHQ(config-router)#passive-interface s0/1/0 EastHQ(config-router)#passive-interface s0/1/1 EastHQ(config-router)#redistribute static EB1(config)#router eigrp 100 EB1(config-router)#network 192.168.0.1 255.255.255.128 EB1(config-router)#network 192.168.0.129 255.255.255.128

EB1(config-router)#network 192.168.1.250 255.255.255.252 EB1(config-router)#network 192.168.1.245 255.255.255.252 EB1(config-router)# no auto-summary EB1(config-router)#passive-interface fa0/0 EB1(config-router)#passive-interface fa0/1 EB2(config)#router eigrp 100 EB2(config-router)#network 192.168.1.1 255.255.255.192 EB2(config-router)#network 192.168.1.65 255.255.255.192 EB2(config-router)#network 192.168.1.254 255.255.255.252 EB2(config-router)#network 192.168.1.246 255.255.255.252 EB2(config-router)# no auto-summary EB2(config-router)#passive-interface fa0/0 EB2(config-router)#passive-interface fa0/1

Step 5: Modify the default EIGRP operation.


a. Configure the link between EastHQ and E-Branch2 so that the correct bandwidth of 384 k/s is used in EIGRP calculations. b. Configure E-Branch1 to advertise a summary route for the subnets 192.168.0.0/25 and 192.168.0.128/25 to EastHQ and E-Branch2. c. Configure E-Branch2 to advertise a summary route for the subnets 192.168.1.0/26 and 192.168.1.64/26 to EastHQ and E-Branch1. EastHQ(config)#interface s0/0/1 EastHQ(config-if)#bandwidth 384 EB2(config)#interface s0/0/0 EB2(config-if)#bandwidth 384 E-Branch1 EB1(config)#interface s0/0/0 EB1(config-if)#ip summary-address eigrp 100 192.168.0.0 255.255.255.0 EB1(config)#interface s0/0/1 EB1(config-if)#ip summary-address eigrp 100 192.168.0.0 255.255.255.0 E-Branch2 EB2(config)#interface s0/0/0 EB2(config-if)#ip summary-address eigrp 100 192.168.1.0 255.255.255.128 EB2(config)#interface s0/0/1 EB2(config-if)# ip summary-address eigrp 100 192.168.1.0 255.255.255.128

Step 6: Verify Full Connectivity.


Although these are not scored, the following connectivity tests should be successful. Test connectivity to the West Region. Test

You might also like