Cisco Catalyst 4500 series Administration Manual page 247

Hide thumbs Also See for Catalyst 4500 series:
Table of Contents

Advertisement

Chapter 5
Configuring Virtual Switching Systems
Both switches are directly connected to each other using Layer 3 physical interfaces and are reachable
Note
through these interfaces. These physical interfaces are candidate VSL interfaces and are displayed in a
list of "potential" VSL interfaces in the output of the vsl ? command in easy-vss mode. This output also
displays a list of indirectly-reachable Layer 3 interfaces.
Cisco IOS XE 3.6.0E (IOS 15.2(2)E) only supports reachability using a default route. Management and
user-created VRF are not supported.
Switches are reachable to each other through management interfaces. Reachability to neighboring
Note
switches using a management interface isn't supported although the management interface appears in the
candidate VSL list.
Switches can be Layer 3 reachable indirectly but directly connected. The directly-connected physical
interfaces display in the output of the vsl? command, which displays all switches that have direct
physical connections.
Alternatively, you can make a physical interface Layer 3 "capable" (i.e., make two switches reachable
via directly connected Layer 3 links), by performing the following steps on both switches (A and B):
Command
Step 1
Switch(config)# interface interface
Step 2
Switch(config-if)# no switchport
Step 3
Switch(config-if)# ip add a.a.a.a b.b.b.b
Step 4
Switch(config-if)# exit
On Switch-A
Switch-A(config)# int G2/15
Switch-A(config-if)# no switchport
Switch-A(config-if)# ip address 5.5.5.6 255.255.255.0
On Switch-B
Switch-B(config)# int G3/15
Switch-B(config-if)# no switchport
Switch-B(config-if)# ip address 5.5.5.5 255.255.255.0
Ping 5.5.5.6 from switch-B
Issuing the switch convert mode easy-virtual-switch exec command on a VSS active switch displays
a list of potential VSS standby switches - those that are directly connected and hardware compatible.
From the displayed list, the sub-command vsl ? derives input from interfaces that belong to the switch
where we are executing the command.
OL-30933-01
Purpose
Selects interface and switches to interface
configuration mode.
Converts the switch to a Layer 3 interface.
Configures an IP address for temporary use.
Exits interface configuration mode.
Software Configuration Guide—Release IOS XE 3.6.0E and IOS 15.2(2)SG
Configuring a VSS
5-31

Advertisement

Table of Contents
loading

Table of Contents