Disable Reset Via Power Sequence

Hi, how to can you disable " Reset Via Power Sequence"  via CLI? Thanks.

I've done it from linux monitoring server via snmp:

snmpset -v2c -ccommunity 10.12.12.3 .1.3.6.1.4.1.17713.21.3.6.1.15.0 i 0

snmpset -v2c -ccommunity 10.12.12.3 .1.3.6.1.4.1.17713.21.4.4.0 i 1  

(first disables the feature, second applies changes)

I've also done it via cnMaestro with this template:

{
    "device_props": {
        "powerSequenceFactoryDefault": "0"
    }
}

You can use the SNMP approach from the CLI of the radio itself though the syntax may differ.

j

3 Likes

Thanks. I'm gonna try it