Cisco Cisco Packet Data Gateway (PDG)

Página de 8770
BGP Address-Family (VRF) Configuration Mode Commands   
▀  neighbor 
 
 
▄  Command Line Interface Reference, StarOS Release 16 
1590 
   
neighbor 
Configures the Virtual Routing and Forwarding (VRF) address family for BGP routers that interconnect to non-
broadcast networks. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
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-vpnv4)# 
Syntax
 
[ 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 | 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 the peer router (neighbor) in IPv4 dotted-decimal or IPv6 colon-separated-
hexadecimal notation. 
activate
 
Enables 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 
default-originate [ route-map
 
map_name ]
 
Originate default routes to this neighbor 
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.