31 Chapter3

aggregator group
[GroupID] [Port-list]
nolacp
G
Assign a static trunk group.
[GroupID] :1~3
[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
3.1.6 VLAN Commands Set

Table 3.6: VLAN Commands Set

Netstar Commands 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
vlan 8021q port
[PortNumber]
access-link untag
[UntaggedVID]
V
Assign a access link for VLAN by
port, if the port belong to a trunk
group, this command can’t be
applied.
switch(vlan)#vlan 8021q port 3 access-link untag
33
vlan 8021q port
[PortNumber]
trunk-link tag
[TaggedVID List]
V
Assign a trunk link for VLAN by port,
if the port belong to a trunk group,
this command can’t be applied.
switch(vlan)#vlan 8021q port 3 trunk-link tag
2,3,6,99
or
switch(vlan)#vlan 8021q port 3 trunk-link tag 3-20
vlan 8021q port
[PortNumber]
hybrid-link untag
[UntaggedVID]
tag
[TaggedVID List]
V
Assign a hybrid link for VLAN by
port, if the port belong to a trunk
group, this command can’t be
applied.
switch(vlan)#vlan 8021q port 3 hybrid-link untag 4
tag 3,6,8
or
switch(vlan)#vlan 8021q port 3 hybrid-link untag 5
tag 6-8