I need the mib to disable the wifi. lab setup and too many wifi connections
Thank you in advance
Hi,
here are the lines to disable WIFI:
SnmpMibObject wifiOperMode.0 Integer 1; /* notAvailable(0),off(1),remote(2),local(3) */ SnmpMibObject wifiApplySettings.0 Integer 1; /* true(1),false(2) */
Or, if you need the OIDs: .1.3.6.1.4.1.8595.80211.1.1.0 Integer 1; /* notAvailable(0),off(1),remote(2),local(3) */ .1.3.6.1.4.1.8595.80211.100.0 Integer 1; /* true(1),false(2) */
BR, Michael
Thank you Michael
Guys, kindly assist on how i can configure RIP in the bootfile for Hitron CM. Thank you in advance
Hi,
here are the lines to disable WIFI:
SnmpMibObject wifiOperMode.0 Integer 1; /* notAvailable(0),off(1),remote(2),local(3) */
SnmpMibObject wifiApplySettings.0 Integer 1; /* true(1),false(2) */
Or, if you need the OIDs:
.1.3.6.1.4.1.8595.80211.1.1.0 Integer 1; /* notAvailable(0),off(1),remote(2),local(3) */
.1.3.6.1.4.1.8595.80211.100.0 Integer 1; /* true(1),false(2) */
BR,
Michael
Thank you Michael
Guys, kindly assist on how i can configure RIP in the bootfile for Hitron CM. Thank you in advance