ipRangeTagActionOnIngress
NTNTECH-MTM-MIB ·
.0.3.1.4.1.8
Object
column r/w
Enumeration
The value assigned will alter the VLAN information of the Ingress Packet.
1 -- Add VLAN information to the Ingress Packet
2 -- Keep VLAN information on the Ingress Packet
3 -- Replace VLAN information on the Ingress Packet
4 -- Drop the Ingress Packet
5 -- Inaction -- No Action to the VLAN information on the Ingress Packet
Add (1) and No Action (5) are only valid if you have chosen Untag (2) for the attribute
ipRangeAllowTagOnIngress. Keep(2) and Replace(3) are only valid if Tag (1) is chosen for
the attribute ipRangeAllowTagOnIngress.
Context
- MIB
- NTNTECH-MTM-MIB
- OID
.0.3.1.4.1.8- 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::ipRangeTagActionOnIngress'
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::ipRangeTagActionOnIngress.<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::ipRangeTagActionOnIngress'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | add |
2 | keep |
3 | replace |
4 | drop |
5 | inaction |