Wireless LAN Controller models are not being exported when using the -cmdb flag with Modeling Gateway
search cancel

Wireless LAN Controller models are not being exported when using the -cmdb flag with Modeling Gateway

book

Article ID: 194655

calendar_today

Updated On:

Products

CA Spectrum CA eHealth

Issue/Introduction

When running a modeling gateway export the Wireless LAN Controller models were not being exported when using the -cmdb flag. 

Environment

Release : 10.3

Release : 10.4

Component : Spectrum Core / SpectroSERVER

Cause

The Wireless LAN Controller model class was not included in the $SPECROOT/SS-Tools/.cmdbresource.xml file. 

Resolution

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>