12-17-2002 08:00 AM - edited 03-02-2019 03:39 AM
LMS 2.1 with RTM 1.4 sp4
I want to create a .csv file to import several dozen switches to RTM.
The RTM on-line help file is not clear with the syntax for switches eg. it gives an IP address of 123,45,678,90 !!
I get syntax errors when I try a file of the format :
switch, CAT_2950, SJB-222-2a-19, 10.222.1.1, ROstring, RWstring, , , LO
I have left the fields for timeout and retries at default.
Any syntax examples would be very welcome, the rest I'm sure I can work out.
Ian
Solved! Go to Solution.
12-17-2002 10:45 AM
1. Create a CSV file containing information about each device you want to add.
1) Create a new text file using a text editor.
2) Enter information about each device using one of the following formats:
For Switches:
Device Type, Device Name, IP Address, Read Community String, Write Community String, Retries, Timeout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
automatic, Cat70, 10.100.10.10, public, private, 2, 20
automatic, Cat73, 10.20.11.73, public, private, 2, 20
automatic, Cat88, 10.20.11.88, public, private, 2, 20
For probes:
Device Type, Device Name, IP Address, Read Community String, Write Community String, Retries, Timeout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
probe, HSSI, 12.20.100.14, public, private, 2, 20
2. Launch RTM Server, Select File > Bulk Add Import.
3. In the Bulk Add Import window locate your CSV file. Make sure the file name displays in the File Name field.
4. Click Bulk Add Import. The devices are added to the Device Configuration window.
12-17-2002 10:45 AM
1. Create a CSV file containing information about each device you want to add.
1) Create a new text file using a text editor.
2) Enter information about each device using one of the following formats:
For Switches:
Device Type, Device Name, IP Address, Read Community String, Write Community String, Retries, Timeout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
automatic, Cat70, 10.100.10.10, public, private, 2, 20
automatic, Cat73, 10.20.11.73, public, private, 2, 20
automatic, Cat88, 10.20.11.88, public, private, 2, 20
For probes:
Device Type, Device Name, IP Address, Read Community String, Write Community String, Retries, Timeout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
probe, HSSI, 12.20.100.14, public, private, 2, 20
2. Launch RTM Server, Select File > Bulk Add Import.
3. In the Bulk Add Import window locate your CSV file. Make sure the file name displays in the File Name field.
4. Click Bulk Add Import. The devices are added to the Device Configuration window.
12-18-2002 10:00 AM
Great,
That looks just right.
If I want to use the Learn-Only flag, is it supported ?
ie. I assume I just add a last field with , LO
Ian
12-18-2002 11:47 AM
LO should work, though I haven't tried it myself.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide