zxAnEponOnuPortVlanMode

ZTE-AN-EPON-ONUMGMT-MIB · .1.3.6.1.4.1.3902.1082.500.40.1.10.2.1.1

Object

column r/w Enumeration
The ONU port VLAN mode.
transparent(1):
upstream   VLAN tag     Forward packet, without modification.
           NO VLAN tag  Forward packet, without modification.
                       
downstream VLAN tag     Forward packet, without modification.
           NO VLAN tag  Forward packet, without modification.
                        
tag(2):
upstream   VLAN tag     Discard.
           NO VLAN tag  Add a new configured tag and forward.
                       
downstream VLAN tag     Forward packet with the configured
                        tag, otherwise discard.
           NO VLAN tag  Discard.
                        
translation(3):
upstream   VLAN tag     Translate the packet with specific VLAN 
                       (input VLAN) to translated VLAN (output 
                       VLAN) and forward, otherwise discard.
           NO VLAN tag  Add a default VLAN and forward.
                       
downstream VLAN tag     Translate the packet with translated VLAN 
                       (output VLAN) to specific VLAN (input 
                       VLAN) and forward, otherwise discard.
           NO VLAN tag  Discard.
                        
trunk(4):
upstream   VLAN tag     Forward the packet with VLAN in configured
                       VLAN list, otherwise discard.
           NO VLAN tag  In CTC standard add a default VLAN and 
                       forward.
                       In ZTE standard discard.
                       
downstream VLAN tag     Forward the packet with VLAN in configured
                       VLAN list. Delete the default VLAN. 
                       Otherwise discard.
           NO VLAN tag  Discard.
                        
hybrid(5):
upstream   VLAN tag     Forward the packet with VLAN in configured
                       VLAN list, otherwise discard.
           NO VLAN tag  Add a default VLAN and forward.
                       
downstream VLAN tag     Forward the packet with VLAN in configured
                       VLAN list. Delete the default VLAN. 
                       Otherwise discard.
           NO VLAN tag  Discard.
                        
aggregation(6):
upstream   VLAN tag     Translate the packet with VLAN (input VLAN)
                       in aggregation VLAN list to translated VLAN 
                       (output VLAN)and forward, otherwise discard.
           NO VLAN tag  Add a default VLAN and forward.
                       
downstream VLAN tag     Translate the packet with translated VLAN 
                       (output VLAN) to VLAN (input VLAN) in 
                       aggregation VLAN list and forward, otherwise
                       discard.
           NO VLAN tag  Discard.
                        
stacking(7):
upstream   VLAN tag     Add a configured VLAN and forward.
           NO VLAN tag  Add a configured VLAN and forward.
                       
downstream VLAN tag     Forward the packet with configured VLAN, 
                        and delete the configured VLAN. 
                        Otherwise discard.
           NO VLAN tag  Discard.

Context

MIB
ZTE-AN-EPON-ONUMGMT-MIB
OID
.1.3.6.1.4.1.3902.1082.500.40.1.10.2.1.1
Type
column
Access
readwrite
Status
current
Default
transparent
Parent
zxAnEponOnuPortVlanEntry

Walk 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 'ZTE-AN-EPON-ONUMGMT-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-EPON-ONUMGMT-MIB::zxAnEponOnuPortVlanMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-EPON-ONUMGMT-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-EPON-ONUMGMT-MIB::zxAnEponOnuPortVlanMode.<ifIndex>.<zxAnPonOnuIndex>.<zxAnPonRmOnuUniIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-EPON-ONUMGMT-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-EPON-ONUMGMT-MIB::zxAnEponOnuPortVlanMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1transparent
2tag
3translation
4trunk
5hybrid
6aggregation
7stacking