Chapter 20 IPv6 BGP Unicast Address Family Commands

Size: px
Start display at page:

Download "Chapter 20 IPv6 BGP Unicast Address Family Commands"

Transcription

1 Chapter 20 IPv6 BGP Unicast Address Family Commands NOTE: The IPv6 BGP unicast address family configuration level is present only on HP devices that support IPv6 and the ProCurve 9408sl Routing Switch only. address-family Allows you to enter the following configuration levels: BGP4 unicast address family While at this level, you can access commands that allow you to configure BGP4 unicast routes. The commands that you enter at this level apply only to the BGP4 unicast address family only. You can generate a configuration for BGP4 unicast routes that is separate and distinct from configurations for BGP4 multicast routes and IPv6 BGP unicast routes. BGP4 multicast address family While at this level, you can access commands that allow you to configure BGP4 multicast routes. The commands that you enter at this level apply only to the BGP4 multicast address family only. You can generate a configuration for BGP4 multicast routes that is separate and distinct from configurations for BGP4 unicast routes and IPv6 BGP unicast routes. IPv6 BGP unicast address family While at this level, you can access commands that allow you to configure IPv6 BGP unicast routes. The commands that you enter at this level apply only to the IPv6 BGP unicast address family only. You can generate a configuration for IPv6 BGP unicast routes that is separate and distinct from configurations for BGP4 unicast routes and BGP4 multicast routes. NOTE: Each address family configuration level allows you to access commands that apply to that particular address family only. To enable a feature in a particular address family, you must specify any associated commands for that feature in that particular address family. You cannot expect the feature, which you may have configured in the BGP4 unicast address family, to work in the IPv6 BGP unicast address family unless it is explicitly configured in the IPv6 BGP unicast address family. For backward compatibility, you can currently access commands related to BGP4 unicast routes at both global BGP configuration and BGP4 unicast address family configuration levels. Both of these levels are indicated by the (config-bgp)# prompt. For information about the commands that you can access in the BGP global and BGP4 unicast address family levels, see Global BGP and BGP4 Unicast Address Family Commands on page For information about the commands that you can access from the BGP4 multicast address family level, see BGP4 Multicast Address Family Commands on page To enter the BGP4 unicast address family configuration level, enter a command such as the following: ProCurveRS(config-bgp)# address-family ipv4 unicast June

2 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches ProCurveRS(config-bgp)# The (config-bgp)# prompt indicates that you are at the default BGP4 level, where you can access both global BGP and BGP4 unicast address family commands. To enter the IPv4 BGP multicast address family configuration level, enter a command such as the following: ProCurveRS(config-bgp)# address-family ipv4 multicast ProCurveRS(config-bgp-ipv4m)# The (config-bgp-ipv4m)# prompt indicates that you are at the IPv4 BGP multicast address family configuration level. To enter the IPv6 BGP unicast address family configuration level, enter a command such as the following: ProCurveRS(config-bgp)# address-family ipv6 unicast ProCurveRS(config-bgp-ipv6u)# The (config-bgp-ipv6u)# prompt indicates that you are at the IPv6 BGP unicast address family configuration level. Syntax: address-family ipv4 unicast ipv4 multicast ipv6 unicast Specify the ipv4 unicast, ipv4 multicast, and ipv6 unicast keywords to enter the BGP4 unicast, BGP4 multicast, and IPv6 BGP unicast address family configuration levels, respectively. aggregate-address Configures an HP device that supports IPv6 to aggregate routes in a range of networks into a single IPv6 prefix. For example, without aggregation, an HP device will individually advertise routes for networks ff00:f000:0001:0000::/64, ff00:f000:0002:0000::/64,ff00:f000:0003:0000::/64, and so on. You can configure the device to instead send a single, aggregate route for the networks. The aggregate route would be advertised as ff00:f000::/24 to IPv6 BGP neighbors. To aggregate IPv6 BGP routes for ff00:f000:0001:0000::/64, ff00:f000:0002:0000::/64,ff00:f000:0003:0000::/64, enter a command such as the following: ProCurveRS(config-bgp-ipv6u)# aggregate-address ff00:f000::/24 summary-only Syntax: aggregate-address <ipv6-prefix>/<prefix-length> [as-set] [summary-only] [suppress-map <map-name>] [advertise-map <map-name>] [attribute-map <map-name>] The <ipv6-prefix>/<prefix-length> parameter specifies the aggregate value for the networks. You must specify the <ipv6-prefix> parameter in hexadecimal using 16-bit values between colons as documented in RFC You must specify the <prefix-length> parameter as a decimal value. A slash mark (/) must follow the <ipv6-prefix> parameter and precede the <prefix-length> parameter. The as-set keyword causes the router to aggregate AS-path information for all the routes in the aggregate address into a single AS-path. The summary-only keyword prevents the router from advertising more specific routes contained within the aggregate route. The suppress-map <map-name> parameter prevents the more specific routes contained in the specified route map from being advertised. The advertise-map <map-name> parameter configures the router to advertise the more specific routes in the specified route map. The attribute-map <map-name> parameter configures the router to set attributes for the aggregate routes based on the specified route map June 2005

3 IPv6 BGP Unicast Address Family Commands NOTE: For the suppress-map, advertise-map, and attribute-map parameters, the route map must already be defined. To remove an aggregate route from a BGP4 neighbor advertisement, use the no form of this command without any parameters. Default value: An HP device advertises individual IPv6 BGP routes for all the networks. client-to-client-reflection Disables or re-enables route reflection. For more information about route reflection, see the "Configuring BGP4" chapter of the Advanced Configuration and Management Guide for ProCurve 9300/9400 Series Routing Switches. If you need to disable route reflection on an HP device that supports IPv6, enter the following command. Disabling route reflection allows you to turn off the feature without removing Cluster ID and route reflector client information from the system configuration file. ProCurveRS(config-bgp-ipv6u)# no client-to-client-reflection Enter the following command to re-enable the feature: ProCurveRS(config-bgp-ipv6u)# client-to-client-reflection Syntax: [no] client-to-client-reflection Default value: Enabled dampening Configures route flap dampening. This section shows how to globally configure dampening. You also can use route maps to configure dampening for specify neighbors and routes. The following example shows how to change the dampening parameters. ProCurveRS(config-bgp-ipv6u)# dampening This command changes the half-life to 20 minutes, the reuse threshold to 200, the suppression threshold to 2500, and the maximum number of minutes a route can be dampened to 40. Syntax: dampening [<half-life> <reuse> <suppress> <max-suppress-time>] The <half-life> parameter specifies the number of minutes after which the route s penalty becomes half its value. The route penalty allows routes that have remained stable for a while despite earlier instability to eventually become eligible for use again. The decay rate of the penalty is proportional to the value of the penalty. After the half-life expires, the penalty decays to half its value. Thus, a dampened route that is no longer unstable can eventually become eligible for use again. You can configure the half-life to be from 1 45 minutes. The default is 15 minutes. The <reuse> parameter specifies how low a route s penalty must become before the route becomes eligible for use again after being suppressed. You can set the reuse threshold to a value from The default is 750 (0.75, or three-fourths, of the penalty assessed for a one flap ). The <suppress> parameter specifies how high a route s penalty can become before the Routing Switch suppresses the route. You can set the suppression threshold to a value from The default is 2000 (two flaps ). The <max-suppress-time> parameter specifies the maximum number of minutes that a route can be suppressed regardless of how unstable it is. You can set the maximum suppression time to a value from minutes. June

4 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches The default is four times the half-life setting. Thus, if you use the default half-life of 15 minutes, the maximum suppression time is 60 minutes. NOTE: To change any of the parameters, you must specify all the parameters with the command. If you want to leave some parameters unchanged, enter their default values. Default value: Disabled default-information-originate Enables an HP device that supports IPv6 to originate and advertise a default IPv6 BGP route. A default route is the IPv6 address :: and the route prefix 0; that is, ::/0. Before entering the default-information-originate command, the default route ::/0 must be present in the IPv6 route table. You can also enable the HP device to send the default route to a particular neighbor using the neighbor <ipv6 address> default-originate command. This command does not require the presence of the default route ::/0 in the IPv6 route table. For more information, see neighbor <ipv6-address> default-originate on page ProCurveRS(config-bgp-ipv6u)# default-information-originate Syntax: [no] default-information-originate. Default value: The HP device does not originate and advertise a default IPv6 BGP route. default-metric Sets the default IPv6 BGP MED (metric), a global parameter that specifies the cost that will be applied to all routes by default when they are redistributed into IPv6 BGP. When routes are selected, lower metric values are preferred over higher metric values. To change the default metric to 40, enter the following command: ProCurveRS(config-bgp-ipv6u)# default-metric 40 Syntax: default-metric <num> Possible values: Default value: 0 end Moves activity to the privileged EXEC level from any level of the CLI except the user EXEC level. To move to the privileged level, enter the following from any level of the CLI. ProCurveRS(config-bgp-ipv6u)# end ProCurveRS# Syntax: end exit Moves activity up one level from the current level. In this case, activity will be moved to the global level. ProCurveRS(config-bgp-ipv6u)# exit 20-4 June 2005

5 IPv6 BGP Unicast Address Family Commands ProCurveRS(config)# Syntax: exit exit-address-family Allows you to exit from the IPv6 BGP unicast address family configuration level and return to the default BGP level, where you can access both global BGP and BGP4 unicast address family commands. ProCurveRS(config-bgp-ipv6u)# exit-address-family ProCurveRS(config-bgp)# The (config-bgp)# prompt indicates that you are at the default BGP level. Syntax: exit-address-family maximum-paths Changes the maximum number of shared paths. When IP load sharing is enabled, IPv6 BGP can balance traffic to a specific destination across up to four equal paths. You can set the maximum number of paths to a value from 1 8. The default is 1. NOTE: The maximum number of IPv6 BGP load sharing paths cannot be greater than the maximum number of IP load sharing paths. To increase the maximum number of IP load sharing paths, use the ip load-sharing <num> command at the global CONFIG level of the CLI or use the # of Paths field next to Load Sharing on the IP configuration panel of the Web management interface. To change the maximum number of shared paths: ProCurveRS(config-bgp-ipv6u)# maximum-paths 4 Syntax: [no] maximum-paths <num> Possible values: The <num> parameter specifies the maximum number of paths across which the Routing Switch can balance traffic to a given IPv6 BGP destination. You can change the maximum number of paths to a value from 2 8. Default value: The default is 1. multipath Disables load sharing of EBGP paths. By default, when IPv6 BGP load sharing is enabled, both IBGP and EBPG paths are eligible for load sharing, while paths from different neighboring ASs are not eligible. You can change load sharing to apply only to IBGP or EBGP paths, or to support load sharing among paths from different neighboring ASs. To enable load sharing of IBGP paths only, enter the following command: ProCurveRS(config-bgp-ipv6u)# multipath ibgp To enable load sharing of EBGP paths only, enter the following command: ProCurveRS(config-bgp-ipv6u)# multipath ebgp To enable load sharing of paths from different neighboring ASs, enter the following command: ProCurveRS(config-bgp-ipv6u)# multipath multi-as June

6 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches Syntax: [no] multipath ebgp ibgp multi-as The ebgp ibgp multi-as parameter specifies the change you are making to load sharing: ebgp Load sharing applies only to EBGP paths. Load sharing is disabled for IBGP paths. ibgp Load sharing applies only to IBGP paths. Load sharing is disabled for EBGP paths. multi-as Load sharing is enabled for paths from different ASs. By default, load sharing applies to EBGP and IBGP paths, and does not apply to paths from different neighboring ASs.. Default value: Load sharing of IBGP and EBGP paths is enabled. neighbor <ipv6-address> default-originate Enables the HP device that supports IPv6 to send the default route to a particular neighbor. Using the neighbor <ipv6-address> default-originate command to perform this task does not require the presence of the default route ::/0 in the IPv6 route table. To enable the HP device to send the default route to a neighbor with the IPv6 address of 2001:efff:89::23, enter a command such as the following: ProCurveRS(config-bgp-ipv6u)# neighbor 2001:efff:89::23 default-originate Syntax: [no] neighbor <ipv6-address> default-originate [route-map <name>] The <ipv6-address> parameter specifies a neighbor by its IPv6 address. You must specify this address in hexadecimal using 16-bit values between colons as documented in RFC Specifying the optional route-map <name> parameter injects the default route conditionally, based on the match conditions in the route map. Default value: The HP device does not send the default route to neighbors. neighbor <ipv6-address> peer-group <peer-group-name> Adds a neighbor to a peer group. If an HP device that supports IPv6 has multiple neighbors with similar attributes, you can configure a peer group, then add neighbors to the group instead of configuring neighbors individually. NOTE: You can add IPv6 neighbors only to an IPv6 peer group. You cannot add an IPv4 neighbor to an IPv6 peer group and vice versa. IPv6 and IPv4 peer groups must remain separate. To assign an already configured neighbor (2001:efff:89::23) to the peer group peer_group1, enter a command such as the following: ProCurveRS(config-bgp-ipv6u)# neighbor 2001:efff:89::23 peer-group peer_group1 Syntax: neighbor <ipv6-address> peer-group <peer-group-name> The <ipv6-address> parameter specifies the IPv6 address of the neighbor. You must specify the <ipv6-address> parameter in hexadecimal using 16-bit values between colons as documented in RFC The peer-group <peer-group-name> parameter indicates the name of the already created peer group. To delete the mapping of the neighbor IPv6 address to the peer group, enter the no form of this command. neighbor <peer-group-name> peer-group 20-6 June 2005

7 IPv6 BGP Unicast Address Family Commands Configures a peer group. If an HP device that supports IPv6 has multiple neighbors with similar attributes, you can configure a peer group, then add neighbors to the group instead of configuring neighbors individually. NOTE: You can add IPv6 neighbors only to an IPv6 peer group. You cannot add an IPv4 neighbor to an IPv6 peer group and vice versa. IPv6 and IPv4 peer groups must remain separate. To create a peer group named peer_group1, enter a command such as the following: ProCurveRS(config-bgp-ipv6u)# neighbor peer_group1 peer-group Syntax: neighbor <peer-group-name> peer-group The <peer-group-name> parameter Specifies a name for the peer group. To delete the peer group, enter the no form of this command. neighbor <ipv6-address> remote-as <as-number> Configures IPv6 BGP neighbors using global, site-local, or link-local IPv6 addresses. To do so, you must add the IPv6 address of a neighbor in a remote AS to the IPv6 BGP neighbor table of the local HP device that supports IPv6. You must repeat this procedure for each neighbor that you want to add to a local device. To add the global IPv6 address 2011:f3e9:93e8:cc00::1 of a neighbor in remote AS 4500 to the IPv6 BGP neighbor table of an HP device, enter a command such as the following: ProCurveRS(config-bgp-ipv6u)# neighbor 2011:f3e9:93e8:cc00::1 remote-as 4500 Syntax: neighbor <ipv6-address> remote-as <as-number> NOTE: The example above adds an IPv6 neighbor at the IPv6 BGP unicast address family configuration level. This neighbor, by default, is enabled to exchange IPv6 BGP unicast prefixes. However, if you add an IPv6 neighbor while at the global BGP configuration/ipv4 BGP unicast address family configuration level, the neighbor will not exchange IPv6 BGP unicast prefixes until you explicitly enable it to do so by entering the neighbor <ipv6 address> <peer-group-name> activate command at the IPv6 BGP unicast address family configuration level. The <ipv6-address> parameter specifies the global or site-local IPv6 address of the neighbor. You must specify the <ipv6-address> parameter in hexadecimal using 16-bit values between colons as documented in RFC The <as-number> parameter indicates the number of the AS in which the neighbor resides. To delete the neighbor from the IPv6 BGP neighbor table, enter the no form of this command. neighbor <ipv6-address> route-map [in out] <name> Configures a route map that filters routes advertised to a neighbor or sets up a global next hop for packets destined for a neighbor with a IPv6 link-local address. To configure a route map that applies to the outgoing routes on the neighbor with the IPv6 link-local address fe80:4393:ab30:45de::1, enter commands such as the following: ProCurveRS(config-bgp-ipv6u)# neighbor fe80:4398:ab30:45de::1 route-map out next hop ProCurveRS(config-bgp-ipv6u)# exit ProCurveRS(config)# route-map next-hop permit 10 ProCurveRS(config-route-map)# match ipv6 address prefix-list next-hop-ipv6 June

8 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches ProCurveRS(config-route-map)# set ipv6 next-hop 2011:e0ff:3764::34 If an outgoing route on the neighbor matches the route map, the route is distributed via the next hop router with the global IPv6 address 2011:e0ff:3764::34. Syntax: neighbor <ipv6-address> route-map [in out] <name> The <ipv6-address> parameter specifies the IPv6 link-local address of the neighbor. A link-local address has a fixed prefix of FE80::/10. You must specify the <ipv6-address> parameter in hexadecimal using 16-bit values between colons as documented in RFC The in keyword applies the route map to incoming routes. The out keyword applies the route map to outgoing routes. The <name> parameter specifies a route map name. neighbor <ipv6-address> update-source <ipv4-address> <interface> Identifies a neighbor interface over which a neighbor and a local HP device that supports IPv6 will exchange prefixes. To specify Ethernet interface 1 as the neighbor interface over which the neighbor and local device will exchange prefixes, enter a command such as the following: ProCurveRS(config-bgp-ipv6u)# neighbor fe80:4398:ab30:45de::1 update-source ethernet 1 Syntax: neighbor <ipv6-address> update-source <ipv4-address> ethernet <port> loopback <number> ve <number> The <ipv6-address> parameter specifies the IPv6 link-local address of the neighbor. A link-local address has a fixed prefix of FE80::/10. You must specify the <ipv6-address> parameter in hexadecimal using 16-bit values between colons as documented in RFC The <ipv4-address> parameter specifies the IPv4 address of the update source. The ethernet loopback ve parameter specifies the neighbor interface over which the neighbor and local router will exchange prefixes. If you specify an Ethernet interface, also specify the port number associated with the interface. If you specify a loopback or VE interface, also specify the loopback or VE number. network Enables an HP device that supports IPv6 to import specified routes into IPv6 BGP. NOTE: The routes imported into IPv6 BGP must first exist in the IPv6 unicast route table. To import the IPv6 prefix 3ff0:ec21::/32 into the IPv6 BGP database, enter a command such as the following: ProCurveRS(config-bgp-ipv6u)# network 3ff0:ec21::/32 Syntax: network <ipv6-prefix>/<prefix-length> [route-map <name>] You must specify the <ipv6-prefix> parameter in hexadecimal using 16-bit values between colons as documented in RFC You must specify the <prefix-length> parameter as a decimal value. A slash mark (/) must follow the <ipv6-prefix> parameter and precede the <prefix-length> parameter June 2005

9 IPv6 BGP Unicast Address Family Commands You can specify the optional route-map <name> parameter if you want to change attributes of a route when importing it into IPv6 BGP. To disable the importing of a specified route, enter the no form of this command without the route-map parameter. Default value: The HP device does not import routes into IPv6 BGP. next-hop-enable-default Enables the HP device that supports IPv6 to use the default IPv6 route to resolve an IPv6 BGP next-hop route. By default, the HP device does not use a default route to resolve an IPv6 BGP next-hop route. If the IPv6 route lookup for the IPv6 BGP next hop does not result in a valid IGP route (including static or direct routes), the IPv6 BGP next hop is considered to be unreachable and the IPv6 BGP route is not used. In some cases, such as when the HP device is acting as an edge router, you might want to allow the device to use the default route as a valid next hop. ProCurveRS(config-bgp-ipv6u)# next-hop-enable-default Syntax: [no] next-hop-enable-default Default value: Disabled no Disables other commands. To disable a command, place the word no before the command. quit Returns you from any level of the CLI to the User EXEC mode. ProCurveRS(config-bgp-ipv6u)# quit ProCurveRS> Syntax: quit redistribute Configures the HP device that supports IPv6 to redistribute routes from the following sources into IPv6 BGP: Static IPv6 routes. Directly connected IPv6 networks. OSPF version 3. IPv6 RIP. You can redistribute routes in the following ways: By route types, for example, the router redistributes all IPv6 static and IPv6 RIP routes. By using a route map to filter which routes to redistribute, for example, the router redistributes specified IPv6 static and IPv6 RIP routes only. To configure the redistribution of all IPv6 RIP routes into the IPv6 BGP unicast database, enter a command such as the following: ProCurveRS(config-bgp-ipv6u)# redistribute rip June

10 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches show Syntax: redistribute <protocol> [level-1 level-1-2 level-2] [match external1 external2 internal] [metric <metricvalue>] [route-map <name>] The <protocol> parameter can be connected, isis, ospf, rip, or static. If you specify isis as the protocol, you can optionally specify the redistribution of level 1, level 1 and 2, or level 2 routes. If you specify ospf as the protocol, you can optionally specify the redistribution of external 1, external 2, or internal routes. (The default is internal.) The metric <metric-value> parameter specifies the metric used for the redistributed route. If a value is not specified for this option, and no value is specified using the default-metric command at the IPv6 BGP unicast address family configuration level, the metric value for the IPv6 static, IPv6 RIP, or IPv6 OSPF route is used. Use a value consistent with the destination protocol. For more information about the default-metric command, see the Configuring BGP4 chapter in the Advanced Configuration and Management Guide for ProCurve 9300/9400 Series Routing Switches. The <name> parameter specifies a route map name. Default value: The HP device does not redistribute routes from other sources into IPv6 BGP. Displays a variety of configuration and statistical information about the device. See Show Commands on page table-map Configures an existing route map to change the route tag in routes when adding them to the IPv6 route table. To create a route map and identify it as a table map, enter commands such as following. These commands create a route map that uses an address filter. For routes that match the address filter, the route map changes the tag value to 100. This route map is then identified as a table map. As a result, the route map is applied only to routes that the HP device that supports IPv6 places in the IPv6 route table. The route map is not applied to all routes. This example assumes that address filter 11 has already been configured. ProCurveRS(config)# route-map TAG_IP permit 1 ProCurveRS(config-routemap TAG_IP)# match address-filters 11 ProCurveRS(config-routemap TAG_IP)# set tag 100 ProCurveRS(config-routemap TAG_IP)# router bgp ProCurveRS(config-bgp)# address-family ipv6 unicast ProCurveRS(config-bgp-ipv6u)# table-map TAG_IP Syntax: table-map <route-map> Possible values: a route-map name update-time Changes the IPv6 BGP update timer. The update timer controls how often the HP device that supports IPv6 updates its IPv6 BGP next-hop tables and affected IPv6 BGP routes. By default, the HP device updates its IPv6 BGP next-hop tables and affected IPv6 BGP routes five seconds after IGP route changes. ProCurveRS(config-bgp-ipv6u)# update-time 15 This command changes the update timer to 15 seconds. Syntax: [no] update-time <secs> June 2005

11 IPv6 BGP Unicast Address Family Commands The <secs> parameter specifies the number of seconds and can be from Possible values: 1 30 seconds after IGP route changes Default value: 5 seconds after IGP route changes write memory Saves the running configuration into the startup-config file. ProCurveRS(config-bgp-ipv6u)# write memory Syntax: write memory write terminal Displays the running configuration of the HP device that supports IPv6 on the terminal screen. NOTE: This command is equivalent to the show running-config command. ProCurveRS(config-bgp-ipv6u)# write terminal Syntax: write terminal June

12 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches June 2005

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

Chapter 16 OSPF Version 3 Commands

Chapter 16 OSPF Version 3 Commands Chapter 16 OSPF Version 3 Commands NOTE: The OSPF version 3 configuration level is present only on HP devices that support IPv6. area Assigns OSPF version 3 areas. You can assign an IPv4 address or a number

More information

Chapter 13 RIP Commands

Chapter 13 RIP Commands Chapter 13 RIP Commands NOTE: This chapter contains information about IPv4 RIP commands only. For information about IPv6 RIP commands, see IPv6 RIP Commands on page 14-1. default-metric Defines the global

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

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

Configuring BGP. Cisco s BGP Implementation

Configuring BGP. Cisco s BGP Implementation Configuring BGP This chapter describes how to configure Border Gateway Protocol (BGP). For a complete description of the BGP commands in this chapter, refer to the BGP s chapter of the Network Protocols

More information

Chapter 9 RIP Commands

Chapter 9 RIP Commands Chapter 9 RIP Commands default-metric Defines the global default-metric value that will be assigned to all external routes imported into RIP for redistribution. RIP must be active on the routing switch

More information

Configuring basic MBGP

Configuring basic MBGP Contents Configuring MBGP 1 MBGP overview 1 Protocols and standards 1 MBGP configuration task list 1 Configuring basic MBGP 2 Controlling route advertisement and reception 2 Configuration prerequisites

More information

Contents. BGP commands 1

Contents. BGP commands 1 Contents BGP commands 1 address-family ipv4 1 address-family ipv6 2 address-family link-state 3 advertise-rib-active 4 aggregate 5 balance 7 balance as-path-neglect 9 bestroute as-path-neglect 10 bestroute

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

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

Information About IPv6 Multicast Address Family Support for. Multiprotocol BGP. Finding Feature Information

Information About IPv6 Multicast Address Family Support for. Multiprotocol BGP. Finding Feature Information IPv6 Multicast Address Family Support for Multiprotocol BGP Finding Feature Information, page 1 Information About IPv6 Multicast Address Family Support for Multiprotocol BGP, page 1 How to Implement IPv6

More information

Table of Contents 1 MBGP Configuration 1-1

Table of Contents 1 MBGP Configuration 1-1 Table of Contents 1 MBGP Configuration 1-1 MBGP Over 1-1 Protocols and Standards 1-2 MBGP Configuration Task List 1-2 Configuring MBGP Basic Functions 1-2 Prerequisites 1-2 Configuration Procedure 1-3

More information

Configuring BGP community 43 Configuring a BGP route reflector 44 Configuring a BGP confederation 44 Configuring BGP GR 45 Enabling Guard route

Configuring BGP community 43 Configuring a BGP route reflector 44 Configuring a BGP confederation 44 Configuring BGP GR 45 Enabling Guard route Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

More information

Chapter 5 Privileged EXEC Commands

Chapter 5 Privileged EXEC Commands Chapter 5 Privileged EXEC Commands 10gig copy Upgrades the Field-Programmable Gate Arrays (FPGAs) on a 10 Gigabit Ethernet module. Syntax: 10gig copy tftp [module ] tftp parameter

More information

Operation Manual BGP. Table of Contents

Operation Manual BGP. Table of Contents Table of Contents Table of Contents... 1-1 1.1 BGP/MBGP Overview... 1-1 1.1.1 Introduction to BGP... 1-1 1.1.2 BGP Message Types... 1-2 1.1.3 BGP Routing Mechanism... 1-2 1.1.4 MBGP... 1-3 1.1.5 BGP Peer

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

Configuration prerequisites 45 Configuring BGP community 45 Configuring a BGP route reflector 46 Configuring a BGP confederation 46 Configuring BGP

Configuration prerequisites 45 Configuring BGP community 45 Configuring a BGP route reflector 46 Configuring a BGP confederation 46 Configuring BGP Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

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

Chapter 15 OSPF Commands

Chapter 15 OSPF Commands Chapter 15 OSPF Commands NOTE: This chapter contains information about OSPF version 2 commands only. For information about OSPF version 3 commands, see OSPF Version 3 Commands on page 16-1. area Assigns

More information

Protecting an EBGP peer when memory usage reaches level 2 threshold 66 Configuring a large-scale BGP network 67 Configuring BGP community 67

Protecting an EBGP peer when memory usage reaches level 2 threshold 66 Configuring a large-scale BGP network 67 Configuring BGP community 67 Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

More information

Chapter 17 Configuring IPX (9300 Series Only)

Chapter 17 Configuring IPX (9300 Series Only) Chapter 17 Configuring IPX (9300 Series Only) This chapter describes how to configure the IPX protocol on the ProCurve Routing Switches using the CLI and Web management interface. For information about

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

FiberstoreOS BGP Command Line Reference

FiberstoreOS BGP Command Line Reference FiberstoreOS BGP Command Line Reference Contents 1 BGP Commands...1 1.1 address-family...1 1.2 aggregate-address...2 1.3 bgp always-compare-med... 2 1.4 bgp bestpath as-path ignore...3 1.5 bgp bestpath

More information

IPv6 Routing: Route Redistribution

IPv6 Routing: Route Redistribution IPv6 route redistribution allows routes to be specified by prefix, using a route-map prefix list, or by tag, using the route-map "match tag" function. Finding Feature Information, page 1 Information About

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

Multiprotocol BGP Extensions for IP Multicast Commands

Multiprotocol BGP Extensions for IP Multicast Commands Multiprotocol BGP Extensions for IP Multicast Commands Use the commands in this chapter to configure and monitor multiprotocol BGP. Multiprotocol BGP is based on RFC 2283, Multiprotocol Extensions for

More information

BGP Diverse Path Using a Diverse-Path Route Reflector

BGP Diverse Path Using a Diverse-Path Route Reflector BGP Diverse Path Using a Diverse-Path Route Reflector The feature allows Border Gateway Protocol (BGP) to distribute an alternative path other than the best path between BGP speakers when route reflectors

More information

IPv6 Routing: IS-IS Support for IPv6

IPv6 Routing: IS-IS Support for IPv6 This module describes how to configure Integrated Intermediate System-to-Intermediate System (IS-IS) for IPv6. IS-IS is an Interior Gateway Protocol (IGP) that advertises link-state information throughout

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

MPLS VPN Inter-AS IPv4 BGP Label Distribution

MPLS VPN Inter-AS IPv4 BGP Label Distribution MPLS VPN Inter-AS IPv4 BGP Label Distribution This feature enables you to set up a Virtual Private Network (VPN) service provider network so that the autonomous system boundary routers (ASBRs) exchange

More information

Implementing RIP for IPv6

Implementing RIP for IPv6 Implementing RIP for IPv6 This module describes how to configure Routing Information Protocol for IPv6. RIP is a distance-vector routing protocol that uses hop count as a routing metric. RIP is an Interior

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

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

ibgp Multipath Load Sharing

ibgp Multipath Load Sharing ibgp Multipath Load haring Feature History Release 12.2(2)T 12.2(14) Modification This feature was introduced. This feature was integrated into. This feature module describes the ibgp Multipath Load haring

More information

Table of Contents. BGP Configuration 1

Table of Contents. BGP Configuration 1 Table of Contents BGP Configuration 1 BGP Overview 1 Formats of BGP Messages 2 BGP Path Attributes 5 BGP Route Selection 9 ibgp and IGP Synchronization 11 Settlements for Problems in Large Scale BGP Networks

More information

BGP can also be used for carrying routing information for IPv6 prefix over IPv6 networks.

BGP can also be used for carrying routing information for IPv6 prefix over IPv6 networks. This chapter describes how to configure the Cisco ASA to route data, perform authentication, and redistribute routing information using the Border Gateway Protocol (). About, page 1 Guidelines for, page

More information

Cisco CISCO Configuring BGP on Cisco Routers Exam. Practice Test. Version

Cisco CISCO Configuring BGP on Cisco Routers Exam. Practice Test. Version Cisco 642-661 CISCO 642-661 Configuring BGP on Cisco Routers Exam Practice Test Version 3.3 QUESTION NO: 1 Why can using the ip tcp path-mtu-discovery command improve BGP convergence? A. Smaller MSS sizes

More information

EIGRP Support for Route Map Filtering

EIGRP Support for Route Map Filtering The feature enables Enhanced Interior Gateway Routing Protocol (EIGRP) to interoperate with other protocols to leverage additional routing functionality by filtering inbound and outbound traffic based

More information

IPv6 Routing: IS-IS Support for IPv6

IPv6 Routing: IS-IS Support for IPv6 This module describes how to configure Integrated Intermediate System-to-Intermediate System (IS-IS) for IPv6. IS-IS is an Interior Gateway Protocol (IGP) that advertises link-state information throughout

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

BGP Route Reflector Commands

BGP Route Reflector Commands This chapter provides details of the commands used for configuring Border Gateway Protocol (BGP) Route Reflector (RR). address-family (BGP), on page 2 keychain, on page 5 neighbor (BGP), on page 7 remote-as

More information

Implementing BGP. BGP Functional Overview. Border Gateway Protocol (BGP) is an Exterior Gateway Protocol (EGP) that allows you to create loop-free

Implementing BGP. BGP Functional Overview. Border Gateway Protocol (BGP) is an Exterior Gateway Protocol (EGP) that allows you to create loop-free Border Gateway Protocol (BGP) is an Exterior Gateway Protocol (EGP) that allows you to create loop-free interdomain routing between autonomous systems. An autonomous system is a set of routers under a

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

MPLS VPN--Inter-AS Option AB

MPLS VPN--Inter-AS Option AB The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service provider

More information

BGP Commands: M through N

BGP Commands: M through N match additional-paths advertise-set, on page 3 match as-path, on page 6 match community, on page 8 match extcommunity, on page 10 match local-preference, on page 12 match policy-list, on page 14 match

More information

Implementing IS-IS for IPv6

Implementing IS-IS for IPv6 Implementing IS-IS for IPv6 Last Updated: July 31, 2012 This module describes how to configure Integrated Intermediate System-to-Intermediate System (IS-IS) for IPv6. IS-IS is an Interior Gateway Protocol

More information

IS-IS IPv6 Administrative Tag

IS-IS IPv6 Administrative Tag The feature allows you to assign a tag to IPv6 prefixes that you can use to apply administrative policies with a route map. For example, you can control routes redistributed between area and domain boundaries

More information

BGP Support for Next-Hop Address Tracking

BGP Support for Next-Hop Address Tracking BGP Support for Next-Hop Address Tracking Last Updated: November 26, 2012 The BGP Support for Next-Hop Address Tracking feature is enabled by default when a supporting Cisco software image is installed.

More information

IPv6 Routing: IS-IS Support for IPv6

IPv6 Routing: IS-IS Support for IPv6 IPv6 Routing: IS-IS Support for IPv6 Last Updated: May 2, 2012 This module describes how to configure Integrated Intermediate System-to-Intermediate System (IS-IS) for IPv6. IS-IS is an Interior Gateway

More information

Organization of Product Documentation... xi

Organization of Product Documentation... xi Contents Organization of Product Documentation... xi Chapter 1 Getting Started... 1-1 Introduction...1-1 Software Versions Covered...1-1 Audience...1-1 Conventions...1-1 Terminology...1-2 Support and Warranty

More information

IPv6 Switching: Provider Edge Router over MPLS

IPv6 Switching: Provider Edge Router over MPLS Multiprotocol Label Switching (MPLS) is deployed by many service providers in their IPv4 networks. Service providers want to introduce IPv6 services to their customers, but changes to their existing IPv4

More information

Chapter 24 PIM Commands

Chapter 24 PIM Commands Chapter 24 PIM Commands bsr-candidate Configures the Routing Switch as a candidate PIM Sparse Bootstrap Router (BSR). To configure the Routing Switch as a candidate BSR, enter a command such as the following:

More information

Chapter 32 VSRP Commands

Chapter 32 VSRP Commands Chapter 32 VSRP Commands activate Activates a VSRP VRID. NOTE: This command is equivalent to the enable command. ProCurveRS(config)# vlan 200 ProCurveRS(config-vlan-200)# tag ethernet 1/1 to 1/8 ProCurveRS(config-vlan-200)#

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

BGP Additional Paths. Finding Feature Information. Information About BGP Additional Paths. Problem That Additional Paths Can Solve

BGP Additional Paths. Finding Feature Information. Information About BGP Additional Paths. Problem That Additional Paths Can Solve The feature allows the advertisement of multiple paths through the same peering session for the same prefix without the new paths implicitly replacing any previous paths. This behavior promotes path diversity

More information

Implementing RIP for IPv6

Implementing RIP for IPv6 Implementing RIP for IPv6 Last Updated: July 31, 2012 This module describes how to configure Routing Information Protocol for IPv6. RIP is a distance-vector routing protocol that uses hop count as a routing

More information

BGP Event-Based VPN Import

BGP Event-Based VPN Import The feature introduces a modification to the existing Border Gateway Protocol (BGP) path import process. The enhanced BGP path import is driven by events; when a BGP path changes, all of its imported copies

More information

IPv6 Routing: RIP for IPv6

IPv6 Routing: RIP for IPv6 IPv6 Routing Information Protocol (RIP) functions the same and offers the same benefits as IPv4 RIP. RIP enhancements for IPv6, detailed in RFC 2080, include support for IPv6 addresses and prefixes and

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

BGP Attributes and Policy Control

BGP Attributes and Policy Control BGP Attributes and Policy Control ISP/IXP Workshops 1 Agenda BGP Attributes BGP Path Selection Applying Policy 2 BGP Attributes The tools available for the job 3 What Is an Attribute?... Next Hop......

More information

Chapter 4 Software-Based IP Access Control Lists (ACLs)

Chapter 4 Software-Based IP Access Control Lists (ACLs) Chapter 4 Software-Based IP Access Control Lists (ACLs) This chapter describes software-based ACLs, which are ACLs that processed traffic in software or CPU. (This type of ACL was also referred to as flow-based

More information

MPLS VPN Inter-AS Option AB

MPLS VPN Inter-AS Option AB First Published: December 17, 2007 Last Updated: September 21, 2011 The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol

More information

Chapter 10 IP Access Lists: Standard

Chapter 10 IP Access Lists: Standard Chapter 10 IP Access Lists: Standard NOTE: This chapter contains information for standard ACLs configured using the ip access-list command. The command manages named and numbered ACLs under the standard

More information

BGP Attributes and Policy Control

BGP Attributes and Policy Control BGP Attributes and Policy Control ISP/IXP `2005, Cisco Systems, Inc. All rights reserved. 1 Agenda BGP Attributes BGP Path Selection Applying Policy 2 BGP Attributes The tools available for the job `2005,

More information

Q&As. CCIP Configuring BGP on Cisco Routers (BGP) Pass Cisco Exam with 100% Guarantee

Q&As. CCIP Configuring BGP on Cisco Routers (BGP) Pass Cisco Exam with 100% Guarantee 642-661 Q&As CCIP Configuring BGP on Cisco Routers (BGP) Pass Cisco 642-661 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back

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

BGP Attributes and Policy Control

BGP Attributes and Policy Control BGP Attributes and Policy Control ISP/IXP Workshops 1 Agenda BGP Attributes BGP Path Selection Applying Policy 2 BGP Attributes The tools available for the job 3 What Is an Attribute?... Next Hop......

More information

Table of Contents 1 BGP Configuration 1-1

Table of Contents 1 BGP Configuration 1-1 Table of Contents 1 BGP Configuration 1-1 BGP Overview 1-1 Formats of BGP Messages 1-2 BGP Path Attributes 1-4 BGP Route Selection 1-8 ibgp and IGP Synchronization 1-11 Settlements for Problems in Large

More information

LAB 10: Configure BGP Route Dampening

LAB 10: Configure BGP Route Dampening BGP BGP Topology Page1 LAB 10: Configure BGP Route Dampening Task 1: Configure IPv4 BGP Process for Autonomous Step 1. In the configuration mode of router configure IPv4 BGP Process by following command:

More information

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

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration... 1-1 1.1 Introduction... 1-1 1.1.1 Static Route... 1-1 1.1.2 Default Route... 1-1 1.1.3 Application Environment of Static Routing...

More information

IPv6 Switching: Provider Edge Router over MPLS

IPv6 Switching: Provider Edge Router over MPLS Multiprotocol Label Switching (MPLS) is deployed by many service providers in their IPv4 networks. Service providers want to introduce IPv6 services to their customers, but changes to their existing IPv4

More information

Chapter 6 Lab 6-4, BGP Route Reflectors and Route Filters

Chapter 6 Lab 6-4, BGP Route Reflectors and Route Filters Chapter 6 Lab 6-4, BGP Route Reflectors and Route Filters Topology Objectives Background Configure IBGP routers to use a route reflector and a simple route filter. The International Travel Agency maintains

More information

IP Routing: BGP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches)

IP Routing: BGP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) IP Routing: BGP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) First Published: January 22, 2013 Last Modified: January 22, 2013 Americas Headquarters Cisco Systems, Inc. 170 West

More information

Chapter 3 Configuring Enhanced Quality of Service

Chapter 3 Configuring Enhanced Quality of Service Chapter 3 Configuring Enhanced Quality of Service This chapter applies to the following devices: 10 Gigabit Ethernet modules EP devices T-Flow modules 9408sl HP devices can read Layer 2 and Layer 3 Quality

More information

IBGP internals. BGP Advanced Topics. Agenda. BGP Continuity 1. L49 - BGP Advanced Topics. L49 - BGP Advanced Topics

IBGP internals. BGP Advanced Topics. Agenda. BGP Continuity 1. L49 - BGP Advanced Topics. L49 - BGP Advanced Topics IBGP internals BGP Advanced Topics main IBGP aspects inside an AS continuity all packets entering the AS that were not blocked by some policies should reach the proper exit BGP router all transit routers

More information

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP MPLS VPN Carrier Supporting Carrier Using LDP and an IGP Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) Carrier Supporting Carrier (CSC) enables one MPLS VPN-based service provider

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

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

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration Commands... 1-1 1.1 Static Routing Configuration Commands... 1-1 1.1.1 delete static-routes all... 1-1 1.1.2 ip route-static...

More information

BGP Address-Family (IPv4/IPv6) Configuration Mode Commands

BGP Address-Family (IPv4/IPv6) Configuration Mode Commands BGP Address-Family (IPv4/IPv6) Configuration Mode Commands The Border Gateway Protocol (BGP) Address-Family (IPv4/IPv6) Configuration Mode is used to configure the IPv4 and IPv6 address family information.

More information

Multiprotocol BGP (MBGP)

Multiprotocol BGP (MBGP) Multiprotocol BGP (MBGP) Module 5 2000, Cisco Systems, Inc. 1 Copyright 1998-2000, Cisco Systems, Inc. Module5.ppt 1 Module Objectives Understand that MBGP is NOT a replacement for PIM Understand the basic

More information

H3C BGP Configuration Examples

H3C BGP Configuration Examples H3C BGP Configuration Examples Copyright 2017 New H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without prior written

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

Static Routing Commands

Static Routing Commands This module describes the commands used to establish static routes on Cisco ASR 9000 Series Aggregation Services Routers. For detailed information about static routing concepts, configuration tasks, and

More information

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution This feature lets you configure your carrier supporting carrier network to enable Border Gateway Protocol (BGP) to transport routes and Multiprotocol

More information

Lab 2 BGP route filtering and advanced features

Lab 2 BGP route filtering and advanced features ISP/IXP Networking Workshop Lab Lab 2 BGP route filtering and advanced features Objective: Using the network concepts of Lab 1, use various configuration methods on BGP peerings to demonstrate neighbour

More information

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks This module describes how to configure basic IP routing. The Internet Protocol (IP) is a network layer (Layer 3) protocol that contains addressing information and some control information that enables

More information

Appendix B Policies and Filters

Appendix B Policies and Filters Appendix B Policies and Filters NOTE: This appendix does not describe Access Control Lists (ACLs) or IPX SAP ACLs, which are additional methods for filtering packets. See Software-Based IP Access Control

More information

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP MPLS VPN Carrier Supporting Carrier Using LDP and an IGP Last Updated: December 14, 2011 Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) Carrier Supporting Carrier (CSC) enables one

More information

Configuration BGP Services Avaya Virtual Services Platform 9000

Configuration BGP Services Avaya Virtual Services Platform 9000 Configuration BGP Services Avaya Virtual Services Platform 9000 3.0 NN46250-507, 01.01 November 2010 2010 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series MCE Configuration Guide Part number: 5998-2896 Software version: Release2207 Document version: 6W100-20121130 Legal and notice information Copyright 2012 Hewlett-Packard Development

More information

ACI Transit Routing, Route Peering, and EIGRP Support

ACI Transit Routing, Route Peering, and EIGRP Support ACI Transit Routing, Route Peering, and EIGRP Support ACI Transit Routing This chapter contains the following sections: ACI Transit Routing, on page 1 Transit Routing Use Cases, on page 1 ACI Fabric Route

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

scope scope {global vrf vrf-name} no scope {global vrf vrf-name} Syntax Description

scope scope {global vrf vrf-name} no scope {global vrf vrf-name} Syntax Description Multi-Toplogy Routing Commands scope scope To define the scope for a Border Gateway Protocol (BGP) routing session and to enter router scope configuration mode, use the scope command in router configuration

More information

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks This module describes how to configure basic IP routing. The Internet Protocol (IP) is a network layer (Layer 3) protocol that contains addressing information and some control information that enables

More information

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution This feature enables you to configure your carrier supporting carrier network to enable Border Gateway Protocol (BGP) to transport routes

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

FiberstoreOS IP Routing Command Line Reference

FiberstoreOS IP Routing Command Line Reference FiberstoreOS IP Routing Command Line Reference Contents 1 IP Unicast-Routing Commands...6 1.1 ip address...6 1.2 ip icmp error-interval...7 1.3 ip redirects... 8 1.4 ip unreachables...9 1.5 ip verify unicast

More information

Chapter 6 Global CONFIG Commands

Chapter 6 Global CONFIG Commands Chapter 6 Global CONFIG Commands aaa accounting Configures RADIUS or TACACS+ accounting for recording information about user activity and system events. When you configure accounting on an HP device, information

More information