Chapter 5 commands for port isolation function, 1 isolate-port group, 2 isolate-port group switchport interface – PLANET XGS3-24040 User Manual
Page 122: Isolate, Port group, Port group switchport interface
XGS3 Command Guide
5-122
Chapter 5 Commands for Port Isolation
Function
5.1 isolate-port group
Command:
isolate-port group <WORD>
no isolate-port group <WORD>
Function:
Set a port isolation group, which is the scope of isolating ports; the no operation of this command will delete a port
isolation group and remove all ports out of it.
Parameters:
Command Mode:
Global Mode.
Default:
None.
Usage Guide:
Users can create different port isolation groups based on their requirements. For example, if a user wants to isolate
all downlink ports in a vlan of a switch, he can implement that by creating a port isolation group and adding all
downlink ports of the vlan into it. No more than 16 port isolation groups can a switch have. When the users need to
change or redo the configuration of the port isolation group, he can delete the existing group with the no operation of
this command.
Example:
Create a port isolation group and name it as ”test”.
Switch>enable
Switch#config
Switch(config)#isolate-port group test
5.2 isolate-port group switchport interface
Command:
isolate-port group <WORD> switchport interface [ethernet] <IFNAME>
no isolate-port group
Function:
Add one port or a group of ports into a port isolation group to isolate, which will become isolated from the other ports
in the group. The no operation of this command will remove one port or a group of ports out of a port isolation group,
which will be able to communicate will ports in that group normally. If the ports removed from the group still belong to
another port isolation group, they will remain isolated from the ports in that group. If an Ethernet port is a member of
a convergence group, it should not be added into a port isolation group, and vice versa, a member of a port isolation
group should not be added into an aggregation group. But one port can be a member of one or more port isolation
groups.