VLAN Stacking Commands
page 24-8 OmniSwitch CLI Reference Guide November 2009
ethernet-service svlan nni
Configures the switch port as a VLAN Stacking Network Network Interface (NNI) and associates the port
with a customer SVLAN or management SVLAN. A network port connects to another provider bridge and
carries both customer and provider traffic.
ethernet-service svlan {svid1[-svid2]} nni {slot/port1[-port2] | linkagg agg_num}
no ethernet-service svlan {svid1[-svid2]} nni {slot/port1[-port2] | linkagg agg_num}
Syntax Definitions
svid1 The VLAN ID number identifying the SVLAN (2–4094).
-svid2 The last VLAN ID number in a range of SVLANs that you want to
specify (e.g. 10-12 specifies VLANs 10, 11, and 12).
slot/port1 The slot number for the module and the physical port number on that
module (e.g., 3/1 specifies port 1 on slot 3).
-port2 The last port number in a range of ports that you want to configure on
the same slot (e.g, 3/1-4 specifies ports 1, 2, 3, and 4 on slot 3).
agg_num The link aggregate ID number (0–31).
Defaults
A switch port or link aggregate becomes a VLAN Stacking NNI port by default when the port or link
aggregate is associated with an SVLAN.
Platforms Supported
OmniSwitch 6250-Metro Models
Usage Guidelines
• Use the no form of this command to remove an association between an NNI port and an SVLAN. Note
that when the last SVLAN association is removed, the NNI port reverts to a conventional switch port.
• This SVLAN ID specified with this command must already exist in the switch configuration. Only
SVLAN IDs are accepted; IPMVLAN IDs are not supported with this command.
• When this command is used, the default VLAN for the NNI port is changed to a VLAN reserved by the
switch.for applications such as VLAN Stacking. The reserved VLAN is not configurable using stan-
dard VLAN management commands.
• Associating a network port to an SVLAN is required.
Examples
-> ethernet-service svlan 10 nni 1/3
-> ethernet-service svlan 255 nni 2/10-15
-> ethernet-service svlan 500 nni linkagg 31
-> no ethernet-service svlan 10 nni 1/3
-> no ethernet-service svlan 255 nni 2/12