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.
Function | What it does | Command | Valid targets |
---|---|---|---|
Display CIN configuration table |
Displays the configuration table for the chassis
internal network. Possible return values are:
|
cin |
|
Set global CIN state | Sets the global state of CIN to enabled or disabled. |
cin -global -en
state
where state is
This command can only be run by users who have
one or more of the following command authorities:
|
|
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:
|
|
Turn all index entries on or off | Turns all CIN index entries on or off. |
cin all -en
state
where state is
This command can only be run by users who have one
or more of the following command authorities:
|
|
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:
|
|
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:
This command can only be run by users who
have one or more of the following command authorities:
|
|
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:
This command can only be run by users who have one
or more of the following command authorities:
|
|
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:
|
cin
-entry_index
-ip
ip_address
where:
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:
|
|
Specify VLAN ID for CIN entry | Set the VLAN ID for the specified CIN entry.
Note:
|
cin
-entry_index
-id
vlan_id
where:
This command can only be run by users who have
one or more of the following command authorities:
|
|
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>