70 neighbor send-community – Accton Technology ES4626 User Manual
Page 558
558
no neighbor {
Function:
Configure the route server client. The “no neighbor {
route-server-client
” command cancels this configuration
Parameter:
: Neighbor IP address
: Name of peer group
Default:
Not configured
Command Mode:
BGP mode and address-family mode.
Usage Guide:
The route service is for reducing the peers when the router between AS is
too much under EBGP environment. The server transparently transforms the routing
messages to other clients with its client exchanges messages through route server
Example:
Three routers : 10.1.1.64(AS100) and 10.1.1.68(AS300) respectively creates neighbor
relationship with the connected 10.1.1.66(AS200), the configuration is as follows
Switch(config)#router bgp 200
Switch(config-router)#neighbor 10.1.1.64 remote-as 100
Switch(config-router)#neighbor 10.1.1.64 route-server-client
Switch(config-router)# neighbor 10.1.1.68 remote-as 300
Switch(config-router)# neighbor 10.1.1.68 route-server-client
13.8.3.70 neighbor send-community
Command: neighbor {
[both|extended|standard]
no neighbor {
[both|extended|standard]
Function:
Configures whether sending the community attribute to the neighbors. The
“no neighbor {
command set to not sending.
Parameter:
: IP address of the neighbor
: Name of peer group
[both|extended|standard]
: Standard community only, extended community or
both.
Default:
Sending the community attributes
Command Mode:
BGP mode and address-family mode.
Usage Guide:
The community attributes can be sent to the outside or not. By default of
our company we set to sending while the default in standard protocol is not sending. By
configuring this attribute community attributes will be carried when sending routing
information’s to the neighbors, or else not. Omission of the following choice will be equal
to standard.