Enables or disables support for 4-byte autonomous system numbers (ASNs) at the neighbor or peer-group level.
4-byte ASNs are disabled by default.
BGP configuration mode
BGP address-family IPv4 unicast VRF configuration mode
BGP address-family IPv6 unicast VRF configuration mode
Use the disable keyword or the no form of this command to remove all neighbor capability for 4-byte ASNs.
4-byte ASNs are first considered at the neighbor, then at the peer group, and finally at the global level.
This example enables 4-byte ASNs for a specified neighbor.
device# configure terminal device(config)# router bgp device(config-bgp-router)# neighbor 10.11.12.13 capability as4 enable