cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
857
Views
0
Helpful
2
Replies

Cisco 7600 and BGP multipath

mkachalin
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

Thanks!