RADLAN-BANNER-MIB

File: RADLAN-BANNER-MIB.mib (6617 bytes)

Imported modules

RADLAN-MIB SNMPv2-TC SNMP-FRAMEWORK-MIB
P-BRIDGE-MIB SNMPv2-SMI

Imported symbols

rnd TEXTUAL-CONVENTION RowStatus
SnmpAdminString EnabledStatus OBJECT-TYPE

Defined Types

BannerMessageType  
Banner message type.
TEXTUAL-CONVENTION    
  INTEGER rlBannerMOTD(1), rlBannerLogin(2), rlBannerExec(3)  

RlBannerMessageEntry  
SEQUENCE    
  rlBannerMessageType BannerMessageType
  rlBannerMessageIndex INTEGER 1..13
  rlBannerMessageText SnmpAdminString

RlBannerManageEntry  
SEQUENCE    
  rlBannerManageSSH EnabledStatus
  rlBannerManageTelnet EnabledStatus
  rlBannerManageConsole EnabledStatus

Defined Values

rlBanner 1.3.6.1.4.1.89.133
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.
MODULE-IDENTITY    

rlBannerMessageTable 1.3.6.1.4.1.89.133.1
The table listing the Banner content.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlBannerMessageEntry

rlBannerMessageEntry 1.3.6.1.4.1.89.133.1.1
An entry in the rlBannerMessageTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlBannerMessageEntry  

rlBannerMessageType 1.3.6.1.4.1.89.133.1.1.1
This variable identifies the Banner type. There are three types: MOTD, Login and Exec.
Status: current Access: not-accessible
OBJECT-TYPE    
  BannerMessageType  

rlBannerMessageIndex 1.3.6.1.4.1.89.133.1.1.2
This variable identifies a Banner string section in the Banner content. The Banner content is limited to 2000 characters. Content is divided into 13 indexed sections. Each section contains 160 octets, except the last used section which can contain less than 160 octets. Once a section of the Banner string contains 160 octets of data, the user can write to the next index. Overwriting is not supported. To delete all Banner content, use the rlBannerMessageClear MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..13  

rlBannerMessageText 1.3.6.1.4.1.89.133.1.1.3
This variable identifies the MIB which holds a section of the Banner content in the table.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

rlBannerManageTable 1.3.6.1.4.1.89.133.2
The table listing specifying for each connection type which Banner should, or should not be displayed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlBannerManageEntry

rlBannerManageEntry 1.3.6.1.4.1.89.133.2.1
An entry in the rlBannerManageTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlBannerManageEntry  

rlBannerManageSSH 1.3.6.1.4.1.89.133.2.1.1
This variable specifies whether the banner type specified in the key should or should not be displayed when a user accesses the device via SSH.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

rlBannerManageTelnet 1.3.6.1.4.1.89.133.2.1.2
This variable specifies whether the banner type specified in the key should or should not be displayed when a user accesses the device via Telnet.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

rlBannerManageConsole 1.3.6.1.4.1.89.133.2.1.3
This variable specifies whether the banner type specified in the key should or should not be displayed when a user accesses the device via Console.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

rlBannerMessageClear 1.3.6.1.4.1.89.133.3
This value, when set, clears the selected Banner type. Clearing the Banner type means that the related entry from rlBannerMessageTable is removed.
Status: current Access: read-write
OBJECT-TYPE    
  BannerMessageType