ipRangeAllowTagOnIngress
NTNTECH-MTM-MIB ·
.0.3.1.4.1.5
Object
column r/w
Enumeration
The value assigned will determine a path for ingress packets. Tag indicates that only ingress packets with a vlan tag to be considered; all ingress packets without a VLAN tag will be dropped. Untag 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.4.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipRangeEntry
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::ipRangeAllowTagOnIngress'
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::ipRangeAllowTagOnIngress.<ifCfgSlotIndex>.<ifCfgPortIndex>.<ipRangeIndex>'
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::ipRangeAllowTagOnIngress'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tag |
2 | untag |