14-15
Catalyst 6000 Family Software Configuration Guide—Releases 6.3 and 6.4
78-13315-02
Chapter 14 Configuring MLS
Configuring MLS
This example shows how to disable IP MLS on an MSFC interface:
Router(config)#
interface vlan 100
Router(config-if)#
no mls ip
Router(config-if)#
This example shows how to disable IPX MLS on an MSFC interface:
Router(config)#
interface vlan 100
Router(config-if)#
no mls ipx
Router(config-if)#
Note
Unicast MLS is enabled by default; you only need to enable (or reenable) it if you have previously
disabled it.
To enable unicast IP or IPX MLS on a specific MSFC interface, perform this task:
This example shows how to enable IP MLS on an MSFC interface:
Router(config)#
interface vlan 100
Router(config-if)#
mls ip
Router(config-if)#
This example shows how to enable IPX MLS on an MSFC interface:
Router(config)#
interface vlan 100
Router(config-if)#
mls ipx
Router(config-if)#
Displaying MLS Information on the MSFC
The
show mls status
command displays MLS details.
To display MLS information on the MSFC, perform this task:
This example shows how to display MLS status on the MSFC:
Router#
show mls status
MLS global configuration status:
global mls ip: enabled
global mls ipx: enabled
global mls ip multicast: disabled
current ip flowmask for unicast: destination only
current ipx flowmask for unicast: destination only
Router#
Task
Command
Specify an MSFC interface.
Router(config)#
interface
vlan-id
Enable IP MLS on an MSFC interface. Router(config-if)#
mls ip
Enable IPX MLS on an MSFC
interface.
Router(config-if)#
mls ipx
Task
Command
Display MLS status.
show mls status