xcAttachedIfType
RAD-GEN-MIB ·
.1.3.6.1.4.1.164.6.2.31.1.10
Object
column Enumeration
This object indicates if the specific VCC is
already attached to any interface, and indicates
the type of the interface.
This object's purpose is to ease the checking to
the NMS.
notApplicable - used for entries that are not LAN (as HDLC),
or when the VCC was attached to a bridge, or
when this parameter is irrelevant.
free - the LAN VCC wasn't attached yet to any router
interface.
routerAtm - attached to an ATM router interface.
lis - attached to a LIS interface.
Context
- MIB
- RAD-GEN-MIB
- OID
.1.3.6.1.4.1.164.6.2.31.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- xcEntry
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 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-GEN-MIB::xcAttachedIfType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-GEN-MIB::xcAttachedIfType.<xcIndex>.<xcIfIndex1>.<xcVpi>.<xcVci>.<xcIfIndex2>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-GEN-MIB::xcAttachedIfType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notApplicable |
2 | free |
3 | routerAtm |
4 | lis |