Hi, we have problem when monitoring UCS device through UCS API. The extIP for one of the switches is empty. The configuration screens are attached.
Response looks like this:
<mgmtIf access="out-of-band" adminState="enable" chassisId="N/A" discovery="absent" dn="sys/switch-A/mgmt/if-1" epDn="" extBroadcast="0.0.0.0" extGw="0.0.0.0"
extIp="0.0.0.0" extMask="0.0.0.0" fsmDescr="" fsmPrev="nop" fsmProgr="100" fsmRmtInvErrCode="none" fsmRmtInvErrDescr="" fsmRmtInvRslt="" fsmStageDescr="" fsmStamp="never" fsmStatus="nop" fsmTry="0" id="1" ifRole="unknown" ifType="physical" ip="xxx.xxx.xxx.1" locale="" mac="00:00:00:00:00:00" mask="255.255.0.0" name="" peerChassisId="N/A" peerDn="" peerPortId="0" peerSlotId="0" portId="0" slotId="0" stateQual="unspecified" subject="switch" switchId="A" transport="" type="" vnet="1"/>
<mgmtIf access="out-of-band" adminState="enable" chassisId="N/A" discovery="absent" dn="sys/switch-B/mgmt/if-1" epDn="" extBroadcast="0.0.0.0" extGw="xxx.xxx.xxx.1"
extIp="xxx.xxx.xxx.252" extMask="255.255.255.0" fsmDescr="" fsmPrev="SwMgmtOobIfConfigSuccess" fsmProgr="100" fsmRmtInvErrCode="none" fsmRmtInvErrDescr="" fsmRmtInvRslt="" fsmStageDescr="" fsmStamp="2011-02-16T13:35:40.889" fsmStatus="nop" fsmTry="0" id="1" ifRole="unknown" ifType="physical" ip="xxx.xxx.xxx.2" locale="" mac="00:00:00:00:00:00" mask="255.255.0.0" name="" peerChassisId="N/A" peerDn="" peerPortId="0" peerSlotId="0" portId="0" slotId="0" stateQual="unspecified" subject="switch" switchId="B" transport="" type="" vnet="1"/>
Can somebody explain why the extIP is not filled for the first element?
Thanks