CISCOSB-BANNER-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCOSB-BANNER-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
rlBanner | 1.3.6.1.4.1.9.6.1.101.133 |
The private MIB module definition for Banner displays messages in Cisco 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. |
||
rlBannerMessageTable | 1.3.6.1.4.1.9.6.1.101.133.1 | no-access |
The table listing the Banner content. |
|
1.3.6.1.4.1.9.6.1.101.133.1.1 | no-access |
An entry in the rlBannerMessageTable. |
||
rlBannerMessageType | 1.3.6.1.4.1.9.6.1.101.133.1.1.1 | bannermessagetype | no-access |
This variable identifies the Banner type. There are three types: MOTD, Login and Exec. |
rlBannerMessageIndex | 1.3.6.1.4.1.9.6.1.101.133.1.1.2 | integer | no-access |
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. |
rlBannerMessageText | 1.3.6.1.4.1.9.6.1.101.133.1.1.3 | snmpadminstring | read-write |
This variable identifies the MIB which holds a section of the Banner content in the table. |
rlBannerManageTable | 1.3.6.1.4.1.9.6.1.101.133.2 | no-access |
The table listing specifying for each connection type which Banner should, or should not be displayed. |
|
1.3.6.1.4.1.9.6.1.101.133.2.1 | no-access |
An entry in the rlBannerManageTable. |
||
rlBannerManageSSH | 1.3.6.1.4.1.9.6.1.101.133.2.1.1 | enabledstatus | read-write |
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. |
rlBannerManageTelnet | 1.3.6.1.4.1.9.6.1.101.133.2.1.2 | enabledstatus | read-write |
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. |
rlBannerManageConsole | 1.3.6.1.4.1.9.6.1.101.133.2.1.3 | enabledstatus | read-write |
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. |
rlBannerMessageClear | 1.3.6.1.4.1.9.6.1.101.133.3 | bannermessagetype | read-write |
This value, when set, clears the selected Banner type. Clearing the Banner type means that the related entry from rlBannerMessageTable is removed. |