Reference Guide

3 Congure soft-conguration for the neighbors belonging to the template.
soft-reconfiguration inbound
4 Save the conguration.
do commit
5 Clear all information or only specic details in EXEC mode.
clear ip bgp {neighbor-address | AS Numbers | ipv4} [soft [in | out]]
* — Clears all peers.
neighbor-address — Clears the neighbor with this IP address.
AS Numbers — Peers’ AS numbers to clear.
ipv4 — Clears information for the IPv4 address family.
peer-group-name — Clears all members of the specied peer group.
Soft-reconguration of IPv4 neighbor
OS10(conf-router-neighbor)# address-family ipv4 unicast
OS10(conf-router-bgp-neighbor-af)# soft-reconfiguration inbound
OS10(conf-router-bgp-neighbor-af)# do commit
Soft-reconguration of IPv6 neighbor
OS10(conf-router-neighbor)# address-family ipv6 unicast
OS10(conf-router-bgp-neighbor-af)# soft-reconfiguration inbound
OS10(conf-router-bgp-neighbor-af)# do commit
BGP commands
activate
Enables the neighbor or peer group to be the current address-family identier (AFI).
Syntax
activate
Parameters None
Default Not congured
Command Mode ROUTER-BGP-NEIGHBOR-AF
Usage Information This command is used for exchanging IPv4 or IPv6 address family information with IPv4 or IPv6 neighbor. IPv4
unicast Address family is enabled by default. To activate IPv6 address family for IPv6 neighbor, use the activate
command. To de-activate IPv4 address family for IPv6 neighbor, use the no activate command.
Example
OS10(conf-router-neighbor)# address-family ipv4 unicast
OS10(conf-router-bgp-neighbor-af)# activate
Supported Releases 10.2.0E or later
add-path
Allows the system to advertise multiple paths for the same destination without replacing previous paths with new ones.
Syntax
add-path {both path count | receive | send path count}
220 Layer 3