Neighbor shutdown, Neighbor soft-reconfiguration inbound – Enterasys Networks X-Pedition XSR CLI User Manual

Page 298

Advertising
background image

BGP Configuration Commands

6-102 Configuring the Border Gateway Protocol

Example

The following example sets a neighbor’s community:

XSR(config)#router bgp 100
XSR(config-router)#neighbor 192.168.1.1 remote-as 101
XSR(config-router)#neighbor 192.168.1.1 send-community

neighbor shutdown

This command disables a neighbor or peer‐group.

Syntax

neighbor {ip-address | peer-group-name} shutdown

Syntax of the “no” Form

The no form of this command returns to the command default:

no neighbor {ip-address | peer-group-name} shutdown

Mode

Router configuration: 

XSR(config-router)#

Default

No change is made to status of BGP neighbor or peer group.

Example

This example disables any active session for neighbor 192.168.1.1:

XSR(config)#router bgp 100
XSR(config-router)#neighbor 192.168.1.1 remote-as 101
XSR(config-router)#neighbor 192.168.1.1 shutdown

neighbor soft-reconfiguration inbound

This command instructs the system to store updates as they are received. Updates are required to 
be stored in order to perform inbound soft reconfiguration.

Syntax

neighbor {ip-address | peer-group-name} soft-reconfiguration inbound

ip-address

Neighbor’s IP address.

peer-group-name

BGP peer group by name. Range: 1 to 64 characters.

ip-address

Neighbor’s IP address.

peer-group-name

BGP peer group by name. Range: 1 to 64 characters.

Advertising