SHIVA-VPN-TUNNEL-MIB: View SNMP OID List / Download MIB
VENDOR: SHIVA CORPORATION
Home | MIB: SHIVA-VPN-TUNNEL-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
tunnelConfig | 1.3.6.1.4.1.166.6.1.1.7.1 | |||
tunnNumberSiteToSite | 1.3.6.1.4.1.166.6.1.1.7.1.1 | integer | read-only |
The number of site-to-site tunnels configured on this system. |
tunnNumberRemoteUser | 1.3.6.1.4.1.166.6.1.1.7.1.2 | integer | read-only |
The number of single remote user tunnels configured on this system. |
tunnNumberGroupUser | 1.3.6.1.4.1.166.6.1.1.7.1.3 | integer | read-only |
The number of multiple remote user (group) tunnels configured on this system. |
tunnelStatus | 1.3.6.1.4.1.166.6.1.1.7.2 | |||
tunnCurrentSiteToSite | 1.3.6.1.4.1.166.6.1.1.7.2.1 | gauge | read-only |
The number of site-to-site tunnels currently operational on this system. |
tunnCurrentRemoteUser | 1.3.6.1.4.1.166.6.1.1.7.2.2 | gauge | read-only |
The number of single remote user tunnels currently operational on this system. |
tunnCurrentGroupUser | 1.3.6.1.4.1.166.6.1.1.7.2.3 | gauge | read-only |
The number of multiple remote user (group) tunnels currently operational on this system. |
tunnNoProfileErrors | 1.3.6.1.4.1.166.6.1.1.7.2.4 | counter | read-only |
The number of times a tunnel could not be negotiated because a profile did not exist. |
tunnBadSigs | 1.3.6.1.4.1.166.6.1.1.7.2.5 | counter | read-only |
The number of times the authentication of a peer failed due to an invalid signature. |
tunnBadCerts | 1.3.6.1.4.1.166.6.1.1.7.2.6 | counter | read-only |
The number of times tunnel authentication failed becasue the peer provided an invalid certificate. |
tunnOtherFailures | 1.3.6.1.4.1.166.6.1.1.7.2.7 | counter | read-only |
The number of times tunnel authentication failed due to errors other than an invalid signature, an invalid certificate, or no profile. |
tunnelsLanded | 1.3.6.1.4.1.166.6.1.1.7.2.8 | counter | read-only |
The number of remote user tunnels formed since the VPN Gateway was last configured. |
tunnelIfExtTable | 1.3.6.1.4.1.166.6.1.1.7.2.50 | no-access |
The (conceptual) table containing information on configured tunnels. This table augments the tunnelIfTable in TUNNEL-MIB, there will be a row for each row in that table. In turn, tunnelIfTable has a row for each entry in ifTable in IF-MIB whose ifType is tunnel(131). Note that entries in the tunnelIfTable and tunnelIfExtTable are ephemeral, so will be reset whenever the corresponding interface transitions to line state up from line state down. The MIB guarantees that, if the physical interfaces are numbered 1 to N, the site-to-site entries in the tunnelIfExtTable are numbered consecutively beginning at N+1, the tunnels for remote users appear after that, and the tunnels for remote groups appear last. |
|
1.3.6.1.4.1.166.6.1.1.7.2.50.1 | no-access |
An entry (conceptual row) containing the information on a particular configured tunnel. |
||
tunnelIfExtType | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.1 | integer | read-only |
This object indicates whether this entry represents a site-to-site, a remote user, or a group tunnel. The value of this object does not change from one tunnel instantiation to another. Enumeration: 'remote': 3, 'other': 1, 'group': 4, 'siteToSite': 2. |
tunnelIfExtAuthentication | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.2 | integer | read-only |
This object indicates the authentication mechanism used to identify the peer. The value x509Sig(2) means that signatures based on public key cryptography were used. The value sharedSecret(3) means that a pre-shared secret was used to authenticate. The value securId(4) means SecurID was used. The value other(1) indicates another currently unsupported mechanism was used to authenticate the peer, and is provided for forward compatibility. Enumeration: 'other': 1, 'x509Sig': 2, 'securId': 4, 'sharedSecret': 3. |
tunnelIfExtName | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.3 | displaystring | read-only |
This object gives the distinguished name of the peer associated with this tunnel. If the peer's name has not yet been established, this object's value is the distinguished string |
tunnelIfExtCertificateAuthority | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.4 | displaystring | read-only |
When signatures were used to authenticate this entry's tunnel, this object provides the issuer name of the peer's X.509 certificate. When signatures were not used to authenticate this entry's tunnel, this object's value is NULL. |
tunnelIfExtCertificateSerialNumber | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.5 | displaystring | read-only |
When signatures were used to authenticate this entry's tunnel, this object provides the serial number from the peer's X.509 certificate. When signatures were not used to authenticate this entry's tunnel, this object's value is NULL. |
tunnelIfExtSessionKeyValidity | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.6 | timeticks | read-only |
This object provides the number of centiseconds remaining until the key for this tunnel expires, i.e., the time remaining for this tunnel's security association. |
tunnelIfExtEncryptionErrors | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.7 | counter | read-only |
This object counts the number of datagrams this tunnel has discarded due to encryption errors. |
tunnelIfExtDecryptionErrors | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.8 | counter | read-only |
This object counts the number of objects discarded due to decryption errors. The total does not include pad or checksum errors detected after decryption. |
tunnelIfExtPadErrors | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.9 | counter | read-only |
This object counts the number of pad errors detected after decryption. |
tunnelIfExtChecksumErrors | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.10 | counter | read-only |
This object counts the number of checksum errors detected while decapsulating a datagram emerging from this entry's interface's tunnel. Note this total can include AH failures, ESP data integrity failures, and SST checksum failures. |
tunnelIfExtReplayErrors | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.11 | counter | read-only |
This object counts the number of datagrams discarded because they failed to pass the replay screening algorithm. |
tunnelIfExtLocalIp | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.12 | ipaddress | read-only |
This object provides the IP address used to address datagrams sent from this tunnel's interface. |
tunnelIfExtRemoteIp | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.13 | ipaddress | read-only |
This object provides the IP address used to address datagrams sent to this tunnel's peer. |
tunnelBytesPerSecIn | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.14 | gauge | read-only |
This is the number of bytes per second received and decrypted by this tunnel, averaged over approximately the last minute. |
tunnelBytesPerSecOut | 1.3.6.1.4.1.166.6.1.1.7.2.50.1.15 | gauge | read-only |
This is the number of bytes per second transmitted and encrypted by this tunnel, averaged over approximately the last minute. |
securityAssociationTable | 1.3.6.1.4.1.166.6.1.1.7.2.51 | no-access |
The (conceptual) table mapping half-duplex security associations to tunnel interface indexes. Entries in this table are ephemeral, appearing and disappearing as security associations are formed and dropped. Note this table does not include IKE security associations, as these require a different indexing structure. |
|
1.3.6.1.4.1.166.6.1.1.7.2.51.1 | no-access |
The (conceptual) table entry mapping a particular security association to its tunnel interface. |
||
securityAssociationIpAddress | 1.3.6.1.4.1.166.6.1.1.7.2.51.1.1 | ipaddress | no-access |
This is the IP address identifying this security association. |
securityAssociationSPI | 1.3.6.1.4.1.166.6.1.1.7.2.51.1.2 | octet string | no-access |
This is the SPI identifying this security association. The bytes of the SPI are in network byte order. |
securityAssociationProtocol | 1.3.6.1.4.1.166.6.1.1.7.2.51.1.3 | integer | no-access |
This is the protocol id identifying this security association. The value esp(50) indicates this entry corresponds to an ESP security association. The value ah(51) indicates this entry represents an AH security association. The value sst(2233) means this entry corresponds to an SST security association. The value other(1) is used for all other kinds of security associations; this value exists to support future protocols that might use security associations. Enumeration: 'ah': 51, 'other': 1, 'esp': 50, 'sst': 2233. |
securityAssociationLocal | 1.3.6.1.4.1.166.6.1.1.7.2.51.1.4 | integer | read-only |
This object indicates the direction of the security association. The value local(1) means the security association is from the peer system to the local system, i.e., this entry's securityAssociationIpAddress is an IP address for the local system. The value remote(2) means this entry represents a security association from the local system to the peer, and its securityAssociationIpAddress is that of the peer system. Although the distinction between local and remote security associations is artificial for IKE and SST, the securityAssociationTable includes both to provide a uniform management interface for all possible security associations. Enumeration: 'local': 1, 'remote': 2. |
securityAssociationIfIndex | 1.3.6.1.4.1.166.6.1.1.7.2.51.1.5 | integer | read-only |
This object provides the ifIndex of the tunnel interface implementing this entry's security association. |
tunnelActions | 1.3.6.1.4.1.166.6.1.1.7.3 |