cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

How to list BGP routes advertised by an ACI Leaf over an L3OUT ?

guillerm
Level 1
Level 1

Hello,

we are running APIC 2.3 with ACI Spine/Leaf 12.3;

I have managed to collect some BGP commands that work on those ACI Leaf such as :

show ip bgp summary vrf TN_TRAN:TN_TRAN_VRF
show ip bgp neigh vrf TN_TRAN:TN_TRAN_VRF
show ip bgp neigh 10.1.1.1 vrf TN_TRAN:TN_TRAN_VRF
show ip route bgp  vrf TN_TRAN:TN_TRAN_VRF
show ip route bgp  next-hop 10.1.1.1 vrf TN_TRAN:TN_TRAN_VRF

show bgp sessions vrf TN_TRAN:TN_TRAN_VRF
show bgp ipv4 unicast vrf TN_TRAN:TN_TRAN_VRF
show bgp ipv4 unicast neighbors vrf  TN_TRAN:TN_TRAN_VRF
show bgp ipv4 unicast neighbors 10.1.1.1 vrf TN_TRAN:TN_TRAN_VRF

 

But I can't find a valid command that would be equivalent to this one to list the routes advertised by the Leaf :

show ip bgp neighbor 10.1.1.1 advertised-routes vrf TN_TRAN:TN_TRAN_VRF

 

any idea ?

any idea about a Command reference manual for ACI Leaf;

I found one here : https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/2-x/cli/inxos/12x/b_ACI_Switch_Command_Ref_12x.html

but nothing found

 

thanks in advance

Who Me Too'd this topic