When running a modeling gateway export the Wireless LAN Controller models were not being exported when using the -cmdb flag.
Release : 10.3
Release : 10.4
Component : Spectrum Core / SpectroSERVER
The Wireless LAN Controller model class was not included in the $SPECROOT/SS-Tools/.cmdbresource.xml file.
Adding the model class entry for the Wireless LAN Controller in the $SPECROOT/SS-Tools/.cmdbresource.xml file as seen below and re-run the modeling gateway export.
<CMDBClassMapping>
<CMDBClass family="Network" class="Controller" />
<SPECTRUMModelClass>128</SPECTRUMModelClass> <!-- Wireless Lan Controller -->
<SPECTRUMModelClass>49</SPECTRUMModelClass> <!-- Transport Device -->
<SPECTRUMModelClass>111</SPECTRUMModelClass> <!-- Load Balancer -->
<SPECTRUMModelClass>27</SPECTRUMModelClass> <!-- Firewall -->
</CMDBClassMapping>