neighbor send-community large
Use this command to send that a community attribute to a BGP neighbor.
Use the no parameter with this command to not announce community attributes to the neighbor.
Command Syntax
neighbor A.B.C.D send-community large
no neighbor A.B.C.D send-community large
Parameters
A.B.C.D
Address of the BGP neighbor in an IPv4 format
Default
By default send-community large is enabled for peer
Command Mode
Address Family mode
Applicability
This command was introduced before OcNOS version 6.1.0.
Examples
(config)#router bgp 100
(config-router)#address-family ipv4 unicast
(config-router-af)#neighbor 1.1.1.1 activate
(config-router-af)#neighbor 1.1.1.1 send-community large
Last modified date: 07-13-2023