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

Who Me Too'd this topic

Layer 3 External Connectivity

cooperb01
Level 1
Level 1

I am trying to test external routed access into the fabric. See attached.

 

I am running OSPF and the neighbours are formed and I have ACI prefixs on the external switches and the ACI fabric is learning my loopback:

 

Cisco-3750-01#sho ip route os

Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP

       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

       E1 - OSPF external type 1, E2 - OSPF external type 2

       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

       ia - IS-IS inter area, * - candidate default, U - per-user static route

       o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP

       + - replicated route, % - next hop override

 

O N2     10.1.1.0 [110/20] via 100.1.1.9, 01:15:22, GigabitEthernet1/0/45

                  [110/20] via 100.1.1.1, 01:15:23, GigabitEthernet1/0/47

O N2     10.2.2.0 [110/20] via 100.1.1.9, 01:15:22, GigabitEthernet1/0/45

                  [110/20] via 100.1.1.1, 01:15:23, GigabitEthernet1/0/47

O N2     10.3.3.0 [110/20] via 100.1.1.9, 01:15:22, GigabitEthernet1/0/45

                  [110/20] via 100.1.1.1, 01:15:23, GigabitEthernet1/0/47

 

I am advertising into the fabric loopback100 (3.3.3.3) from the switch:

 

Leaf-1# show ip route vrf Test_Lab:CTX1

IP Route Table for VRF "Test_Lab:CTX1"

'*' denotes best ucast next-hop

'**' denotes best mcast next-hop

'[x/y]' denotes [preference/metric]

3.3.3.3/32, ubest/mbest: 1/0

    *via 100.1.1.2, eth1/25, [110/11], 00:43:33, ospf-default, intra

 

I have a ANY contract between L3EPG and WEB EPG and my VM is in Web EPG. The problem I have is that I can not ping from External(loopback) to VM and from VM to External (loopback).

 

Should there be an entry in the endpoint cache for my loopback address on the switch?

 

I don’t have any internal vlan for the L3EPG :

 

Leaf-1# show vlan

 

VLAN Name                             Status    Ports

---- -------------------------------- --------- -------------------------------

13   infra:default                    active    Eth1/1, Eth1/5, Eth1/17,

                                                 Eth1/18, Po7, Po8

20   mgmt:inband-L2-ext               active    --

27   Test_Lab:TME_Lab                 active    Eth1/17, Po7

30   Test_Lab:BizIQ:Web               active    Eth1/17, Po7

52   Test_Lab:BD1                     active    Eth1/17, Eth1/18, Po7, Po8

54   Test_Lab:APP1:WEB                active    Eth1/17, Eth1/18, Po7, Po8

 

VLAN Type  Vlan-mode

---- ----- ----------

13   enet  CE

20   enet  CE

27   enet  CE

30   enet  CE

52   enet  CE

54   enet  CE

Who Me Too'd this topic