- Read Me First
- Cisco BGP Overview
- BGP 4
- Configuring a Basic BGP Network
- BGP 4 Soft Configuration
- BGP Support for 4-byte ASN
- IPv6 Routing: Multiprotocol BGP Extensions for IPv6
- IPv6 Routing: Multiprotocol BGP Link-Local Address Peering
- IPv6 Multicast Address Family Support for Multiprotocol BGP
- Configuring Multiprotocol BGP (MP-BGP) Support for CLNS
- BGP IPv6 Admin Distance
- Connecting to a Service Provider Using External BGP
- BGP Route-Map Continue
- BGP Route-Map Continue Support for Outbound Policy
- Removing Private AS Numbers from the AS Path in BGP
- Configuring BGP Neighbor Session Options
- BGP Neighbor Policy
- BGP Dynamic Neighbors
- BGP Support for Next-Hop Address Tracking
- BGP Restart Neighbor Session After Max-Prefix Limit Reached
- BGP Support for Dual AS Configuration for Network AS Migrations
- Configuring Internal BGP Features
- BGP VPLS Auto Discovery Support on Route Reflector
- BGP FlowSpec Route-reflector Support
- BGP Flow Specification Client
- BGP NSF Awareness
- BGP Graceful Restart per Neighbor
- BGP Support for BFD
- IPv6 NSF and Graceful Restart for MP-BGP IPv6 Address Family
- BGP Persistence
- BGP Link Bandwidth
- Border Gateway Protocol Link-State
- iBGP Multipath Load Sharing
- BGP Multipath Load Sharing for Both eBGP and iBGP in an MPLS-VPN
- Loadsharing IP Packets over More Than Six Parallel Paths
- BGP Policy Accounting
- BGP Policy Accounting Output Interface Accounting
- BGP Cost Community
- BGP Support for IP Prefix Import from Global Table into a VRF Table
- BGP Support for IP Prefix Export from a VRF Table into the Global Table
- BGP per Neighbor SoO Configuration
- Per-VRF Assignment of BGP Router ID
- BGP Next Hop Unchanged
- BGP Support for the L2VPN Address Family
- BGP Event-Based VPN Import
- BGP Best External
- BGP PIC Edge for IP and MPLS-VPN
- Detecting and Mitigating a BGP Slow Peer
- Configuring BGP: RT Constrained Route Distribution
- Configuring a BGP Route Server
- BGP Diverse Path Using a Diverse-Path Route Reflector
- BGP Enhanced Route Refresh
- Configuring BGP Consistency Checker
- BGP—Origin AS Validation
- BGP MIB Support
- BGP 4 MIB Support for Per-Peer Received Routes
- BGP Support for Nonstop Routing (NSR) with Stateful Switchover (SSO) Using L2VPN VPLS
- BGP Support for Nonstop Routing (NSR) with Stateful Switchover (SSO) Using L2VPN VPLS
- BGP NSR Auto Sense
- BGP NSR Support for iBGP Peers
- BGP Graceful Shutdown
- BGP — mVPN BGP sAFI 129 - IPv4
- BGP-MVPN SAFI 129 IPv6
- BFD—BGP Multihop Client Support, cBit (IPv4 and IPv6), and Strict Mode
- BGP Attribute Filter and Enhanced Attribute Error Handling
- BGP Additional Paths
- BGP-Multiple Cluster IDs
- BGP-VPN Distinguisher Attribute
- BGP-RT and VPN Distinguisher Attribute Rewrite Wildcard
- VPLS BGP Signaling
- Multicast VPN BGP Dampening
- BGP—IPv6 NSR
- BGP-VRF-Aware Conditional Advertisement
- BGP—Selective Route Download
- BGP—Support for iBGP Local-AS
- eiBGP Multipath for Non-VRF Interfaces (IPv4/IPv6)
- L3VPN iBGP PE-CE
- BGP NSR Support for MPLS VPNv4 and VPNv6 Inter-AS Option B
- BGP-RTC for Legacy PE
- BGP PBB EVPN Route Reflector Support
- BGP Monitoring Protocol
- VRF Aware BGP Translate-Update
- BGP Support for MTR
- BGP Accumulated IGP
- BGP MVPN Source-AS Extended Community Filtering
- BGP AS-Override Split-Horizon
- BGP Support for Multiple Sourced Paths Per Redistributed Route
- Maintenance Function: BGP Routing Protocol
- Finding Feature Information
- Information About BGP AS-Override Split-Horizon
- How to Configure BGP AS-Override Split-Horizon
- Verifying BGP AS-Override Split-Horizon
- Configuration Examples for BGP AS-Override Split-Horizon
- Additional References for BGP AS-Override Split-Horizon
- Feature Information for BGP AS-Override Split-Horizon
BGP AS-Override
Split-Horizon
The BGP AS-Override Split-Horizon feature enables a Provider Edge (PE) device using split-horizon to avoid advertisement of routes propagated by a Customer Edge (CE) device to the same CE device. The BGP AS-Override Split-Horizon feature also enables a PE or CE device to send route updates to a specific PE or CE device in the same replication group.
- Finding Feature Information
- Information About BGP AS-Override Split-Horizon
- How to Configure BGP AS-Override Split-Horizon
- Verifying BGP AS-Override Split-Horizon
- Configuration Examples for BGP AS-Override Split-Horizon
- Additional References for BGP AS-Override Split-Horizon
- Feature Information for BGP AS-Override Split-Horizon
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Information About BGP AS-Override Split-Horizon
BGP AS-Override Split-Horizon Overview
When you configure split-horizon on a device, the Provider Edge (PE) device may advertise routes propagated from a Customer Edge (CE) device to the same CE device. The BGP AS-Override Split Horizon feature groups all the BGP neighbors into separate replication-groups, even when they are in the same update-group, and ensures that the route updates propagated from a CE device are not sent to the same CE device.
The BGP AS-Override Split Horizon feature enables a PE or CE device to selectively send and block updates to one or more neighboring PE or CE devices in the same update-group. The PE or CE device sends or blocks a message to a neighboring PE or CE device based on the type of the message and on whether the originator of the message matches the router ID of the PE or CE device.
How to Configure BGP AS-Override Split-Horizon
Configuring BGP AS-Override Split-Horizon
1.
enable
2.
configure
terminal
3.
router bgp
autonomous-system-number
4.
address family ipv4
vrf
vrf-name
5.
neighbor
ip-address
remote-as
autonomous-system-number
6.
neighbor
ip-address
activate
7.
neighbor
ip-address
as-override split-horizon
8. Repeat Step 5 to Step 7 to enable split-horizon for different neighbors in a virtual routing and forwarding (VRF) instance.
9.
end
DETAILED STEPS
Verifying BGP AS-Override Split-Horizon
1.
enable
2.
show ip
bgp vpn4 all update-group
3.
show ip
bgp vpnv4 all neighbors
ip-address
4.
show ip
bgp vpnv4 all neighbors
ip-address
policy
DETAILED STEPS
Configuration Examples for BGP AS-Override Split-Horizon
- Example: BGP AS-Override Split-Horizon Configuration
- Example: Verifying BGP AS-Override Split-Horizon
Example: BGP AS-Override Split-Horizon Configuration
Device> enable Device# configure terminal Device(config)# router bgp 21 Device(config-router)# address-family ipv4 vrf vrf1 Device(config-router-af)# neighbor 192.0.2.1 remote-as 1 Device(config-router-af)# neighbor 192.0.2.1 activate Device(config-router-af)# neighbor 192.0.2.1 as-override split-horizon Device(config-router-af)# neighbor 198.51.100.1 remote-as 1 Device(config-router-af)# neighbor 198.51.100.1 activate Device(config-router-af)# neighbor 198.51.100.1 as-override split-horizon Device(config-router-af)# end
Example: Verifying BGP AS-Override Split-Horizon
Sample output for the show ip bgp vpn4 all update-group command
To display information about update groups, use the show ip bgp vpn4 all update-group command in privileged EXEC mode.
Device> enable Device# show ip bgp vpn4 all update-group BGP version 4 update-group 3, external, Address Family: VPNv4 Unicast BGP Update version : 5/0, messages 0 active RGs: 2 <<<<<<<<<<<<<< Overrides the neighbor AS 1 with my AS before sending updates Topology: blue, highest version: 5, tail marker: 5 Format state: Current working (OK, last not in list) Refresh blocked (not in list, last not in list) Update messages formatted 1, replicated 2, current 0, refresh 0, limit 1000 Number of NLRIs in the update sent: max 4, min 0 Minimum time between advertisement runs is 0 seconds Has 2 members: 192.0.2.1 198.51.100.1
Sample output for the show ip bgp vpnv4 all neighbors ip-address command
To display details about neighbor connections, use the show ip bgp vpnv4 all neighbors ip-address command in privileged EXEC mode.
Device> enable Device# show ip bgp vpnv4 all neighbors 209.165.200.228 BGP neighbor is 209.165.200.228, vrf vrf1, remote AS 1, external link BGP version 4, remote router ID 209.165.201.28 BGP state = Established, up for 00:01:26 Last read 00:00:35, last write 00:00:28, hold time is 180, keepalive interval is 60 seconds Neighbor sessions: 1 active, is not multisession capable (disabled) Neighbor capabilities: Route refresh: advertised and received(new) Four-octets ASN Capability: advertised and received Address family IPv4 Unicast: advertised and received Enhanced Refresh Capability: advertised and received Multisession Capability: Stateful switchover support enabled: NO for session 1 Message statistics: InQ depth is 0 OutQ depth is 0 Sent Rcvd Opens: 1 1 Notifications: 0 0 Updates: 6 2 Keepalives: 3 3 Route Refresh: 0 0 Total: 12 6 Default minimum time between advertisement runs is 0 seconds For address family: VPNv4 Unicast Translates address family IPv4 Unicast for VRF vrf1 Session: 209.165.200.228 BGP table version 40, neighbor version 40/0 Output queue size : 0 Index 1, Advertise bit 1 1 update-group member Overrides the neighbor AS with my AS before sending updates Split horizon processing before sending updates Slow-peer detection is disabled Slow-peer split-update-group dynamic is disabled Sent Rcvd Prefix activity: ---- ---- Prefixes Current: 10 2 (Consumes 160 bytes) Prefixes Total: 10 2 Implicit Withdraw: 0 0 Explicit Withdraw: 0 0 Used as bestpath: n/a 2 Used as multipath: n/a 0 Outbound Inbound Local Policy Denied Prefixes: -------- ------- Total: 0 0 Number of NLRIs in the update sent: max 5, min 0 Last detected as dynamic slow peer: never Dynamic slow peer recovered: never Refresh Epoch: 1 Last Sent Refresh Start-of-rib: 00:01:26 Last Sent Refresh End-of-rib: 00:01:26 Refresh-Out took 0 seconds Last Received Refresh Start-of-rib: never Last Received Refresh End-of-rib: never Sent Rcvd Refresh activity: ---- ---- Refresh Start-of-RIB 1 0 Refresh End-of-RIB 1 0 Address tracking is enabled, the RIB does have a route to 209.165.200.228 Connections established 3; dropped 2 Last reset 00:01:35, due to split-horizon config change of session 1 Transport(tcp) path-mtu-discovery is enabled Graceful-Restart is disabled Connection state is ESTAB, I/O status: 1, unread input bytes: 0 Connection is ECN Disabled Mininum incoming TTL 0, Outgoing TTL 1 Local host: 209.165.200.225, Local port: 22789 Foreign host: 209.165.200.228, Foreign port: 179 Connection tableid (VRF): 2
Sample output for the show ip bgp vpnv4 all neighbors ip-address policy command
To display neighbor policies per address-family, use the show ip bgp vpnv4 all neighbors ip-address policy command in privileged EXEC mode.
Device> enable Device# show ip bgp vpnv4 all neighbors 209.165.200.228 Neighbor: 209.165.200.228, Address-Family: VPNv4 Unicast (vrf1) Locally configured policies: as-override split-horizon
Additional References for BGP AS-Override Split-Horizon
Related Documents
Related Topic | Document Title |
---|---|
Cisco IOS commands |
Technical Assistance
Description | Link |
---|---|
The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies. To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds. Access to most tools on the Cisco Support website requires a Cisco.com user ID and password. |
Feature Information for BGP AS-Override Split-Horizon
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
BGP AS-Override Split-Horizon |
The BGP AS-Override Split-Horizon feature enables a Provider Edge (PE) device using split-horizon to avoid advertisement of routes propagated by a Customer Edge (CE) device to the same CE device. The BGP AS-Override Split-Horizon feature also enables a PE or CE device to send route updates to specific PE or CE device in the same replication group. The following command was introduced or modified: neighbor ip-address as-override split-horizon. |