Vlan commands set, Command level description example – KBC Networks ESML8P-PC2 User Manual

Page 95

Advertising
background image

Ethernet Switch User Manual

Manual-ESML8P-PC2_Series-Rev1211
Copyright © KBC Networks Ltd.

Page 95 of 110

www.kbcnetworks.com


[Workport]: The amount
of work ports, this value
could not be less than
zero or be large than the
amount of member ports.

aggregator group

[GroupID] [Port-list]

nolacp

G

Assign a static trunk
group.
[GroupID] :1~4
[Port-list]:Member port
list, This parameter could
be a port range (ex.1-4)
or a port list separate by a
comma (ex.2, 3, 6)

switch(config)#aggregator group 1 2-
4 nolacp
or
switch(config)#aggregator group 1
3,1,2 nolacp

show aggregator

P

Show the information of
trunk group

switch#show aggregator 1
or
switch#show aggregator 2
or
switch#show aggregator 3

no aggregator lacp

[GroupID]

G

Disable the LACP function
of trunk group

switch(config)#no aggreator lacp 1

no aggregator group

[GroupID]

G

Remove a trunk group

switch(config)#no aggreator group 2

VLAN Commands Set

Command

Level Description

Example

vlan database

P

Enter VLAN configure
mode

switch#vlan database

Vlanmode
[portbase| 802.1q | gvrp]

V

To set switch VLAN mode. switch(vlan)#vlanmode portbase

or
switch(vlan)#vlanmode 802.1q
or
switch(vlan)#vlanmode gvrp

no vlan

V

No VLAN

Switch(vlan)#no vlan

Ported based VLAN configuration

vlan port-based grpname

[Group Name]

grpid

[GroupID]

port

[PortNumbers]

V

Add new port based VALN switch(vlan)#vlan port-based

grpname test grpid 2 port 2-4

or

switch(vlan)#vlan port-based

grpname test grpid 2 port 2,3,4

show vlan

[GroupID]

or

show vlan

V

Show VLAN information

switch(vlan)#show vlan 23

no vlan group

[GroupID]

V

Delete port base group ID switch(vlan)#no vlan group 2

IEEE 802.1Q VLAN

vlan 8021q name

[GroupName]

vid

[VID]

V

Change the name of VLAN
group, if the group didn’t
exist, this command can’t
be applied.

switch(vlan)#vlan 8021q name test

vid 22

Advertising