STN-IKE-MIB

File: STN-IKE-MIB.mib (10963 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SPRING-TIDE-NETWORKS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 TimeStamp MODULE-COMPLIANCE
stnSystems

Defined Types

StnIkePreferenceEntry  
SEQUENCE    
  stnIkePrefPeerAddress IpAddress
  stnIkePrefTransform Integer32
  stnIkePrefPeerPort Integer32
  stnIkePrefHash INTEGER
  stnIkePrefEncryption INTEGER
  stnIkePrefAuthentication INTEGER
  stnIkePrefDHGroup Integer32
  stnIkePrefMode INTEGER
  stnIkePrefLifeTime TimeStamp
  stnIkePrefLifeBytes Integer32
  stnIkePrefCertAlias OCTET STRING
  stnIkePrefServiceName OCTET STRING

StnIkeSharedSecretEntry  
SEQUENCE    
  stnIkeSSPeerAddress IpAddress
  stnIkeSSSecret OCTET STRING

StnIkeCertificateEntry  
SEQUENCE    
  stnIkeCertificateIndex Integer32
  stnIkeCertificateType INTEGER
  stnIkeCertificateAlias OCTET STRING
  stnIkeCertificateDN OCTET STRING
  stnIkeCertificateAltName OCTET STRING
  stnIkeCertificateIssuer OCTET STRING

Defined Values

stnIKE 1.3.6.1.4.1.3551.2.8
Initial version of this MIB module.
MODULE-IDENTITY    

stnIkeObjects 1.3.6.1.4.1.3551.2.8.1
OBJECT IDENTIFIER    

stnIkeMibConformance 1.3.6.1.4.1.3551.2.8.2
OBJECT IDENTIFIER    

stnIkePreferences 1.3.6.1.4.1.3551.2.8.1.1
OBJECT IDENTIFIER    

stnIkeSharedSecrets 1.3.6.1.4.1.3551.2.8.1.2
OBJECT IDENTIFIER    

stnIkeCertificates 1.3.6.1.4.1.3551.2.8.1.3
OBJECT IDENTIFIER    

stnIkePreferenceTable 1.3.6.1.4.1.3551.2.8.1.1.1
A list of IKE Preference entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnIkePreferenceEntry

stnIkePreferenceEntry 1.3.6.1.4.1.3551.2.8.1.1.1.1
Entry contains information about a particular IKE preference.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnIkePreferenceEntry  

stnIkePrefPeerAddress 1.3.6.1.4.1.3551.2.8.1.1.1.1.1
Remote IP address
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnIkePrefTransform 1.3.6.1.4.1.3551.2.8.1.1.1.1.2
Preference number
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnIkePrefPeerPort 1.3.6.1.4.1.3551.2.8.1.1.1.1.3
Remote UDP port number
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnIkePrefHash 1.3.6.1.4.1.3551.2.8.1.1.1.1.4
Hash algorithm
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER hmac-md5(1), hmac-sha(2)  

stnIkePrefEncryption 1.3.6.1.4.1.3551.2.8.1.1.1.1.5
Encryption Alogrithm
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER des-cbc(1), idea-cbc(2), blowfish-cbc(3), rc5-r16-b64-cbc(4), des3-cbc(5)  

stnIkePrefAuthentication 1.3.6.1.4.1.3551.2.8.1.1.1.1.6
Authentication Method
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER shared(1), dss-sig(2), rsa-sig(3), rsa-enc(4)  

stnIkePrefDHGroup 1.3.6.1.4.1.3551.2.8.1.1.1.1.7
Diffie-Hellman group
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnIkePrefMode 1.3.6.1.4.1.3551.2.8.1.1.1.1.8
Mode of Phase 1 negotiations
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER main(2), aggressive(4)  

stnIkePrefLifeTime 1.3.6.1.4.1.3551.2.8.1.1.1.1.9
Lifetime in minutes
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

stnIkePrefLifeBytes 1.3.6.1.4.1.3551.2.8.1.1.1.1.10
Lifetime in kilobytes
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnIkePrefCertAlias 1.3.6.1.4.1.3551.2.8.1.1.1.1.11
Alias of certificate to use
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

stnIkePrefServiceName 1.3.6.1.4.1.3551.2.8.1.1.1.1.12
Service name for IKE session
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

stnIkeSharedSecretTable 1.3.6.1.4.1.3551.2.8.1.2.1
A list of IKE Shared Secret entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnIkeSharedSecretEntry

stnIkeSharedSecretEntry 1.3.6.1.4.1.3551.2.8.1.2.1.1
Entry contains information about a particular IKE shared secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnIkeSharedSecretEntry  

stnIkeSSPeerAddress 1.3.6.1.4.1.3551.2.8.1.2.1.1.1
Remote IP address
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnIkeSSSecret 1.3.6.1.4.1.3551.2.8.1.2.1.1.2
Shared secret
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

stnIkeCertificateTable 1.3.6.1.4.1.3551.2.8.1.3.1
A list of certificates currently in the IKE certificate cache
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnIkeCertificateEntry

stnIkeCertificateEntry 1.3.6.1.4.1.3551.2.8.1.3.1.1
Entry contains information about a particular IKE certificate.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnIkeCertificateEntry  

stnIkeCertificateIndex 1.3.6.1.4.1.3551.2.8.1.3.1.1.1
Index in certificate cache
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnIkeCertificateType 1.3.6.1.4.1.3551.2.8.1.3.1.1.2
Type of certificate
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER mine(1), root(2), crl(3)  

stnIkeCertificateAlias 1.3.6.1.4.1.3551.2.8.1.3.1.1.3
Certificate alias
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

stnIkeCertificateDN 1.3.6.1.4.1.3551.2.8.1.3.1.1.4
Certificate distinguished name
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

stnIkeCertificateAltName 1.3.6.1.4.1.3551.2.8.1.3.1.1.5
Certificate alternative name
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

stnIkeCertificateIssuer 1.3.6.1.4.1.3551.2.8.1.3.1.1.6
Certificate issuer
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)