The display isis link-group command displays the status of a link group and information about the link members in the link group.
Parameter | Description | Value |
---|---|---|
process-id |
Displays information about the link group in a specified IS-IS process. |
The value is an integer ranging from 1 to 4294967295. |
group-name |
Displays information about the link group of the specified name. |
The value is a string of 1 to 32 case-sensitive characters.When quotation marks are used around the string, spaces are allowed in the string. |
vpn-instance vpn-instance-name |
Displays information about the link group in a specified VPN instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display isis link-group 1 Link-group information for ISIS(1) ---------------------------------- GroupName : a minMembers: 2 revertMembers: 2 costOffset: 100 ------------------------------------------------------------ IPV4 MT 0 L1 GroupState : DOWN Members CircSate --------------------------- GE0/1/0 DOWN(Reason:circ has no adj) IPV4 MT 0 L2 GroupState : DOWN Members CircSate --------------------------- GE0/1/0 UP IPV6 MT 2 L1 GroupState : DOWN Members CircSate --------------------------- GE0/1/0 DOWN(Reason:circ has no adj) IPV6 MT 2 L2 GroupState : DOWN Members CircSate --------------------------- GE0/1/0 UP
Item | Description |
---|---|
GroupName | Link group name. |
MT | The topology of interface, and the number is MT-ID. |
GroupState | Link group status:
|
Members | Member link in a link group. |
CircSate | Interface status:
|
minMembers | Number of available member links that triggers a link cost adjustment. |
revertMembers | Number of available member links that triggers a link cost restoration. |
costOffset | Offset to be added to the link cost of the member links when the number of available member links falls below a specified number. |