2 isolate-port group switchport interface, Isolate, Port group switchport interface – PLANET WGSW-52040 User Manual

Page 159: Show isolate, Port group

Advertising
background image

5-158

5.2 isolate-port group switchport interface

Command:

isolate-port group <WORD> switchport interface [ethernet] <IFNAME>

no isolate-port group <WORD> switchport interface [ethernet] <IFNAME>

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.

Parameters:

<WORD> is the name identification of the group, no longer than 32 characters. If there is no such group with the

specified name, create one; ethernet means that the ports to be isolated is Ethernet ones, followed by a list of

Ethernet ports, supporting symbols like ”;” and ”-”. For example: “ethernet 1/1;3;4-7;8”; <IFNAME> is the name of

the interface, such as e1/1. If users use interface name, the parameter of ethernet will not be required.

Command Mode:

Global Mode.

Default:

None.

Usage Guide:

Users can add Ethernet ports into or remove them from a port isolation group according to their requirements. When

an Ethernet port is a member of more than one port isolate group, it will be isolated from every port of all groups it

belongs to.

Example:

Add Ethernet ports 1/1-2 and 1/5 into a port isolation group named as ”test”.

Switch(config)#isolate-port group test switchport interface ethernet 1/1-2; 1/5

Advertising