324
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
send-community
send-community
To send the Border Gateway Protocol (BGP) community attribute to a peer, use the send-community
command. To revert to the defaults, use the no form of this command.
send-community [extended]
no send-community [extended]
Syntax Description
Command Default No community attributes are sent to the peer.
Command Modes BGP neighbor address-family configuration mode
Command History
Usage Guidelines Before you use this command, you must configure BGP communities using the set community
command.
This command requires the LAN Enterprise Services license.
Examples This example shows how to configure the router to send the community attribute to the neighbor
192.168.1.3:
switch# configure terminal
switch(config)# router bgp 102
switch(config-router)# neighbor 192.168.1.3 remote-as 64497
switch(config-router-neighbor)# address-family ipv4 multicast
switch(config-router-neighbor-af)# send-community
switch(config-router-neighbor-af)#
Related Commands
extended (Optional) Specifies the BGP extended community.
Release Modification
5.0(3)A1(1) This command was introduced.
Command Description
set community Defines the BGP community attributes.
show ip bgp Displays the BGP configuration information.