cinstatus command

This command displays a table listing the VLAN ID, the IP address, the MAC address, and the status of each chassis internal network (CIN) connection.

If command syntax is not correctly entered, or if a command fails to run, an error message is returned. See Common errors for a list of error messages that apply to all commands or cinstatus command errors for a list of error messages that are specific to the cinstatus command.

Table 1. cinstatus command.

The command table is a multi-row, four-column table where each row describes a CMM CLI command option: column one lists command function, column two provides a detailed command description, column three shows command-option syntax, and column four lists valid command targets.

Function What it does Command Target (see paths in Command targets)
Display entries of the CIN status table Reads entries of the CIN status table, five at a time. Each entry of the table returns:
  • CIN VLAN ID
  • CIN IP address
  • CIN MAC address
  • CIN status text
Note: An asterisk ( * ) shown next to an IP address indicates that it is a learned value.
cinstatus
Flex System Enterprise Chassis:
  • system
Display status of first five CIN entries Displays the first five entries of the CIN status table. cinstatus -f
Flex System Enterprise Chassis:
  • system
Display entire CIN status table

Displays all the entries in the CIN status table.

cinstatus -a
Flex System Enterprise Chassis:
  • system
Note: An asterisk * next to an IP address indicates a learned entry.

Example:

To display five entries of the CIN status table, while the Flex System Enterprise Chassis is set as the persistent environment, at the system> prompt, type
cinstatus

The following example shows the information that is returned from this command

system> cinstatus
    Note: * next to IP address indicates a learned entry

    VLAN IP Address        MAC Address        Status
    ---- ----------------  ------------------ --------------------
 1. 4094 0.0.0.1                              Not Operational
 2. 4094 0.0.0.2                              Not Operational
 3. 4    0.0.0.0                              Operational
 4. 4093 0.0.0.1                              Not Operational
 5. 4094 0.0.0.0                              Operational

 Last entry reached
system>