upnpIfUPnPControlled
BIANCA-BRICK-UPNP-MIB ·
.1.3.6.1.4.1.272.4.5.45.30.10.30
Object
column mandatory
r/w
Enumeration
This object specifies if this interface can be controlled through UPnP requests. Possible values: enabled(10) -- UPnP control of the interface enabled disabled(20) -- UPnP control of the interface disabled (default).
Context
- MIB
- BIANCA-BRICK-UPNP-MIB
- OID
.1.3.6.1.4.1.272.4.5.45.30.10.30- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- upnpIfEntry
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 'BIANCA-BRICK-UPNP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-UPNP-MIB::upnpIfUPnPControlled'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-UPNP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-UPNP-MIB::upnpIfUPnPControlled.<upnpIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-UPNP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-UPNP-MIB::upnpIfUPnPControlled'
Syntax
Enumeration
Values & Constraints
Enumerated Values
10 | enabled |
20 | disabled |