macAddrRangeAllowTagOnIngress
NTNTECH-MTM-MIB ·
.0.3.1.6.1.5
Object
column r/w
Enumeration
The value assigned will determine a path for ingress packets. Tag(1) indicates that only ingress packets with a vlan tag to be considered; all ingress packets without a VLAN tag will be dropped. Untag(2) indicates that only ingress packets without a VLAN tag will be considered. All ingress packets with a VLAN tag will be dropped.
Context
- MIB
- NTNTECH-MTM-MIB
- OID
.0.3.1.6.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- macAddrRangeEntry
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 'NTNTECH-MTM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NTNTECH-MTM-MIB::macAddrRangeAllowTagOnIngress'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NTNTECH-MTM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NTNTECH-MTM-MIB::macAddrRangeAllowTagOnIngress.<ifCfgSlotIndex>.<ifCfgPortIndex>.<macAddrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NTNTECH-MTM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NTNTECH-MTM-MIB::macAddrRangeAllowTagOnIngress'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tag |
2 | untag |