![Cisco Nexus 3548 series Command Reference Manual Download Page 379](http://html.mh-extra.com/html/cisco/nexus-3548-series/nexus-3548-series_command-reference-manual_2609162379.webp)
359
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
soft-reconfiguration inbound (BGP)
soft-reconfiguration inbound (BGP)
To configure the switch software to start storing Border Gateway Protocol (BGP) peer updates, use the
soft-reconfiguration inbound
command. To not store received updates, use the
no
form of this
command.
soft-reconfiguration inbound
no soft-reconfiguration inbound
Syntax Description
This command has no arguments or keywords.
Command Default
Disabled
Command Modes
Neighbor address-family configuration mode
Command History
Usage Guidelines
Entering this command starts the storage of updates, which is required to do inbound soft
reconfiguration.
To use soft reconfiguration, or soft reset, without preconfiguration, both BGP peers must support the soft
route refresh capability.
This command requires the LAN Enterprise Services license.
Examples
This example shows how to configure the soft reconfiguration on the neighbor at 192.168.0.1:
switch#
configure terminal
switch(config)#
router bgp 102
switch(config-router)#
neighbor 192.168.0.1 remote-as 201
switch(config-router-neighbor)#
address-family ipv4 unicast
switch(config-router-neighbor-af)#
soft-reconfiguration inbound
switch(config-router-neighbor-af)#
Related Commands
Release
Modification
5.0(3)A1(1)
This command was introduced.
Command
Description
address-family (BGP)
Enters the router in address family configuration mode for configuring BGP
routing sessions.
neighbor
Configures a BGP neighbor.
show ip bgp neighbors
Displays BGP peer information.