The display softgre-profile command displays configuration and reference information about a soft GRE profile.
Parameter |
Description |
Value |
---|---|---|
all |
Displays information about all soft GRE profiles. |
- |
name profile-name |
Displays information about a specified soft GRE profile. |
The soft GRE profile must exist. |
You can run the display softgre-profile command to view configuration and reference information about a soft GRE profile.
# Display information about all soft GRE profiles.
<HUAWEI> display softgre-profile all --------------------------------------------------------------------------- Profile name Reference IP address --------------------------------------------------------------------------- soft1 0 10.10.1.1 --------------------------------------------------------------------------- Total: 1
Item |
Description |
---|---|
Profile name |
Name of a soft GRE profile. |
Reference |
Number of times a soft GRE profile is referenced. |
IP address |
Destination IP address of a tunnel configured in a soft GRE profile. |
# Display information about the soft GRE profile soft1.
<HUAWEI> display softgre-profile name soft1 ------------------------------------------------------------------- Destination IP-address : 10.10.1.1 Keepalive : enable Keepalive period : 5(s) Keepalive retry-times : 3 Untagged VLAN : 101 -------------------------------------------------------------------
Item |
Description |
---|---|
Destination IP-address |
Destination address of the soft GRE tunnel. To configure the parameter, run the destination (soft GRE profile view) command. |
Keepalive |
Whether the Keepalive detection function is enabled for the soft GRE tunnel. To configure the parameter, run the keepalive command. |
Keepalive period |
Interval for sending Keepalive packets. To configure the parameter, run the keepalive period period command. |
Keepalive retry-times |
Tunnel-unreachable counter value. To configure the parameter, run the keepalive period period retry-times retry-times command. |
Untagged VLAN |
ID of the VLAN whose tag is removed by the soft GRE interface. Packets sent by an AP through a soft GRE tunnel do not carry the VLAN tag. To configure the parameter, run the untagged vlan (soft GRE profile view) command. |