cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
767
Views
0
Helpful
2
Replies

IPM import collector

fernandezj
Level 1
Level 1

Hi,

i have un IPM 4.1. It's possible to import collector form devices? because ip sla collector are already configured (on router or switch l3)..

Thank's for your answers

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

It is absolutely possible to do this.  However, you can only do it from the command line.  Run the following command to import all collectors from a given device:

NMSROOT/bin/ipm importcollector -u admin -p admin -source DEVICE

Where DEVICE is the display name of the device as it appears in DCR.  You can also choose to only import collectors of certain operation types by using the -oper argument.  Run "ipm importcollector -help" to get a list of arguments.

View solution in original post

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

It is absolutely possible to do this.  However, you can only do it from the command line.  Run the following command to import all collectors from a given device:

NMSROOT/bin/ipm importcollector -u admin -p admin -source DEVICE

Where DEVICE is the display name of the device as it appears in DCR.  You can also choose to only import collectors of certain operation types by using the -oper argument.  Run "ipm importcollector -help" to get a list of arguments.

thank's for your answer