juniAtm1483ProfileVccType
Juniper-ATM-1483-Profile-MIB ·
.1.3.6.1.4.1.4874.2.2.58.1.1.1.1.3
Object
column r/w
Enumeration
Specifies the encapsulation used by the circuit to carry IP datagrams. Encapsulations are as specified in RFC1483 Multiprotocol Interconnect over ATM. 'autoconfig' will recognize both VcMux and LLC formats.
Context
- MIB
- Juniper-ATM-1483-Profile-MIB
- OID
.1.3.6.1.4.1.4874.2.2.58.1.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- juniAtm1483ProfileEntry
- Groups
- 6
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-ATM-1483-Profile-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-ATM-1483-Profile-MIB::juniAtm1483ProfileVccType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-ATM-1483-Profile-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-ATM-1483-Profile-MIB::juniAtm1483ProfileVccType.<juniAtm1483ProfileId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-ATM-1483-Profile-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-ATM-1483-Profile-MIB::juniAtm1483ProfileVccType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | rfc1483VcMux |
1 | rfc1483Llc |
2 | autoconfig |