MapType.xml example
The MapType.xml file is used by Auto-Discovery to determine a device type, after having determined the device model.
Purpose
This example shows how to populate the XML tags associated with mapping a unique string obtained from the CLI to determine a device type.Sample
Study the following example to learn how to populate the XML tags associated with mapping a unique string obtained from the CLI to determine a device type.
<vendorlist>
<vendor name="Cisco">
<!-- 2600 -->
<model name="2610">
<type>Router</type>
</model>
<model name="2612">
<type>Router</type>
</model>
<!-- 65xx -->
<model name="6506">
<type>Switch</type>
</model>
<model name="6509">
<type>Switch</type>
</model>
</vendor>
<vendor name="Motorola">
<model name="64000">
<type>Cmts</type>
</model>
</vendor>
</vendorlist>