begemotSnmpdLocalPortType
BEGEMOT-SNMPD-MIB ·
.1.3.6.1.4.1.12325.1.1.1.9.1.3
Object
column r/w
Enumeration
Type of the port. If the type is unpriv SET operations are allowed from all clients if the community matches. For priv SET operations are allowed only from peers with uid zero. If the daemon cannot determine the peer uid it disallows the SET operation for -priv ports.
Context
- MIB
- BEGEMOT-SNMPD-MIB
- OID
.1.3.6.1.4.1.12325.1.1.1.9.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- begemotSnmpdLocalPortEntry
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 'BEGEMOT-SNMPD-MIB' -M '/opt/observium/mibs/unix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BEGEMOT-SNMPD-MIB::begemotSnmpdLocalPortType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BEGEMOT-SNMPD-MIB' -M '/opt/observium/mibs/unix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BEGEMOT-SNMPD-MIB::begemotSnmpdLocalPortType.<begemotSnmpdLocalPortPath>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BEGEMOT-SNMPD-MIB' -M '/opt/observium/mibs/unix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BEGEMOT-SNMPD-MIB::begemotSnmpdLocalPortType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dgram-unpriv |
2 | dgram-priv |
3 | stream-unpriv |
4 | stream-priv |