neighbor send-community standard

Syntax

neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} send-community standard

no neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} send-community standard

Description

Allows standard community values to be sent to a specific neighbor. When this command is configured for the peer-group, then all the neighbors that are part of peer-group will send the standard community values to the peers.

The no form of this command will not allow the neighbor to send standard community values to the specific neighbors that are part of peer-group.

Command context

config-router

Parameters

<IP-ADDRESS>

Specifies an IP address.

<PEER-GROUP-NAME>

Specifies a peer group.

Authority

Administrators

Examples

switch(config-router)# neighbor 1.1.1.1 send-community standard
switch(config-router)# no neighbor 1.1.1.1 send-community standard
switch(config-router)# neighbor PG send-community standard
switch(config-router)# no neighbor PG send-community standard