![](/images/new-backgrounds/1202185/202185251x1.webp)
xStack
config vlan delete
| specifies all of the ports between slot 1, port 3 and slot 2, port 4 − |
| in numerical order. |
Restrictions | Only |
|
|
Example usage:
To delete ports
Command: config vlan v1 delete
Success.
config gvrp
Purpose | Used to configure GVRP on the Switch. |
Syntax | config gvrp [<portlist> all] {state [enabled disabled] |
| ingress_checking [enabled disabled] acceptable_frame |
| [tagged_only admit_all] pvid <vlanid |
Description | This command is used to configure the Group VLAN Registration |
| Protocol on the Switch. Configurable items include ingress |
| checking, the sending and receiving of GVRP information, and the |
| Port VLAN ID (PVID). |
Parameters | <portlist> − A range of ports to configure GVRP for. The port list |
| is specified by listing the lowest slot number and the beginning |
| port number on that slot, separated by a colon. Then the highest |
| slot number, and the highest port number of the range (also |
| separated by a colon) are specified. The beginning and end of the |
| port list range are separated by a dash. For example, 1:3 specifies |
| slot number 1, port 3. 2:4 specifies slot number 2, port 4. |
| specifies all of the ports between slot 1, port 3 and slot 2, port 4 − |
| in numerical order. |
| all − Specifies all of the ports on the Switch. |
| state [enabled disabled] − Enables or disables GVRP for the |
| ports specified in the port list. |
| ingress_checking [enabled disabled] − Enables or disables |
| ingress checking for the specified port list. |
| acceptable_frame [tagged_only admit_all] – This parameter |
| states the frame type that will be accepted by the Switch for this |
| function. Tagged_only implies that only VLAN tagged frames will |
| be accepted, while admit_all implies tagged and untagged frames |
| will be accepted by the Switch. |
| pvid – Specifies the default VLAN ID associated with the port. |
Restrictions | Only |
|
|
Example usage:
To set the ingress checking status, the sending and receiving GVRP information :
123