ACI-EnhancedEndpointTracker icon indicating copy to clipboard operation
ACI-EnhancedEndpointTracker copied to clipboard

Incorrect EPG information for all endpoints in fabric

Open fancyTyphoonKitty opened this issue 3 years ago • 1 comments

All endpoints are show up as off subnet because the endpoints are being mapped to the incorrect EPG in EET.

APIC Endpoint Validation

APIC# moquery -c fvIp -f 'fv.Ip.addr=="10.86.11.44"'
Total Objects shown: 2

# fv.Ip
addr             : 10.86.11.44
annotation       : 
baseEpgDn        : uni/tn-DEV/ap-dev_anp/**epg-10.86.11.0_24_epg**
bdDn             : uni/tn-DEV/**BD-10.86.11.0_24_bd**
childAction      : 
createTs         : 1969-12-31T18:00:00.000-06:00
debugMACMessage  : Context: 2883584. First 3 fvCEps: uni/tn-DEV/ap-dev_anp/epg-**10.86.11.0_24_epg**/cep-52:54:30:65:98:74; uni/tn-DEV/ap-dev_anp/epg-10.86.11.0_24_epg/cep-52:54:32:F9:F7:06;
dn               : uni/tn-DEV/ap-dev_anp/esg-dev_esg/cep-52:54:32:F9:F7:06/ip-[10.86.11.44]
esgUsegDn        : 
extMngdBy        : 
fabricPathDn     : topology/pod-1/paths-1101/pathep-[dev]
flags            : 
lcOwn            : local
modTs            : 2021-12-14T23:40:08.992-06:00
monPolDn         : 
rn               : ip-[10.86.11.44]
status           : 
uid              : 0
userdom          : all
vrfDn            : uni/tn-DEV/ctx-global

# fv.Ip
addr             : 10.86.11.44
annotation       : 
baseEpgDn        : 
bdDn             : uni/tn-DEV/BD-10.86.11.0_24_bd
childAction      : 
createTs         : 1969-12-31T18:00:00.000-06:00
debugMACMessage  : Context: 2883584. First 3 fvCEps: uni/tn-DEV/ap-dev_anp/epg-**10.86.11.0_24_epg**/cep-52:54:30:65:98:74; uni/tn-DEV/ap-dev_anp/epg-10.86.11.0_24_epg/cep-52:54:32:F9:F7:06;
dn               : uni/tn-DEV/ap-dev_anp/epg-**10.86.11.0_24_epg/**cep-52:54:32:F9:F7:06/ip-[10.86.11.44]
esgUsegDn        : uni/tn-DEV/ap-dev_anp/esg-dev_esg
extMngdBy        : 
fabricPathDn     : topology/pod-1/paths-1101/pathep-[dev]
flags            : 
lcOwn            : local
modTs            : 2021-12-14T23:40:08.996-06:00
monPolDn         : uni/tn-common/monepg-default
rn               : ip-[10.86.11.44]
status           : 
uid              : 0
userdom          : all
vrfDn            : uni/tn-DEV/ctx-global


```bash
LEAF# moquery -c fvIp -f 'fv.Ip.addr=="10.86.11.44"'
Total Objects shown: 2

# fv.Ip
addr             : 10.86.11.44
annotation       : 
baseEpgDn        : uni/tn-DEV/ap-dev_anp/epg-**10.86.11.0_24_epg**
bdDn             : uni/tn-DEV/BD-**10.86.11.0_24_bd**
childAction      : 
createTs         : 2021-10-19T13:57:18.341-06:00
debugMACMessage  : 
dn               : uni/epp/sec-[uni/tn-DEV/ap-dev_anp/esg-dev_esg]/node-1102/epcont/epdef-52:54:32:F9:F7:06/ip-[10.86.11.44]
esgUsegDn        : 
extMngdBy        : 
fabricPathDn     : topology/pod-1/paths-1102/pathep-[dev_l2_vpc_pg]
flags            : local,local-aged,lrn-dis,vpc-attached
lcOwn            : local
modTs            : 2021-12-14T23:40:04.311-06:00
monPolDn         : 
rn               : ip-[10.86.11.44]
status           : 
uid              : 0
userdom          : all
vrfDn            : uni/tn-DEV/ctx-global

# fv.Ip
addr             : 10.86.11.44
annotation       : 
baseEpgDn        : 
bdDn             : uni/tn-DEV/**BD-10.86.11.0_24_bd**
childAction      : 
createTs         : 2021-10-19T13:57:18.341-06:00
debugMACMessage  : 
dn               : uni/epp/fv-[uni/tn-DEV/ap-dev_anp/**epg-10.86.11.0_24_epg**]/node-1102/epcont/epdef-52:54:32:F9:F7:06/ip-[10.86.11.44]
esgUsegDn        : uni/tn-DEV/ap-dev_anp/esg-dev_esg
extMngdBy        : 
fabricPathDn     : topology/pod-1/paths-1102/pathep-[dev_l2_vpc_pg]
flags            : local,local-aged,lrn-dis,vpc-attached
lcOwn            : local
modTs            : 2021-12-14T23:40:04.311-06:00
monPolDn         : uni/tn-common/monepg-default
rn               : ip-[10.86.11.44]
status           : 
uid              : 0

image

fancyTyphoonKitty avatar Dec 15 '21 18:12 fancyTyphoonKitty

This is one example. All endpoints have this issue. It's worth noting that the environment uses endpoint security groups and is running verison 5.2(2e).

fancyTyphoonKitty avatar Dec 15 '21 18:12 fancyTyphoonKitty