ACI Fabric 内のパケット転送に関して調査を行う際、VRF / BD / EPG の 設定情報や、VNID 、sclass を確認する必要がある場合があります。
この様な場合に便利な VRF / BD / EPG 情報の一覧を取得するコマンドを紹介します。
VRF
fab3-apic1# moquery -c fvCtx
# fv.Ctx
name : vrf1
annotation :
bdEnforcedEnable : no
childAction :
descr :
dn : uni/tn-test1/ctx-vrf1 <===== テナント名 / vrf名
extMngdBy :
ipDataPlaneLearning : enabled
knwMcastAct : permit
lcOwn : local
modTs : 2020-06-06T07:39:58.418+09:00
monPolDn : uni/tn-common/monepg-default
nameAlias :
ownerKey :
ownerTag :
pcEnfDir : ingress
pcEnfDirUpdated : yes
pcEnfPref : enforced
pcTag : 16386
rn : ctx-vrf1
scope : 2752514 <===== VRF VNID
seg : 2752514
status :
uid : 15374
...
BD
fab3-apic1# moquery -c fvBD
# fv.BD
name : bd1
OptimizeWanBandwidth : no
annotation :
arpFlood : yes <===== ARP Flooding
bcastP : 225.1.82.16
childAction :
configIssues :
descr :
dn : uni/tn-test1/BD-bd1 <===== テナント名 / BD名
epClear : no
epMoveDetectMode :
extMngdBy :
hostBasedRouting : no
intersiteBumTrafficAllow : no
intersiteL2Stretch : no
ipLearning : yes
ipv6McastAllow : no
lcOwn : local
limitIpLearnToSubnets : yes <===== Limit IP Learning to Subnet
llAddr : ::
mac : 00:22:BD:F8:19:FF
mcastAllow : no
modTs : 2020-06-06T07:40:21.346+09:00
monPolDn : uni/tn-common/monepg-default
mtu : inherit
multiDstPktAct : bd-flood
nameAlias :
ownerKey :
ownerTag :
pcTag : 49153
rn : BD-bd1
scope : 2752514 <===== BD VNID
seg : 16056373
status :
type : regular
uid : 15374
unicastRoute : yes
unkMacUcastAct : proxy <===== L2 Unknown Unicast mode
unkMcastAct : flood
v6unkMcastAct : flood
vmac : not-applicable
...
BD L3 config
fab3-apic1# moquery -c fvSubnet
# fv.Subnet
ip : 192.168.1.254/24
annotation :
childAction :
ctrl :
descr :
dn : uni/tn-test1/BD-bd1/subnet-[192.168.1.254/24] <===== テナント名 / BD名 / Subnet
extMngdBy :
lcOwn : local
modTs : 2020-06-06T07:40:21.219+09:00
monPolDn : uni/tn-common/monepg-default
name :
nameAlias :
preferred : no
rn : subnet-[192.168.1.254/24]
scope : private
status :
uid : 15374
virtual : no
...
EPG
fab3-apic1# moquery -c fvAEPg
# fv.AEPg
name : epg1
annotation :
childAction :
configIssues :
configSt : applied
descr :
dn : uni/tn-test1/ap-app1/epg-epg1 <===== テナント名 / application profile名 / EPG名
exceptionTag :
extMngdBy :
floodOnEncap : disabled
fwdCtrl :
hasMcastSource : no
isAttrBasedEPg : no
isSharedSrvMsiteEPg : no
lcOwn : local
matchT : AtleastOne
modTs : 2020-06-06T07:40:39.070+09:00
monPolDn : uni/tn-common/monepg-default
nameAlias :
pcEnfPref : unenforced
pcTag : 32770 <===== sclass
prefGrMemb : exclude
prio : unspecified
rn : epg-epg1
scope : 2752514 <===== VRF VNID
shutdown : no
status :
triggerSt : triggerable
txId : 6917529027689331249
uid : 15374
...