SL-SECU-MIB
27 objects
This security module. This mib is used to configure the firewall.
Imported Objects
| IF-MIB | InterfaceIndex |
| SL-MAIN-MIB | slMain |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Integer32 IpAddress MODULE-IDENTITY OBJECT-TYPE transmission |
| SNMPv2-TC | DateAndTime DisplayString RowStatus TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.4515.1.3.24 | IdentityslSecuMib | This security module. This mib is used to configure the firewall. | ||
| 1.3.6.1.4.1.4515.1.3.24.1 | NodeslSecuGen | |||
| 1.3.6.1.4.1.4515.1.3.24.1.1 | ScalarslSecuFirewallEnable | read-write | current | General Enable/Disable of the firewall operation. |
| 1.3.6.1.4.1.4515.1.3.24.2 | NodeslSecuSelect | |||
| 1.3.6.1.4.1.4515.1.3.24.2.1 | TableslSecuSelectTable | not-accessible | current | The security protocol selection table. |
| 1.3.6.1.4.1.4515.1.3.24.2.1.1 | RowslSecuSelectEntry | not-accessible | current | An entry in the security selection table. |
| 1.3.6.1.4.1.4515.1.3.24.2.1.1.1 | ColumnslSecuSelectType | not-accessible | current | The secutity protocol type |
| 1.3.6.1.4.1.4515.1.3.24.2.1.1.2 | ColumnslSecuSelectPort | read-only | current | The corresponding port number of the protocol. Port number 0 is used when not applicable/available. |
| 1.3.6.1.4.1.4515.1.3.24.2.1.1.3 | ColumnslSecuSelectEnable | read-write | current | True - Enables the firewall for the corresponding protocol. False - Dsables the firewall for the corresponding protocol. When enabled the firewall blocks the p… |
| 1.3.6.1.4.1.4515.1.3.24.3 | NodeslSecuWl | |||
| 1.3.6.1.4.1.4515.1.3.24.3.1 | TableslSecuWlTable | not-accessible | current | This white list table. |
| 1.3.6.1.4.1.4515.1.3.24.3.1.1 | RowslSecuWlEntry | not-accessible | current | A particular IP address. |
| 1.3.6.1.4.1.4515.1.3.24.3.1.1.1 | ColumnslSecuWlIp | read-only | current | The IP address to allow |
| 1.3.6.1.4.1.4515.1.3.24.3.1.1.2 | ColumnslSecuWlMask | read-only | current | Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the slSecuWlIp field. |
| 1.3.6.1.4.1.4515.1.3.24.3.1.1.3 | ColumnslSecuWlStatus | read-create | current | The row status variable, used according to row installation and removal conventions. |
| 1.3.6.1.4.1.4515.1.3.24.4 | NodeslSecuEncryption | |||
| 1.3.6.1.4.1.4515.1.3.24.4.1 | TableslSecuEncryptionTable | not-accessible | current | The encryption table. This table has an entry per transponder. |
| 1.3.6.1.4.1.4515.1.3.24.4.1.1 | RowslSecuEncryptionEntry | not-accessible | current | This entry is used to control the necryption per transponder. |
| 1.3.6.1.4.1.4515.1.3.24.4.1.1.1 | ColumnslSecuEncryptionIfIndex | read-only | current | The Interface Index of the uplink port. |
| 1.3.6.1.4.1.4515.1.3.24.4.1.1.2 | ColumnslSecuEncryptionEnable | read-write | current | Enable/Disable the encryption on this uplink. |
| 1.3.6.1.4.1.4515.1.3.24.4.1.1.3 | ColumnslSecuEncryptionStatus | read-only | current | The state of the encryption finite state machine. |
| 1.3.6.1.4.1.4515.1.3.24.4.1.1.4 | ColumnslSecuEncryptionForceInit | read-write | current | Writing this valiable forces init to the encryption state machine. |
| 1.3.6.1.4.1.4515.1.3.24.4.1.1.5 | ColumnslSecuEncryptionPreShared | read-write | current | The pre-shared secret. Either the pre-shared key, or the shared secret to avoid Mitm when using DH public key exchange. |
| 1.3.6.1.4.1.4515.1.3.24.4.1.1.6 | ColumnslSecuEncryptionKeyExchangePeriod | read-write | current | The Key Exchage Period, specified in minutes. The value 0 means to perform the key exchange only once at link establishment. |
| 1.3.6.1.4.1.4515.1.3.24.4.1.1.7 | ColumnslSecuEncryptionLock | read-write | current | Lock/Unlock the encrypted service for this uplink. |
| 1.3.6.1.4.1.4515.1.3.24.4.1.1.8 | ColumnslSecuEncryptionProtectedStatus | read-only | current | The protected port state of the encryption finite state machine. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| SlSecuType | INTEGER { telnet(1), ssh(2), http(3), https(4), icmp(5), snmp(6), ftp(7), tftp(8), tl1(9), tl1ssh(10), wl(11), snmpovertcp(12), sftp(13) } | current | 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… |