entCommunityType
PDN-DSLAM-SYSTEM-MIB ·
.1.3.6.1.4.1.1795.2.24.2.24.1.2.4.1.2
Object
column r/w
Enumeration
The type of the community
readOnly - this community is only allowed to do get's
readWrite - this community is allowed to do get's and
set's
The default value of this object should be 1
Context
- MIB
- PDN-DSLAM-SYSTEM-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.24.1.2.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- entCommunityTableEntry
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 'PDN-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DSLAM-SYSTEM-MIB::entCommunityType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DSLAM-SYSTEM-MIB::entCommunityType.<entCommunityName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-DSLAM-SYSTEM-MIB::entCommunityType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | readOnly |
2 | readWrite |