The display ipsec smart-link profile command displays IPSec intelligent link selection profiles.
| Parameter | Description | Value |
|---|---|---|
| profile-name | Specifies the name of an IPSec intelligent link selection profile. | The value must be the name of an existing IPSec intelligent link selection profile. |
| brief | Displays brief information about IPSec intelligent link selection profiles. | - |
# Display information about IPSec intelligent link selection profile profile1.
<sysname> display ipsec smart-link profile name profile1 =========================================== Name :profile1 Detection number :10 Detection interval :1 Detection source IP :1.1.1.1 Detection destination IP :3.3.3.3 Cycles :4 Switched times :4 Switch mode :detection-based State :enable IPSec policy alias :policy1 link list: ID local-address remote-address loss(%) delay(ms) state 1 1.1.1.1 3.3.3.3 2 10 active 2 2.2.2.2 4.4.4.4 0 0 inactive ===========================================
Table 1 describes the display ipsec smart-link profile name command output.
Item |
Description |
|---|---|
| Name | Name of an IPSec intelligent link selection profile. |
| Detection number | Total number of link quality detection packets sent within a detection cycle. The default value is 10. You can use the link-quality-detection interval number command to set the parameter. |
| Detection interval | Interval for sending link quality detection packets. The default value is 1 second. You can use the link-quality-detection interval number command to set the parameter. |
| Detection source IP | Source IP address of a link quality detection packet. You can use the link-quality-detection source destination command to specify the source and destination addresses for link quality detection packets. |
| Detection destination IP | Destination IP address of a link quality detection packet. You can use the link-quality-detection source destination command to set source and destination addresses of link quality detection packets. |
| Cycles | Upper threshold of link switchover cycles. The default value is 3. You can use the auto-switch cycles command to set the parameter. |
| Switched times | Number of link switchover cycles. |
| Switch mode | Link switchover mechanism.
|
State |
Status of an IPSec intelligent link selection profile.
You can use the smart link enable command to enable an IPSec intelligent link selection profile and the undo smart link enable command to disable an IPSec intelligent link selection profile. |
| IPSec policy alias | Alias of the IPSec policy that references the IPSec intelligent link selection profile. |
| ID | Link ID. |
| local-address | Local address of a link. |
| remote-address | Remote address of a link. |
| loss(%) | Packet loss rate calculated during the last link quality detection cycle. |
| delay(ms) | Delay calculated during the last link quality detection cycle. Delay -1 indicates a link fault. |
| state |
|
# Display brief information about IPSec intelligent link selection profiles.
<sysname> display ipsec smart-link profile brief
--------------------------------------------------------------------------------
Name Actived-link-ID loss(%) delay(ms)
--------------------------------------------------------------------------------
profile1 1 0 10
profile2 -- -- --
Table 2 describes the display ipsec smart-link profile brief command output.