Skip to content
Ask AI

Interface Isolation Group Configuration

[Command] show port-isolate-group [group-idgroup_id**]**

[Purpose] View the configured interface isolation group information

[Parameter]

ParameterDescription
group-idInterface isolation group ID, range: 1~128

[View] System view

[Use Cases]

sonic# show port-isolate-group group-id 1
+------------+------------+--------+
| Group ID | Interface | Mode |
+============+============+========+
| 1 | Ethernet1 | L2 |
| | Ethernet2 | |
| | Ethernet3 | |
| | Ethernet4 | |
| | Ethernet5 | |
+------------+------------+--------+

[Command] port-isolate-groupgroup_id no port-isolate-groupgroup_id

[Purpose] Create interface isolation groups

[Parameter]

ParameterDescription
group-idInterface isolation group ID, range: 1~128

[View] System configuration view

[Usage Scenario] The isolation feature refers to isolating and forwarding broadcast, multicast, and unicast packets among interfaces within the same isolation group. When combined with other business functions, it can implement a more secure network architecture and greatly reduce the occurrence of broadcast storms.

[Use Cases]

sonic(config)# port-isolate-group 1

[Command] port-isolategroup_id no port-isolategroup_id

[Purpose] Enables Layer 2 broadcast isolation of the interface

[View] Interface view

[Use Cases]

sonic(config)# port-isolate-group 1
sonic(config)# port-group ethernet 1-10
sonic(config-port-group-1-10)# port-isolate 1