Users Guide

Table Of Contents
3. Configure add-path capability in IPv4 AFI, with add-path on both directions with count as 4.
OS10(config-router-template)# address-family ipv4 unicast
OS10(config-router-bgp-template-af)# add-path both 4
4. Configure soft-reconfiguration inbound for IPv6 AFI.
OS10(config-router-template)# address-family ipv6 unicast
OS10(config-router-bgp-template-af)# soft-reconfiguration inbound
5. Configure next-hop-self for IPv6 AFI.
OS10(config-router-template)# address-family ipv6 unicast
OS10(config-router-bgp-template-af)# next-hop-self
6. Apply the template to the BGP peers.
OS10(config-router-bgp-100)# neighbor 1.1.1.2
OS10(config-router-neighbor)# inherit template abc
BGP commands
activate
Enables the neighbor or peer group to be the current address-family identifier (AFI).
Syntax
activate
Parameters None
Default Not configured
Command Mode ROUTER-BGP-NEIGHBOR-AF
Usage
Information
This command exchanges IPv4 or IPv6 address family information with an IPv4, IPv6, and L2VPN
neighbor. IPv4 unicast Address family is enabled by default. To activate IPv6 address family for IPv6
neighbor, use the activate command. To deactivate 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
Adds path-configuration support in peer-group level templates. This support applies for both IPv4 and IPv6 address families.
Syntax
add-path {both 2-64 | receive | send 2-64}
Parameters
both-Receives and sends multiple paths from peers.
receive-Receives multiple paths from peers.
send-Sends multiple paths to peers.
Default Not configured
Command Mode TEMPLATE ADDRESS FAMILY LEVEL
Usage
Information
Configures the number of paths to be advertised or received for a specific template. This configuration is
applied to all BGP peers when inheriting this template.
Layer 3 839