для Cisco Cisco Packet Data Gateway (PDG)

Скачать
Страница из 2186
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
Command Modes
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 Description
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 Guidelines
Use this command to enable or disable forwarding packets over multiple paths between neighbors and specify
the maximum number of EBGP or IBGP paths.
Examples
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
Command Line Interface Reference, Modes A - B, StarOS Release 19    
1881
BGP Configuration Mode Commands
maximum-paths