configIpSubnetBridgeEnable
ACKSYS-MIB ·
.1.3.6.1.4.1.28097.8.1.1.1.11
Object
Write 2 (Enable) to configure this subnet as a bridge type
interface: create a bridge over specified interface(s) in this
subnet.
Write 1 (Disable) to configure this subnet as an IP subnet type
interface: set IP settings to one specified interface.
Warning: changing an interface type from bridge to IP subnet
will delete the link between this bridge and all its interfaces.
Context
- MIB
- ACKSYS-MIB
- OID
.1.3.6.1.4.1.28097.8.1.1.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- configIpSubnetEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACKSYS-MIB::configIpSubnetBridgeEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACKSYS-MIB::configIpSubnetBridgeEnable.<configIpSubnetName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ACKSYS-MIB::configIpSubnetBridgeEnable'
Syntax
- Source
- DisableEnable
- Base type
Enumeration
Values & Constraints
Type Values
1 | disable |
2 | enable |