vRtrIsisIfHelloAuthType
TIMETRA-ISIS-MIB ·
.1.3.6.1.4.1.6527.3.1.2.10.2.1.1.7
Object
column obsolete
Enumeration
The value of vRtrIsisIfHelloAuthType specifies the method of
authentication used to verify the authenticity of packets sent
by neighboring routers on this IS-IS interface. For
authentication to succeed both the authentication key defined in
the vRtrIsisIfHelloAuthKey variable and the authentication type
must match.
Authentication can be configured globally and applied to all
ISIS levels running on this interface or it can be configured on
a per level basis. The most specific value is used.
Context
- MIB
- TIMETRA-ISIS-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.10.2.1.1.7- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- vRtrIsisIfEntry
- Groups
- 3
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 'TIMETRA-ISIS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-ISIS-MIB::vRtrIsisIfHelloAuthType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-ISIS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-ISIS-MIB::vRtrIsisIfHelloAuthType.<isisSysInstance>.<vRtrIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-ISIS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-ISIS-MIB::vRtrIsisIfHelloAuthType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | password |
3 | md5 |