NETGEAR-RADLAN-SECSD-MIB
31 objects
The private MIB module definition for Security Sensitive Data (SSD), contains the MIB tables and scalars to manage the access through the different management channels as CLI, WEB and others, for sensitive data as user names and passwords in system.
Imported Objects
| NETGEAR-RADLAN-MIB | rnd |
| P-BRIDGE-MIB | EnabledStatus |
| SNMPv2-SMI | OBJECT-TYPE |
| SNMPv2-TC | DisplayString RowStatus TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.4526.17.209 | IdentityrlSecSd | The private MIB module definition for Security Sensitive Data (SSD), contains the MIB tables and scalars to manage the access through the different management … | ||
| 1.3.6.1.4.1.4526.17.209.1 | TablerlSecSdRulesTable | not-accessible | current | The table holding the Security Sensitive Data access rules per: user name / user level and management channel. Allow to add/edit/remove Security Sensitive Data… |
| 1.3.6.1.4.1.4526.17.209.1.1 | RowrlSecSdRulesEntry | not-accessible | current | An entry in the rlSecSdRulesTable. |
| 1.3.6.1.4.1.4526.17.209.1.1.1 | ColumnrlSecSdRuleUser | read-write | current | Contains the Rule user type as described in RlSecSdRuleUserType. |
| 1.3.6.1.4.1.4526.17.209.1.1.2 | ColumnrlSecSdRuleUserName | read-write | current | Contains the Rule user name when rlSecSdRuleUser value is user-name, Otherwise it contains an empty string |
| 1.3.6.1.4.1.4526.17.209.1.1.3 | ColumnrlSecSdRuleChannel | read-write | current | Contains the Rule management channel type as described in RlSecSdChannelType. secure-xml-snmp and insecure-xml-snmp management channels have no include-encrypt… |
| 1.3.6.1.4.1.4526.17.209.1.1.4 | ColumnrlSecSdRuleRead | read-write | current | Contains the Rule default read access level as described in RlSecSdAccessType, must be lower or equal access from rlSecSdRulePermitRead |
| 1.3.6.1.4.1.4526.17.209.1.1.5 | ColumnrlSecSdRulePermitRead | read-write | current | Contains the Rule maximum permission access level as described in RlSecSdPermitAccessType. |
| 1.3.6.1.4.1.4526.17.209.1.1.6 | ColumnrlSecSdRuleIsDefault | read-only | current | true - Rule has created by the by the system. false - Rule has created by the user. |
| 1.3.6.1.4.1.4526.17.209.1.1.7 | ColumnrlSecSdRuleOwner | read-write | current | Contains the current Rule ownership as defined in RlSecSdRuleOwnerType. when rlSecSdRuleIsDefault is true, rlSecSdRuleOwner allowed to change default rule to u… |
| 1.3.6.1.4.1.4526.17.209.1.1.8 | ColumnrlSecSdRuleStatus | read-write | current | The status of a table entry. It is used to Add/Edit/Delete an entry from this table. |
| 1.3.6.1.4.1.4526.17.209.2 | TablerlSecSdMngSessionsTable | not-accessible | current | The table holding Security Sensitive Data management sessions. Allowing to get management channel, user name, user level. |
| 1.3.6.1.4.1.4526.17.209.2.2 | RowrlSecSdMngSessionsEntry | not-accessible | current | An entry in the rlSecSdMngSessionsTable. |
| 1.3.6.1.4.1.4526.17.209.2.2.1 | ColumnrlSecSdMngSessionId | read-only | current | Contains the Security Sensitive Data management session identifier, rlSecSdCurrentSessionId is used to get the current management session identifier |
| 1.3.6.1.4.1.4526.17.209.2.2.2 | ColumnrlSecSdMngSessionUserLevel | read-only | current | Contains the Security Sensitive Data management session user access level. |
| 1.3.6.1.4.1.4526.17.209.2.2.3 | ColumnrlSecSdMngSessionUserName | read-write | current | Contains the Security Sensitive Data management session user name. |
| 1.3.6.1.4.1.4526.17.209.2.2.4 | ColumnrlSecSdMngSessionChannel | read-only | current | Contains the Security Sensitive Data management session channel type as described in RlSecSdChannelType. |
| 1.3.6.1.4.1.4526.17.209.3 | ScalarrlSecSdSessionControl | read-write | current | Action scalar which set the default read access of Security Sensitive Data. Affect only on session which from this scalar is configured. Scalar Get value is th… |
| 1.3.6.1.4.1.4526.17.209.4 | ScalarrlSecSdCurrentSessionId | read-only | current | Get the current SSD management channel identifier, used to get information from rlSecSdMngSessionsTable. |
| 1.3.6.1.4.1.4526.17.209.5 | ScalarrlSecSdPassPhrase | read-write | current | Set the passphrase for the SSD encryptyption / decryption key. on set, passphrase is in plain text format. on get, passphrase is encrypted. |
| 1.3.6.1.4.1.4526.17.209.6 | ScalarrlSecSdFilePassphraseControl | read-write | current | File Passphrase control provides an additional level of protection on passphrase and configurations. restricted - a device restricts its passphrase from being … |
| 1.3.6.1.4.1.4526.17.209.7 | ScalarrlSecSdFileIntegrityControl | read-write | current | File integrity control provides a validation of configuration file. enable - Validate the configuration file digest when downloading the file to startup config… |
| 1.3.6.1.4.1.4526.17.209.8 | ScalarrlSecSdConfigurationFileSsdDigest | read-write | current | SSD block in configuration file integrity digest, auxiliary action scalar for internal system using during configuration download. |
| 1.3.6.1.4.1.4526.17.209.9 | ScalarrlSecSdConfigurationFileDigest | read-write | current | SSD configuration file integrity digest, auxiliary action scalar for internal system using during configuration download. |
| 1.3.6.1.4.1.4526.17.209.10 | ScalarrlSecSdFileIndicator | read-write | current | Retrieve configuration file SSD indicator. set value: configuration file name. get value: Exclude, Encrypted, Plaintext |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| RlSecSdAccessType | INTEGER { exclude(1), include-encrypted(2), include-decrypted(3) } | current | The Security Sensitive Data channels default read/write access action: exclude - Security Sensitive Data can not retrieved/set. include-encrypted - SSD can retrieved/set as encrypted only. include-decrypted - SSD can re… |
| RlSecSdChannelType | INTEGER { secure-xml-snmp(1), secure(2), insecure(3), insecure-xml-snmp(4) } | current | The Security Sensitive Data channels: secure - secure channels as console, ssh, scp, https. insecure - insecure channels as telnet, http. secure-xml-snmp - SNMPv3 with privacy or XML over https. insecure-xml-snmp - SNMP… |
| RlSecSdPermitAccessType | INTEGER { exclude(1), include-encrypted(2), include-decrypted(3), include-all(4) } | current | The Security Sensitive Data channels access permit read/write action: exclude - Security Sensitive Data can not retrieved/set. include-encrypted - SSD can retrieved/set as encrypted only. include-decrypted - SSD can ret… |
| RlSecSdRuleOwnerType | INTEGER { default(1), user(2) } | current | The Security Sensitive Data rule owner: default - default rule which is defined by the device. user - rule which is defined by user. |
| RlSecSdRuleUserType | INTEGER { user-name(1), default-user(2), level-15-users(3), all-users(4) } | current | The Security Sensitive Data channels access users. user-name - the rule is per rlSecSdRuleUserName. default-user - the rule is per the default system user name. all-users - all users which their user level permission is… |
| RlSecSdSessionAccessType | INTEGER { exclude(1), include-encrypted(2), include-decrypted(3), default(4) } | current | The Security Sensitive Data (SSD) channels access per session: exclude - Security Sensitive Data can not retrieved. include-encrypted - SSD can retrieved as encrypted only. include-decrypted - SSD can retrieved as decry… |