Reference Guide

Table Of Contents
When you create uplink-state group in a switch operating in VLT mode, ensure that all the nodes in the VLT setup have same
configuration for uplink state groups with VLT port-channel as member. This makes all the nodes independently operational and
to operate in sync.
When you configure VLT port-channel as upstream member in the uplink state group, the system tracks the fabric Status of
VLT. When the fabric status goes down, the uplink state group in each VLT node disables the downstream VLT port-channel
local to the node.
Configuration:
1. Create an uplink-state group in CONFIGURATION mode.
uplink-state-group group-id
2. Configure the upstream and downstream interfaces in UPLINK-STATE-GROUP mode.
upstream {interface-type | interface-range}
downstream {interface-type | interface-range}
3. (Optional) Disable uplink-state group tracking in UPLINK-STATE-GROUP mode.
no enable
4. (Optional) Provide a descriptive name for the uplink-state group in UPLINK-STATE-GROUP mode.
name string
5. Configure the number of downstream interfaces to disable, when an upstream interface goes down in UPLINK-STATE-
GROUP mode.
downstream disable links{number | all}
6. (Optional) Enable auto-recovery of downstream interfaces that are disabled in UPLINK-STATE-GROUP mode.
downstream auto-recover
7. (Optional) Configure timer to defer the UFD actions on downstream ports in UPLINK-STATE-GROUP mode.
defer-time timer
8. (Optional) Clear the UFD error disabled state of downstream interfaces in EXEC mode.
clear ufd-disable
Configure uplink state group
OS10(config)# uplink-state-group 1
OS10(conf-uplink-state-group-1)# upstream ethernet 1/1/7:1
OS10(conf-uplink-state-group-1)# downstream ethernet 1/1/1-1/1/5
OS10(conf-uplink-state-group-1)# downstream ethernet 1/1/9:2-1/1/9:3
OS10(conf-uplink-state-group-1)# enable
OS10(conf-uplink-state-group-1)# name UFDGROUP1
OS10(conf-uplink-state-group-1)# defer-time 10
OS10(conf-uplink-state-group-1)# no downstream auto-recover
OS10(conf-uplink-state-group-1)# downstream disable links 2
View uplink state group configuration
OS10#show uplink-state-group 1
Uplink State Group: 1 Status: Enabled,down
OS10# show uplink-state-group 1 detail
(Up): Interface up (Dwn): Interface down (Dis): Interface disabled
Uplink State Group : 1 Status : Enabled,up Name : UFDGROUP1
Defer Time : 10 second(s)
Upstream Interfaces : Eth 1/1/7:1(Up)
Downstream Interfaces: Eth 1/1/1(Dwn) Eth 1/1/2(Dwn) Eth 1/1/3(Dwn) Eth 1/1/4(Dwn)
520
System management