I am looking for the OID for putting the NAT in a Arris CM TG2492 to Bridge mode. I can not find it in the OID table of the modem.... Can someone help me?
arrisRouterWanIPProvMode OBJECT-TYPE
SYNTAX INTEGER { disabledBridge(0), ipv4(1), ipv6(2), dualStack(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "It controls the eRouter mode. When set the value to 'disabledBridge(0)', it will put the device into
full bridge mode(all the subnets become bridge mode) and turn off the WiFi radio. When set the value to ipv4(1)/ ipv6(2)/ dualStack(3),
it will put the device into corresponding router mode and turn on the WiFi radio."
::= { arrisRouterWanConfig 17 }
Probably this one
arrisRouterWanIPProvMode OBJECT-TYPE
SYNTAX INTEGER { disabledBridge(0), ipv4(1), ipv6(2), dualStack(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "It controls the eRouter mode. When set the value to 'disabledBridge(0)', it will put the device into
full bridge mode(all the subnets become bridge mode) and turn off the WiFi radio. When set the value to ipv4(1)/ ipv6(2)/ dualStack(3),
it will put the device into corresponding router mode and turn on the WiFi radio."
::= { arrisRouterWanConfig 17 }
It`s not working... i try
SNMP MIB Object(unknown OID 1.3.6.1.4.1.4115.1.20.1.1.1.17.0):1.3.6.1.4.1.4115.1.20.1.1.1.17.0, Integer, 0
But the router mode is still on.