Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Incorrect EPG information for all endpoints in fabric #92

Open
fancyTyphoonKitty opened this issue Dec 15, 2021 · 1 comment
Open

Incorrect EPG information for all endpoints in fabric #92

fancyTyphoonKitty opened this issue Dec 15, 2021 · 1 comment

Comments

@fancyTyphoonKitty
Copy link

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
Copy link
Author

fancyTyphoonKitty commented Dec 15, 2021

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant