< Home

display ipsec smart-link profile

Function

The display ipsec smart-link profile command displays IPSec intelligent link selection profiles.

The virtual system does not support this command.

Format

display ipsec smart-link profile [ name profile-name | brief ]

Parameters

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. -

Views

All views

Default Level

3: Management level

Usage Guidelines

  • The display ipsec smart-link profile command displays detailed information on all IPSec intelligent link selection profiles, including link quality detection settings and link settings.
  • The display ipsec smart-link profile name profile-name command displays the detailed information on a specific IPSec intelligent link selection profile.
  • The display ipsec smart-link profile brief command displays brief information on all specific IPSec intelligent link selection profiles.

Example

# 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.

Table 1 Description of 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.
  • detection-based: Link switchover based on the link quality probe result
  • route-based: Link switchover based on the route status change

State

Status of an IPSec intelligent link selection profile.
  • enable: The profile is enabled.
  • disable: The profile is disabled.

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
  • active
  • inactive

# 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.

Table 2 Description of the display ipsec smart-link profile brief command output

Item

Description

Name Name of an IPSec intelligent link selection profile
Actived-link-ID ID of the link in use
loss Packet loss rate

delay

Delay

Delay -1 indicates a link fault.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >