9-7
Software Configuration Guide—Release 12.2(25)EW
OL-6696-01
Chapter 9 Configuring Switches with Web-based Tools
Configuring and Using the Network Assistant
interface GigabitEthernet3/8
!
interface GigabitEthernet3/9
shutdown
!
interface GigabitEthernet3/10
shutdown
!
interface GigabitEthernet3/11
shutdown
interface Vlan1
no ip address
!
interface Vlan100
no ip address
!
ip http server
Enable Intra-Cluster Communication
You can use the following interfaces for intra-cluster communication: a router, an switched virtual
interface (SVI), an access port, or a trunk port. If you employ an access port or trunk port, the VLAN
used for inter-cluster communication must have an SVI in the no shut state.
To enable inter-cluster communication, perform this task on each of the Catalyst 4500 series switches
that will serve as cluster member candidates.
Command Purpose
Step 1
Switch# configuration terminal
Enters global configuration mode.
Step 2
Switch(config)# cluster run
Enables clustering.
Note Enable clustering on all switches that are part of the
potential cluster.
Step 3
Switch(config)# vlan
vlan_id
Specifies a VLAN used to communicate with the cluster
command switch.
Step 4
Switch(config-vlan)# no shutdown
Enables a VLAN interface.
Step 5
Switch(config)# interface {vlan
vlan_ID
|
{fastethernet | gigabitethernet}
slot/interface
| Port-channel
number
}
Selects an interface.
Step 6
Switch(config-if)# no shutdown
Enables the interface.
Step 7
Switch(config)# interface {vlan
vlan_ID
|
{fastethernet | gigabitethernet}
slot/interface
| Port-channel
number
}
Selects a port interface.
Step 8
Switch(config-if)# switchport mode access
Configures the port interface as an access port.
Step 9
Switch(config-if)# switchport access vlan
vlan-id
Assigns the port interface to a VLAN.
Step 10
Switch(config-if)# end
Returns to privileged EXEC mode.
Step 11
Switch# show running-config
Verifies the configuration.