The JCS 1200 software includes the following concepts and components:
The JCS management module command-line interface (CLI) is the software interface you use to access and configure the Juniper Networks Control System (JCS). You can access the JCS management module CLI through a local connection to the serial port on the JCS management module. Or, you can access the CLI from a remote network management station on the network through the console (Ethernet) connector.
The JCS management module CLI is a straightforward command interface. You type commands on a single line, and commands are executed when you press the Enter key. The CLI provides command help and command history.
Unlike the JUNOS CLI, in which configuration commands you enter are stored in a candidate configuration and the changes you add are not activated until you commit the configuration, configuration commands you enter with the JCS management module CLI are activated as soon as you enter the command.
General information about JCS CLI commands includes:
command -option parameter
An option is a single-letter code or word that refines the behavior of a command in some predetermined way. A parameter, also known as a command-line argument, is a filename or other data that is provided to a command. Some commands do not require options, and some commands do not require parameters.
snmp -cn “John Markham”
mt -T system
Displays the Routing Engine (blade) that currently controls (owns) the media tray.
mt -T system –b 6
Configures the Routing Engine (blade) in slot 6 to control the media tray.
To log in to the JCS management module for the first time, use the default username and password:
Username: USERID
Password: PASSW0RD
The 0 in PASSW0RD is a zero, not the letter O.
When you have created user accounts, you can log in as a specific user.
The JCS management module CLI includes a help command you can use to get a list of available commands or to get help on individual commands.
system> help
? – Display commands accseccfg — View/edit account security config advfailover — View/edit advanced failover mode alarm — Manage Telco System Management alarm(s) alertcfg — Displays/Configures the global remote alert systems alertentries — View/edit remote alarm recipients baydata — View/edit Blade Bay Data string ...
system> clock -help
usage: clock [-options] options: -d - date (mm/dd/yyyy) -t - time (hh:mm:ss) -g - GMT offset -dst - daylight savings time (on|off|special case) For a GMT offset of +2:00, use one of the following values for dst: ee - Eastern Europe gtb - Great Britain egt - Egypt fle - Finland off For a GMT offset of +10:00, use one of the following values for dst: ea - Eastern Australia tas - Tasmania vlad - Vladivostok off For a GMT offset in set {-9:00, -8:00, -7:00, -6:00, -5:00}, use one of the following values for dst: uc - USA and Canada other - Other locations off For a GMT offset of -4:00, use one of the following values for dst: can - Canada other - Other locations off
system> clock -h
system> clock ?
Table 7 shows syntax conventions used in help command output.
Table 7: Syntax Conventions for JCS Management Module CLI Help
Item |
Description |
---|---|
[ ] |
Used for indexing (by slot (bay) number) |
< > |
Denotes a variable |
{ } |
Denotes an optional argument |
| |
Denotes a choice |
You can use the JCS management module CLI to direct commands to the management module or other devices installed in the JCS chassis. The device where the command takes effect is called the command target. By default, the command target is system (the JCS chassis).
system> env -T mm[1]
OK system:mm[1]>
The command prompt changes to system:mm[1] to indicate the command target. Unless otherwise directed, all commands you enter apply to the target shown by the prompt.
system:mm[1]: env -T system
OK system>
-T system:mm[1]
Table 8 lists command targets you typically use to configure and monitor the JCS 1200 platform.
Table 8: Target Paths for JCS Modules
![]() |
Note: Additional target paths are available in the JCS management module CLI. |
The JCS switch module includes a menu-based interface that runs on the JCS 1200 platform. However, instead of using menus to configure the switch, Juniper Networks provides a script you can use for configuring the switch.