Cisco Cisco Packet Data Gateway (PDG)

Pagina di 2186
neighbor
Configures BGP routers that interconnect to non-broadcast networks. Note that a remote AS number must be
specified for a neighbor before other parameters can be configured.
Product
All
Privilege
Security Administrator, Administrator
Command Modes
Exec > Global Configuration > Context Configuration > BGP Configuration
configure > context context_name > router bgp as_number
Entering the above command sequence results in the following prompt:
[
context_name
]
host_name
(config-bgp)#
Syntax Description
[ no ] neighbor ip_address { activate | advertisement-interval adv_time | capability graceful-restart |
default-originate [ route-map 
map_name ] | distribute-list dist_list { in | out } | ebgp-multihop [ max-hop
number ] | encrypted password encrypted password | fall-over bfd [ multihop ] | filter-list filt_list { in |
out } | max-prefix max_num [ threshold thresh_percent ] [ warning-only ] | next-hop-self | password
password | remote-as AS_num | remove-private-AS | restart-time rest_time | route-map map_name { in |
out } | send-community { both | extended | standard } | shutdown | srp-activated-soft-clear | timers { [
connect-interval 
conn_time ] | [ keepalive-interval keep_time holdtime-interval hold_time ] } | update-source
ip_address | weight value }
no
Delete the specified parameter from the router configuration.
neighbor ip_address
Specifies the IP address of a BGP neighbor. ip_address must be in IPv4 dotted-decimal or IPv6
colon-separated-hexadecimal notation.
activate
Enable the exchange of routes with this neighbor.
advertisement-interval adv_time
The minimum interval (in seconds) between sending BGP routing updates. adv_time must be an integer from
0 through 600. Default: 30
   Command Line Interface Reference, Modes A - B, StarOS Release 19
1882
BGP Configuration Mode Commands
neighbor