Module 2 OSPF Configuration for Training Lab Network

Size: px
Start display at page:

Download "Module 2 OSPF Configuration for Training Lab Network"

Transcription

1 APNIC IPv6/Routing Workshop Lab Module 2 OSPF Configuration for Training Lab Network Objective: All the workshop lab routers are configured with required basic & interface configuration according to the topology diagram below. Network level reachability testing between directly connected point-to-point links are successfully done in our previous module (Module 1). Participants will require to configure OSPF related configuration on this module for both IPv6 and IPv4 protocol. Workshop instructor will be presenting OSPF design goal & specification for this module. Workshop team has already been build and participants have got access to their designated routers. Prerequisites: Basic routing concept, IP addressing, Cisco router CLI, Telnet/SSH software etc. The following will be the common topology and IP address plan used for the labs. DNS MAIL WWW DNS MAIL WWW / :6400:8000::/ / :6400:9800::/ / :6400:e000::/ / :6400:f800::/48 CPE / :6400:10::/64 r13-car1 2 2 r14-cbr1 r20-cbr4 CPE / :6400::1/ / :6400::3/ / :6400:14::/ / :6400:28::/64 r19-car / :6400::10/ / :6400::12/ / :6400:2c::/64 Infra / :6400:e:2::/ / :6400:e:32::/ R1 R10 Infra R R / :6400:800::/ / :6400:e::/ / :6400:e:1::/ / :6400:e:30::/ / :6400:e:31::/64 e1/3 e1/3 4 4 R2 R / :6400:e00::/ / :6400::2/128 fa0/2 1 fa0/5 fa0/ / :6400::11/128 SW / :6400:3::/ / :6400:2::/48 AS17821 SW / :6400::5/128 fa0/2 1 fa0/5 fa0/ / :6400::8/ / :6400:a00::/39 R5 2 2 R8 3 3 e1/ e1/ / :6400:e:10::/ / :6400:e:11::/ / :6400:e:20::/ / :6400:e:21::/ / :6400:c00::/ Infra R4 R / :6400:e:12::/ R / :6400:e:22::/64 Infra CPE / :6400:18::/64 r15-car / :6400::4/ / :6400::6/ / :6400:1c::/64 r16-cbr / :6400:20::/64 r17-car / :6400::7/ / :6400::9/ R9 r18-cbr / :6400:24::/64 CPE / :6400:a000::/ / :6400:b800::/ / :6400:c000::/ / :6400:d800::/48 DNS MAIL WWW DNS MAIL WWW Figure 1 ISP Lab Topology 1 APNIC V2.0 Created: 02 June 2010 Updated: 29 July 2013 nurul/documents/traininglab/

2 Tuesday, August 27, 2013 Lab Notes This workshop is intended to be run on a real cisco routers or Dynamips server with the above lab topologies set up. The routers are using both IPv4 and IPv6 supported IOS software. Participants should do their workshop module two configuration to achieve following goals. 1. After finishing the required interface configuration in module one we only can ping those directly connected interfaces. Loopback, and point-to-point interfaces are still not reachable (ping) from remote routers. 2. For the scalability purpose of IGP (i.e. OSPF) it is advisable to advertise only infrastructure prefixes to OSPF. It includes loopback, infrastructure point-to-point, and transport prefixes only. Please note customer site point-to-point (i.e. link between R1 to r13-car1 etc) and data centre (i.e. R1 e1/3 etc) prefixes are not advertised to OSPF. Because it might restrict your network growth as it will cause the growth of your OSPF. 3. For the same purpose we are using hierarchical OSPF areas to create separate topology database for different regional networks. On all four core routers loopback address is published to OSPF area There will not be any OSPF protocol running with the customer routers. So no OSPF configuration is required on those. 5. After finishing OSPF configuration we would like to see following 26 new prefixes in all infrastructure routers routing table. Loopback Point-to-point Transport R1=> 2406:6400::1/128 R2-R1=> 2406:6400:e::/64 Purple=> 2406:6400:2::/48 R2=> 2406:6400::2/128 R2-R3=> 2406:6400:e:1::/64 Green=> 2406:6400:3::/48 R3=> 2406:6400::3/128 R1-R3=> 2406:6400:e:2::/64 R4=> 2406:6400::4/128 R5-R4=> 2406:6400:e:10::/64 R5=> 2406:6400::5/128 R5-R6=> 2406:6400:e:11::/64 R6=> 2406:6400::6/128 R4-R6=> 2406:6400:e:12::/64 R7=> 2406:6400::7/128 R8-R7=> 2406:6400:e:20::/64 R8=> 2406:6400::8/128 R8-R9=> 2406:6400:e:21::/64 R9=> 2406:6400::9/128 R7-R9=> 2406:6400:e:22::/64 R10=> 2406:6400::10/128 R11-R10=> 2406:6400:e:30::/64 R11=> 2406:6400::11/128 R11-R12=> 2406:6400:e:31::/64 R12=> 2406:6400::12/128 R11-R12=> 2406:6400:e:32::/64 6. Due to time restriction in workshop OSPF analysis and example will cover IPv6 prefixes only. You can check IPv4 prefixes for your own understanding purpose. 2

3 APNIC IPv6/Routing Workshop Lab Lab Exercise 1. IPv6 OSPF (OSPFv3) Configuration: This configuration on Cisco IOS can be done from interface configuration mode. This configuration will activate a separate OSPF process on your cisco router if you already have OSPFv2 running. For a dual stack router you need to run both OSPFv2 and v3 at the same time. Please notice OSPFv3 router ID which is still 32bit number. Example Config on a Router: To enter into a cisco router global configuration mode. interface We are using Ethernet interface which is broadcast multi-access type of network for OSPF. By default OSPF will automatically detect the interface type and elect DR/BDR. If we use this command then OSPF will consider it as point to point link and no DR/BDR will be elected. interface Interface loopback 0, and will be participating in OSPFv3 process ID area 1. Prefixes configured on these interfaces will be advertised. 2. IPv4 OSPF (OSPFv2) Configuration: This configuration can be done from the global configuration of mode of a Cisco router. Same process ID can be used but still it is unique because same process id is used for 2 different service i.e OSPFv2 and OSPFv3. Example Config on a Router: To enter into a cisco router global configuration mode. Create ospfv2 process Keep log of OSPF neighbour relationship status if it is changed Do not create hello message by default to all interface. This approach is very effective if we would like to build OSPF adjacency on the selected interface. Specially if there is an external facing interface and no OSPF routing to them. network area 0 Loopback interface is not generating any hello but adding prefixes to OSPF 3 APNIC V2.0 Created: 02 June 2010 Updated: 29 July 2013 nurul/documents/traininglab/

4 Tuesday, August 27, 2013 no passive-interface Interface will generate hello to build adjacency with connected link. network area 1 And advertise network mask to area 1. Wildcard mask is reverse to subnet mask. no passive-interface network area 1 no passive-interface network area 0 no passive-interface network area 0 int We are using Ethernet interface which is broadcast multi-access type of network for OSPF. By default OSPF will automatically detect the interface type and elect DR/BDR. If we use this command then OSPF will consider it as point to point link and no DR/BDR will be elected. int 3. Verify IPv6 OSPF Configuration: Example IPv6 protocol verification on a Router: sh ipv6 ospf neighbor [To check OSPFv3 neighbor table] sh ipv6 ospf database [To check OSPFv3 topology table] sh ipv6 route ospf [To check ipv6 routing table prefixes learn by OSPFv3] ping [router1.up to router12 loopback]!!!!! ping [all WAN interface & transport interface]!!!!! ping [any datacenter prefix]... ping [any customer prefix]... debug ipv6 ospf packet debug ipv6 ospf adj You need to replace router name with the loopback address. Please look at the topology diagram on page 1 for further detail. Example IPv4 protocol verification on a Router: sh ip ospf neighbor [To check OSPFv2 neighbor table] sh ip ospf database [To check OSPFv2 topology table] sh ip route ospf [To check ipv4 routing table prefixes learn by OSPFv2] ping [router1.up to router12 loopback]!!!!! ping [all WAN interface & transport interface]!!!!! ping [any datacenter prefix]... ping [any customer prefix]... debug ip ospf packet debug ip ospf adj END OF MODULE TWO Next pages for reference template used on different routers. 4

5 APNIC IPv6/Routing Workshop Lab Workshop templates for reference purpose only Configuration of OSPF in training ISP network Region1: OSPF Area 1 R / :6400:800::/ / :6400::1/ / / :6400:e:2:/ R / :6400:e::/ / :6400:e:1:/64 e1/3 R / :6400::2/ / :6400:2::/ / :6400:3::/ :6400::3/128 OSPF Area 0 fa0/5 IPv4 OSPF Conf Router1: S network area 1 no passive-interface network area 1 no passive-interface network area 1 int int 5 APNIC V2.0 Created: 02 June 2010 Updated: 29 July 2013 nurul/documents/traininglab/

6 Tuesday, August 27, 2013 IPv6 OSPF Conf Router1: interface interface IPv4 OSPF Conf Router2: network area 0 no passive-interface network area 1 no passive-interface network area 1 no passive-interface network area 0 no passive-interface network area 0 int int IPv6 OSPF Conf Router2: interface interface interface interface 6

7 APNIC IPv6/Routing Workshop Lab IPv4 OSPF Conf Router3: network area 1 no passive-interface network area 1 no passive-interface network area 1 int int IPv6 OSPF Conf Router3: interface interface 7 APNIC V2.0 Created: 02 June 2010 Updated: 29 July 2013 nurul/documents/traininglab/

8 Tuesday, August 27, 2013 Configuration of OSPF in training ISP network Region2: / :6400:a00::/64 OSPF Area / :6400:3::/48 OSPF Area / :6400:2::/ / :6400::5/128 fa0/2 R5 2 2 e1/ / :6400:e:10:/ / :6400:e:11:/64 R / :6400:e:12:/ R / :6400::4/ / :6400::6/128 fa0/5 IPv4 OSPF Conf Router4: network area 2 no passive-interface network area 2 no passive-interface network area 2 int int 8

9 APNIC IPv6/Routing Workshop Lab IPv6 OSPF Conf Router4: ipv6 ospf area 2 interface ipv6 ospf area 2 interface ipv6 ospf area 2 IPv4 OSPF Conf Router5: network area 0 no passive-interface network area 2 no passive-interface network area 2 no passive-interface network area 0 no passive-interface network area 0 int int IPv6 OSPF Conf Router5: interface interface interface ipv6 ospf area 2 interface ipv6 ospf area 2 9 APNIC V2.0 Created: 02 June 2010 Updated: 29 July 2013 nurul/documents/traininglab/

10 Tuesday, August 27, 2013 IPv4 OSPF Conf Router6: network area 2 no passive-interface network area 2 no passive-interface network area 2 int int IPv6 OSPF Conf Router6: ipv6 ospf area 2 interface ipv6 ospf area 2 interface ipv6 ospf area 2 10

11 Configuration of OSPF in training ISP network Region3: / :6400:2::/48 1 fa0/5 fa0/ / :6400:3::/48 OSPF Area / :6400::8/128 R e1/ / :6400:e:20:/ / :6400:e:21:/ / :6400:c00::/ R / :6400:e:22:/64 R9 APNIC IPv6/Routing Workshop Lab / :6400::7/ / :6400::9/128 OSPF Area 3 IPv4 OSPF Conf Router7: network area 3 no passive-interface network area 3 no passive-interface network area 3 int int 11 APNIC V2.0 Created: 02 June 2010 Updated: 29 July 2013 nurul/documents/traininglab/

12 Tuesday, August 27, 2013 IPv6 OSPF Conf Router7: ipv6 ospf area 3 interface ipv6 ospf area 3 interface ipv6 ospf area 3 IPv4 OSPF Conf Router8: network area 0 no passive-interface network area 3 no passive-interface network area 3 no passive-interface network area 0 no passive-interface network area 0 int int IPv6 OSPF Conf Router8: interface interface interface ipv6 ospf area 3 interface ipv6 ospf area 3 12

13 APNIC IPv6/Routing Workshop Lab IPv4 OSPF Conf Router9: network area 3 no passive-interface network area 3 no passive-interface network area 3 int int IPv6 OSPF Conf Router9: ipv6 ospf area 3 interface ipv6 ospf area 3 interface ipv6 ospf area 3 13 APNIC V2.0 Created: 02 June 2010 Updated: 29 July 2013 nurul/documents/traininglab/

14 Tuesday, August 27, 2013 Configuration of OSPF in training ISP network Region4: 1 SW / :6400::10/ / :6400::12/ / :6400:e:32:/ R R / :6400:e:30:/ / :6400:e:31:/64 e1/ / :6400:2::/ R / :6400:3::/48 fa0/8 OSPF Area / :6400::11/128 OSPF Area / :6400:e00::/64 IPv4 OSPF Conf Router10: network area 4 no passive-interface network area 4 no passive-interface network area 4 int int 14

15 APNIC IPv6/Routing Workshop Lab IPv6 OSPF Conf Router10: ipv6 ospf area 4 interface ipv6 ospf area 4 interface ipv6 ospf area 4 IPv4 OSPF Conf Router11: network area 0 no passive-interface network area 4 no passive-interface network area 4 no passive-interface network area 0 no passive-interface network area 0 int int IPv6 OSPF Conf Router11: interface interface interface ipv6 ospf area 4 interface ipv6 ospf area 4 15 APNIC V2.0 Created: 02 June 2010 Updated: 29 July 2013 nurul/documents/traininglab/

16 Tuesday, August 27, 2013 IPv4 OSPF Conf Router12: network area 4 no passive-interface network area 4 no passive-interface network area 4 int int IPv6 OSPF Conf Router12: ipv6 ospf area 4 interface ipv6 ospf area 4 interface ipv6 ospf area 4 16

Lab Guide 2 - BGP Configuration

Lab Guide 2 - BGP Configuration IXP Workshop Lab Lab Guide 2 - BGP Configuration Objective: The focus of this lab is to connect 8 customers with IXP. Customers are connected with AS17821 as transit and received customer prefixes, also

More information

Module 1 Device and Infrastructure Security Lab

Module 1 Device and Infrastructure Security Lab Module 1 Device and structure Security Lab Objective: All the routers are pre-configured with basic (No security) interface, OSPF and BGP configuration according to the following topology diagram. Create

More information

Module 11a MPLS VPWS Configuration Lab (LDP)

Module 11a MPLS VPWS Configuration Lab (LDP) APNIC MPLS Workshop Lab Module 11a MPLS VPWS Configuration Lab (LDP) Objective: All the routers are pre-configured with basic interface, OSPF, BGP, MPLS Label Distribution Protocol (LDP) configuration

More information

Lab Guide 1 - Basic Configuration and Interface Configuration

Lab Guide 1 - Basic Configuration and Interface Configuration IXP Workshop Lab Lab Guide 1 - Basic Configuration and Interface Configuration Objective: All the workshop lab routers are set to the default configuration and cabling requirements are prebuild according

More information

Module 11b MPLS VPLS Configuration Lab (LDP Manual)

Module 11b MPLS VPLS Configuration Lab (LDP Manual) APNIC MPLS Workshop Lab Module 11b MPLS VPLS Configuration Lab (LDP Manual) Objective: All the routers are pre-configured with basic interface, OSPF, BGP, MPLS Label Distribution Protocol (LDP) configuration

More information

Module 4 BGP-LS Configuration Lab

Module 4 BGP-LS Configuration Lab APNIC SDN Workshop Lab Module 4 BGP-LS Configuration Lab Objective: All the routers are pre-configured with basic interface, OSPF and BGP configuration according to the following topology diagram. As part

More information

Module 1 IPv6 OSPF and ibgp

Module 1 IPv6 OSPF and ibgp ISP/IXP Networking Workshop Lab Module 1 IPv6 OSPF and ibgp Objective: Create a basic physical lab interconnection using IPv6 with one OSPF Area and one BGP AS number (optionally running on top of an existing

More information

IPv6 Module 4 OSPF to IS-IS for IPv6

IPv6 Module 4 OSPF to IS-IS for IPv6 IPv6 Module 4 OSPF to IS-IS for IPv6 Objective: To migrate the OSPF version of Module 1 (running IPv4) to using IS-IS as part of an IPv6 migration strategy. OSPF will be completely removed once the migration

More information

CCNA Exploration: Routing Protocols and Concepts Chapter 10 Case Study

CCNA Exploration: Routing Protocols and Concepts Chapter 10 Case Study Objectives: Use OSPF single area to illustrate basic Link State components and operation. Migrate from EIGRP to OSPF single area. Intro: Trevni Inc. decided to upgrade their routing protocol from EIGRP

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols? (question mark), CLI help system, 126 Numerics A 2-router BGP topology, configuring, 279 284 4-router BGP topology, configuring, 266, 276 279 ABRs (area border routers), 9, 87, 95, 141

More information

IPv6 Module 6 ibgp and Basic ebgp

IPv6 Module 6 ibgp and Basic ebgp ISP Workshop Lab IPv6 Module 6 ibgp and Basic ebgp Objective: Using IPv6, simulate four different interconnected ISP backbones using a combination of ISIS, internal BGP, and external BGP. Prerequisites:

More information

Migrating from OSPF to IS-IS

Migrating from OSPF to IS-IS Migrating from OSPF to IS-IS ISP Workshops Last updated 25 th August 2015 1 Introduction p With the advent of IPv6 and dual stack networks, more ISPs expressing interest to migrate to IS-IS n Migration

More information

Lab : Challenge OSPF Configuration Lab. Topology Diagram. Addressing Table. Default Gateway. Device Interface IP Address Subnet Mask

Lab : Challenge OSPF Configuration Lab. Topology Diagram. Addressing Table. Default Gateway. Device Interface IP Address Subnet Mask Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 HQ S0/0/0 S0/0/1 Lo1 10.10.10.1 255.255.255.252 Fa0/0 Branch1 S0/0/0 S0/0/1 Fa0/0 Branch2 S0/0/0 S0/0/1 PC1

More information

Module 1 Basic Topology and Router Setup

Module 1 Basic Topology and Router Setup Module 1 Basic Topology and Router Setup Objective: Create a basic physical lab with IP addressing and essential router configuration. Ensure that all routers, interfaces, cables and connections are working

More information

Module 2 More ibgp, and Basic ebgp Configuration

Module 2 More ibgp, and Basic ebgp Configuration ISP/IXP Networking Workshop Lab Module 2 More ibgp, and Basic ebgp Configuration Objective: Simulate four different interconnected ISP backbones using a combination of ISIS, internal BGP, and external

More information

Module 6 More ibgp, and Basic ebgp Configuration

Module 6 More ibgp, and Basic ebgp Configuration ISP Workshop Lab Module 6 More ibgp, and Basic ebgp Configuration Objective: Simulate four different interconnected ISP backbones using a combination of ISIS, internal BGP, and external BGP. Prerequisites:

More information

IPv6 Module 6x ibgp and Basic ebgp

IPv6 Module 6x ibgp and Basic ebgp IPv6 Module 6x ibgp and Basic ebgp Objective: Using IPv6, simulate four different interconnected ISP backbones using a combination of IS-IS, internal BGP, and external BGP. Topology : Figure 1 BGP AS Numbers

More information

Module 6 ibgp and Basic ebgp

Module 6 ibgp and Basic ebgp ISP Workshop Lab Module 6 ibgp and Basic ebgp Objective: Simulate four different interconnected ISP backbones using a combination of OSPF, internal BGP, and external BGP. Prerequisites: Module 1 Topology

More information

2016/01/17 04:04 1/9 Basic Routing Lab

2016/01/17 04:04 1/9 Basic Routing Lab 2016/01/17 04:04 1/9 Basic Routing Lab Basic Routing Lab Introduction The purpose of this exercise is to introduce participants to the basic configuration requirements of a Cisco router. The network topology

More information

2015/07/23 23:31 1/7 ibgp

2015/07/23 23:31 1/7 ibgp 2015/07/23 23:31 1/7 ibgp ibgp Objective: Create a basic physical lab interconnection with IGP and one BGP AS number. Ensure that all routers, interfaces, cables and connections are working properly. Prerequisites:

More information

IPv6 Module 1 Basic Topology and Router Setup

IPv6 Module 1 Basic Topology and Router Setup IPv6 Module 1 Basic Topology and Router Setup Objective: Create a basic physical lab interconnection using IPv6 running on top of an existing IPv4 infrastructure. Prerequisites: IPv4 Lab Module 1, knowledge

More information

IPv6 Module 1a OSPF. Prerequisites: IPv4 Lab Module 1, knowledge of Cisco router CLI, and previous hands on experience.

IPv6 Module 1a OSPF. Prerequisites: IPv4 Lab Module 1, knowledge of Cisco router CLI, and previous hands on experience. ISP Workshop Lab IPv6 Module 1a OSPF Objective: Create a basic physical lab interconnection using IPv6 with one OSPF Area running on top of an existing IPv4 infrastructure. Prerequisites: IPv4 Lab Module

More information

CCNA 3 (v v6.0) Chapter 8 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 8 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 8 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-8-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 8 Exam Answers

More information

Introduction to IS-IS

Introduction to IS-IS Introduction to IS-IS ISP Workshops Last updated 28 November 2013 1 IS-IS p Intermediate System to Intermediate System p ISO 10589 specifies OSI IS-IS routing protocol for CLNS traffic n A Link State protocol

More information

UniNets MPLS LAB MANUAL MPLS. UNiNets Multiprotocol label Switching MPLS LAB MANUAL. UniNets MPLS LAB MANUAL

UniNets MPLS LAB MANUAL MPLS. UNiNets Multiprotocol label Switching MPLS LAB MANUAL. UniNets MPLS LAB MANUAL MPLS UNiNets Multiprotocol label Switching MPLS LAB MANUAL CCNP TOPOLOGY Lab: OSPF Routing VPN Topology: Task1: Perform the basic Configuration to provide the reachability as per diagram. SW1 Configuration

More information

Module 6 IPv6 ibgp and Basic ebgp

Module 6 IPv6 ibgp and Basic ebgp ISP/IXP Networking Workshop Lab Module 6 IPv6 ibgp and Basic ebgp Objective: Using IPv6, simulate four different interconnected ISP backbones using a combination of OSPF, internal BGP, and external BGP.

More information

CCNA 3 (v v6.0) Chapter 10 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 10 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 10 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-10-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 10 Exam Answers

More information

Module 1b IS-IS. Prerequisites: The setup section of Module 1. The following will be the common topology used for the first series of labs.

Module 1b IS-IS. Prerequisites: The setup section of Module 1. The following will be the common topology used for the first series of labs. Module 1b IS-IS Objective: Create a basic physical lab interconnection with one IS-IS Area. Ensure that all routers, interfaces, cables and connections are working properly. Prerequisites: The setup section

More information

Chapter 6 Reading Organizer

Chapter 6 Reading Organizer Name Date Chapter 6 Reading Organizer After completion of this chapter, you should be able to: Describe and plan a network using OSPF Design and configure a network using single-area OSPF Work with multi-protocol

More information

OSPF Exercises. All participants will work within a group as a team. Each group has three routers and four switches to work with.

OSPF Exercises. All participants will work within a group as a team. Each group has three routers and four switches to work with. OSPF Exercises All participants will work within a group as a team. Each group has three routers and four switches to work with. These exercises are divided into several components: 1. Basic Router Configuration

More information

IPv6 Module 11 Advanced Router Configuration

IPv6 Module 11 Advanced Router Configuration ISP Workshop Lab IPv6 Module 11 Advanced Router Configuration Objective: Create a basic physical lab interconnection with two autonomous systems. Each AS should use ISIS, ibgp and ebgp appropriately to

More information

Module 6 ibgp and Basic ebgp

Module 6 ibgp and Basic ebgp ISP Workshop Lab Module 6 ibgp and Basic ebgp Objective: Simulate four different interconnected ISP backbones using a combination of IS-IS, internal BGP, and external BGP. Prerequisites: Module 1 (IS-IS)

More information

Module 1 IPv6 OSPF and ibgp

Module 1 IPv6 OSPF and ibgp Module 1 IPv6 OSPF and ibgp Objective: Create a basic physical lab interconnection using IPv6 with one OSPF Area and one BGP AS number (optionally running on top of an existing IPv4 infrastructure). Prerequisites:

More information

Module 11 Advanced Router Configuration

Module 11 Advanced Router Configuration Module 11 Advanced Router Configuration ISP/IXP Networking Workshop Lab Objective: Create a basic physical lab interconnection with two autonomous systems. Each AS should use OSPF, ibgp and ebgp appropriately

More information

Module 6x ibgp and Basic ebgp

Module 6x ibgp and Basic ebgp Module 6x ibgp and Basic ebgp Objective: Simulate four different interconnected ISP backbones using a combination of IS-IS, internal BGP, and external BGP. Topology : Figure 1 BGP AS Numbers 1 Wednesday,

More information

Claim desired outcome

Claim desired outcome Assessment Authoring - Table of Specification (TOS) The Table of Specification (TOS) is a high-level design template for a given assessment. It identifies the claims, components skills, targeted number

More information

CCNP ROUTE LAB MANUAL

CCNP ROUTE LAB MANUAL CCNP ROUTE 300-101 UNiNets CCNP Cisco Certified Network Professional ROUTE LAB MANUAL CCNP TOPOLOGY Lab: ibgp Synchronization TASK Configure BGP per the diagram to obtain connectivity from AS 1 to R4 and

More information

Hands-On ROUTE Implementing Cisco IP Routing CCNP Course 1

Hands-On ROUTE Implementing Cisco IP Routing CCNP Course 1 Hands-On CCNP Course 1 Course Description Revised CCNP Curriculum and Exams Cisco has redesigned the CCNP courses and exams to reflect the evolving job tasks of global network professionals. Course 1 ROUTE

More information

Module 1 Basic Topology, OSPF and ibgp

Module 1 Basic Topology, OSPF and ibgp Module 1 Basic Topology, OSPF and ibgp ISP/IXP Networking Workshop Lab Objective: Create a basic physical lab interconnection with one OSPF Area and one BGP AS number. Ensure that all routers, interfaces,

More information

Module 1 Basic Topology, OSPF and ibgp

Module 1 Basic Topology, OSPF and ibgp ISP/IXP Networking Workshop Lab Module 1 Basic Topology, OSPF and ibgp Objective: Create a basic physical lab interconnection with one OSPF Area and one BGP AS number. Ensure that all routers, interfaces,

More information

6/23/10. APNIC Training. Introduction. Acknowledgements

6/23/10. APNIC Training. Introduction. Acknowledgements APNIC Training IPV6 Workshop June 23-25, 2010 Bandar Seri Begawan, Brunei Darussalam Sponsored by: DST Multimedia Sdn Bhd ICT Leadership and Management Academy Introduction Presenters Nurul Islam Roman

More information

2016/09/07 08:37 1/5 Internal BGP Lab. Set up Internal BGP (ibgp) within the each Group autonomous system to carry routing information within the AS.

2016/09/07 08:37 1/5 Internal BGP Lab. Set up Internal BGP (ibgp) within the each Group autonomous system to carry routing information within the AS. 2016/09/07 08:37 1/5 Internal BGP Lab Internal BGP Lab Introduction The purpose of this exercise is to: Set up Internal BGP (ibgp) within the each Group autonomous system to carry routing information within

More information

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-5-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers

More information

Lab: RIP v2 with VLSM

Lab: RIP v2 with VLSM Lab: RIP v2 with VLSM Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway BRANCH HQ ISP PC1 PC2 PC3 PC4 PC5 Lo1 S0/0/0 Lo1 S0/0/0 S0/0/1 S/0/0/1 Learning Objectives

More information

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting Ch. 5 Maintaining and Troubleshooting Routing Solutions Net412- Network troubleshooting Troubleshooting Routing Network Layer Connectivity EIGRP OSPF 2 Network Connectivity Just like we did when we looked

More information

IPv4 IGP Troubleshooting. IPv4 Routing Workflow. IPv4 routing can be subdivided into three discrete steps

IPv4 IGP Troubleshooting. IPv4 Routing Workflow. IPv4 routing can be subdivided into three discrete steps Internetwork Expert s CCNP Bootcamp IPv4 IGP Troubleshooting http:// IPv4 Routing Workflow IPv4 routing can be subdivided into three discrete steps Routing lookup Switching method Layer 2 encapsulation

More information

COPYRIGHTED MATERIAL. Table of Contents. Assessment Test

COPYRIGHTED MATERIAL. Table of Contents. Assessment Test 10089.book Page xi Monday, July 23, 2007 3:17 PM Introduction Assessment Test xxiii xxxiii Chapter 1 Internetworking 1 Internetworking Basics 4 Internetworking Models 11 The Layered Approach 12 Advantages

More information

[Actual4Exams] Actual & valid exam test dumps for your successful pass

[Actual4Exams]   Actual & valid exam test dumps for your successful pass [Actual4Exams] http://www.actual4exams.com Actual & valid exam test dumps for your successful pass Exam : 300-135 Title : Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Vendor : Cisco Version

More information

Module 19 Internet Exchange Points

Module 19 Internet Exchange Points Module 19 Internet Exchange Points ISP/IXP Networking Workshop Lab Objective: To investigate methods for connecting to an Internet Exchange Point. Prerequisites: Modules 12, 13 and 18, and the Exchange

More information

The Assignment is divided into preparation, practical part, and documentation.

The Assignment is divided into preparation, practical part, and documentation. EINTE LAB EXERCISES LAB EXERCISE #4 IGP ROUTING PURPOSE AND GOALS This lab assignment will give you a hands-on experience in configuring and managing routers and particularly in setting up IP routing protocols.

More information

Lab - Configuring Multi-area OSPFv2

Lab - Configuring Multi-area OSPFv2 Topology Addressing Table Device Interface IP Address Subnet Mask Lo0 209.165.200.225 255.255.255.252 R1 R2 R3 Lo1 192.168.1.1 255.255.255.0 Lo2 192.168.2.1 255.255.255.0 S0/0/0 (DCE) 192.168.12.1 255.255.255.252

More information

TDC 363 Introduction to LANs

TDC 363 Introduction to LANs TDC 363 Introduction to LANs OSPF Greg Brewster DePaul University TDC 363 Greg Brewster, DePaul University 1 OSPF Link State Routing Algorithms Open Shortest Path First (OSPF) Message Types Operations

More information

Objectives. Review: Classful addresses. RIPv1 Characteristics. RIP Operation. RIP version 1

Objectives. Review: Classful addresses. RIPv1 Characteristics. RIP Operation. RIP version 1 2007 isco Systems, Inc. All rights reserved. isco Public Objectives IP version 1 outing Protocols and oncepts hapter 5 Describe the functions, characteristics, and operation of the IPv1 protocol. onfigure

More information

CCNP IPSOFTWARE EIGRP ROUTE Lab Manual.

CCNP IPSOFTWARE EIGRP ROUTE Lab Manual. Lab Manual CCNP ROUTE 300-101 EIGRP Lab - 1 : EIGRP-Basic Configuration Lab - 2 : EIGRP-Metric and Variance Load Sharing Lab - 3 : EIGRP-Summarization Lab - 4 : EIGRP-Query Control Lab - 5 : EIGRP-Authentication

More information

OSPF. OSPF processs can be enabled on 2 levels

OSPF. OSPF processs can be enabled on 2 levels OSPF UDP port 89 Metic cost Link state protocol Flood the link state information in the entire topology Builds the topology table Stores in LSDB Runs SPF(Djsktra algorithm) for best path to reach destination

More information

CCNA 3 (v v6.0) Chapter 7 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 7 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 7 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-7-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 7 Exam Answers

More information

Lab : OSPF Troubleshooting Lab

Lab : OSPF Troubleshooting Lab Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 10.10.0.1 255.255.252.0 N/A HQ S0/0/0 172.16.7.1 255.255.255.252 N/A S0/0/1 172.16.7.5 255.255.255.252 N/A

More information

Lab 9.6.2: Challenge EIGRP Configuration Lab

Lab 9.6.2: Challenge EIGRP Configuration Lab Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway HQ BRANCH1 BRANCH2 PC1 PC2 PC3 Fa0/0 S0/0/0 S0/0/1 Lo1 Fa0/0 S0/0/0 S0/0/1 Fa0/0 S0/0/0 S0/0/1 NIC NIC NIC All

More information

debug ip ospf database external default-metric subnet area 0 stub distribute-list in Serial0/1

debug ip ospf database external default-metric subnet area 0 stub distribute-list in Serial0/1 Which statement about stateless autoconfiguration is true? A host can autoconfigure itself by appending its MAC address to the local link prefix (64 bits). 2 Autoconfiguration allows devices to connect

More information

Module 14 Transit. Objective: To investigate methods for providing transit services. Prerequisites: Modules 12 and 13, and the Transit Presentation

Module 14 Transit. Objective: To investigate methods for providing transit services. Prerequisites: Modules 12 and 13, and the Transit Presentation ISP Workshop Lab Module 14 Transit Objective: To investigate methods for providing transit services. Prerequisites: Modules 12 and 13, and the Transit Presentation The following will be the common topology

More information

2016 Braindump2go Valid Cisco Exam Preparation Materials:

2016 Braindump2go Valid Cisco Exam Preparation Materials: 2016 NEW Cisco CCNP Routing and Switching 300-101: Implementing Cisco IP Routing (ROUTE) Exam Questions and Answers RELEASED in Braindump2go.com Online IT Study Website Today! 2016 Braindump2go Valid Cisco

More information

Migrating from OSPF to IS-IS

Migrating from OSPF to IS-IS Migrating from OSPF to IS-IS Philip Smith philip@nsrc.org SAFNOG 2 7 th -8 th April 2015 Mbabane Last updated 27 March 2014 1 Presentation slides p Available at: n http://bgp4all.com/ftp/seminars/safnog2-

More information

Module 7 BGP Route Reflector Lab

Module 7 BGP Route Reflector Lab Module 7 BGP Route Reflector Lab ISP/IXP Networking Workshop Lab Objective: To implement BGP route reflectors as an alternative to fully-meshed ibgp. Prerequisites: Module 1, the Scaling BGP presentation

More information

Module 10 An IPv6 Internet Exchange Point

Module 10 An IPv6 Internet Exchange Point ISP/IXP Networking Workshop Lab Module 10 An IPv6 Internet Exchange Point Objective: To investigate methods for connecting to an Internet Exchange Point. Prerequisites: Modules 1 to 4, and the Exchange

More information

IPv6 Module 1c ibgp. Prerequisites: IPv6 Module 1a (OSPF) or IPv6 Module 1b (ISIS).

IPv6 Module 1c ibgp. Prerequisites: IPv6 Module 1a (OSPF) or IPv6 Module 1b (ISIS). ISP Workshop Lab IPv6 Module 1c ibgp Objective: Create a basic physical lab interconnection using IPv6 with chosen IGP and one BGP AS number running on top of an existing IPv4 infrastructure. Prerequisites:

More information

2016/01/17 04:05 1/19 Basic BGP Lab

2016/01/17 04:05 1/19 Basic BGP Lab 2016/01/17 04:05 1/19 Basic BGP Lab Basic BGP Lab Introduction The purpose of this exercise is to: Understand the routing implications of connecting to multiple external domains Learn to configure basic

More information

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS CCNA EXPLORATION V4.0 ACCESSIBLE INSTRUCTOR MATERIALS COMPARISON OF NEW CURRICULA WITH EXISTING CURRICULA Prepared by Cisco Learning Institute June 23, 2008 Routing Protocols and Concepts Summary New CCNA

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF 1 OSPF Open Shortest Path First Link state or SPF technology Developed by OSPF working group of IETF (RFC 1247) OSPFv2 standard described in RFC2328 Designed for: TCP/IP environment

More information

Configure the IPv6 BGP Local Preference Feature

Configure the IPv6 BGP Local Preference Feature Configure the IPv6 BGP Local Preference Feature Document ID: 113035 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Configure Network Diagram Configurations

More information

Chapter 8 Lab 8-2, Using Manual IPv6 Tunnels with EIGRP for IPv6

Chapter 8 Lab 8-2, Using Manual IPv6 Tunnels with EIGRP for IPv6 Chapter 8 Lab 8-2, Using Manual IPv6 Tunnels with EIGRP for IPv6 Topology Objectives Configure EIGRP for IPv4. Create a manual IPv6 tunnel. Configure EIGRP for IPv6 across the tunnel. Background In this

More information

ICND1 v2.0 Interconnecting Cisco Networking Devices Part 1 CCENT & Part of CCNA Rout/Switch

ICND1 v2.0 Interconnecting Cisco Networking Devices Part 1 CCENT & Part of CCNA Rout/Switch ICND1 v2.0 Interconnecting Cisco Networking Devices Part 1 CCENT & Part of CCNA Rout/Switch Course Length: 5 days Course Delivery: Traditional Classroom Online Live Course Overview Interconnecting Cisco

More information

DOiT-200v6 VOLUME II I2 R2 4 N1. DOiT-200v6 Lab 16 Multi-Topic CCIE-Level Scenario. For CCIE Candidates

DOiT-200v6 VOLUME II I2 R2 4 N1. DOiT-200v6 Lab 16 Multi-Topic CCIE-Level Scenario. For CCIE Candidates Revision 7.0 (10/26/2005) DOiT-200v6-SCENARIO 16 Page 1 NETMASTERCLASS ROUTING AND SWITCHING CCIE TRACK DOiT-200v6 VOLUME II 4 I2 R2 3 3 R5 I5 3 3 R6 R1 4 N1 4 4 2 2 1 4 I3 R3 3 1 R4 3 N2 N1 I4 1 R7 DOiT-200v6

More information

Lab Troubleshooting Basic PPP with Authentication Topology

Lab Troubleshooting Basic PPP with Authentication Topology Topology 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 8 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.1.1

More information

IP Routing Lab Assignment Configuring Basic Aspects of IP IGP Routing Protocols

IP Routing Lab Assignment Configuring Basic Aspects of IP IGP Routing Protocols IP Routing Lab Assignment Configuring Basic Aspects of IP IGP Routing Protocols 1 PURPOSE AND GOALS This lab assignment will give you a hands-on experience in configuring and managing routers and particularly

More information

Implementing Cisco IP Routing (ROUTE)

Implementing Cisco IP Routing (ROUTE) Implementing Cisco IP Routing (ROUTE) Foundation Learning Guide Foundation learning for the ROUTE 642-902 Exam Diane Teare Cisco Press 800 East 96th Street Indianapolis, IN 46240 Implementing Cisco IP

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

Module 11 Advanced Router Configuration

Module 11 Advanced Router Configuration Module 11 Advanced Router Configuration Objective: Create a basic physical lab interconnection with two autonomous systems. Each AS should use OSPF, ibgp and ebgp appropriately to construct a working network.

More information

Cisco Interconnecting Cisco Networking Devices Part 2

Cisco Interconnecting Cisco Networking Devices Part 2 Cisco 200-105 Interconnecting Cisco Networking Devices Part 2 R1# show running-config description ***Loopback*** ip address 192.168.1.1 255.255.255.255 Question: 374 description **Connected to R1-LAN**

More information

Module 1 Basic Topology, OSPF and ibgp

Module 1 Basic Topology, OSPF and ibgp ISP/IXP Networking Workshop Lab Module 1 Basic Topology, OSPF and ibgp Objective: Create a basic physical lab interconnection with one OSPF Area and one BGP AS number. Ensure that all routers, interfaces,

More information

DOiT-200v6 VOLUME II. DOiT-200v6 Lab 3 Multi-Topic CCIE-Level Scenario. For CCIE Candidates

DOiT-200v6 VOLUME II. DOiT-200v6 Lab 3 Multi-Topic CCIE-Level Scenario. For CCIE Candidates Revision 7.0 (10/20/2005) DOiT-200v6-SCENARIO 3 Page 1 NETMASTERCLASS ROUTING AND SWITCHING CCIE TRACK DOiT-200v6 VOLUME II DOiT-200v6 Lab 3 Multi-Topic CCIE-Level Scenario For CCIE Candidates Revision

More information

Lab 5-3 Redistribution Between EIGRP and IS-IS

Lab 5-3 Redistribution Between EIGRP and IS-IS Lab 5-3 Redistribution Between EIGRP and IS-IS Learning Objectives Review basic configuration of EIGRP and IS-IS Redistribute into EIGRP Redistribute into IS-IS Use a standard access list to select routes

More information

Which of the following describe the process identifier that is used to run OSPF on a router? (Choose two)

Which of the following describe the process identifier that is used to run OSPF on a router? (Choose two) ICND1 OSPF Questions Question 1 Which of the following describe the process identifier that is used to run OSPF on a router? (Choose two) A. It is locally significant. B. It is globally significant. C.

More information

examcollection.premium.exam.68q. Exam code: Exam name: Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Version 15.

examcollection.premium.exam.68q. Exam code: Exam name: Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Version 15. 300-135.examcollection.premium.exam.68q Number: 300-135 Passing Score: 800 Time Limit: 120 min File Version: 15.0 / Exam code: 300-135 Exam name: Troubleshooting and Maintaining Cisco IP Networks (TSHOOT)

More information

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Building the Routing Table Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Introducing the Routing Table R1# show ip route Codes: C - connected,

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

CCNA 3 (v v6.0) Chapter 6 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 6 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 6 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-6-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 6 Exam Answers

More information

Module 5 Advanced OSPF

Module 5 Advanced OSPF Module 5 Advanced OSPF ISP/IXP Networking Workshop Lab Objective: To implement different types of OSPF areas and use advanced OSPF Features in the lab network. Prerequisite: Module 1 and OSPF presentation

More information

IPv6 Routing Protocols

IPv6 Routing Protocols IPv6 Routing Protocols ISP Workshops Last updated 17 May 2014 1 Initial IPv6 Configuration for Cisco IOS 2 IPv6 Configuration on Cisco IOS p To enable IPv6 the following global commands are required: Router(config)#

More information

Implementing Cisco IP Routing E-Learning

Implementing Cisco IP Routing E-Learning Implementing Cisco IP Routing E-Learning Duration: 1 Day Course Code: E-ROUTE Overview: In this course, administrators of medium-to-large network sites will learn to use advanced routing to provide scalability

More information

Understanding the OSPF Forming neighbor adjacencies process.

Understanding the OSPF Forming neighbor adjacencies process. Understanding the OSPF Forming neighbor adjacencies process. By Gustavo Sibaja Back in the days when I was a CCNA candidate, I took the 2 first courses of the Cisco Networking Academy at a University here

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF ISP/IXP Workshops ISP/IXP Workshops 1999, Cisco Systems, Inc. 1 Agenda OSPF Primer OSPF in Service Provider Networks OSPF BCP - Adding Networks OSPF Command Summary 2 OSPF Primer 3

More information

INTERNET TEACHING LAB: Interior Gateway Protocol (IGP) LAB

INTERNET TEACHING LAB: Interior Gateway Protocol (IGP) LAB INTERNET TEACHING LAB: Interior Gateway Protocol (IGP) LAB Overview In this lab, we will explore some common interior gateway protocols - RIP version 1 (Routing Information Protocol) - OSPF (Open Shortest

More information

CCNP 1: Advanced Routing

CCNP 1: Advanced Routing Scope and Sequence CCNP 1: Advanced Routing Cisco Networking Academy Program Version 3.1 TABLE OF CONTENTS CCNP 1: ADVANCED ROUTING...1 TARGET AUDIENCE...3 PREREQUISITES...3 COURSE DESCRIPTION...3 COURSE

More information

Configuring OSPF. Cisco s OSPF Implementation

Configuring OSPF. Cisco s OSPF Implementation Configuring OSPF This chapter describes how to configure OSPF. For a complete description of the OSPF commands in this chapter, refer to the OSPF s chapter of the Network Protocols Reference, Part 1. To

More information

Lab Configuring and Verifying Extended ACLs Topology

Lab Configuring and Verifying Extended ACLs Topology Topology 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 8 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.10.1

More information

Module 16 An Internet Exchange Point

Module 16 An Internet Exchange Point ISP Workshop Lab Module 16 An Internet Exchange Point Objective: To investigate methods for connecting to an Internet Exchange Point. Prerequisites: Modules 12 and 13, and the Exchange Points Presentation

More information

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and 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: Building Scalable

More information

COURSE OUTLINE: Course: CCNP Route Duration: 40 Hours

COURSE OUTLINE: Course: CCNP Route Duration: 40 Hours COURSE OUTLINE: Course: CCNP Route 300-101 Duration: 40 Hours CCNP Route Training Day 1: Connecting Remote Locations Principles of Static Routing Configuring an IPv4 Static Route Configuring a Static Default

More information

REDDIG II Computer Networking Training

REDDIG II Computer Networking Training REDDIG II Computer Networking Training JM SANCHEZ / PH RASSAT -20/06/2012 Invierno 2011 Capacitacion en fabrica - CORPAC Dynamic Routing Dynamic Routing Function(s) of Dynamic Routing Protocols: Dynamically

More information