ePMP Command Line Interface User Manual

heloo,

I need a Command of which runs eDetect in CLI
in ePMP Command Line Interface User Manual is not explained how to run comand eDetect frmo CLI

thanks

Hi Dejan,

It is not possible to run eDetect exactly via CLI. There is no separate command for that.

Today you can only get eDetect results via cli using next command:

show edetect

Previously eDetect should be started.

To start eDetect on device you may use snmp set commands:

snmpset -v 2c -c private localhostĀ  .1.3.6.1.4.1.17713.21.6.5.1.0 i 0

Ā #set eDetect mode

snmpset -v 2c -c private localhostĀ  .1.3.6.1.4.1.17713.21.6.5.1.0 i 2000

#eDetect time durationĀ  with ranges(1000..120000)


snmpset -v 2c -c private localhost .1.3.6.1.4.1.17713.21.6.5.3.0 i 1

#Enable eDetect

Thank you

1 Like