MIB Viewer

NETGEAR-RADLAN-BANNER-MIB

13 objects
The private MIB module definition for Banner displays messages in Marvell switching devices. Banner allows users to configure display messages which are displayed on various authentication events. Banner Messages can hold dynamic data such as $(hostname) or $(domain) etc, and display instructions such as: bold, inverse, or blink. Banner Messages can be displayed or hidden with respect to the connection type: via Telnet, SSH or the Console.
OIDNameAccessStatusDescription
1.3.6.1.4.1.4526.17.133IdentityrlBannerThe private MIB module definition for Banner displays messages in Marvell switching devices. Banner allows users to configure display messages which are displa…
1.3.6.1.4.1.4526.17.133.1TablerlBannerMessageTablenot-accessiblecurrentThe table listing the Banner content.
1.3.6.1.4.1.4526.17.133.1.1RowrlBannerMessageEntrynot-accessiblecurrentAn entry in the rlBannerMessageTable.
1.3.6.1.4.1.4526.17.133.1.1.1ColumnrlBannerMessageTypenot-accessiblecurrentThis variable identifies the Banner type. There are three types: MOTD, Login and Exec.
1.3.6.1.4.1.4526.17.133.1.1.2ColumnrlBannerMessageIndexnot-accessiblecurrentThis variable identifies a Banner string section in the Banner content. The Banner content is limited to 2000 characters. Content is divided into 13 indexed se…
1.3.6.1.4.1.4526.17.133.1.1.3ColumnrlBannerMessageTextread-writecurrentThis variable identifies the MIB which holds a section of the Banner content in the table.
1.3.6.1.4.1.4526.17.133.2TablerlBannerManageTablenot-accessiblecurrentThe table listing specifying for each connection type which Banner should, or should not be displayed.
1.3.6.1.4.1.4526.17.133.2.1RowrlBannerManageEntrynot-accessiblecurrentAn entry in the rlBannerManageTable.
1.3.6.1.4.1.4526.17.133.2.1.1ColumnrlBannerManageSSHread-writecurrentThis variable specifies whether the banner type specified in the key should or should not be displayed when a user accesses the device via SSH.
1.3.6.1.4.1.4526.17.133.2.1.2ColumnrlBannerManageTelnetread-writecurrentThis variable specifies whether the banner type specified in the key should or should not be displayed when a user accesses the device via Telnet.
1.3.6.1.4.1.4526.17.133.2.1.3ColumnrlBannerManageConsoleread-writecurrentThis variable specifies whether the banner type specified in the key should or should not be displayed when a user accesses the device via Console.
1.3.6.1.4.1.4526.17.133.3ScalarrlBannerMessageClearread-writecurrentThis value, when set, clears the selected Banner type. Clearing the Banner type means that the related entry from rlBannerMessageTable is removed.
Type Definitions
NameSyntaxStatusDescription
BannerMessageTypeINTEGER { rlBannerMOTD(1), rlBannerLogin(2), rlBannerExec(3) }currentBanner message type.