- Table of Contents
-
- 03-Layer 2—LAN Switching Command Reference
- 00-Preface
- 01-MAC address table commands
- 02-Bulk interface commands
- 03-Ethernet interface commands
- 04-Ethernet link aggregation commands
- 05-M-LAG commands
- 06-Port isolation commands
- 07-VLAN commands
- 08-MVRP commands
- 09-Loopback, null, and inloopback interface commands
- 10-QinQ commands
- 11-VLAN mapping commands
- 12-Loop detection commands
- 13-Spanning tree commands
- 14-LLDP commands
- 15-Service loopback group commands
- 16-Layer 2 forwarding commands
- Related Documents
-
Title | Size | Download |
---|---|---|
15-Service loopback group commands | 40.67 KB |
Service loopback group commands
display service-loopback group
Use display service-loopback group to display service loopback group information.
Syntax
display service-loopback group [ group-id ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
group-id: Specifies a service loopback group ID. The value range for the group-id argument is 1 to 1024. If you do not specify a service loopback group, this command displays information about all service loopback groups.
Examples
# Display information about service loopback group 5.
<Sysname> display service-loopback group 5
Group ID: 5 Service type: VSI-gateway
Table 1 Command output
Field |
Description |
Group ID |
Service loopback group ID. |
Service type |
Service type of the service loopback group. The value is VSI-gateway, which represents VSI gateway services. |
service-loopback group
Use service-loopback group to create a service loopback group and specify its service type.
Use undo service-loopback group to delete a service loopback group.
Syntax
service-loopback group group-id type vsi-gateway
undo service-loopback group group-id
Default
No service loopback groups exist.
Views
System view
Predefined user roles
network-admin
Parameters
group-id: Specifies a service loopback group ID. The value range for the group-id argument is 1 to 1024.
type: Specifies the service type of the service loopback group.
vsi-gateway: Specifies VSI gateway services.
Usage guidelines
You can apply a service loopback group to a feature once the group is created. The service loopback group will process services for the feature.
You can configure only one service loopback group.
To ensure correct traffic processing, do not delete the service loopback group after the group is being used by a feature.
Examples
# Create service loopback group 5 and specify VSI gateway services for the group.
<Sysname> system-view
[Sysname] service-loopback group 5 type vsi-gateway