10-19-2009 04:06 AM - edited 03-04-2019 06:25 AM
Hi all!
For software image c7600rsp72043-ipservicesk9-mz.122-33.SRD.bin Cisco announces BGP4 Multipath support, but in CLI I can't found command 'maximum-path n'. There is a log:
gw(config)#ma?
mac mac-address-table map-class map-list
gw(config)#router bgp 1234
gw(config-router)#ma?
% Unrecognized command
Solved! Go to Solution.
10-19-2009 04:12 AM
Hello Maksim,
you need to go under address-family ipv4 unicast
router bgp 1234
address-family ipv4 unicast
router(config-router-af)#maximum-paths ?
<1-32> Number of paths
ibgp iBGP-multipath
router(config-router-af)#maximum-paths ibgp ?
<1-32> Number of paths
router(config-router-af)#maximum-paths ibgp
taken on a C7609-S with
sh ver | inc image
System image file is "bootdisk:c7600rsp72043-advipservicesk9-mz.122-33.SRC.bin"
Hope to help
Giuseppe
10-19-2009 04:12 AM
Hello Maksim,
you need to go under address-family ipv4 unicast
router bgp 1234
address-family ipv4 unicast
router(config-router-af)#maximum-paths ?
<1-32> Number of paths
ibgp iBGP-multipath
router(config-router-af)#maximum-paths ibgp ?
<1-32> Number of paths
router(config-router-af)#maximum-paths ibgp
taken on a C7609-S with
sh ver | inc image
System image file is "bootdisk:c7600rsp72043-advipservicesk9-mz.122-33.SRC.bin"
Hope to help
Giuseppe
10-19-2009 04:12 AM
Thanks!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide