MapVendor.xml example
The MapVendor.xml file is used by Auto-Discovery to map a unique string obtained from the CLI to that vendor name of that device.
Purpose
This example shows how to populate the XML tags associated with mapping a unique string obtained from the CLI to that vendor name of that 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 that vendor name of that device.
<vendorlist>
<vendor name="CISCO">
<output>Cisco</output>
</vendor>
<vendor name="JUNIPER">
<output>Juniper</output>
</vendor>
<vendor name="JUNOS">
<output>Juniper</output>
</vendor>
<vendor name="WWP">
<output>Wwp</output>
</vendor>
<vendor name="LE-311">
<output>Wwp</output>
</vendor>
<vendor name="LE-310">
<output>Wwp</output>
</vendor>
<vendor name="MOTOROLA">
<output>Motorola</output>
</vendor>
<vendor name="EXTREME">
<output>Extreme</output>
</vendor>
<vendor name="ALCATEL">
<output>Alcatel</output>
</vendor>
</vendorlist>