1 description, 2 commands, Escription – GE MULTILINK ML1200 User Manual

Page 174: Ommands

Advertising
background image

10–12

MULTILINK ML1200 MANAGED FIELD SWITCH – INSTRUCTION MANUAL

VLAN

CHAPTER 10: VLAN

10.4 Configuring Tag VLANs through the Command Line Interface

10.4.1 Description

The VLAN information needs to be propagated on to other switches when multiple
switches are connected on a network. In these situations it is best to use tag-based VLANs.

10.4.2 Commands

The

set-port

command for setting Tag VLANs has the following parameters. The

default id

parameter sets the default VLAN id (termed PVID in previous versions). The

default VLAN id is the VLAN id assigned to the untagged packets received on that port. For
the MultiLink ML1200 Managed Field Switch, the default VLAN id is 1

set-port port=<number|list|range>
default id=<number>

The

filter

parameter enables or disables the VLAN filtering function. When enabled, the

switch will drop the packets coming in through a port if the port is not a member of the
VLAN. For example, if port 1 is a member of VLANs 10, 20 and 30, if a packet with VLAN id
40 arrives at port 1 it will be dropped.

set-port port=<number|list|range>
filter status=<enable|disable>

The

tagging id

and

status

parameters define whether the outgoing packets from a port

will be tagged or untagged. This definition is on a per VLAN basis. For example, the
command

set-port port=1 tagging id=10 status=tagged

will instruct the

switch to tag all packets going out of port 1 to belong to VLAN 10.

set-port port=<number|list|range>
tagging id=<number> status=<tagged|untagged>

The

join id

parameter adds the specified port(s) to the specified VLAN id. This parameter

works with active or pending VLANs.

set-port port=<number|list|range>
join id=<number>

The

leave id

parameter releases a specific port from a VLAN. For example if port 1

belongs to VLAN 10, 20, 30, 40 the command set-port port=1 leave id=40 makes port 1
belong to VLAN 10, 20, 30, dropping VLAN 40.

set-port port=<number|list|range>
leave id=<number>

The

show-port

command lists all parameters related to tag VLAN for the list of ports. If

the

port

parameter is omitted, it will display all ports.

show-port [port=<port|list|range>]

To move Management Control on any VLAN:

add id=<vlan Id> [name=<vlan name>] port=<number|list|range>
[Forbid=<number|list|range>][<mgt|nomgt>]

To enable or disable Management Control on any VLAN:

edit id=<vlan Id>[name=<vlan name>][port=<number|list|range>[<mgt|nomgt>]

Advertising