TIMETRA-IPSEC-STATIC-SA-MIB
22 objects
This document is the SNMP MIB module to manage and provision the Nokia SROS device with IPsec Static SA tunneling, encryption and other related features. Copyright 2008-2018 Nokia. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies Nokia's proprietary intellectual property. Nokia retains all title and ownership in the Specification, including any revisions. Nokia grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Nokia products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'as is', and Nokia makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
Imported Objects
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | RowStatus TEXTUAL-CONVENTION TimeStamp |
| TIMETRA-GLOBAL-MIB | timetraSRMIBModules tmnxSRConfs tmnxSRObjs |
| TIMETRA-TC-MIB | TNamedItem TNamedItemOrEmpty |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.6527.1.1.3.73 | IdentitytimetraIPsecStaticSAMIBModule | This document is the SNMP MIB module to manage and provision the Nokia SROS device with IPsec Static SA tunneling, encryption and other related features. Copyr… | ||
| 1.3.6.1.4.1.6527.3.1.1.73 | NodetmnxIPsecStaticSAConformance | |||
| 1.3.6.1.4.1.6527.3.1.1.73.1 | NodetmnxIPsecStaticSACompliances | |||
| 1.3.6.1.4.1.6527.3.1.1.73.1.1 | CompliancetmnxIPsecStaticSAV8v0Compliance | current | The compliance statement for management of IPsec static SA features on Nokia 7x50 SR series systems. | |
| 1.3.6.1.4.1.6527.3.1.1.73.2 | NodetmnxIPsecStaticSAGroups | |||
| 1.3.6.1.4.1.6527.3.1.1.73.2.1 | GrouptmnxIPsecStaticSAGroup | current | The group of objects for IPsec static SA on Nokia 7xx0 SR series systems. | |
| 1.3.6.1.4.1.6527.3.1.2.73 | NodetmnxIPsecStaticSAObjects | |||
| 1.3.6.1.4.1.6527.3.1.2.73.1 | ScalartmnxIPsecStaticSATableLastChange | read-only | current | The value of tmnxIPsecStaticSATableLastChange indicates the sysUpTime at the time of the last modification to tmnxIPsecStaticSATable by adding, deleting an ent… |
| 1.3.6.1.4.1.6527.3.1.2.73.2 | TabletmnxIPsecStaticSATable | not-accessible | current | Table to store the IPsec static SA entries. |
| 1.3.6.1.4.1.6527.3.1.2.73.2.1 | RowtmnxIPsecStaticSAEntry | not-accessible | current | Information about a single IPsec static SA entry. |
| 1.3.6.1.4.1.6527.3.1.2.73.2.1.1 | ColumntmnxIPsecStaticSAName | not-accessible | current | The value of tmnxIPsecStaticSAName specifies the name of this static SA and is part of the index for the table tmnxIPsecStaticSATable, and thus a required obje… |
| 1.3.6.1.4.1.6527.3.1.2.73.2.1.2 | ColumntmnxIPsecStaticSARowStatus | read-create | current | The tmnxIPsecStaticSARowStatus object is used to create and delete rows in the tmnxIPsecStaticSATable. When creating an entry in tmnxIPsecStaticSATable, the va… |
| 1.3.6.1.4.1.6527.3.1.2.73.2.1.3 | ColumntmnxIPsecStaticSALastChanged | read-only | current | The value of tmnxIPsecStaticSALastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry sinc… |
| 1.3.6.1.4.1.6527.3.1.2.73.2.1.4 | ColumntmnxIPsecStaticSADirection | read-create | current | The value of tmnxIPsecStaticSADirection specifies the direction to which this static SA entry can be applied. This is an optional object when creating an entry… |
| 1.3.6.1.4.1.6527.3.1.2.73.2.1.5 | ColumntmnxIPsecStaticSAProtocol | read-create | current | The value of tmnxIPsecStaticSAProtocol specifies the protocol used by this static SA. This is an optional object when creating an entry in tmnxIPsecStaticSATab… |
| 1.3.6.1.4.1.6527.3.1.2.73.2.1.6 | ColumntmnxIPsecStaticSAAuthAlgorithm | read-create | current | The value of tmnxIPsecStaticSAAuthAlgorithm specifies the authentication algorithm used with this static SA. The 'md5' algorithm requires a 16 byte key, and th… |
| 1.3.6.1.4.1.6527.3.1.2.73.2.1.7 | ColumntmnxIPsecStaticSAAuthKey | read-create | current | The value of tmnxIPsecStaticSAAuthKey specifies the key used for the authentication algorithm defined by tmnxIPsecStaticSAAuthAlgorithm. The length of the key … |
| 1.3.6.1.4.1.6527.3.1.2.73.2.1.8 | ColumntmnxIPsecStaticSASpi | read-create | current | The value of tmnxIPsecStaticSASpi specifies the SPI (Security Parameter Index) used to lookup the instruction to verify and decrypt the incoming IPsec packets … |
| 1.3.6.1.4.1.6527.3.1.2.73.2.1.9 | ColumntmnxIPsecStaticSADescription | read-create | current | The value of tmnxIPsecStaticSADescription describes this static SA. This is an optional object when creating an entry in tmnxIPsecStaticSATable. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| TmnxAuthAlgorithm | INTEGER { null (1), md5 (2), sha1 (3) } | current | TmnxAuthAlgorithm data type is an enumerated integer that describes the values used to identify the hashing algorithm. Value Descriptions: null - Choosing this value configures the high-speed null algorithm, which does … |
| TmnxIPsecDirection2 | INTEGER { inbound (1), outbound (2), bidirectional (3) } | current | TmnxIPsecDirection data type is an enumerated integer that describes the values used to identify the direction of an IPsec tunnel. |
| TmnxIPsecProtocol | INTEGER { ah (1), esp (2) } | current | TmnxIPsecProtocol data type is an enumerated integer that describes the values used to identify the used IPsec protocol. |