User Guide

OmniAccess SafeGuard OS Administration Guide
136
Chapter 5: Setting Up SafeGuard Switches
Assigning the Ports and Egress Tagging
Although packets are inspected at port ingress, the system acts on the frame when it exits
the port (on egress). At the assignment time, the ports can also be designated as tagged or
untagged, as desired. Tagging is optional.
For port-based VLANs, port membership and tagging are assigned on a per interface
basis. At the assignment time, the ports can also be designated as tagged or untagged.
To configure a VLAN by individual interface basis, use the vlan participation command
in Interface mode.
vlan participation [auto | include | exclude] vlanid {tagged}
The following command sets the participation to auto for interface 0/13:
(SafeGuardOS) #configure terminal
(SafeGuardOS) (config) #interface 0/13
(SafeGuardOS) (interface 0/13) #vlan participation auto name sales
(SafeGuardOS) (interface 0/13) #exit
(SafeGuardOS) (config) #exit
To display the configuration, use the show vlan brief command. This command is
discussed in Showing a VLAN Brief on page 146.
Syntax Description auto
Specifies that the interface is
automatically
registered in the VLAN after a join request is
received on the interface
. This option is
equivalent to registration normal.
include
Specifies that t
he interface is always a
member of the VLAN. This option is
equivalent to registration fixed.
exclude Specifies that the interface is never a member of
the VLAN. This is equivalent to registration
forbidden.
vlanid Specifies the VLAN ID of the VLAN being
individually tagged.
tagged Specified that the VLAN is tagged.