Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

set chassis display message

Syntax

set chassis display message "message"<permanent>

Syntax (TX Matrix Router)

set chassis display message "message" (lcc number | scc) <permanent>

Syntax (TX Matrix Plus Router)

set chassis display message “message ” (fpc-slot slot-number | lcc number |  sfc number) <permanent>

Release Information

Command introduced before Junos OS Release 7.4.

Command introduced in Junos OS Release 9.0 for EX Series switches.

sfc option for TX Matrix Plus router introduced in Junos OS Release 9.6.

Description

Display or stop a text message on the craft interface display, which is on the front of the router, or on the LCD panel display on the switch. The craft interface alternates the display of text messages with standard craft interface messages three times, switching between messages every 60 seconds.

Note: On T Series routers, when this command is executed with the permanent option, the display of the text message alternates with that of the standard craft interface message continuously every 60 seconds.

By default, on both the router and the switch, the text message is displayed for 5 minutes. The craft interface display has four 20-character lines. The LCD panel display has two 16-character lines, and text messages appear only on the second line.

Options

"message"

Message to display. On the craft interface display, if the message is longer than 20 characters, it wraps onto the next line. If a word does not fit on one line, the entire word moves down to the next line. Any portion of the message that does not fit on the display is truncated. An empty pair of quotation marks (“ ”) deletes the text message from the craft interface display. On the LCD panel display, the message is limited to 16 characters.

fpc-slot slot-number

(TX Matrix Plus routers and EX4200 and QFX Series only) On the router or switch, display the text message on the craft interface for a specific Flexible PIC Concentrator (FPC). Replace slot-number with a value from 0 through 31. On the switch, display the text message for a specific member of a Virtual Chassis, where fpc-slot slot-number corresponds to the member ID. Replace slot-number with a value from 0 through 9. On the QFX Series, the slot-number is always 0.

lcc number

(TX Matrix and TX Matrix Plus routers only) On a TX Matrix router, display the text message on the craft interface display of a specified T640 router (or line-card chassis) that is connected to the TX Matrix router. On a TX Matrix Plus router, display the text message on the craft interface display of a specified T1600 router (or line-card chassis) that is connected to the TX Matrix Plus router. Replace number with a value from 0 through 3.

permanent

(Optional) Display a text message on the craft interface display or LCD panel display permanently.

scc

(TX Matrix routers only) Display the text message on the craft interface display of the TX Matrix router (or switch-card chassis).

sfc number

(TX Matrix Plus routers only) Display the text message on the craft interface display of the TX Matrix Plus router (or switch-fabric chassis).

Required Privilege Level

clear

List of Sample Output

set chassis display message (Creating)
set chassis display message (Deleting)

Output Fields

See show chassis craft-interface for an explanation of output fields.

Sample Output

set chassis display message (Creating)

The following example shows how to set the display message and verify the result:

user@host> set chassis display message "NOC contact Dusty (888) 555-1234"
message sent 

user@host> show chassis craft-interface

Red alarm:     LED off, relay off
Yellow alarm:  LED off, relay off
Host OK LED:   On
Host fail LED: Off
FPCs     0  1  2  3  4  5  6  7
-------------------------------
Green  ..  *..  *  *.
Red    ........
LCD screen:
     +--------------------+
     |NOC contact Dusty   |
     |(888) 555-1234      |
     +--------------------+

set chassis display message (Deleting)

The following example shows how to delete the display message and verify that the message is removed:

user@host> set chassis display message ""
message sent

user@host> show chassis craft-interface
Red alarm:     LED off, relay off
Yellow alarm:  LED off, relay off
Host OK LED:   On
Host fail LED: Off
FPCs     0  1  2  3  4  5  6  7
-------------------------------
Green  ..  *..  *  *.
Red    ........
LCD screen:
     +--------------------+
     |host                |
     |Up: 0+17:05:47      |
     |                    |
     |Temperature OK      |
     +--------------------+

Published: 2013-01-30