upnpIfClientRequests
BIANCA-BRICK-UPNP-MIB ·
.1.3.6.1.4.1.272.4.5.45.30.10.20
Object
column mandatory
r/w
Enumeration
This object specifies whether UPnP accepts client requests received through this interface. Possible values: enabled(10) -- UPnP client requests enabled disabled(20) -- UPnP client requests disabled (default).
Context
- MIB
- BIANCA-BRICK-UPNP-MIB
- OID
.1.3.6.1.4.1.272.4.5.45.30.10.20- 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::upnpIfClientRequests'
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::upnpIfClientRequests.<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::upnpIfClientRequests'
Syntax
Enumeration
Values & Constraints
Enumerated Values
10 | enabled |
20 | disabled |