uplink command
This command displays and configures the CMM uplink failover feature. If the external network interface of the primary CMM fails, this feature forces a failover to the standby CMM, if one is installed.
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 uplink command errors for a list of error messages that are specific to the uplink command.
Function | What it does | Command | Target (see paths in Command targets) |
---|---|---|---|
Display uplink failover status | Displays the CMM uplink failover status (enabled or disabled) and the failover delay. | uplink | Lenovo Flex System chassis:
Primary CMM:
|
Set physical network uplink failover delay | Sets the amount of time between detection of a CMM physical uplink failure and failover to the standby CMM. | uplink -dps delay where delay is from 10 to 172800 seconds, inclusive. If you enter a value outside this range, an error will be displayed. This command can only be run by users who have one or more of the following command authorities:
| Lenovo Flex System chassis:
Primary CMM:
|
Enable / disable physical uplink failover | Enables or disables failover to the standby CMM if the external physical network interface of the primary CMM fails. | uplink -ep state where state is enabled or disabled . This command can only be run by users who have one or more of the following command authorities:
| Lenovo Flex System chassis:
Primary CMM:
|
Set logical network uplink failover delay | Sets the amount of time between detection of a CMM logical uplink failure and failover to the standby CMM. | uplink -dls delay where delay is from 60 to 172800 seconds, inclusive. If you enter a value outside this range, an error will be displayed. This command can only be run by users who have one or more of the following command authorities:
| Lenovo Flex System chassis:
Primary CMM:
|
Enable / disable logical uplink failover | Enables or disables failover to the standby CMM if the external logical network interface of the primary CMM fails. Failure is indicated when all of the following conditions occur:
You must enter a non-zero IPv4 IP address (-ip command option) and a non-zero IPv6 IP address (-ip6 command option) for a device that the CMM can access to check its logical network link before you can enable logical uplink failover. | uplink -el state where state is enabled or disabled . This command can only be run by users who have one or more of the following command authorities:
| Lenovo Flex System chassis:
Primary CMM:
|
Set IP address to check logical network uplink | Sets the IPv4 IP address of the device that the CMM accesses to check its logical network link. | uplink -ip ip_address where ip_address is a valid IPv4 IP address. You must enter a non-zero IPv4 IP address, in dotted decimal IP address format, before you can enable logical uplink failover. This command can only be run by users who have one or more of the following command authorities:
| Lenovo Flex System chassis:
Primary CMM:
|
Set IPv6 IP address to check logical network uplink | Sets the IPv6 IP address of the device that the CMM accesses to check its logical network link. | uplink -ip6 ip_address where ip_address is a valid, non-zero, IPv6 IP address. You must enter a non-zero IPv6 IP address before you can enable logical uplink failover. This command can only be run by users who have one or more of the following command authorities:
| Lenovo Flex System chassis:
Primary CMM:
|
Set logical link loss alert and failover policy | Sets the alert and failover policy for logical link loss to check either the IPv4 IP address, the IPv6 IP address, or both of these IP addresses. Note The
| uplink -alert setting where setting is:
This command can only be run by users who have one or more of the following command authorities:
| Lenovo Flex System chassis:
Primary CMM:
|
uplink -ip 9.72.220.180 -ip6 1111::2222
uplink -alert both
uplink -el enabled
uplink
The following example shows the information that is returned from these commands:
system:mm[2]> uplink -ip 9.72.220.180 -ip6 1111::2222
OK
system:mm[2]> uplink -alert both
OK
system:mm[2]> uplink -el enabled
OK
system:mm[2]> uplink
Failover on network uplink loss is disabled for physical detection
Uplink delay for physical detection: 60 seconds
Failover on network uplink loss is enabled for logical detection
Uplink delay for logical detection: 1800 seconds
Destination IP for MM to check its logical link: 9.72.220.180
Destination IPv6 IP for MM to check its logical link: 1111::2222
Alert and failover if both IPv4 and IPv6 link checks fail
system:mm[2]>