Inter-Switch Link Routing
237
C 172.16.2.0 is directly connected, Vlan2
C 172.16.1.0 is directly connected, Vlan1
C 127.0.0.0/8 is directly connected, Vlan0
ToddRSM#
OK, the most interesting part about the difference between the RSM and an
external router is the presence of VLAN0. Notice in the show ip route out-
put above that VLAN0 is connected via 127.0.0.0/8, which is a diagnostic IP
address. Remember that VLAN0 cannot be accessed by an administrator
and is used to provide support for the communication between the RSM and
the Catalyst 5000 switch.
Assigning MAC Addresses to VLAN Interfaces
The RSM uses only one global MAC address for all VLAN interfaces on the
device. If you want to assign a specific MAC address to a VLAN interface,
use the mac-address command. You may want to configure this option to
enhance the operation of the RSM interface. Here is an example:
ToddRSM#config t
ToddRSM(config)#int vlan 2
ToddRSM(config-if)#mac-address 4004.0144.0011
ToddRSM(config-if)#exit
ToddRSM(config)#exit
ToddRSM#sh run
[oputput cut]
interface Vlan2
mac-address 4004.0144.0011
ip address 172.16.2.1 255.255.255.0
Defining a Default Gateway
One thing to keep in mind before configuring ISL on your switches is that the
switches must be configured correctly with an IP address, subnet mask, and
default gateway. Understand that this has nothing to do with routing
because the switches work only at layer 2. However, the switches need to
communicate with IP through the network. Remember that this will not
affect data that is passing through the switch. You can think of layer 2
switches as being just like any host on the network. To be able to send pack-
ets off the local network, you need to have a default gateway configured.
Copyright ©2000 SYBEX , Inc., Alameda, CA
www.sybex.com