MIB Viewer

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.
OIDNameAccessStatusDescription
1.3.6.1.4.1.4526.17.209IdentityrlSecSdThe 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.1TablerlSecSdRulesTablenot-accessiblecurrentThe 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.1RowrlSecSdRulesEntrynot-accessiblecurrentAn entry in the rlSecSdRulesTable.
1.3.6.1.4.1.4526.17.209.1.1.1ColumnrlSecSdRuleUserread-writecurrentContains the Rule user type as described in RlSecSdRuleUserType.
1.3.6.1.4.1.4526.17.209.1.1.2ColumnrlSecSdRuleUserNameread-writecurrentContains 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.3ColumnrlSecSdRuleChannelread-writecurrentContains 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.4ColumnrlSecSdRuleReadread-writecurrentContains 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.5ColumnrlSecSdRulePermitReadread-writecurrentContains the Rule maximum permission access level as described in RlSecSdPermitAccessType.
1.3.6.1.4.1.4526.17.209.1.1.6ColumnrlSecSdRuleIsDefaultread-onlycurrenttrue - 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.7ColumnrlSecSdRuleOwnerread-writecurrentContains 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.8ColumnrlSecSdRuleStatusread-writecurrentThe 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.2TablerlSecSdMngSessionsTablenot-accessiblecurrentThe 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.2RowrlSecSdMngSessionsEntrynot-accessiblecurrentAn entry in the rlSecSdMngSessionsTable.
1.3.6.1.4.1.4526.17.209.2.2.1ColumnrlSecSdMngSessionIdread-onlycurrentContains 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.2ColumnrlSecSdMngSessionUserLevelread-onlycurrentContains the Security Sensitive Data management session user access level.
1.3.6.1.4.1.4526.17.209.2.2.3ColumnrlSecSdMngSessionUserNameread-writecurrentContains the Security Sensitive Data management session user name.
1.3.6.1.4.1.4526.17.209.2.2.4ColumnrlSecSdMngSessionChannelread-onlycurrentContains the Security Sensitive Data management session channel type as described in RlSecSdChannelType.
1.3.6.1.4.1.4526.17.209.3ScalarrlSecSdSessionControlread-writecurrentAction 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.4ScalarrlSecSdCurrentSessionIdread-onlycurrentGet the current SSD management channel identifier, used to get information from rlSecSdMngSessionsTable.
1.3.6.1.4.1.4526.17.209.5ScalarrlSecSdPassPhraseread-writecurrentSet 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.6ScalarrlSecSdFilePassphraseControlread-writecurrentFile 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.7ScalarrlSecSdFileIntegrityControlread-writecurrentFile 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.8ScalarrlSecSdConfigurationFileSsdDigestread-writecurrentSSD 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.9ScalarrlSecSdConfigurationFileDigestread-writecurrentSSD configuration file integrity digest, auxiliary action scalar for internal system using during configuration download.
1.3.6.1.4.1.4526.17.209.10ScalarrlSecSdFileIndicatorread-writecurrentRetrieve configuration file SSD indicator. set value: configuration file name. get value: Exclude, Encrypted, Plaintext
Type Definitions
NameSyntaxStatusDescription
RlSecSdAccessTypeINTEGER { exclude(1), include-encrypted(2), include-decrypted(3) }currentThe 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…
RlSecSdChannelTypeINTEGER { secure-xml-snmp(1), secure(2), insecure(3), insecure-xml-snmp(4) }currentThe 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…
RlSecSdPermitAccessTypeINTEGER { exclude(1), include-encrypted(2), include-decrypted(3), include-all(4) }currentThe 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…
RlSecSdRuleOwnerTypeINTEGER { default(1), user(2) }currentThe Security Sensitive Data rule owner: default - default rule which is defined by the device. user - rule which is defined by user.
RlSecSdRuleUserTypeINTEGER { user-name(1), default-user(2), level-15-users(3), all-users(4) }currentThe 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…
RlSecSdSessionAccessTypeINTEGER { exclude(1), include-encrypted(2), include-decrypted(3), default(4) }currentThe 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…