juniDsx1Capabilities
Juniper-DS1-MIB ·
.1.3.6.1.4.1.4874.2.2.5.1.1.1.3
Object
column Integer32
A value which indicates the set of capabilities of the DS1/E1
interface.
The value is a sum. This sum initially takes the value zero. Then, for
each capability, C, in the range 1 through 3, that this interface
supports, 2 raised to (C - 1) is added to the sum. For example, an
interface which is only E1 capable would have a value of 2 (2^(2-1)).
In contrast, an interface which is both T1 and J1 capable would have a
value of 5 (2^(1-1) + 2^(3-1)). The values for DS1/E1 interface
capabilities are as follows:
capability function
1 T1
2 E1
3 J1
Context
- MIB
- Juniper-DS1-MIB
- OID
.1.3.6.1.4.1.4874.2.2.5.1.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- juniDsx1ConfigEntry
- Groups
- 4
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 'Juniper-DS1-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-DS1-MIB::juniDsx1Capabilities'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-DS1-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-DS1-MIB::juniDsx1Capabilities.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-DS1-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-DS1-MIB::juniDsx1Capabilities'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-7
Conformance
Member of