MapModel.xml example
The MapModel.xml file is used by Auto-Discovery to map a unique string obtained from the CLI to the model number of a device.
Purpose
This example shows how to populate the XML tags associated with mapping a unique string obtained from the CLI to the model number of a device.
Sample
Study the following example to learn how to populate the XML tags associated with mapping a unique string obtained from the CLI to the model number of a device.
<vendorlist>
<vendor name="Juniper">
<model name="OLIVE">
<output>M40</output>
</model>
</vendor>
<vendor name="Extreme">
<model name="ALPINE">
<output>BLACKDIAMOND</output>
</model>
</vendor>
<vendor name="Cisco">
<model name="CAT6K-MSFC">
<output>6509</output>
</model>
<model name="PIX FIREWALL">
<output>PIX FIREWALL</output>
</model>
<model name="PIX-FIREWALL">
<output>PIX-FIREWALL</output>
</model>
<model name="CAT6K-MSFC2">
<output>6506</output>
</model>
<model name="CATALYST">
<output>6509</output>
</model>
<model name="RSP2">
<output>7507</output>
</model>
<model name="RSP4">
<output>RSP4</output>
</model>
<model name="RSP8">
<output>RSP8</output>
</model>
<model name="RSP4+">
<output>7505</output>
</model>
<model name="MSFC">
<output>MSFC</output>
</model>
<model name="MSFC2">
<output>6509</output>
</model>
<model name="MSFC3">
<output>MSFC3</output>
</model>
<model name="C5RSM">
<output>C5RSM</output>
</model>
<model name="UBR7246VXR">
<output>7246</output>
</model>
</vendor>
</vendorlist>