7 svlan getentry command, 8 svlan delentry command, Display a static vlan table entry example – ZyXEL Communications AES-100 User Manual

Page 62: Delete a static vlan entry example

Advertising
background image

AES-100 User’s Guide

8-6

IEEE 802.1QTagged VLAN Commands

The switch sees that port #s 2, 3, 4, 6, 8 and 9 (ADSL ports 1, 2, 3, 5, 7 and 9) are all set to “fixed” and “untag”
which means the SVLAN allows the frame to be sent to those ports without a tag.

Port # 5 is “forbidden” so the frame is not forwarded to adsl port # 4.

Port # 7 (ADSL port 6) is “normal” which means that it was entered dynamically, so the frame is permitted to be
forwarded to port # 7 if port # 7 is registered in the DVLAN table.

After looking at the SVLAN, the switch sees that the port filter is set for port 1 (the LAN port) to forward frames to
all of the ADSL ports, so the switch forwards everything that the SVLAN permits.

Please note that the switch also sends the frame to “CPU” (the switch itself), because the switch is a member of this
VLAN. The switch can be a member of only one VLAN at a time.

8.5.7 SVLAN Getentry Command

Syntax:

192.168.1.1 vlan1q> svlan getentry <vid>

where

<vid> =

VLAN ID. Valid parameter range = [1 – 4094].

This command displays an entry with a specified VLAN ID in the static VLAN table.

Display a Static VLAN Table Entry Example

The following figure is an example display of the following command.

192.168.1.1 vlan1q> svlan getentry 2

Figure 8-5 Example: Svlan Getentry 2 Command Display

8.5.8 SVLAN Delentry Command

Syntax:

192.168.1.1 vlan mgr> svlan delentry <vid>

where

<vid> =

VLAN ID. Valid parameter range = [1 – 4094].

This command deletes an entry with a specified VLAN ID in the static VLAN table

Delete a Static VLAN Entry Example

The following example will delete entry 2 in the static VLAN table.

192.168.1.1 vlan mgr> svlan delentry 2

vid

port#

ad_control

tag_control

--------

-------

------------

------------

2

1

normal

UnTag

2

fixed

UnTag

3

normal

UnTag

Advertising