Hi
I'm creating services in a new fabric (version 5.2(4e))
The GIPo pool was set during fabric setup, but all new BD deployed are set to 0.0.0.0 in the multicast address. (even some of the default ones created by the fabric itself)
Any idea why this might be happening?
This is the pool configured:
MONMSC1AC1# cat /data/data_admin/sam_exported.config
Setup for Active and Standby APIC
[...]
GIPo = 225.0.0.0/15
[...]
And these are the BDs:
MONMSC1AC1# moquery -c fvBD | grep -E "name|bcastP|dn"
name : default
bcastP : 0.0.0.0
dn : uni/tn-common/BD-default
name : inb
bcastP : 0.0.0.0
dn : uni/tn-mgmt/BD-inb
name : ave-ctrl
bcastP : 0.0.0.0
dn : uni/tn-infra/BD-ave-ctrl
name : default
bcastP : 225.0.0.16
dn : uni/tn-infra/BD-default
name : test
bcastP : 0.0.0.0
dn : uni/tn-common/BD-test
Thanks in advance for your help,
Carlos