MapOS.xml example
The MapOS.xml file is used by Auto-Discovery to map a unique string obtained from the CLI to the os 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 os 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 os number of a device.
<vendorlist>
<vendor name="Juniper">
<os name="OS">
<output>OS</output>
</os>
</vendor>
<vendor name="Cisco">
<os name="OS">
<output>OS</output>
</os>
</vendor>
</vendorlist>