Important: The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s).
[no] neighbor ip_address {activate|advertisement-interval
adv_time | default-originate [route-map
map_name] | distribute-list
dist_list {in | out}| ebgp-multihop [max-hop
number] | filter-list
filt_list {in | out}| max-prefix
max_num [threshold
thresh_percent] [warning-only] | remote-as
AS_num| remove-private-AS | route-map
map_name {in | out} | shutdown | timers {[connect-interval
conn_time] | [keepalive-interval
keep_time Holdtime-interval
hold_time]}| update-source
ip_address | weight
value}
adv_time must be an integer from 0 through 600.
route-map map_name: Specifies the route-map that contains the criteria to originate default routes.
map_name must be the name of an existing route-map in the current context.
dist_list: The name or number of an existing route-access-list.
in: Indicates that incoming advertised routes should be filtered.
out: Indicates that outgoing advertised routes should be filtered.
max-hop number: The maximum number of hops allowed to reach a neighbor.
number must be an integer from 1 through 255.
filt_list: The name of an existing AS path access list.
in: Indicates that incoming advertised routes will be filtered.
out: Indicates that outgoing advertised routes will be filtered.
max_num: Specifies the maximum number of prefixes permitted. This must be an integer from 1 through 4294967295.
threshold thresh_percent: A percentage value which specifies that when the BGP table is the specified percentage full from this peer warnings are sent to the neighbor.
thresh_percent must be an integer from 1 through 100.
warning-only: This keyword specifies that only a warning message is sent when the limit is exceeded. The neighbor connection is not reset
AS_num: The neighbor’s autonomous system number. must be an integer from 1 through 65535.
map_name: Specifies the route-map apply.
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.
connect-interval conn_time: Specifies the connect timer in seconds.
conn_time must be an integer from 0 through 65535. The default is 60 seconds.
keepalive-interval keep_time: The frequency, in seconds, at which the current BGP router sends keepalive messages to its neighbor.
keep_time must be an integer from 0 through 65535. The default is 30 seconds.
Holdtime-interval hold_time: The interval, in seconds, the router waits for a keepalive message before declaring a neighbor dead.
hold_time must be an integer from 0 through 65535. The default is 90 seconds.
value: This must be an integer from 0 through 65535.
map_name specifies the name of the route-map to use and must be specified as a string of 1 through 79 alphanumeric characters