atmVcType
MX-ATM-MIB ·
.1.3.6.1.4.1.4935.15.300.1.50.5.65
Object
column r/w
Enumeration
Indicates the function for which this VC will be used.
bridge : If the IpRouting is disabled, the LAN port will use the first enabled
bridge VC in order to act as a bridge for a IP device connected to the
Computer port. In case that the IpRouting is enabled, all bridge VCs
are ignored.
wan: This type of VC is used for WAN.
The type of the first VC is set to WAN and it is always enabled since it is
requested to have a valid configuration. This WAN VC is always the one used to
operate/administrate and manage the unit.
Context
- MIB
- MX-ATM-MIB
- OID
.1.3.6.1.4.1.4935.15.300.1.50.5.65- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- atmVcEntry
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 'MX-ATM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ATM-MIB::atmVcType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-ATM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ATM-MIB::atmVcType.<atmVcIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-ATM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-ATM-MIB::atmVcType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | bridge |
1 | wan |