Free Essay

Redistribution Eigrp Ospf

In:

Submitted By almar
Words 3338
Pages 14
CCNPv7 ROUTE

Chapter 4 Lab 4-3, Redistribution Between EIGRP for IPv6 and OSPFv3

Topology

[pic]

Objectives

• Review EIGRP and OSPF configuration. • Summarize routes in EIGRP. • Summarize in OSPF at an ABR and an ASBR. • Redistribute into EIGRP. • Redistribute into OSPF.

Background

Two online booksellers, Example.com and Example.net, have merged and now need a short-term solution to inter-domain routing. Since these companies provide client services to Internet users, it is essential to have minimal downtime during the transition.

Example.com is running EIGRP while Example.net is running a multi-area OSPF. Because it is imperative that the two booksellers continuously deliver Internet services, you should bridge these two routing domains without interfering with each router’s path through its own routing domain to the Internet.

The CIO determines that it is preferable to keep the two protocol domains shown in the diagram during the transition period, because the network engineers on each side need to understand the other’s network before deploying a long-term solution. Redistribution will be a short-term solution.

In this scenario, R1 and R2 are running EIGRP while R2 is the OSPF autonomous system border router (ASBR) consisting of areas 0, 10, and 20. You need to configure R2 to enable these two routing protocols to interact to allow full connectivity between all networks.

In this lab, R1 is running EIGRP and R3 is running multi-area OSPF. Your task is to configure redistribution on R2 to enable these two routing protocols to interact, allowing full connectivity between all networks. In Appendix A of this lab, you explore the black hole operation.

Note: This lab uses Cisco 1941 routers with Cisco IOS Release 15.2 with IP Base. Depending on the router or switch model and Cisco IOS Software version, the commands available and output produced might vary from what is shown in this lab.

Required Resources

• 3 routers (Cisco IOS Release 15.2 or comparable) • Serial and Ethernet cables

Step 1: Configure loopbacks and assign addresses.

a. Configure all loopback interfaces on the three routers in the diagram. Configure the serial interfaces with the IP addresses, bring them up, and set a DCE clock rate where appropriate.

R1(config-line)# interface Loopback0 R1(config-if)# ipv6 address 2001:db8:A:0::1/64 R1(config-if)# exit R1(config)# interface Loopback1 R1(config-if)# ipv6 address 2001:db8:A:1::1/64 R1(config-if)# exit R1(config)# interface Loopback2 R1(config-if)# ipv6 address 2001:db8:A:2::1/64 R1(config-if)# exit R1(config)# interface Loopback3 R1(config-if)# ipv6 address 2001:db8:A:3::1/64 R1(config-if)# exit R1(config)# interface serial 0/0/0 R1(config-if)# ipv6 address 2001:db8:cafe:1::1/64 R1(config-if)# ipv6 address fe80::1 link-local R1(config-if)# clock rate 64000 R1(config-if)# no shutdown R1(config-if)# exit R1(config)# *Oct 27 10:01:40.307: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state to up *Oct 27 10:01:40.711: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up *Oct 27 10:01:41.123: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback2, changed state to up R1(config)# *Oct 27 10:01:41.435: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback3, changed state to up R1(config)# *Oct 27 10:01:43.439: %LINK-3-UPDOWN: Interface Serial0/0/0, changed state to down R1(config)# R1(config)# *Oct 27 10:02:05.419: %LINK-3-UPDOWN: Interface Serial0/0/0, changed state to up *Oct 27 10:02:06.419: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up R1(config)# exit R1#

R2(config)# interface Loopback0 R2(config-if)# ipv6 address 2001:db8:B:0::1/64 R2(config-if)# exit R2(config)# R2(config)# interface serial 0/0/0 R2(config-if)# ipv6 address 2001:db8:cafe:1::2/64 R2(config-if)# ipv6 address fe80::2 link-local R2(config-if)# no shutdown R2(config-if)# exit R2(config)# R2(config)# interface serial 0/0/1 R2(config-if)# ipv6 address 2001:db8:cafe:2::1/64 R2(config-if)# ipv6 address fe80::2 link-local R2(config-if)# clock rate 64000 R2(config-if)# no shutdown R2(config-if)# exit R2(config)#

R3(config)# interface Loopback0 R3(config-if)# ipv6 address 2001:db8:C:0::1/64 R3(config-if)# exit R3(config)# interface Loopback1 R3(config-if)# ipv6 address 2001:db8:C:1::1/64 R3(config-if)# exit R3(config)# interface Loopback2 R3(config-if)# ipv6 address 2001:db8:C:2::1/64 R3(config-if)# exit R3(config)# interface Loopback3 R3(config-if)# ipv6 address 2001:db8:C:3::1/64 R3(config-if)# exit R3(config)# interface Loopback4 R3(config-if)# ipv6 address 2001:db8:D:0::1/64 R3(config-if)# ipv6 address fe80::3 link-local R3(config-if)# exit R3(config)# interface Loopback5 R3(config-if)# ipv6 address 2001:db8:D:1::1/64 R3(config-if)# ipv6 address fe80::3 link-local R3(config-if)# exit R3(config)# interface Loopback6 R3(config-if)# ipv6 address 2001:db8:D:2::1/64 R3(config-if)# ipv6 address fe80::3 link-local R3(config-if)# exit R3(config)# interface Loopback7 R3(config-if)# ipv6 address 2001:db8:D:3::1/64 R3(config-if)# ipv6 address fe80::3 link-local R3(config-if)# R3(config)# interface serial 0/0/1 R3(config-if)# ipv6 address 2001:db8:cafe:2::2/64 R3(config-if)# ipv6 address fe80::3 link-local R3(config-if)# clock rate 64000 R3(config-if)# no shutdown R3(config-if)# exit R3(config)#

a. Issue the show ipv6 interface brief command on each router and filter to include only the interface in an “up” status. Router R1 is shown as an example.

R1# show ipv6 interface brief | include up Serial0/0/0 [up/up] Loopback0 [up/up] Loopback1 [up/up] Loopback2 [up/up] Loopback3 [up/up] R1#

b. Verify that you can ping across the serial links when you are finished. Use the following Tcl script to check full and partial connectivity throughout this lab.

R1# tclsh

foreach address { 2001:db8:cafe:1::1 2001:db8:cafe:1::2 2001:db8:A:0::1 2001:db8:A:1::1 2001:db8:A:2::1 2001:db8:A:3::1 2001:db8:B:0::1 2001:db8:cafe:2::1 2001:db8:cafe:2::2 2001:db8:B:0::1 2001:db8:C:0::1 2001:db8:C:1::1 2001:db8:C:2::1 2001:db8:C:3::1 2001:db8:D:0::1 2001:db8:D:1::1 2001:db8:D:2::1 2001:db8:D:3::1 } { ping $address }

Which pings are successful and why?

Step 2: Configure EIGRP for IPv6.

a. Enable IPv6 unicast routing and EIGRP for IPv6 on each router. Since there are no active IPv4 addresses configured, EIGRP for IPv6 requires the configuration of a 32-bit router ID. Use the router-id command to configure the router ID in the router configuration mode.

Note: Prior to IOS 15.2 the EIGRP IPv6 routing process is shut down by default and the no shutdown router configuration mode command is required to enable the routing process. Although not required with the IOS used in creating this lab, an example of the no shutdown command is shown for router R1.

Issue the ipv6 eigrp 1 command on the interfaces that participate in the EIGRP routing process. EIGRP for IPv6 does not use the network command. IPv6 prefixes are enabled on the interface. Similar to EIGRP for IPv4, the AS number must match the neighbor’s configuration for the router to form an adjacency.

R1(config)# ipv6 unicast-routing R1(config)# ipv6 router eigrp 1 R1(config-rtr)# eigrp router-id 1.1.1.1 R1(config-rtr)# no shutdown R1(config-rtr)# exit R1(config)# interface range lo 0 - 3 R1(config-if-range)# ipv6 eigrp 1 R1(config-if-range)# exit R1(config)# interface s0/0/0 R1(config-if)# ipv6 eigrp 1 R1(config-if)#

R2(config)# ipv6 unicast-routing R2(config)# ipv6 router eigrp 1 R2(config-rtr)# eigrp router-id 2.2.2.2 R2(config-rtr)# no shutdown R2(config-rtr)# exit R2(config)# R2(config)# interface lo 0 R2(config-if)# ipv6 eigrp 1 R2(config-if)# exit R2(config)# R2(config)# interface s0/0/0 R2(config-if)# ipv6 eigrp 1 R2(config-if)# exit R2(config)# *Aug 26 09:45:14.347: %DUAL-5-NBRCHANGE: EIGRP-IPv6 1: Neighbor FE80::1 (Serial0/0/0) is up: new adjacency R2(config)#

b. Verify the EIGRP configuration using the show ipv6 eigrp neighbors and show ipv6 route eigrp commands on R2.

R2# show ipv6 eigrp neighbors EIGRP-IPv6 Neighbors for AS(1) H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 Link-local address: Se0/0/0 12 00:32:18 1297 5000 0 3 FE80::1 R2# R2# show ipv6 route eigrp

D 2001:DB8:A::/64 [90/2297856] via FE80::1, Serial0/0/0 D 2001:DB8:A:1::/64 [90/2297856] via FE80::1, Serial0/0/0 D 2001:DB8:A:2::/64 [90/2297856] via FE80::1, Serial0/0/0 D 2001:DB8:A:3::/64 [90/2297856] via FE80::1, Serial0/0/0 R2#

c. Verify that R2 can reach all of the networks in the EIGRP for IPv6 routing domain using the following Tcl script.

R1# tclsh

foreach address { 2001:db8:cafe:1::1 2001:db8:cafe:1::2 2001:db8:A:0::1 2001:db8:A:1::1 2001:db8:A:2::1 2001:db8:A:3::1 } { ping $address }

All pings should be successful. Troubleshoot if necessary.

Step 3: Manually summarize with EIGRP for IPv6.

To make routing updates more efficient and ultimately reduce the size of routing tables, contiguous EIGRP routes can be summarized out an interface by using the ipv6 summary-address eigrp as network mask interface configuration command.

a. On R1, summarize the loopback interface networks.

R1(config)# interface s0/0/0 R1(config-if)# ipv6 summary-address eigrp 1 2001:db8:A::/62 R1(config-if)# *Oct 27 11:05:33.019: %DUAL-5-NBRCHANGE: EIGRP-IPv6 1: Neighbor FE80::2 (Serial0/0/0) is resync: summary configured R1(config-if)#

c. Verify the routing table of R2 using the show ipv6 route eigrp command.

R2# show ipv6 route eigrp

D 2001:DB8:A::/62 [90/2297856] via FE80::1, Serial0/0/0 R2#

d. Verify that R2 can still reach all of the networks in the EIGRP for IPv6 routing domain using the following Tcl script.

R1# tclsh

foreach address { 2001:db8:cafe:1::1 2001:db8:cafe:1::2 2001:db8:A:0::1 2001:db8:A:1::1 2001:db8:A:2::1 2001:db8:A:3::1 } { ping $address }

All pings should be successful. Troubleshoot if necessary.

Step 4: Configure OSPFv3 Address Family.

OSPFv3 with the addresses family (AF) unifies OSPF configuration for both IPv4 and IPv6. OSPFv3 with address families also combines neighbor tables and the LSDB under a single OSPF process. OSPFv3 messages are sent over IPv6 and therefore requires that IPv6 routing is enabled and that the interface has a link-local IPv6 address. This is the requirement even if only the IPv4 AF is configured.

a. On R2, configure OSPFv3 address family, router ID, and enable the OSPFv3 on the interface using the ospfv3 1 ipv6 area command.

R2(config)# ipv6 unicast-routing R2(config)# R2(config)# router ospfv3 1 R2(config-router)# address-family ipv6 unicast *Aug 26 10:40:35.203: %OSPFv3-4-NORTRID: Process OSPFv3-1-IPv6 could not pick a router-id, please configure manually R2(config-router-af)# router-id 2.2.2.2 R2(config-router-af)# exit-address-family R2(config-router)# exit R2(config)# R2(config)# interface Loopback0 R2(config-if)# ospfv3 1 ipv6 area 10 R2(config-if)# exit R2(config)# R2(config)# interface serial 0/0/1 R2(config-if)# ospfv3 1 ipv6 area 0 R2(config-if)# exit R2(config)#

b. On R3, configure OSPFv3 address family, router ID, and enable the OSPFv3 on the interface using the ospfv3 1 ipv6 area command.

R3(config)# router ospfv3 1 R3(config-router)# address-family ipv6 unicast R3(config-router-af)# *Jul 28 03:10:48.395: %OSPFv3-4-NORTRID: Process OSPFv3-1-IPv6 could not pick a router-id, please configure manually R3(config-router-af)# router-id 3.3.3.3 R3(config-router-af)# exit-address-family R3(config-router)# exit R3(config)# R3(config)# interface range lo 0 - 3 R3(config-if-range)# ospfv3 1 ipv6 area 0 R3(config-if-range)# exit R3(config)# R3(config)# interface range lo 4 - 7 R3(config-if-range)# ospfv3 1 ipv6 area 20 R3(config-if-range)# exit R3(config)# R3(config-if)# interface serial 0/0/1 R3(config-if)# ospfv3 1 ipv6 area 0 R3(config-if)# exit R3(config)# *Jul 28 03:20:29.267: %OSPFv3-5-ADJCHG: Process 1, IPv6, Nbr 2.2.2.2 on Serial0/0/1 from LOADING to FULL, Loading Done R3(config)# R3(config)#

d. Verify that your adjacencies come up with the show ipv6 ospf neighbor command, and make sure that you have routes from OSPF populating the R2 routing table using the show ipv6 route ospf command.

R2# show ipv6 ospf neighbor

OSPFv3 Router with ID (2.2.2.2) (Process ID 1)

Neighbor ID Pri State Dead Time Interface ID Interface 3.3.3.3 0 FULL/ - 00:00:31 6 Serial0/0/1 R2# R2# show ipv6 route ospf

O 2001:DB8:C::1/128 [110/64] via FE80::3, Serial0/0/1 O 2001:DB8:C:1::1/128 [110/64] via FE80::3, Serial0/0/1 O 2001:DB8:C:2::1/128 [110/64] via FE80::3, Serial0/0/1 O 2001:DB8:C:3::1/128 [110/64] via FE80::3, Serial0/0/1 OI 2001:DB8:D::1/128 [110/64] via FE80::3, Serial0/0/1 OI 2001:DB8:D:1::1/128 [110/64] via FE80::3, Serial0/0/1 OI 2001:DB8:D:2::1/128 [110/64] via FE80::3, Serial0/0/1 OI 2001:DB8:D:3::1/128 [110/64] via FE80::3, Serial0/0/1 R2#

e. Verify the OSPF IPv6 routing table of R3.

R3# sho ipv6 route ospf

OI 2001:DB8:B::1/128 [110/64] via FE80::2, Serial0/0/1 R3#

f. Verify that R2 and R3 can reach all of the networks in the OSPFv3 routing domain using the following Tcl script.

R3# tclsh

foreach address { 2001:db8:B:0::1 2001:db8:cafe:2::1 2001:db8:cafe:2::2 2001:db8:B:0::1 2001:db8:C:0::1 2001:db8:C:1::1 2001:db8:C:2::1 2001:db8:C:3::1 2001:db8:D:0::1 2001:db8:D:1::1 2001:db8:D:2::1 2001:db8:D:3::1 } { ping $address }

All pings should be successful. Troubleshoot if necessary.

Step 5: Configure mutual redistribution between OSPFv3 and EIGRP for IPv6.

Notice that R2 is the only router with knowledge of all routes (EIGRP for IPv6 and OSPFv3) in the topology at this point, because it is involved with both routing protocols. Next you will redistribute the EIGRP for IPv6 routes into OSPFv3 and the OSPFv3 routes into EIGRP for IPv6.

a. To redistribute the EIGRP for IPv6 routes into OSPFv3, on R2 issue the redistribute eigrp 1 include-connected command.

R2(config)# router ospfv3 1 R2(config-router)# address-family ipv6 unicast R2(config-router-af)# redistribute eigrp 1 include-connected R2(config-router-af)# exit R2(config-router)# exit

A default seed metric is not required for OSPFv3. Redistributed routes are assigned a metric of 20 by default.

b. To redistribute the OSPFv3 routes into EIGRP for IPv6, on R2 issue the redistribute ospf 1 metric 10000 100 255 1 1500 command. Unlike OSPFv3, EIGRP for IPv6 must specify the metric associated to the redistributed routes. The command tells EIGRP to redistribute OSPF process 1 with these metrics: bandwidth of 10000, delay of 100, reliability of 255/255, load of 1/255, and a MTU of 1500.

R2(config)# ipv6 router eigrp 1 R2(config-rtr)# redistribute ospf 1 metric 1500 100 255 1 1500 include-connected R2(config-rtr)# exit R2(config)#

e. Issue the show ipv6 protocols command on the redistributing router, R2. Compare your output with the following output.

R2# show ipv6 protocols IPv6 Routing Protocol is "connected" IPv6 Routing Protocol is "application" IPv6 Routing Protocol is "ND" IPv6 Routing Protocol is "eigrp 1" EIGRP-IPv6 Protocol for AS(1) Metric weight K1=1, K2=0, K3=1, K4=0, K5=0 NSF-aware route hold timer is 240 Router-ID: 2.2.2.2 Topology : 0 (base) Active Timer: 3 min Distance: internal 90 external 170 Maximum path: 16 Maximum hopcount 100 Maximum metric variance 1

Interfaces: Loopback0 Serial0/0/0 Redistribution: Redistributing protocol ospf 1 with metric 1500 100 255 1 1500 (internal, external 1 & 2, nssa-external 1 & 2) include-connected IPv6 Routing Protocol is "ospf 1" Router ID 2.2.2.2 Area border and autonomous system boundary router Number of areas: 2 normal, 0 stub, 0 nssa Interfaces (Area 0): Serial0/0/1 Interfaces (Area 10): Loopback0 Redistribution: Redistributing protocol eigrp 1 include-connected R2#

f. Display the routing table on R1 to verify the redistributed routes. Redistributed OSPFv3 routes display on R1 as EX, which means that they are external EIGRP for IPv6 routes.

R1# show ipv6 route eigrp

D 2001:DB8:A::/61 [5/128256] via Null0, directly connected D 2001:DB8:B::/64 [90/2297856] via FE80::2, Serial0/0/0 EX 2001:DB8:C::1/128 [170/2244096] via FE80::2, Serial0/0/0 EX 2001:DB8:C:1::1/128 [170/2244096] via FE80::2, Serial0/0/0 EX 2001:DB8:C:2::1/128 [170/2244096] via FE80::2, Serial0/0/0 EX 2001:DB8:C:3::1/128 [170/2244096] via FE80::2, Serial0/0/0 EX 2001:DB8:D::1/128 [170/2244096] via FE80::2, Serial0/0/0 EX 2001:DB8:D:1::1/128 [170/2244096] via FE80::2, Serial0/0/0 EX 2001:DB8:D:2::1/128 [170/2244096] via FE80::2, Serial0/0/0 EX 2001:DB8:D:3::1/128 [170/2244096] via FE80::2, Serial0/0/0 EX 2001:DB8:CAFE:2::/64 [170/2244096] via FE80::2, Serial0/0/0 R1#

g. Display the routing table on R3 to see the redistributed routes. Redistributed EIGRP routes are tagged in the R3 routing table as O E2, which means that they are OSPF external type 2. Type 2 is the default OSPF external type.

R3# show ipv6 route ospf

OE2 2001:DB8:A::/61 [110/20] via FE80::2, Serial0/0/1 OI 2001:DB8:B::1/128 [110/64] via FE80::2, Serial0/0/1 OE2 2001:DB8:CAFE:1::/64 [110/20] via FE80::2, Serial0/0/1 R3#

h. Verify full connectivity with the following Tcl script:

R1# tclsh

foreach address { 2001:db8:cafe:1::1 2001:db8:cafe:1::2 2001:db8:A:0::1 2001:db8:A:1::1 2001:db8:A:2::1 2001:db8:A:3::1 2001:db8:B:0::1 2001:db8:cafe:2::1 2001:db8:cafe:2::2 2001:db8:B:0::1 2001:db8:C:0::1 2001:db8:C:1::1 2001:db8:C:2::1 2001:db8:C:3::1 2001:db8:D:0::1 2001:db8:D:1::1 2001:db8:D:2::1 2001:db8:D:3::1 } { ping $address }

All pings should now be successful. Troubleshoot as necessary.

Similar Documents

Free Essay

Route Redistriution

...Protocols Document ID: 8606 Contents Introduction Prerequisites Requirements Components Used Conventions Metrics Administrative Distance Redistribution Configuration Syntax and Examples IGRP and EIGRP OSPF RIP Redistributing Static Routes Except Gateway of Last resort in RIP using Route Map IS−IS Connected Routes Avoiding Problems Due to Redistribution Example 1 Example 2 Example 3 Example 4 Example 5 How to Redistribute Single Static Route Related Information Introduction The use of a routing protocol to advertise routes that are learned by some other means, such as by another routing protocol, static routes, or directly connected routes, is called redistribution. While running a single routing protocol throughout your entire IP internetwork is desirable, multi−protocol routing is common for a number of reasons, such as company mergers, multiple departments managed by multiple network administrators, and multi−vendor environments. Running different routing protocols is often part of a network design. In any case, having a multiple protocol environment makes redistribution a necessity. Differences in routing protocol characteristics, such as metrics, administrative distance, classful and classless capabilities can effect redistribution. Consideration must be given to these differences for redistribution to succeed. Prerequisites Requirements There are no specific requirements for this document. Components Used The information in this document...

Words: 5394 - Pages: 22

Free Essay

Cis 532 Case Study 2

...office and University Campus network. The Biology Lab is running RIP protocol, whereas the Fund-raising office is running OSPF routing protocol. The new Genome4U Lab network is decided to run on EIGRP routing protocol. The edge router of this network is used to redistribute the RIP, OSPF and EIGRP routes. It will also be used to provide internet access to the Genome4U Lab network through the University Campus Network. Network Design As shown in the figure below, the Biology lab network, fund-raising office network and the University Campus network would be connected to the edge router of Genome4U lab network. The Genome4U edge router would be running multiple routing protocols i.e. EIGRP for internal network, RIP for redistribution with Biology Lab network, OSPF for redistribution with Fund-raising office network. The interface facing the Biology lab network would be configured with RIP protocol, whereas the interface connected to the Fund-raising office network would be configured with OSPF protocol. The interface connected to the Genome4U lab network would be running EIGRP routing protocol. Redistribution will be configured in the edge router. RIP and OSPF will be redistributed into EIGRP LAN with two way redistribution i.e. the redistribution of routes will be done both ways, redistributing EIGRP routes into RIP and OSPF LAN and RIP, OSPF routes into EIGRP LAN. A default route will be added in this router to route all internet traffic to the University Campus Network for internet...

Words: 981 - Pages: 4

Premium Essay

Test

...guidelines for the content likely to be included on the exam. However, other related topics may also appear on any specific delivery of the exam. In order to better reflect the contents of the exam and for clarity purposes, the guidelines below may change at any time without notice. 25% 1.0 1.1 1.2 1.3 1.4 1.5 1.6 25% 2.0 2.1 2.2 2.3 2.4 2.5 2.6 5% 3.0 3.1 3.2 3.3 3.4 3.5 3.6 Implement an EIGRP Based Solution, Given a Network Design and a Set of Requirements Determine network resources needed for implementing EIGRP on a network Create an EIGRP implementation plan Create an EIGRP verification plan Configure EIGRP routing Verify EIGRP solution was implemented properly using show and debug commands Document results of EIGRP implementation and verification Implement a Multi-Area OSPF Network, Given a Network Design and a Set of Requirements Determine network resources needed for implementing OSPF on a network Create an OSPF implementation plan Create an OSPF verification plan Configure OSPF routing Verify OSPF solution was implemented properly using show and debug commands Document results of OSPF implementation and verification plan...

Words: 659 - Pages: 3

Free Essay

Genomeu

...project teams in the lab. Router-EIGRP routers, as shown in the figure above, are the internal routers of the research lab network. Router-EIGRP/OSPF and Router-EIGRP/RIP are the routers that are at the Fund raising office interface and the Biology lab interface. The file servers are where the data files of the volunteers will be kept. The figure above represents an overview of the internetwork routing of the Research and Biology Labs and the Fund Raising Office. The Router EIGRP/RIP is responsible for route redistribution between EIGRP network and RIP network and also between the research lab and biology lab. Likewise, Router OSPF/RIP redistributes routes between the biology lab and the fundraising office. Redistribution between EIGRP and OSPF is required by the fringe router of the Fund Raising Office and the Research Lab. 2. What information will you redistribute between routing protocols? When there is a network with multiple routing protocols present, the must be a process of route redistribution. The dissimilar segments of the network will learn routes based on the protocol that is configured within them. Route redistribution aids spreading this knowledge in a way that it is comprehended by other segments of the network as well. There must also be a redistribution of routes learned by EIGRP to RIP in a way that it is comprehendible to RIP and vice versa. For this, a default-metric or definitive metric specifically for each redistribution, would meet the need. 3. Identify...

Words: 707 - Pages: 3

Free Essay

Ccnp Bsci 642 901

...The Evolving Network Model EIGRP OSPF IS-IS Optimizing Routing CCNP BSCI Quick Reference Sheets Exam 642-901 BGP IP Multicast IPv6 Introduction Brent Stewart Denise Donohue ciscopress.com [2] ABOUT THE AUTHORS CCNP BSCI Quick Reference Sheets About the Authors Brent Stewart, CCNP, CCDP, MCSE, Certified Cisco Systems Instructor, is a network administrator for CommScope. He participated in the development of BSCI, and has seperately developed training material for ICND, BSCI, BCMSN, BCRAN, and CIT. Brent lives in Hickory, NC, with his wife, Karen and children, Benjamin, Kaitlyn, Madelyn, and William. Denise Donohue, CCIE No. 9566, is a Design Engineer with AT&T. She is responsible for designing and implementing data and VoIP networks for SBC and AT&T customers. Prior to that, she was a Cisco instructor and course director for Global Knowledge. Her CCIE is in Routing and Switching. © 2007 Cisco Systems Inc. All rights reserved. This publication is protected by copyright. Please see page 73 for more details. [3] ICONS USED IN THIS BOOK CCNP BSCI Quick Reference Sheets Icons Used in This Book Si Router 7507 Router Multilayer Switch with Text Multilayer Switch Communication Server Switch I DC Internal Firewall IDS Web Browser Database App Server © 2007 Cisco Systems Inc. All rights reserved. This publication is protected by copyright. Please see page 73 for more details. [4] CHAPTER 1 CCNP...

Words: 24928 - Pages: 100

Free Essay

Homewk

...Livingstone NETW410 August 14, 2013 Lab 6: Routing Protocol Selection Lab Report 1. Complete this table on routing protocols. However, many rows are needed for the routing protocol names. (10 points) Interior | Exterior | Distance Vector | Link State | Path Vector | Standard | Proprietary | Standard | Proprietary | Standard | RIP | EIGRP | OSPF | BGP | | 2. Should the individual buildings be connected to the Administration Building at Layer 2 or Layer 3? (10 points) The individual building should be connected to the Administration building at layer 3 because each building has their own subnets in the new IP scheme. 3. If the individual buildings should be connected to the Administration Building at Layer 3, which routing protocol or protocols should be used? (10 points) When selecting a routing protocol, one important criterion is how quickly the protocol adapts to changes in the network and resource allocation. EIGRP is a distance vector protocol and would be a good routing protocol to use because the network devices are Cisco based. EIGRP is fast, consumes little resources, supports VLSM, and scales well. EIGRP only works with Cisco Systems or you will immediately be faced with multiple routing protocols in your network. 4. Apply the concept of Cisco Enterprise Architecture to the new network design. Which of the six major functional areas apply to this network? Draw a diagram similar to the figure in the textbook in Chapter 3 that illustrates the...

Words: 549 - Pages: 3

Premium Essay

Nt2640 Project Paper

...Kelly Keys NT2640 Fri. Night Project Paper 1. Routing tables and how the router will perform a route lookup: a. Routing Table Format- A routing table is used by TCP/IP network routers to calculate the destinations of messages it is responsible for forwarding. The table is a small in-memory database managed by the router's built-in hardware and software. Each IP address identifies a remote router (or other network gateway) that the local router is configured to recognize. For each IP address, the routing table additionally stores a network mask and other data that specifies the destination IP address ranges that remote device will accept. Home network routers utilize a very small routing table because they simply forward all outbound traffic to the Internet Service Provider (ISP) gateway which takes care of all other routing steps. Home router tables typically contain ten or fewer entries. By comparison, the largest routers at the core of the Internet backbone must maintain the full Internet routing table that exceeds 100,000 entries and growing as the Internet expands. b. Routing Lookup Mechanism- c. Classful vs. Classless Routing- Classful Routing, which is sometimes called a classful network. If you are using a classful routing protocol then all of your networks are in different classes and are separated by a router. Remember that the useable IPv4 address ranges are divided into classes. Class A 1-126, Class B 128-191, and Class C 192-223. So when we talk about...

Words: 3788 - Pages: 16

Free Essay

Frame Relay Labs

...Here is the complete list of the 21 Frame Relay configuration scenarios included in this package: 1. Frame-Relay Back-to-Back (no Frame Switch) 2. Frame-Relay Inverse-ARP 3. Frame-Relay Static Mapping 4. Frame-Relay Inverse-ARP & Static Mappings 5. Frame-Relay Multipoint Interfaces: Inverse-ARP 6. Frame-Relay Multipoint Interfaces: Static Mappings 7. Frame-Relay Multipoint Interfaces: Inverse-ARP & Static Mappings 8. Frame-Relay Point-to-Point (P-to-P) Subinterfaces 9. Frame-Relay P-to-P Subinterfaces and Main Interfaces: Inverse-ARP 10. Frame-Relay P-to-P Subinterfaces and Main Interfaces: Static Mappings 11. Frame-Relay P-to-P Subinterfaces and Multipoint Subinterfaces: Inverse-ARP 12. Frame-Relay P-to-P Subinterfaces and Multipoint Subinterfaces: Static Mapping 13. Frame-Relay Multipoint Subinterface, Inverse-ARP and Main Interface, Inverse-ARP 14. Frame-Relay Multipoint Subinterface, Inverse-ARP and Main Interface, Static Mapping 15. Frame-Relay Multipoint Subinterface, Static Mapping and Main Interface, Inverse-ARP 16. Frame-Relay Multipoint Subinterface, Static Mapping and Main Interface, Static Mapping 17. Frame-Relay Hub-and-Spoke, Main Interfaces with Inverse-ARP 18. Frame-Relay Hub-and-Spoke, Main Interfaces with Inverse-ARP & Static Mappings 19. Frame-Relay Hub-and-Spoke, Main Interfaces with Static Mappings 20. Frame-Relay Hub-and-Spoke, Main Interfaces with Inverse-ARP & P-2-P Subinterfaces 21. Frame-Relay Hub-and-Spoke,...

Words: 580 - Pages: 3

Free Essay

Routing Protocol

...EIGRP and OSPF Comparison For Client Sponsor Prepared By Scott Hogg Project Number 02 Date March 14, 2002 |Distribution List | |Name |Title/Duties |Company | |John Vogt-Nilsen |Manager – Network Operations | | |Sammy Hutton |Principal Systems Analyst | | |Scott Hogg |Principal Consultant |Lucent | |Phil Colon |Managing Consultant |Lucent | |Revision History | |Version |Date |Author |Comments | |1.0 |03/14/2002 |Scott Hogg |Initial Draft | | | | | | |...

Words: 8531 - Pages: 35

Free Essay

Routing Protocol Comparison

...EIGRP and OSPF Comparison For Client Sponsor Prepared By Scott Hogg Project Number 02 Date March 14, 2002 |Distribution List | |Name |Title/Duties |Company | |John Vogt-Nilsen |Manager – Network Operations | | |Sammy Hutton |Principal Systems Analyst | | |Scott Hogg |Principal Consultant |Lucent | |Phil Colon |Managing Consultant |Lucent | |Revision History | |Version |Date |Author |Comments | |1.0 |03/14/2002 |Scott Hogg |Initial Draft | | | | | | |...

Words: 8531 - Pages: 35

Premium Essay

Ccna Labs

...Phase 1: Identifying Requirements, Putting the Network Together Scenario NuggetLabs Industries is growing significantly. Due to space limitations, five employees currently share single cubicles…at the same time. While this is great for team building, these space limitations are now impacting business productivity. NuggetLabs has now leased an additional office building roughly 20Km from their headquarters location. While this office will eventually connect to the HQ office, it will initially be set up independently. NuggetLabs Industries has heard rumors of your ninja-like network consultation skills and has agreed to pay you an excessive amount of money to design and build their network infrastructure. Gathering Information To help guide this initial configuration, you‘ve assembled a list of requirements based on various meetings with management. * The new office will initially house 75 employees, each with their own Cisco IP Phone and PC. This office may eventually scale to 200 employees over 5 years. * The Windows admins are planning to install a new pair of redundant servers at the new office. They plan to manage all the IP addresses for DHCP on these servers and are waiting for you to tell them what IP address range they should use. * Windows admins: Jeff Service - (602) 555-1293, Mike Pack (480) 555-9382. * The new office is a two story building with the Main Distribution Frame (MDF) in the northwest corner of the first floor. Because of...

Words: 4941 - Pages: 20

Free Essay

Admin Distance & Junos Route Preferences

...document is not restricted to specific software and hardware versions. Conventions Refer to Cisco Technical Tips Conventions for more information on document conventions. Select the Best Path Administrative distance is the first criterion that a router uses to determine which routing protocol to use if two protocols provide route information for the same destination. Administrative distance is a measure of the trustworthiness of the source of the routing information. Administrative distance has only local significance, and is not advertised in routing updates. Note: The smaller the administrative distance value, the more reliable the protocol. For example, if a router receives a route to a certain network from both Open Shortest Path First (OSPF) (default administrative distance - 110) and Interior Gateway Routing Protocol (IGRP) (default administrative distance - 100), the router chooses IGRP because IGRP is more reliable. This means the...

Words: 1535 - Pages: 7

Free Essay

Ccnp Route Ccnp Nstructor Lab Menual V6.0

...CCNP ROUTE 6.0 Instructor Lab Manual This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and exclusive use by instructors in the CCNP TSHOOT course as part of an official Cisco Networking Academy Program. CCNPv6 ROUTE Chapter 1 Lab 1-1, Tcl Script Reference and Demonstration Instructor Version Topology Objectives • • Use Tcl scripts to verify full connectivity. Identify causes of failures. Background The Cisco IOS Scripting feature provides the ability to run Tool Command Language (Tcl) commands from the Cisco IOS command-line interface (CLI). Tcl scripts can be created to accomplish routine and repetitive functions with Cisco IOS-based networking devices. In this lab, you create and execute a Tcl script that sends pings to multiple IP addresses in the network to test overall network connectivity. Note: Cisco IOS Release 12.3(2)T and later supports Tcl scripting. Required Resources • • 2 routers (Cisco 1841 with Cisco IOS Release 12.4(24)T1 Advanced IP Service or comparable) Serial and console cables Note: This lab uses Cisco 1841 routers with Cisco IOS Release 12.4(24)T1 and the advanced IP image c1841-advipservicesk9-mz.124-24.T1.bin. Other routers (such as a 2801 or 2811) and Cisco IOS Software versions can be used if they have comparable capabilities and features. Depending on the router model and Cisco IOS Software version, the commands available and output...

Words: 171031 - Pages: 685

Premium Essay

Computer Engineer

... * 3-3 Basic Configuration of Router and Switches * 3-4 Configuring Router Interfaces * 3-5 Gathering Information and Verifying Configuration * 3-6 Configuring DNS & DHCP * 3-7 Saving, Erasing, Restoring and Backing up Configuration & IOS File * 3-8 Password Recovery on a Cisco Router * 3-9 Cisco Discovery Protocol (CDP) * 3-10 Using Telnet on IOS * 3-11 CCNA Lab #1 * Chapter 4 Introduction to IP Routing * 4-1 Understanding IP Routing * 4-2 Static, Default and Dynamic Routing * 4-3 Administrative Distance and Routing Metrics * 4-4 Classes of Routing Protocols * 4-5 Routing Loops * 4-6 Route Redistribution * 4-7 Static and Default Route Lab * Chapter 5 Routing Protocols * 5-1 RIPv1 & RIPv2 * 5-2 Configuring RIPv1 & RIPv2 * 5-3 Verifying and Troubleshooting RIP * 5-4 Enhanced Interior Gateway Routing Protocol...

Words: 95744 - Pages: 383

Premium Essay

Sql Quiz

...Emory University | Internetworking Technology Handbook | [Type the document subtitle] | | SAVIOUR EMMANUEL UDOBONG | [Pick the date] | [Type the abstract of the document here. The abstract is typically a short summary of the contents of the document. Type the abstract of the document here. The abstract is typically a short summary of the contents of the document.] | Internetworking Basics An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network. Internetworking refers to the industry, products, and procedures that meet the challenge of creating and administering internetworks. The following articles provide information about internetworking basics: * Internetworking Basics * Introduction to LAN Protocols * Introduction to WAN Technologies * Bridging and Switching Basics * Routing Basics * Network Management Basics * Open System Interconnection Protocols LAN Technologies A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects workstations, personal computers, printers, servers, and other devices. LANs offer computer users many advantages, including shared access to devices and applications, file exchange between connected users, and communication between users via electronic mail and other applications. The following articles provide information different LAN technologies: * Ethernet...

Words: 217433 - Pages: 870