Users Guide

Table Of Contents
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}
Parameters
both path count Enter the number of paths to advertise to the peer, from 2 to 64.
receive Receive multiple paths from the peer.
send path count Enter the number of multiple paths to send multiple to the peer, from 2 to 64.
Default Not configured
Command Mode ROUTER-BGP-NEIGHBOR-AF
Usage
Information
Advertising multiple paths to peers for the same address prefix without replacing the existing path with
a new path reduces convergence times. The no version of this command disables the multiple path
advertisements for the same destination.
Example (IPv4)
OS10(conf-router-bgp-af)# add-path both 64
Example (IPv6)
OS10(conf-router-bgpv6-af)# add-path both 64
Example
(Receive)
OS10(conf-router-bgpv6-af)# add-path receive
Supported
Releases
10.2.0E or later
address-family
Enters Global Address Family Configuration mode for the IP address family.
Syntax
address-family {[ipv4 | ipv6] unicast}
Parameters
ipv4 unicast Enter an IPv4 unicast address family.
ipv6 unicast Enter an IPv6 unicast address family.
Default None
Command Mode ROUTER-BGP
Usage
Information
This command applies to all IPv4 or IPv6 peers belonging to the template or neighbors only. The no
version of this command deletes the subsequent address-family configuration.
Example (IPv4
Unicast)
OS10(config)# router bgp 3
OS10(conf-router-bgp-3)# address-family ipv4 unicast
OS10(conf-router-bgpv4-af)#
Example (IPv6
Unicast)
OS10(config)# router bgp 4
OS10(conf-router-bgp-4)# address-family ipv6 unicast
OS10(conf-router-bgpv6-af)#
Supported
Releases
10.3.0E or later
658 Layer 3