This chapter discusses how to modify the files that configure the Border Gateway Protocol (BGP).

Size: px
Start display at page:

Download "This chapter discusses how to modify the files that configure the Border Gateway Protocol (BGP)."

Transcription

1 encor! enetworks TM Version A, September Encore Networks, Inc. All rights reserved. Sample Revision of the BGP Configuration File This chapter discusses how to modify the files that configure the Border Gateway Protocol (BGP). Note: To configure the BANDIT to use BGP, see Configuring the BANDIT for OSPF or BGP Modifying the BGP Configuration File You can modify the BGP configuration file, bgpd.conf, via an ASCII text editor or from the BANDIT menus. To use an ASCII text editor, open the file and make changes as appropriate. This document discusses editing the file through the BANDIT menus. 1 Log In on the BANDIT menu. (For details, see Starting the ELIOS Software.) The Main Menu is displayed. Main Menu ) QuickStart Config Builder 2) Typical Configurations 3) Advanced Configurations 4) Tools V) View Current Unit Status F) Cellular Fast Connect L) Load Factory Defaults P) Load Plug and Play Defaults W) Write Configuration R) Reset Unit X) exit Session S) Statistics Y) system Administration Enter Choice : 2 2 On the Main Menu, select Typical Configurations. The Typical Configurations Menu is displayed. For information on trademarks, safety, limitations of liability, and similar topics, see Notices. Home Module: Routing Document 12

2 Page 2 Routing Module, Document 12 Typical Configurations Menu ) System Configuration 2) IP Interfaces 3) IP Static Routes 4) VPN Profiles 5) IP/VPN Policies 6) NAT Profiles 7) OSPF/BGP Configuration 8) DNS/DHCP Servers 9) Configure Firewall A) IP QoS (Quality of Service) B) GPS Geo-Fencing L) LAN : EtherNet No DHCP ETHERNET W) WAN : EtherNet No DHCP ETHERNET M) MODEM : Point-to-Point MODEM INTERNAL S) SERIAL : UNDEFINED SERIAL E) EXPANSION : Frame Relay EXPANSION Dual T1/E1 R) RDU/IDU Ports... P) More Ports... Enter Choice : 7 3 On the Typical Configurations Menu, select OSPF/BGP Configuration. The OSPF/BGP Configuration Menu is displayed. OSPF/BGP Configuration ) Global Ospf Configuration 2) Global Bgp Configuration 3) OSPF/BGP Remote Logging : Disabled Enter Choice : 4 On the OSPF/BGP Configuration Menu, select Global BGP Configuration. The Global BGP Configuration Menu is displayed. Global BGP Configuration ) BGP Admin : Disabled 2) Edit Config Enter Choice : 5 On the Global BGP Configuration Menu, select Edit Config. Enter file name [/etc/bgpd.conf]:

3 Sample Revision of the BGP Configuration File Page 3 Note: The system automatically creates the default file /etc/bgpd.conf when the software is loaded. The BANDIT always uses bgpd.conf for BGP configuration. This procedure shows you how to edit that file. 6 To review and edit the listed BGP configuration file, press the Enter key. The line code for the file is displayed. 13 router bgp bgp router-id ! network /8 1 neighbor remote-as ! neighbor route-map set-nexthop out 18! neighbor ebgp-multihop 19! neighbor next-hop-self 20! 7 To see more of the listing, press the Enter key again. The next 20 lines of the file are displayed. 21! access-list all permit any 2 23!route-map set-nexthop permit 10 2 match ip address all 25! set ip next-hop !log file bgpd.log 28! 29 log stdout 8 To see more of the listing, press the Enter key again. The next 20 lines of the file are displayed. Note: If you have reached the end of the file, the first 20 lines are displayed again. For reference, we display here the entire sample listing.

4 Page 4 Routing Module, Document router bgp bgp router-id ! network /8 1 neighbor remote-as ! neighbor route-map set-nexthop out 18! neighbor ebgp-multihop 19! neighbor next-hop-self 20! 21! access-list all permit any 2 23!route-map set-nexthop permit 10 2 match ip address all 25! set ip next-hop !log file bgpd.log 28! 29 log stdout Note: The listing shown is a template for Encore Networks BGP configuration. You will need to modify the lines for your network. A line that begins with an exclamation point (!) is a comment. To add comments, start a line with an exclamation point. To make a line active, remove the initial exclamation point from a commented line. You need to modify the file to reflect the BGP area for this BANDIT device. The following steps are examples of the way to modify lines. Ask your network administrator for all IP addresses and other network information for this BANDIT s BGP configuration. 9 Line 13 in this example shows this BANDIT s autonomous system number. Do the following to change the AS number to Note: Get all AS numbers from your network administrator. a While the listing is displayed, type m to modify a line.

5 Sample Revision of the BGP Configuration File Page 5 Enter line number to modify: b Type the line number you wish to modify and press the Enter key. (In this example, type 13 and press the Enter key.) Enter line below: c Type the line exactly as you want it to appear. Note: Do not type a line number; the system assigns line numbers each time it displays the file. Otherwise, type the line exactly as it appears in the listing, substituting the BANDIT s AS number. router bgp 7675 d When you have finished typing the line, press the Enter key. The BGP configuration file is displayed again, with the new line in place. Line 13 now shows the BANDIT s autonomous system number. 13 router bgp bgp router-id ! network /8 1 neighbor remote-as ! neighbor route-map set-nexthop out 18! neighbor ebgp-multihop 19! neighbor next-hop-self 20! 10 In this step, we will modify the file to reflect the BANDIT s IP address. In this listing, line 14, as shown below, identifies the BANDIT.

6 Page 6 Routing Module, Document 12 1 bgp router-id Note: The sample line starts with an exclamation point, indicating that it is a comment, not an executable line. We will make the line an executable command, and we will assign the BANDIT s IP address. To modify the line, do the following: a While the listing is displayed, type m to modify a line. Enter line number to modify: b Type the line number you wish to modify and press the Enter key. (In this example, type 14 and press the Enter key.) Enter line below: c Type the line exactly as you want it to appear. Note: Do not type a line number; the system assigns line numbers each time it displays the file. Note that we also do not type an exclamation point, because this will be a live command. Otherwise, type the line exactly as it appears in the listing, substituting the IP address for the BANDIT s WAN port. bgp router-id d When you have finished typing the line, press the Enter key. The BGP configuration file is displayed again, with the new line in place. Line 14 is now a live, executable command, assigning the BANDIT s WAN IP address.

7 Sample Revision of the BGP Configuration File Page 7 13 router bgp bgp router-id ! network /8 1 neighbor remote-as ! neighbor route-map set-nexthop out 18! neighbor ebgp-multihop 19! neighbor next-hop-self 20! 11 In the same way, change the network address on line 15,: 15! network / a Type m, then type the line number to modify (15) and press Enter. b Type the line as a live, executable command, using the network address. network /24 c Press the Enter key. The listing is displayed with the revised line.

8 Page 8 Routing Module, Document router bgp bgp router-id network /24 1 neighbor remote-as ! neighbor route-map set-nexthop out 18! neighbor ebgp-multihop 19! neighbor next-hop-self 20! Note: You need to include all the networks that you want this BANDIT to advertise. Insert them after line 15. (Displayed line numbers will change to accommodate insertions.) We will not show an example of insertion yet, because we wish to maintain the line numbers shown for the rest of this example. 12 The following lines must be changed to show this BANDIT s neighbor. In this example, the neighbor s IP address is a Retype line 16 as the following. neighbor remote-as 7675 b Retype line 17 as the following. neighbor route-map set-nexthop out c Retype line 18 as the following. neighbor ebgp-multihop d Retype line 19 as the following.

9 Sample Revision of the BGP Configuration File Page 9 neighbor next-hop-self e After lines 1 through 20 are redisplayed, press Enter to see the next 20 lines. 21! access-list all permit any 2 23!route-map set-nexthop permit 10 2 match ip address all 25! set ip next-hop !log file bgpd.log 28! 29 log stdout f Retype line 21, removing the exclamation point. The line will be a live command. access -list all permit any g Retype lines 23 and 24, removing the exclamation points. The lines will be live commands. route-map set-nexthop permit 10 Note: Leading paces are not required. The application ignores them. However, you may want to use them to help organize the material into groups. This example shows leading spaces when retyping line 24. match ip address all h Retype line 25 as the following. Note that this is the BANDIT s WAN IP address, which you indicated for line 14. (See step 10.) set ip next-hop Note: You need to add the equivalent of lines 16 through 25 for each of the BANDIT s neighbors, with the appropriate IP addresses. (You do not need to add any comment lines, such as lines_20 and 22.)

10 Page 10 Routing Module, Document If you need to insert a line, do the following: a When the listing is displayed, type i to insert a line indicating another network for this BANDIT to advertise. 13 router bgp bgp router-id network /24 16 neighbor remote-as neighbor route-map set-nexthop out 18 neighbor ebgp-multihop 19 neighbor next-hop-self 20! Enter line number to Insert After(0 to prepend): b Type the line number that the inserted line will follow and then press the Enter key. (In this example, type 15 and press Enter.) Enter line below: c Type the new information, using line 15 as a guide. Then press Enter. (In this example, the additional network is identified by the IP address /24.) network /24 The new information is included in the listing. Note that the line numbers have adjusted to accommodate the new line.

11 Sample Revision of the BGP Configuration File Page router bgp bgp router-id network /24 16 network /24 17 neighbor remote-as neighbor route-map set-nexthop out 19 neighbor ebgp-multihop 20 neighbor next-hop-self 14 Continue to modify the BGP configuration file as indicated by your network administrator. The finished file will probably be similar to the following. 13 router bgp bgp router-id network /24 16 network /24 17 neighbor remote-as neighbor route-map set-nexthop out 19 neighbor ebgp-multihop 20 neighbor next-hop-self

12 Page 12 Routing Module, Document 12 21! 21 access-list all permit any 23! 24 route-map set-nexthop permit match ip address all 26 set ip next-hop ! 28!log file bgpd.log 29! 30 log stdout 15 When you have finished modifying the BGP configuration file, press the Escape key. File Modified! Do you want to save it?(y/n)[n]: 16 To save the configuration file, press y. To revert to the previously saved version, press n. The Global BGP Configuration Menu is redisplayed. Global BGP Configuration ) BGP Admin : Enabled 2) Edit Config Enter Choice : 17 Press the Escape key until you reach the Main Menu. 18 On the Main Menu, select Write Configuration to save the configuration. (For details, see Saving (Writing) a Configuration). 19 Then, on the Main Menu, select Reset Unit. (For details, see Resetting the Device.)

This chapter discusses how to modify the files that configure the Open Shortest Path First (OSPF) protocol.

This chapter discusses how to modify the files that configure the Open Shortest Path First (OSPF) protocol. encor! enetworks TM Version A, September 2010 2013 Encore Networks, Inc. All rights reserved. Sample Revision of the OSPF Configuration File This chapter discusses how to modify the files that configure

More information

his document provides guidelines for configuring a C2C or another BANDIT chassis to send a wake-up ping across a cellular network.

his document provides guidelines for configuring a C2C or another BANDIT chassis to send a wake-up ping across a cellular network. USATUSATCORP.COM Contact USATCORP.COM for more information or quantity pricing 1-888-550-8728 encor! e n etworks TM Version A, November 2012 2012 Encore Networks, Inc. All rights reserved. C2C Wake-Up

More information

! encor en etworks TM

! encor en etworks TM ! encor en etworks TM Version A, March 2010 2013 Encore Networks, Inc. All rights reserved. Configuring the BANDIT III s E&M Card for a PCM Voice Network The E&M card sits in a slot near the top right

More information

This chapter discusses configuration and use of the Remote Authentication Dial-In User Service (RADIUS) networking protocol on a BANDIT device.

This chapter discusses configuration and use of the Remote Authentication Dial-In User Service (RADIUS) networking protocol on a BANDIT device. encor! enetworks TM Version A.1, January 2013 2013 Encore Networks, Inc. All rights reserved. The RADIUS Protocol This chapter discusses configuration and use of the Remote Authentication Dial-In User

More information

The C2C can send a power-loss alarm to an SNMP manager. To enable this feature, do the following:

The C2C can send a power-loss alarm to an SNMP manager. To enable this feature, do the following: USATUSATCORP.COM Contact USATCORP.COM for more information or quantity pricing 1-888-550-8728! encor e n etworks TM C2C Power-Loss Alarm his document provides guidelines for setting a C2C or another BANDIT

More information

enetworks TM BANDIT II and BANDIT III Expanded Configuration Guide 3.1 Preparing Configuration Information

enetworks TM BANDIT II and BANDIT III Expanded Configuration Guide 3.1 Preparing Configuration Information encor! enetworks TM Version A.2, January 2013 2013 Encore Networks, Inc. All rights reserved. BANDIT II and BANDIT III Expanded Configuration Guide The BANDIT II and the BANDIT III are ROHS-compliant devices

More information

! encor e networks TM

! encor e networks TM ! encor e networks TM Revision A, May 2004 Document Part Number 15737.0001 Copyright 2004 Encore Networks, Inc. All rights reserved. VSR-30 Installation Guide for ELIOS Software Version 0500 T his guide

More information

! encor e networks TM

! encor e networks TM ! encor e networks TM Revision C.1, May 2010 Document Part Number 15737.0001 Copyright 2010 Encore Networks, Inc. All rights reserved. VSR-30 Installation Guide T his guide presents procedures for a standard

More information

Section 6.2, IP Routing. Section 6.4, IP/VPN Policy. Section 6.5, IP Quality of Service. Section 6.6, The BANDIT as Firewall

Section 6.2, IP Routing. Section 6.4, IP/VPN Policy. Section 6.5, IP Quality of Service. Section 6.6, The BANDIT as Firewall Chapter 6 IP Routing and IPX Routing This chapter discusses IP routing, IP/VPN Policy, and related features in the BANDIT products. It also discusses IPX routing. See the following sections: Section 6.2,

More information

EN-1000 Quick Configuration Guide

EN-1000 Quick Configuration Guide Part Number 17655.0000 Version A.5, December 2017 2017 Encore Networks, Inc. All rights reserved. EN-1000 Quick Configuration Guide CAT-1 LTE T he EN-1000 is a high-performance, low-cost VPN router designed

More information

Configuring the EN-2000 for its Network Functions

Configuring the EN-2000 for its Network Functions EN-2000 Reference Manual Document 3 Configuring the EN-2000 for its Network Functions T he EN-2000 provides wireless and cabled connections to a local area network (LAN), to a wide area network (WAN, and

More information

Using the EN-2000 s Management System

Using the EN-2000 s Management System EN-2000 Reference Manual Document 2 Using the EN-2000 s Management System T he EN-2000 provides wireless and wired connections to a local area network (LAN), to a wide area network (WAN, and to peripheral

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

Activating an EVDO Wireless Card in a Cellular Carrier Network

Activating an EVDO Wireless Card in a Cellular Carrier Network encor! enetworks TM Version A.4, January 2013 2013 Encore Networks, Inc. All rights reserved. Activating an EVDO Wireless Card in a Cellular Carrier Network Including the Sprint Data Link Network Use one

More information

EN-2000 Quick Configuration Guide

EN-2000 Quick Configuration Guide Document Part Number 17539.0000 Version A.8, March 2018 2018 Encore Networks, Inc. All rights reserved. EN-2000 Quick Configuration Guide T he EN-2000 is a high-performance, low-cost VPN router designed

More information

(SP. routing WAN LAN Cisco router scalability) Provider

(SP. routing WAN LAN Cisco router scalability) Provider SPROUTE ploying Cisco Service Provider Network Routing (SP CCNP Service routing WAN LAN Cisco router scalability) 642-883 SPROUTE Provider Service provider routing service provider OSPF service provider

More information

BGP Next Hop Unchanged

BGP Next Hop Unchanged BGP Next Hop Unchanged Last Updated: September 8, 2011 In an external BGP (ebgp) session, by default, the router changes the next hop attribute of a BGP route (to its own address) when the router sends

More information

From the given configuration taken from RTA and graphic, which network will be filtered from being propagated to RTC from RTA?

From the given configuration taken from RTA and graphic, which network will be filtered from being propagated to RTC from RTA? A BGP router has two routes with the same weight, same local preferences and reachable next hops. Both routes originated from peer routers. What is the next tie-breaker in BGP route selection process?

More information

Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system.

Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system. Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system. Please follow these steps to ensure that any changes made by your previous

More information

BANDIT II Hardware Description

BANDIT II Hardware Description encor! enetworks TM Version A.2, January 2013 2013 Encore Networks, Inc. All rights reserved. BANDIT II Hardware Description 1 st of 3 QuickStart Guides for the BANDIT II This chapter provides information

More information

Configuring the EN-2000 s VPN Firewall

Configuring the EN-2000 s VPN Firewall EN-2000 Reference Manual Document 10 Configuring the EN-2000 s VPN Firewall T his document discusses implementation of firewall rules to support IPsec VPN transmissions in the EN-2000. It presents procedures

More information

FiberstoreOS BGP Configuration

FiberstoreOS BGP Configuration FiberstoreOS BGP Configuration Contents 1 Configure BGP...1 1.1 Overview... 1 1.2 Basic Topology (EBGP)... 2 1.2.2 Configuration... 2 1.2.3 Validation... 4 1.3 Basic topology(ibgp)... 5 1.3.2 Configuration...

More information

Configuring General Settings for the EN-4000

Configuring General Settings for the EN-4000 EN-4000 Reference Manual Document 4 Configuring General Settings for the EN-4000 T he EN-4000 is the newest member of Encore Networks family of routers. It provides wireless and cabled connections to a

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Virtual Router Use Case for Educational Networks Release NCE0039 Modified: 2017-01-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

How BGP Routers Use the Multi Exit Discriminator for Best Path Selection

How BGP Routers Use the Multi Exit Discriminator for Best Path Selection How BGP Routers Use the Multi Exit Discriminator for Best Path Selection Document ID: 13759 Contents Introduction Prerequisites Requirements Components Used Conventions The MED Attribute Example The bgp

More information

BGP mvpn BGP safi IPv4

BGP mvpn BGP safi IPv4 The BGP mvpn BGP safi 129 IPv4 feature provides the capability to support multicast routing in the service provider s core IPv4 network This feature is needed to support BGP-based MVPNs BGP MVPN provides

More information

BTnet Resilient Extra White Paper for BT People and Prospective Customers

BTnet Resilient Extra White Paper for BT People and Prospective Customers Issue 1.0 BTnet Resilient Extra White Paper for BT People and Prospective s This document provides a summary of the methods and configuration of the Resilient options available for BTnet services. Copyright

More information

G806+H3C WSR realize VPN networking

G806+H3C WSR realize VPN networking G806+H3C WSR800-10 realize VPN networking File Version: V1.0.0 1 1.Configure H3C WSR 800-10 1.1.Enter H3C WSR 800-10 Web Server Power the H3C WSR 800-10 and connect PC Ethernet interface to H3C WSR 800-10

More information

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax:

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax: Product: DFL-500 Internet Firewall Index Setup Introduction...2 Set Up Using Web Configurator...3 Setting Up Internal IP Address using CLI...4 Setting UP External IP Address Manually Using CLI...4 How

More information

InterAS Option B. Information About InterAS. InterAS and ASBR

InterAS Option B. Information About InterAS. InterAS and ASBR This chapter explains the different InterAS option B configuration options. The available options are InterAS option B, InterAS option B (with RFC 3107), and InterAS option B lite. The InterAS option B

More information

This chapter discusses the statistics used to monitor the VPN activity on the BANDIT products.

This chapter discusses the statistics used to monitor the VPN activity on the BANDIT products. encor! enetworks TM Version A.1, January 2013 2013 Encore Networks, Inc. All rights reserved. VPN s This chapter discusses the statistics used to monitor the VPN activity on the BANDIT products. 1 On the

More information

IPv6 BGP AS Path. R1 Router Config:! ipv6 unicast-routing ipv6 cef. R4 Router Config:! ipv6 unicast-routing ipv6 cef Page1

IPv6 BGP AS Path. R1 Router Config:! ipv6 unicast-routing ipv6 cef. R4 Router Config:! ipv6 unicast-routing ipv6 cef Page1 IPv6 IPv6 BGP AS Path Disclaimer This Configuration Guide is designed to assist members to enhance their skills in particular technology area. While every effort has been made to ensure that all material

More information

Quick Note 20. Configuring a GRE tunnel over an IPSec tunnel and using BGP to propagate routing information (GRE over IPSec with BGP)

Quick Note 20. Configuring a GRE tunnel over an IPSec tunnel and using BGP to propagate routing information (GRE over IPSec with BGP) Quick Note 20 Configuring a GRE tunnel over an IPSec tunnel and using BGP to propagate routing information (GRE over IPSec with BGP) 1 Contents 1 Introduction... 3 1.1 Outline... 3 1.2 Assumptions... 3

More information

MPLS VPN Route Target Rewrite

MPLS VPN Route Target Rewrite The feature allows the replacement of route targets on incoming and outgoing Border Gateway Protocol (BGP) updates Typically, Autonomous System Border Routers (ASBRs) perform the replacement of route targets

More information

SLE in Virtual Private Networks

SLE in Virtual Private Networks EN-4000 Reference Manual Document 9 SLE in Virtual Private Networks T his document discusses implementation of Encore Networks Selective Layer Encryption (SLE, patented), a proprietary method of enhancing

More information

BGP MPLS VPNs. Introduction

BGP MPLS VPNs. Introduction This chapter describes services that are supported for Border Gateway Protocol (BGP) Multi-Protocol Label Switching (MPLS) Virtual Private Networks (VPNs). MPLS is a licensed Cisco feature that requires

More information

LAB1: BGP IPv4. BGP: Initial Config. Disclaimer

LAB1: BGP IPv4. BGP: Initial Config. Disclaimer Page1 LAB1: BGP IPv4 Disclaimer This Configuration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

Connecting to a Service Provider Using External BGP

Connecting to a Service Provider Using External BGP Connecting to a Service Provider Using External BGP First Published: May 2, 2005 Last Updated: August 21, 2007 This module describes configuration tasks that will enable your Border Gateway Protocol (BGP)

More information

Guide to Vyatta Documentation

Guide to Vyatta Documentation VYATTA, INC. System Guide to Documentation Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com 650 413 7200 1 888 VYATTA 1 (US and Canada) COPYRIGHT Copyright 2005 2011, Inc. All rights reserved.

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

CCNA ROUTING & SWITCHING

CCNA ROUTING & SWITCHING CCNA ROUTING & SWITCHING Curriculum Overview The CCNA Routing and Switching curriculum consists of four courses that make up the recommended learning path. Students will be prepared to take the Cisco CCENT

More information

Module 6 Implementing BGP

Module 6 Implementing BGP Module 6 Implementing BGP Lesson 1 Explaining BGP Concepts and Terminology BGP Border Gateway Protocol Using BGP to Connect to the Internet If only one ISP, do not need BGP. If multiple ISPs, use BGP,

More information

DVG-2001S VoIP Terminal Adapter

DVG-2001S VoIP Terminal Adapter This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6.2.3. DVG-2001S VoIP Terminal Adapter Before You Begin 1. If you purchased this VoIP Terminal

More information

Configuration of Synchronous Protocols

Configuration of Synchronous Protocols encor! enetworks TM Version A, September 2010 2013 Encore Networks, Inc. All rights reserved. Configuration of Synchronous Protocols This chapter discusses synchronous protocols that you can configure

More information

Configuring Advanced BGP

Configuring Advanced BGP CHAPTER 6 This chapter describes how to configure advanced features of the Border Gateway Protocol (BGP) on the Cisco NX-OS switch. This chapter includes the following sections: Information About Advanced

More information

DE-CIX Academy: BGP - Multihoming

DE-CIX Academy: BGP - Multihoming Notice of Liability Despite careful checking of content, we accept no liability for the content of external links. Content on linked sites is exclusively the responsibility of the respective website operator.

More information

Chapter 7 LAN Configuration

Chapter 7 LAN Configuration Chapter 7 LAN Configuration This chapter describes how to configure the advanced LAN features of your ProSafe Wireless ADSL Modem VPN Firewall Router. These features can be found by selecting Network Configuration

More information

Gigabit SSL VPN Security Router SG-4800

Gigabit SSL VPN Security Router SG-4800 Gigabit SSL VPN Security Router SG-4800 Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Hardware Installation... 4 2.1 Safety Instruction... 4 2.2 Front panel... 4 2.3 LED & Button

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

Brother HL-5370DW Configuration

Brother HL-5370DW Configuration Brother HL-5370DW Configuration Importance of Static IP Address for Printers When a printer is first installed to a computer, its IP address is noted. If that address changes, the computer will be unable

More information

VPNC Scenario for IPsec Interoperability

VPNC Scenario for IPsec Interoperability EN-4000 Reference Manual Document D VPNC Scenario for IPsec Interoperability EN-4000 Router T his document presents a configuration profile for IPsec interoperability. The configuration profile conforms

More information

Inter-AS routing and BGP. Network Layer 4-1

Inter-AS routing and BGP. Network Layer 4-1 Inter-AS routing and BGP Network Layer 4-1 Review: intra-as routing v Also known as interior gateway protocols (IGP) v Most common intra-as routing protocols: RIP: Routing Information Protocol, distance

More information

Guide to Vyatta Documentation

Guide to Vyatta Documentation VYATTA, INC. System Guide to Documentation Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com 650 413 7200 1 888 VYATTA 1 (US and Canada) COPYRIGHT Copyright 2005 2012, Inc. All rights reserved.

More information

Why Do BGP Neighbors Toggle Between Idle, Connect, and Active States?

Why Do BGP Neighbors Toggle Between Idle, Connect, and Active States? Why Do BGP Neighbors Toggle Between Idle, Connect, and Active States? Document ID: 13752 Contents Introduction Prerequisites Requirements Components Used Network Diagram Conventions The Neighbor Statement

More information

Guide to Vyatta Documentation

Guide to Vyatta Documentation VYATTA, INC. System Guide to Documentation Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com 650 413 7200 1 888 VYATTA 1 (US and Canada) COPYRIGHT Copyright 2005 2012, Inc. All rights reserved.

More information

Topology for: EIGRP, BGP, Redistribution

Topology for: EIGRP, BGP, Redistribution Topology for: EIGRP, BGP, Redistribution e1/0 10.0.12.1/24 10.0.12.2/24 e1/0 R1 s2/0 10.0.0.1/24 10.0.13.3/24 e0/0 10.0.23.2/24 e0/0 e0/0 10.0.13.1/24 R3 e1/0 10.0.23.3/24 R2 S2/0 10.0.0.2/24 PVC 104 PVC

More information

FlexVPN HA Dual Hub Configuration Example

FlexVPN HA Dual Hub Configuration Example FlexVPN HA Dual Hub Configuration Example Document ID: 118888 Contributed by Piotr Kupisiewicz, Wen Zhang, and Frederic Detienne, Cisco TAC Engineers. Apr 08, 2015 Contents Introduction Prerequisites Requirements

More information

RIP Commands. output-delay, page 32 passive-interface (RIP), page 33 poison-reverse, page 35 receive version, page 37 redistribute (RIP), page 39

RIP Commands. output-delay, page 32 passive-interface (RIP), page 33 poison-reverse, page 35 receive version, page 37 redistribute (RIP), page 39 RIP Commands This module describes the commands used to configure and monitor the Routing Information Protocol (RIP). For detailed information about RIP concepts, configuration tasks, and examples, see

More information

Configuring MPLS and EoMPLS

Configuring MPLS and EoMPLS 37 CHAPTER This chapter describes how to configure multiprotocol label switching (MPLS) and Ethernet over MPLS (EoMPLS) on the Catalyst 3750 Metro switch. MPLS is a packet-switching technology that integrates

More information

Monitoring the EN-2000

Monitoring the EN-2000 EN-2000 Reference Manual Document 9 Monitoring the EN-2000 T his document provides information for monitoring the EN-2000 router s configuration and performance. Screens specifically for monitoring the

More information

Multi-Protocol Label Switching (MPLS) Support

Multi-Protocol Label Switching (MPLS) Support This chapter describes the system's support for BGP/MPLS VPN and explains how it is d. The product administration guides provide examples and procedures for configuration of basic services on specific

More information

Configuring IPv6 Provider Edge over MPLS (6PE)

Configuring IPv6 Provider Edge over MPLS (6PE) Finding Feature Information, page 1 Configuring 6PE, page 1 Finding Feature Information Your software release may not support all the features documented in this module. For the latest caveats and feature

More information

Using Cisco IOS Software

Using Cisco IOS Software APPENDIX A This appendix describes the basics about using the Cisco IOS software that is installed on every Cisco ubr905 and Cisco ubr925 cable access routers: Accessing the Command-Line Interface, page

More information

UTM Content Security Gateway CS-2001

UTM Content Security Gateway CS-2001 UTM Content Security Gateway CS-2001 Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Setup the UTM Content Security Gateway... 4 3. Hardware Installation... 5 4. Basic System Configuration...

More information

Configuring Internal BGP Features

Configuring Internal BGP Features This module describes how to configure internal Border Gateway Protocol (BGP) features. Internal BGP (ibgp) refers to running BGP on networking devices within one autonomous system. BGP is an interdomain

More information

Chapter 13 Configuring BGP4

Chapter 13 Configuring BGP4 Chapter 13 Configuring BGP4 This chapter provides details on how to configure Border Gateway Protocol version 4 (BGP4) on HP products using the CLI and the Web management interface. BGP4 is supported on

More information

BGP Support for the L2VPN Address Family

BGP Support for the L2VPN Address Family BGP support for the Layer 2 Virtual Private Network (L2VPN) address family introduces a BGP-based autodiscovery mechanism to distribute L2VPN endpoint provisioning information. BGP uses a separate L2VPN

More information

Connecting to a Service Provider Using External BGP

Connecting to a Service Provider Using External BGP Connecting to a Service Provider Using External BGP This module describes configuration tasks that will enable your Border Gateway Protocol (BGP) network to access peer devices in external networks such

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring the BGP Local Preference Release NCE0046 Modified: 2016-11-08 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

BGP Cost Community. Prerequisites for the BGP Cost Community Feature

BGP Cost Community. Prerequisites for the BGP Cost Community Feature The feature introduces the cost extended community attribute. The cost community is a non-transitive extended community attribute that is passed to internal BGP (ibgp) and confederation peers but not to

More information

Chapter 17 BGP4 Commands

Chapter 17 BGP4 Commands Chapter 17 BGP4 Commands NOTE: This chapter describes commands in the BGP configuration level, which is present on HP devices that support IPv4 only. For information about BGP commands and configuration

More information

Operation Manual MCE H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual MCE H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 MCE Overview... 1-1 1.1 MCE Overview... 1-1 1.1.1 Introduction to BGP/MPLS VPN... 1-1 1.1.2 BGP/MPLS VPN Concepts... 1-2 1.1.3 Introduction to MCE... 1-5 1.1.4

More information

BGP Support for Next-Hop Address Tracking

BGP Support for Next-Hop Address Tracking The feature is enabled by default when a supporting Cisco software image is installed. BGP next-hop address tracking is event driven. BGP prefixes are automatically tracked as peering sessions are established.

More information

IPv4 Firewall Rule configuration on Cisco SA540 Security Appliance

IPv4 Firewall Rule configuration on Cisco SA540 Security Appliance IPv4 Firewall Rule configuration on Cisco SA540 Security Appliance Objective The objective of this document to explain how to configure IPv4 firewall rules on Cisco SA540 Security Appliance. Firewall provide

More information

BGP Inbound Optimization Using Performance Routing

BGP Inbound Optimization Using Performance Routing BGP Inbound Optimization Using Performance Routing The PfR BGP Inbound Optimization feature introduced support for the best entrance selection for traffic that originates from prefixes outside an autonomous

More information

BGP Best External. Finding Feature Information

BGP Best External. Finding Feature Information The feature provides the network with a backup external route to avoid loss of connectivity of the primary external route. The feature advertises the most preferred route among those received from external

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

ibgp Multipath Load Sharing

ibgp Multipath Load Sharing This feature module describes the feature. This feature enables the BGP speaking router to select multiple ibgp paths as the best paths to a destination. The best paths or multipaths are then installed

More information

HP FlexFabric 7900 Switch Series

HP FlexFabric 7900 Switch Series HP FlexFabric 7900 Switch Series MCE Configuration Guide Part number: 5998-6188 Software version: Release 2117 and Release 2118 Document version: 6W100-20140805 Legal and notice information Copyright 2014

More information

PREREQUISITES TARGET AUDIENCE. Length Days: 5

PREREQUISITES TARGET AUDIENCE. Length Days: 5 Cisco Implementing Cisco IP Routing v2.0 (ROUTE) ROUTE v2.0 includes major updates and follows an updated blueprint. However, note that this course does not cover all items listed on the blueprint. Some

More information

BGP Commands. Network Protocols Command Reference, Part 1 P1R-355

BGP Commands. Network Protocols Command Reference, Part 1 P1R-355 BGP Commands Use the commands in this chapter to configure and monitor Border Gateway Protocol (BGP). For BGP configuration information and examples, refer to the Configuring BGP chapter of the Network

More information

Juniper JN0-647 Exam. Volume: 65 Questions. Question: 1 Which protocol is a multicast routing protocol? A. OSPF B. BGP C. PIM D. IS-IS.

Juniper JN0-647 Exam. Volume: 65 Questions. Question: 1 Which protocol is a multicast routing protocol? A. OSPF B. BGP C. PIM D. IS-IS. Volume: 65 Questions Question: 1 Which protocol is a multicast routing protocol? A. OSPF B. BGP C. PIM D. IS-IS Answer: C Question: 2 Referring to the exhibit, how is R1 learning the route from R2? A.

More information

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth The Border Gateway Protocol (BGP) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for links between directly

More information

LEGUANG N900 Wireless Router Configuration Guide

LEGUANG N900 Wireless Router Configuration Guide LEGUANG N900 Wireless Router Configuration Guide ActForNet Technologies Inc. February 2014 Contents 1. What is included... 3 2. Installation Guide... 3 2.1 How to connect... 3 2.2 How to reset... 4 2.3

More information

3/10/2011. Copyright Link Technologies, Inc.

3/10/2011. Copyright Link Technologies, Inc. Mikrotik Certified Trainer / Engineer MikroTik Certified Dude Consultant Consulting Since 1997 Enterprise Class Networks WAN Connectivity Certifications Cisco, Microsoft, MikroTik BGP/OSPF Experience Deployed

More information

Add Path Support in EIGRP

Add Path Support in EIGRP The feature enables hubs in a single Dynamic Multipoint VPN (DMVPN) domain to advertise multiple best paths to connected spokes when the Enhanced Interior Gateway Routing Protocol (EIGRP) is the routing

More information

UIP1869V User Interface Guide

UIP1869V User Interface Guide UIP1869V User Interface Guide (Firmware version 0.1.8 and later) Table of Contents Opening the UIP1869V's Configuration Utility... 3 Connecting to Your Broadband Modem... 5 Setting up with DHCP... 5 Updating

More information

ETSF10 Internet Protocols Routing on the Internet

ETSF10 Internet Protocols Routing on the Internet ETSF10 Internet Protocols Routing on the Internet 2013, Part 2, Lecture 1.2 Jens Andersson (Kaan Bür) Routing on the Internet Unicast routing protocols (part 2) [ed.5 ch.20.3] Multicast routing, IGMP [ed.5

More information

Inter-Autonomous-System Routing: Border Gateway Protocol

Inter-Autonomous-System Routing: Border Gateway Protocol Inter-Autonomous-System Routing: Border Gateway Protocol Antonio Carzaniga Faculty of Informatics University of Lugano June 14, 2005 Outline Hierarchical routing BGP Routing Routing Goal: each router u

More information

Grandstream Networks, Inc. GWN7000 Command Line Guide

Grandstream Networks, Inc. GWN7000 Command Line Guide Grandstream Networks, Inc. Table of Contents INTRODUCTION... 3 CONNECTING AND ACCESSING THE GWN7XXX... 4 Connecting the GWN7000... 4 SSH Access... 5 USING THE CLI MENU... 6 Menu Structure And Navigation...

More information

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Border Gateway Protocol. Version: Demo

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Border Gateway Protocol. Version: Demo Vendor: Alcatel-Lucent Exam Code: 4A0-102 Exam Name: Alcatel-Lucent Border Gateway Protocol Version: Demo QUESTION 1 Upon the successful establishment of a TCP session between peers, what type of BGP message

More information

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth The BGP (Border Gateway Protocol) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for links between directly

More information

Embedded NGX 8.1 Release Notes Post General Availability Version. November 2010

Embedded NGX 8.1 Release Notes Post General Availability Version. November 2010 Embedded NGX 8.1 Release Notes Post General Availability Version November 2010 1 Contents CONTENTS... 2 INTRODUCTION... 3 Highlights of This Version... 3 Supported Platforms... 4 Availability... 4 Copyright...

More information

Configuring VPNs in the EN-1000

Configuring VPNs in the EN-1000 EN-1000 Reference Manual Document 5 Configuring VPNs in the EN-1000 O ne of the principal features of routers is their support of virtual private networks (VPNs). This document discusses configuration

More information

BGP Graceful Shutdown

BGP Graceful Shutdown The feature reduces or eliminates the loss of traffic along a link being shut down for maintenance. Routers always have a valid route available during the convergence process. This feature is used primarily

More information

Inter-Autonomous-System Routing: Border Gateway Protocol

Inter-Autonomous-System Routing: Border Gateway Protocol Inter-Autonomous-System Routing: Border Gateway Protocol Antonio Carzaniga Faculty of Informatics University of Lugano December 10, 2014 Outline Hierarchical routing BGP Routing 2005 2007 Antonio Carzaniga

More information

Virtual Private Networks

Virtual Private Networks EN-2000 Reference Manual Document 8 Virtual Private Networks O ne of the principal features of routers is their support of virtual private networks (VPNs). This document discusses transmission security,

More information

CSE 473 Introduction to Computer Networks. Exam 2. Your name here: 11/7/2012

CSE 473 Introduction to Computer Networks. Exam 2. Your name here: 11/7/2012 CSE 473 Introduction to Computer Networks Jon Turner Exam 2 Your name here: 11/7/2012 1. (10 points). The diagram at right shows a DHT with 16 nodes. Each node is labeled with the first value in its range

More information

Exam4Tests. Latest exam questions & answers help you to pass IT exam test easily

Exam4Tests.   Latest exam questions & answers help you to pass IT exam test easily Exam4Tests http://www.exam4tests.com Latest exam questions & answers help you to pass IT exam test easily Exam : 350-029 Title : CCIE SP Written Exam, V3.0 Vendor : Cisco Version : DEMO Get Latest & Valid

More information

MPLS VPN Multipath Support for Inter-AS VPNs

MPLS VPN Multipath Support for Inter-AS VPNs The feature supports Virtual Private Network (VPN)v4 multipath for Autonomous System Boundary Routers (ASBRs) in the interautonomous system (Inter-AS) Multiprotocol Label Switching (MPLS) VPN environment.

More information