Cisco Cisco ASR 5700

Page of 8994
BGP Configuration Mode Commands   
▀  maximum-paths 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
1654 
   
maximum-paths  
Enables forwarding packets over multiple paths and specifies the maximum number of external BGP (eBGP) or internal 
BGP (iBGP) paths between neighbors. 
Product
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > BGP Configuration 
configure > context context_name > router bgp as_number
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-bgp)# 
Syntax
 
maximum-paths { ebgp max_num | ibgp max_num } 
[ no ] maximum-paths { ebgp | ibgp } 
no 
Disables forwarding packets over multiple eBGP or iBGP paths between neighbors. 
ebgp 
 
max_num
 
Enables forwarding packets over multiple eBGP paths between neighbors and specifies the maximum number 
of eBGP paths. 
max_num
 must be an integer from 1 through 10 or 1 through 32 (VPC-DI only). 
ibgp max_num
 
Enables forwarding packets over multiple iBGP paths between neighbors and specifies the maximum number 
of iBGP paths. 
max_num
 must be an integer from 1 through 10 or 1 through 32 (VPC-DI only). 
Usage 
Use this command to enable or disable forwarding packets over multiple paths between neighbors and specify 
the maximum number of EBGP or IBGP paths.  
Example
 
To enable forwarding packets over multiple paths and set the maximum number of EBGP paths to 
10
, enter 
the following command: 
maximum-paths ebgp 10 
To disable forwarding packets over multiple EBGP paths, enter the following command: 
no maximum-paths ebgp