2-147
Cisco Catalyst Blade Switch 3030 Command Reference
78-17262-01
Chapter 2 Cisco Catalyst Blade Switch 3030 Cisco IOS Commands
link state group
Examples
This example shows how to configure the interfaces as
upstream
in group 2:
Switch#
configure terminal
Switch(config)#
interface range gigabitethernet0/15 - 16
Switch(config-if)#
link state group 2 upstream
Switch(config-if)#
end
Note
If the interfaces are part of an EtherChannel, you must specify the port channel name as part of the link
state group, not the individual port members.
This example shows how to create a link-state group using ports in an EtherChannel:
Switch#
configure terminal
Switch(config)#
link state track 1
Switch(config)#
interface P01
Switch(config-if)#
link state group 1 upstream
Switch(config-if-range)#
interface range gigabitethernet0/1, gigabitethernet0/3,
gigabitethernet0/5
Switch(config-if)#
link state group 1 downstream
Switch(config-if)#
end
You can verify your settings by entering the
show running-config
privileged EXEC command.
Related Commands
Command
Description
link state track
Enables a link-state group.
show link state group
Displays the link-state group information.
show running-config
Displays the current operating configuration. For syntax information, select
Cisco IOS Configuration Fundamentals Command Reference for
Release 12.2 > Cisco IOS File Management Commands > Configuration
File Commands
.