cin command

This command can be used to view and configure the chassis internal network for up to 14 supported chassis internal network (CIN) configurations, globally, or for specified entries. You can define a CIN by creating a pool of VLAN (virtual local area network) ID/IP address pairs, each of which is a CIN entry.

Table 1. cin command
Function What it does Command Valid targets

Display CIN configuration table

Displays the configuration table for the chassis internal network. Possible return values are:
  • Global CIN enabled or disabled status
  • CIN index
    • VLAN ID
    • IP address
    • index entry enabled or disabled status
cin
                           -T system
                        
Set global CIN state Sets the global state of CIN to enabled or disabled. cin -global -en state
where state is
  • on
  • off
This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Chassis account management and chassis configuration
See Commands and user authority for additional information.
                           -T system
                        
Clear all CIN configuration entries Deletes all CIN configuration entries. cin all -clear
This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Chassis account management and chassis configuration
See Commands and user authority for additional information.
                           -T system
                        
Turn all index entries on or off Turns all CIN index entries on or off. cin all -en state

where state is

  • on
  • off
This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Chassis account management and chassis configuration
See Commands and user authority for additional information.
                           -T system
                        
Delete CIN configuration entry

Deletes the specified CIN configuration entry.

cin -entry_index -clear

where entry_index is a number between 1 and 14 (inclusive).

This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Chassis account management and chassis configuration
See Commands and user authority for additional information.
                           -T system
                        
Set CIN configuration entry to enable or disable Enables or disables a CIN configuration entry.

If you enable or disable a non-existent entry, the action is ignored and no error message is returned.

cin -entry_index -en state where:
  • entry_index is a number between 1 and 14, and
  • state is
    • on
    • off

This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Chassis account management and chassis configuration
See Commands and user authority for additional information.
                           -T system
                        
Create a CIN configuration entry Creates a CIN index entry.
If the CIN index is currently empty, both -id and -ip must be specified.
Note: The VLAN ID must be different from that of the blade server management module.
cin -entry_index -id vlan_id -ip ip_address

where:

  • entry_index is a number between 1 and 14,
  • vlan_id is a VLAN ID number between 3 and 4094 (inclusive),
  • ip_address is a valid IP address.
This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Chassis account management and chassis configuration
See Commands and user authority for additional information.
                           -T system
                        
Specify valid IP address for CIN index entry Specifies the IP address of the CIN index entry. The CIN IP address must be a valid IP address. An error is displayed if the IP address is invalid.
Note:
  • If the index is not empty, the IP address can be specified separately.
  • CIN entries cannot have matching IP addresses unless they are 0.0.0.0. and have different VLAN IDs.
  • If the CIN IP address is 0.0.0.0, the blade server IP address for CIN which is configured in the blade server operating system cannot be in the same subnet as that of the advanced management module.
  • The IP address cannot be multi-cast and cannot match the IP address of the management module.
cin -entry_index -ip ip_address
where:
  • entry_index is a number between 1 and 14
  • ip_address is a valid IP address.

You can overwrite parameters of an existing definition; for example, cin -1 -ip 0.0.0.0 overwrites the current CIN IP address of the first cin entry. If the entry does not exist, an error is returned.

This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Chassis account management and chassis configuration
See Commands and user authority for additional information.
                           -T system
                        
Specify VLAN ID for CIN entry Set the VLAN ID for the specified CIN entry.
Note:
  • If the index is not empty, the ID can be specified separately.
  • The VLAN ID must be different from that of the management module.
cin -entry_index -id vlan_id
where:
  • entry_index is a number between 1 and 14
  • vlan_id is a number between 3 and 4094 (inclusive).
This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Chassis account management and chassis configuration
See Commands and user authority for additional information.
                           -T system
                        

Example:

To view chassis internal network information for the management module, while this management module is set at the persistent command environment, at the system> prompt, type
               cin
            

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

               system> cin
 -global -en off

Index 1
 -id 11
 -ip 11.1.1.1
 -en on

Index 2
 -id 12
 -ip 22.1.1.1
 -en on

Index 3
 not used

Index 4
 not used

Index 5
 not used

Index 6
 not used

Index 7
 not used

Index 8
 not used

Index 9
 not used

Index 10
 not used

Index 11
 not used

Index 12
 -id 123
 -ip 23.1.1.1
 -en on

Index 13
 not used

Index 14
 not used
system>