BGP Multipath load sharing iBGP and eBGP

still multipath is not enabling. below is the config.

R1#show run | section bgp
router bgp 1
 neighbor 192.168.12.2 remote-as 23
 neighbor 192.168.13.3 remote-as 23
 maximum-paths 2
 no auto-summary

BGP Table:

R1#show ip bgp
    BGP table version is 2, local router ID is 192.168.13.1
    Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
                  r RIB-failure, S Stale
    Origin codes: i - IGP, e - EGP, ? - incomplete

       Network          Next Hop            Metric LocPrf Weight Path
    *  192.168.23.0     192.168.13.3                           0 23 i
    *>                  192.168.12.2             0             0 23 i

Does BGP version 2 support multipath?

1 Like