Reset via CLI

I've an ePMP1000 that I can access via SSH from a routerboard with 169.254.1.1

This devide has a particular configuration, and I want to reset it

What is command to reset via CLI to factory defualt configuration?

I can't find it on Knowledge

Regards

Hi Mirko,

You can use SNMP comand via CLI to reset ePMP board to factory default.

snmp set -v 2c -c private 127.0.0.1 .1.3.6.1.4.1.17713.21.4.2.0 i 1

Thank you.

1 Like

The command give me this response

Timeout: No Response from 127.0.0.1

And sorry.. my private snmp has changed with another name that include "-" character.. but when I type it say Illegal pameter

Mirko,

Please try escaped community string value:

snmp set -v 2c -c "pri-vate" 127.0.0.1 .1.3.6.1.4.1.17713.21.4.2.0 i 1

Thank you.

3 Likes