367
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
template (BGP)
switch(config)# router bgp 64496
switch(config-router)# send-community
switch(config-router)#
This example shows that the router belongs to autonomous system 109 and is configured to send the
communities attribute to its neighbor at IP address 182.167.0.23:
switch# configure terminal
switch(config)# router bgp 64496
switch(config-router)# address-family ipv4 multicast
switch(config-router-af)# send-community
switch(config-router)#
This example enables inbound soft reconfiguration for the neighbor 192.168.0.1. All the updates
received from this neighbor are stored unmodified, regardless of the inbound policy. When inbound soft
reconfiguration is done later, the stored information is used to generate a new set of inbound updates.
switch# configure terminal
switch(config)# router bgp 64496
switch(config-router)# soft-reconfiguration inbound
switch(config-router)#
Related Commands Command Description
address-family Enters the address family mode for the Border Gateway Protocol (BGP).
password (BGP) Configures a MD5 password for two BGP peers.
router bgp Enters the assign an autonomous system (AS) number to a router and
enters the router BGP configuration mode