tmnxKeyChainKeyDirection
TIMETRA-SECURITY-MIB ·
.1.3.6.1.4.1.6527.3.1.2.22.15.1.1
Object
column TmnxKeyChainKeyDirection
The value of tmnxKeyChainKeyDirection is used to specify the
protocol-stream direction to encrypt.
A value of 'send' specifies that this key entry will be used to sign
protocol packets that are being sent by the router to another device.
A value of 'receive' specifies this key entry will be used to
authenticate protocol packets that are being received by the router.
A value of 'send-receive' specifies that this key will be used to sign
protocol packet that are being sent by the router to another device,
as well as to authenticate protocol packets that are being received by
the router.
Context
- MIB
- TIMETRA-SECURITY-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.22.15.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- tmnxKeyChainKeyEntry
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-SECURITY-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SECURITY-MIB::tmnxKeyChainKeyDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-SECURITY-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SECURITY-MIB::tmnxKeyChainKeyDirection.<tmnxKeyChainName>.<tmnxKeyChainKeyDirection>.<tmnxKeyChainKeyID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-SECURITY-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-SECURITY-MIB::tmnxKeyChainKeyDirection'
Syntax
- Source
- TmnxKeyChainKeyDirection
- Base type
Enumeration
Values & Constraints
Type Values
1 | send |
2 | receive |
3 | send-receive |