You use the JCS management module CLI to configure basic system parameters on the JCS 1200 platform:
Before you configure the JCS management module, we recommend clearing any existing configurations on the JCS management module and restoring the defaults.
Clearing a configuration results in the following changes:
This is equivalent to pressing the recessed button on the front panel of the JCS management module for more than 5 seconds.
An SNMP community string is a text string that acts as a password. It is used to authenticate messages that are sent between the management station (the SNMP manager) and the device (the SNMP agent). The community string is included in every packet that is transmitted between the SNMP manager and the SNMP agent.
To clear an existing JCS management module configuration:
If you are logging on for the first time, use the default username and password:
Username: USERIDPassword: PASSW0RDThe 0 in PASSW0RD is a zero, not the letter O.
system> env —T mm[1]system:mm[1]> clear —cnfgThis example clears the configuration on mm[1] and returns the JCS management module to the factory default settings.
To configure the network interface on the JCS management module:
system:mm[1]> env —T mm[1]system:mm[1]> ifconfig —eth0 —i
192.168.171.96 —g 192.168.171.254 —s 255.255.252.0 —c
staticIn this example, Ethernet channel 0 is configured for a static IP address of 192.168.171.96 and a gateway address of 192.168.171.254. The subnet mask is 255.255.252.0.
![]() |
Note: You only need to configure the Ethernet interface on the primary management module. The backup management module will use the IP address from the primary if it becomes the primary management module. |
You must configure the Ethernet interface for both JCS switch modules (switch[1] and switch[2]) on the JCS management module.
![]() |
Note: The IP address for the JCS switch modules must be on the same subnet as the IP address for the JCS management module. |
To configure the JCS switch module Ethernet interface on the JCS management module:
system> env —T switch[1]system:switch[1]> ifconfig —i
192.168.171.98 —g 192.168.171.254 —s 255.255.252.0 —em
enabled —ep enabledIn this example, the Ethernet interface for JCS switch module 1 is configured for an IP address of 192.168.171.98 and a gateway address of 192.168.171.254. The subnet mask is 255.255.252.0. The external ports (ep) of the switch module are enabled.
system> env —T switch[2]system:switch[2]> ifconfig —i
192.168.171.99 —g 192.168.171.254 —s 255.255.252.0 —em
enabled —ep enabledIn this example, the Ethernet interface for JCS switch module 2 is configured for an IP address of 192.168.171.99 and a gateway address of 192.168.171.254. The subnet mask is 255.255.252.0. The external ports (ep) of the switch module are enabled.
You configure user accounts on the JCS management module to control access to the module. The JCS 1200 platform supports the following types of security roles for user accounts:
This role has full read and write access to the JCS 1200 platform. Users can configure the JCS management module, the JCS switch module, and Routing Engines (blades) on the JCS 1200 platform. You must configure at least one user to have a Supervisor role.
This role has read-only access to the JCS. Users can view the configuration of the JCS management module, the JCS switch module, and the JCS Routing Engines. They can monitor JCS operations, but they cannot change the JCS configuration.
You can add up to 12 users to the JCS management module. Each user you add must be assigned a unique number (1 through 12).
To configure user accounts:
system> env —T mm[1]system:mm[1]> users -2 —n chang
—p SPASS1 —a supersystem:mm[1]> users —3 —n markham —p OPASS1 —a operatorIn these examples, User 2 is configured with a username (chang) and a password (SPASS1). User 2 has Supervisor access (full read/write). User 3 is configured with a username (markham) and a password (OPASS1). User 2 has Operator access (read-only).
To synchronize the JCS 1200 platform with other servers on the network, you must configure a Network Time Protocol (NTP) server.
To configure an NTP server:
system> env —T mm[1]system:mm[1]> ntp —i 172.17.28.5
—f 60 —en enabledIn this example, the IP address of the NTP server is 172.17.28.5, the JCS management module clock is updated by the NTP server every 60 minutes, and NTP is enabled.
To configure the time zone on the JCS management module:
system> env —T mm[1]system:mm[1]> clock —g —8
—dst ucIn this example, the clock is configured for 8 hours earlier than UTC (GMT) (-g -8), and daylight saving time for the USA and Canada (-dst uc) is set.
JCS management module configuration should include the system name of the JCS 1200 platform (to identify the JCS 1200 platform on the network), the physical location of the JCS 1200 platform, and a contact person for the JCS 1200 platform. Typically, the contact is someone who has Supervisor access to the JCS 1200 platform.
To configure the system name, location, and contact information for the JCS management module:
system> env —T mm[1]system:mm[1]> config -name system5 -contact
“George Chang email=chang@corp.net phone=x2368” —loc
“Software Lab, Main Campus, Building 12”In this example, the system name is system5. This name identifies the JCS on the network, appears in monitoring command output, and so on. The contact information is for George Chang and the location is Software Lab.