dot1adMICVidRegistrationSVlanPriorityType
ARICENT-MIDOT1AD-MIB ·
.1.3.6.1.4.1.2076.133.1.3.1.6
Object
column r/w
Enumeration
This object is used to determine the outgoing SVLAN priority type.
When dot1adMICVidRegistrationSVlanPriorityType is configured as none(0)
the outgoing SVLAN priority is not modified.
When dot1adMICVidRegistrationSVlanPriorityType is configured as fixed(1)
the outgoing SVLAN priority is set to a fixed value as per the priority
configured in dot1adMICVidRegistrationSVlanPriority mib object,
When dot1adMICVidRegistrationSVlanPriorityType is configured as copy(2)
it copies the incoming CVLAN priority to outgoing SVLAN priority
of the packets that are being S-tagged on a CEP port.
Context
- MIB
- ARICENT-MIDOT1AD-MIB
- OID
.1.3.6.1.4.1.2076.133.1.3.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dot1adMICVidRegistrationEntry
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 'ARICENT-MIDOT1AD-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-MIDOT1AD-MIB::dot1adMICVidRegistrationSVlanPriorityType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-MIDOT1AD-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-MIDOT1AD-MIB::dot1adMICVidRegistrationSVlanPriorityType.<dot1adMIPortNum>.<dot1adMICVidRegistrationCVid>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-MIDOT1AD-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-MIDOT1AD-MIB::dot1adMICVidRegistrationSVlanPriorityType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | fixed |
2 | copy |