Specifications

VLAN Configuration Command Set
Assigning Port VLAN IDs (PVIDs) and Ingress Filtering
6-18 SecureStack A2 Configuration Guide
6.3.3.7 set port discard
Use this command to set the frame discard mode on one or more ports. The options are to discard
all incoming tagged frames, all incoming untagged frames, neither (essentially allow all traffic), or
both (essentially discarding all traffic).
A common practice is to discard all tagged packets on user ports. Typically an Administrator does
not want the end users defining what VLAN they use for communication.
set port discard port-string {tagged | untagged | both | none}
Syntax Description
Command Defaults
None.
Command Mode
Read-Write.
Example
This example shows how to discard all tagged frames received on port fe.3.3:
port-string Specifies the port(s) for which to set frame discard mode.
For a detailed description of possible port-string values,
refer to Section 3.1.1.
tagged | untagged
| both | none
Tagged - Discard all incoming (received) tagged packets
on the defined port(s).
Untagged - Discard all incoming untagged packets.
Both - All traffic will be discarded (tagged and
untagged).
None - No packets will be discarded.
A2(rw)->set port discard fe.3.3 tagged