2-116
Catalyst 3750 Metro Switch Command Reference
OL-9645-10
Chapter 2 Catalyst 3750 Metro Switch Cisco IOS Commands
ethernet uni
ethernet uni
Use the
ethernet uni
interface configuration command to set UNI bundling attributes. Use the
no
form
of this command to return to the default bundling configuration.
ethernet uni
{
bundle
[
all-to-one
]
| multiplex
}
no ethernet uni
{
bundle
|
multiplex
}
Syntax Description
Defaults
If bundling or multiplexing attributes are not configured, the default is bundling with multiplexing. The
UNI then has one or more EVCs with one or more CE VLANs mapped to each EVC.
Command Modes
Interface configuration
Command History
Usage Guidelines
The UNI attributes determine the functionality that the interface has regarding bundling VLANs,
multiplexing EVCs, and the combination of these.
If you want both bundling and multiplexing services for a UNI, you do not need to configure bundling
or multiplexing. If you want only bundling, or only multiplexing, you need to configure it appropriately.
When you configure, change, or remove a UNI service type, the EVC and CE-VLAN ID configurations
are checked to ensure that the configurations and the UNI service types match. If the configurations do
not match, the command is rejected.
If you intend to use the
ethernet lmi ce-vlan map any
service configuration command, you must first
configure
all-to-one
bundling on the interface. See the
section for more
information.
Examples
This example shows how to configure bundling without multiplexing:
Switch(config-if)#
ethernet uni bundle
To verify UNI service type, enter the
show ethernet service interface detail
privileged EXEC
command.
bundle
Configure the UNI to support bundling without multiplexing. This service
supports only one Ethernet virtual connection (EVC) at the UNI with one or
multiple customer edge (CE)-VLAN IDs mapped to the EVC.
all-to-one
(Optional) Configure the UNI to support bundling with a single EVC at the
UNI and all CE VLANs mapped to that EVC.
multiplex
Configure the UNI to support multiplexing without bundling. The UNI can
have one or more EVCs with a single CE-VLAN ID mapped to each EVC.
Release
Modification
12.2(25)SEG
This command was introduced.