User Guide

OmniAccess SafeGuard OS Administration Guide
140
Chapter 5: Setting Up SafeGuard Switches
4 Create a protocol group name.
5 Assign a protocol to that group name.
6 Assign the VLAN to the group name.
7 Associate the VLAN ID to a protocol group.
8 (Optional) Assign an IP address. See Assigning an IP Address to the VLAN on
page 137 for more details.
9 (Optional) Enable ingress filtering. See Enabling Ingress Filtering on page 138 for
more details.
10 Verify the configuration using the show vlan brief or show running-config
commands. See Verifying the VLAN Configuration on page 145 for more details.
Assigning the Egress Port Membership and Optional Tagging for All Ports
To configure the VLAN for all ports on the Switch, use the Global Configuration vlan
participation all command.
vlan participation all [auto |include |exclude] vlanid {tagged}
For example, the following command sets all ports to be members of the VLAN:
(SafeGuardOS) #configure terminal
(SafeGuardOS) (config) #vlan participation all include id 50
(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 (Default) 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 globally
tagged
tagged (Optional) Specified that the VLAN is tagged.