SL-SECU-MIB

File: SL-SECU-MIB.mib (7554 bytes)

Imported modules

SNMPv2-SMI IF-MIB SNMPv2-TC
SNMPv2-CONF SL-MAIN-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
transmission IpAddress InterfaceIndex
DisplayString TruthValue RowStatus
DateAndTime MODULE-COMPLIANCE OBJECT-GROUP
slMain

Defined Types

SlSecuType  
The security protocol types: Telnet - CLI SSH - Secured Telnet HTTP - Hyper Text HTTPS - Secured HTTP ICMP - Ping SNMP - Simple Network Management (only 161 is supported) FTP - File Transfer TFTP - Trivial FTP TL1 - TL1 over Telnet TL1SSH - TL1 over SSH WL - White list (port number is 0)
TEXTUAL-CONVENTION    
  INTEGER telnet(1), ssh(2), http(3), https(4), icmp(5), snmp(6), ftp(7), tftp(8), tl1(9), tl1ssh(10), wl(11)  

SlSecuSelectEntry  
SEQUENCE    
  slSecuSelectType SlSecuType
  slSecuSelectPort INTEGER
  slSecuSelectEnable TruthValue

SlSecuWlEntry  
SEQUENCE    
  slSecuWlIp IpAddress
  slSecuWlMask IpAddress
  slSecuWlStatus RowStatus

SlSecuEncryptionEntry  
SEQUENCE    
  slSecuEncryptionIfIndex InterfaceIndex
  slSecuEncryptionEnable TruthValue
  slSecuEncryptionStatus INTEGER
  slSecuEncryptionForceInit INTEGER
  slSecuEncryptionPreShared DisplayString
  slSecuEncryptionKeyExchangePeriod INTEGER

Defined Values

slSecuMib 1.3.6.1.4.1.4515.1.3.24
This security module. This mib is used to configure the firewall.
MODULE-IDENTITY    

slSecuGen 1.3.6.1.4.1.4515.1.3.24.1
OBJECT IDENTIFIER    

slSecuSelect 1.3.6.1.4.1.4515.1.3.24.2
OBJECT IDENTIFIER    

slSecuWl 1.3.6.1.4.1.4515.1.3.24.3
OBJECT IDENTIFIER    

slSecuEncryption 1.3.6.1.4.1.4515.1.3.24.4
OBJECT IDENTIFIER    

slSecuFirewallEnable 1.3.6.1.4.1.4515.1.3.24.1.1
General Enable/Disable of the firewall operation.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

slSecuSelectTable 1.3.6.1.4.1.4515.1.3.24.2.1
The security protocol selection table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlSecuSelectEntry

slSecuSelectEntry 1.3.6.1.4.1.4515.1.3.24.2.1.1
An entry in the security selection table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlSecuSelectEntry  

slSecuSelectType 1.3.6.1.4.1.4515.1.3.24.2.1.1.1
The secutity protocol type
Status: current Access: not-accessible
OBJECT-TYPE    
  SlSecuType  

slSecuSelectPort 1.3.6.1.4.1.4515.1.3.24.2.1.1.2
The corresponding port number of the protocol. Port number 0 is used when not applicable/available.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

slSecuSelectEnable 1.3.6.1.4.1.4515.1.3.24.2.1.1.3
True - Enables the firewall for the corresponding protocol. False - Dsables the firewall for the corresponding protocol. When enabled the firewall blocks the protocol.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

slSecuWlTable 1.3.6.1.4.1.4515.1.3.24.3.1
This white list table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlSecuWlEntry

slSecuWlEntry 1.3.6.1.4.1.4515.1.3.24.3.1.1
A particular IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlSecuWlEntry  

slSecuWlIp 1.3.6.1.4.1.4515.1.3.24.3.1.1.1
The IP address to allow
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

slSecuWlMask 1.3.6.1.4.1.4515.1.3.24.3.1.1.2
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the slSecuWlIp field.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

slSecuWlStatus 1.3.6.1.4.1.4515.1.3.24.3.1.1.3
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slSecuEncryptionTable 1.3.6.1.4.1.4515.1.3.24.4.1
The encryption table. This table has an entry per transponder.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlSecuEncryptionEntry

slSecuEncryptionEntry 1.3.6.1.4.1.4515.1.3.24.4.1.1
This entry is used to control the necryption per transponder.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlSecuEncryptionEntry  

slSecuEncryptionIfIndex 1.3.6.1.4.1.4515.1.3.24.4.1.1.1
The Interface Index of the uplink port.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

slSecuEncryptionEnable 1.3.6.1.4.1.4515.1.3.24.4.1.1.2
Enable/Disable the encryption on this uplink.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

slSecuEncryptionStatus 1.3.6.1.4.1.4515.1.3.24.4.1.1.3
The state of the encryption finite state machine.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER init(1), exchange(2), kdf(3), active(4)  

slSecuEncryptionForceInit 1.3.6.1.4.1.4515.1.3.24.4.1.1.4
Writing this valiable forces init to the encryption state machine.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

slSecuEncryptionPreShared 1.3.6.1.4.1.4515.1.3.24.4.1.1.5
The pre-shared secret. Either the pre-shared key, or the shared secret to avoid Mitm when using DH public key exchange.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

slSecuEncryptionKeyExchangePeriod 1.3.6.1.4.1.4515.1.3.24.4.1.1.6
The Key Exchage Period, specified in minutes. The value 0 means to perform the key exchange only once at link establishment.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER