fsVcCxtType
VCM-MIB ·
aricent variant
·
.1.3.6.1.4.1.2076.93.1.2.1.5
Object
column r/w
Enumeration
This objects specifies if this entry is an l2 context or l3 context or both. If l2context, only l2 protocols will be aware of this context. If l3context, only l3 protocols will be aware of this context. If both, both l2 and l3 protocols will be aware of this context.
Context
- MIB
- VCM-MIB
- OID
.1.3.6.1.4.1.2076.93.1.2.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsVcmConfigEntry
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 'VCM-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VCM-MIB::fsVcCxtType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VCM-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VCM-MIB::fsVcCxtType.<fsVCId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VCM-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VCM-MIB::fsVcCxtType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | l2Context |
2 | l3Context |
3 | both |