User Guide

OmniAccess SafeGuard OS Administration Guide
141
Chapter 5: Setting Up SafeGuard Switches
Creating a Protocol Group
A protocol group is associated with a specific protocol identified by a group name. Use
the vlan protocol group command to create a group name for a protocol group. Use the
no version of the command to remove the group.
vlan protocol group groupname
no vlan protocol group groupname
The following example creates a group called ipgroup.
(SafeGuardOS) #configure terminal
(SafeGuardOS) (config) #vlan protocol group ipgroup
(SafeGuardOS) (config) #
Assigning a Protocol to the Group Name
Use the vlan protocol group add protocol command in Global Configuration mode to
add a protocol to the protocol-based VLAN group. Use the no version of the command to
remove the protocol from the VLAN group.
vlan protocol group add protocol groupname [ip | arp | ipx]
no vlan protocol group add protocol
The following example adds the IP protocol to the IPgroup.
(SafeGuardOS) #configure terminal
(SafeGuardOS) (config) #vlan protocol group add protocol ipgroup ip
(SafeGuardOS) (config) #
Assigning the VLAN to the Group Name
To add a single physical interface to the protocol-based VLAN, or add all physical
interfaces to the protocol-based VLAN, use the protocol vlan group command in Global
Configuration mode using the following syntax:
Syntax Description groupname Specifies to associate the VLAN with this VLAN ID
to the group name. Valid entries are from 1 to
128 characters.
Syntax Description groupname Specifies the group name for the protocol VLAN.
ip Specifies to use the Internet Protocol (IP).
arp Specifies to use the Address Resolution Protocol
(ARP)
.
ipx
Specifies
to use the Internetwork Packet
Exchange (IPX).