This command sets the interval between successive update messages for route prefixes that originate in the local AS.
ip-address | Specifies a BGP peer as a valid IPv4 address in dotted-quad format or as a valid IPv6 address in colon-separated format. |
interval | Specifies the interval in seconds between successive update messages for route prefixes that originate in the local AS. Valid values are 1 - 65535 seconds. The default value is 15 seconds. |
None.
BGP Router Configuration.
The no neighbor as-origination-interval command resets the as-origination-interval to the default value of 15 seconds.
The following example sets the BGP as-origination-interval for neighbor 9.1.2.1 to 18 seconds:
System(su-config)->router bgp 65151 System(su-config-bgp)->bgp router-id 159.1.1.9 System(su-config-bgp)->neighbor 9.1.2.1 as-origination-interval 18 System(su-config-bgp)->