zxAnAclIpv6HybridIcmpTypeOper
ZTE-AN-ACL-MIB ·
zte-ng variant
·
.1.3.6.1.4.1.3902.1082.70.15.2.2.7.1.37
Object
Specifies how an ICMP type is to be compared.
If the zxAnAclIpv6HybridIpProto object in the same row does not
indicate ICMPv6(58), this object has to be 'none(1)' and cannot
be changed.
'none(1)', which is the default value, means that no comparison is
to be made with the ICMP type.
equal(2) means ICMP type should be equal to
zxAnAclIpv6HybridIcmpType.
greater(3) means ICMP type should be greater than or equal to
zxAnAclIpv6HybridIcmpType.
less(4) means ICMP type should be less than or equal to
zxAnAclIpv6HybridIcmpType.
Those 3 operators are using the zxAnAclIpv6HybridIcmpType
object as an operand which is the only one needed.
range(5) means that it compares the ICMP type between two numbers,
so this operator needs 2 operands. One operand is the starting type
value of the range which is zxAnAclIpv6HybridStartIcmpType object,
and the other operand is the ending type value of the range which
is the zxAnAclIpv6HybridEndIcmpType object.
Context
- MIB
- ZTE-AN-ACL-MIB
- OID
.1.3.6.1.4.1.3902.1082.70.15.2.2.7.1.37- Type
- column
- Access
- readwrite
- Status
- current
- Default
none- Parent
- zxAnAclIpv6HybridRuleEntry
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 'ZTE-AN-ACL-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-ACL-MIB::zxAnAclIpv6HybridIcmpTypeOper'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-ACL-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-ACL-MIB::zxAnAclIpv6HybridIcmpTypeOper.<zxAnAclIpv6HybridAclNumber>.<zxAnAclIpv6HybridRuleId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-ACL-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-ACL-MIB::zxAnAclIpv6HybridIcmpTypeOper'
Syntax
- Source
- ZxAnAclOperator
- Base type
Enumeration
Type Description
Indicates how an numeric object is to be compared.
none(1) means that no comparison is to be made with the object.
equal(2) means equal,
greater(3) means greater than or equal,
less(4) means less than or equal.
Those 3 operators need only one operand.
range(5) means that it compares the object value between two
numbers, so this operator needs 2 operands.
Values & Constraints
Type Values
1 | none |
2 | equal |
3 | greater |
4 | less |
5 | range |