Configuring Bgp Link-State - Cisco ASR 9000 Series Configuration Manual

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Implementing BGP
Command or Action
Step 6
address-family {vpnv4 unicast | vpnv6 unicast}
Example:
RP/0/RSP0/CPU0:router(config-bgp-nbr)#address-family
vpnv6 unicast
Step 7
accept-own [inheritance-disable]
Example:
RP/0/RSP0/CPU0:router(config-bgp-nbr-af)#accept-own

Configuring BGP Link-State

Configuring BGP Link-state
To exchange BGP link-state (LS) information with a BGP neighbor, perform these steps:
SUMMARY STEPS
1. configure
2. router bgp as-number
3. neighbor ip-address
4. remote-as as-number
5. address-family link-state link-state
6. commit
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
router bgp as-number
Example:
RP/0/RSP0/CPU0:router(config)# router bgp 100
OL-30423-03
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
Configuring BGP Link-State
Purpose
Specifies the address family as VPNv4 or VPNv6 and
enters neighbor address family configuration mode.
Enables handling of self-originated VPN routes
containing Accept_Own community.
Use the inheritance-disable keyword to disable the
"accept own" configuration and to prevent inheritance
of "acceptown" from a parent configuration.
Purpose
Specifies the BGP AS number and enters the BGP
configuration mode, allowing you to configure the BGP
routing process.
143

Advertisement

Table of Contents
loading

Table of Contents