end
Exits the current configuration mode and returns to the Exec mode.
Product
All
Privilege
Security Administrator, Administrator
Syntax
end
Usage Guidelines
Use this command to return to the Exec mode.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
The Border Gateway Protocol (BGP) Address-Family (VPNv4/VPNv6) Configuration Mode is used to configure the VPNv4 or VPNv6 address family information.
Exec > Global Configuration > Context Configuration > BGP Configuration > BGP Address-Family Configuration
configure > context context_name > router bgp as_number > address-family address_family_type
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-bgp-af-v4)#
Important |
The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s). |
Exits the current configuration mode and returns to the Exec mode.
All
Security Administrator, Administrator
end
Use this command to return to the Exec mode.
Exits the current mode and returns to the parent configuration mode.
All
Security Administrator, Administrator
exit
Use this command to return to the parent configuration mode.
Configures the VPNv4 or VPNv6 address family on BGP routers that interconnects to non-broadcast networks and enables the exchange of routing information with a peer router (neighbor).
All
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > BGP Configuration > BGP Address-Family Configuration
configure > context context_name > router bgp as_number > address-family address_family_type
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-bgp-af-v4)#
[ no ] neighbor ip_address { activate | advertisement-interval interval_seconds | route-map map_name { in | out } | send-community { both | extended | standard } }
Delete the specified parameter from the router configuration.
Specifies the IP address of the peer router (neighbor) in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation.
Enables the exchange of routing information with this neighbor.
Specifies the minimum interval in seconds between sending BGP routing updates as an integer from 0 through 600.
Apply a route map to the neighbor.
map_name must be the name of an existing route-map in the current context.
in : Indicates that the route map applies to incoming advertisements.
out : Indicates that the route map applies to outgoing advertisements.
Sends the community attributes to a peer router (neighbor).
both : Sends standard and extended community attributes.
extended : Sends extended community attributes.
standard : Sends standard community attributes.
Use this command to enable the exchange of routing information with a peer router. The chassis supports a maximum of 64 peers per context.
neighbor 192.168.100.25 activate
Enables or disables an aggressive minimum BGP route advertisement interval (MinRtAdvInterval) for ICSR configurations.
All products that support ICSR
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > BGP Configuration > BGP Address-Family Configuration
configure > context context_name > router bgp as_number > address-family address_family_type
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-bgp-af-v6)#
[ no ] timers bgp icsr-aggr-advertisement-interval seconds
Disables this aggressive ICSR BGP advertisement interval.
Sets the number of seconds as an integer from 0 to 30. Default: 0.
Use this command to configure an aggressive ICSR BGP advertisement interval (MinRtAdvInterval). The default value is 0. If set as 0, the aggressive advertisement interval is disabled.
The MinRtAdvInterval can be uniquely set for each address family.
After ICSR switchover, BGP will set the advertisement-interval for each AFI/SAFI (Address Family Identifier/Subsequent Address Family Identifier) supported by the peer to the configured value. BGP updates will be advertised to the peer based on this interval.
timers bgp icsr-aggr-advertisement-interval 1