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.

Table 1. cinstatus command
Function What it does Command Valid 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
cinstatus
                           -T system
                        
Display status of first five CIN entries Displays the first five entries of the CIN status table. cinstatus -f
                           -T system
                        
Display entire CIN status table

Displays all the entries in the CIN status table.

cinstatus -a
                           -T 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 BladeCenter unit 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>