Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
esr# show security ike proposal 
Name                   Enc. alg.          DH   Auth. alg.   
--------------------   ----------------   --   ----------   
IKEike_PROP prop1              aes128             2    sha1 
        
esr# show security ike policy 
Name                   Description           Mode         Auth. method     Proposal                              
--------------------   -------------------   ----------   --------------   -----------------------------------   
IKEike_POL pol1               --                    main         pre-shared-key   IKEike_PROPprop1 
                             
esr# show security ike gateway 
Name                   Description           IKE Policy                            
--------------------   -------------------   -----------------------------------   
IKEike_GW gw1                --                    IKEike_POLpol1  vesr# show security ike policy IKE_POL 



esr# show security ike gateway IKE_GW 
Description: --
Mode: main
Authentication method: pre-shared-key
Reauthentication: Enabled
Lifetime seconds: 10800s
Proposal: 
	IKEike_PROPprop1

user

Данной командой задается имя пользователя для аутентификации IKE-GETWAY.

...

Командный режим

ROOT

Пример
Блок кода
esr#vesr# show security ipsec proposal
   Proposal
   ~~~~~~~~
Name                    Prot   Enc. alg.          Auth. alg.   PFS  dh-group   Lifetime
---------------------   ----   ----------------   ---------------   ------------   
ipsec_prop1             esp    aes128             sha1         --            28800 sec
esr#vesr# show secu	ritysecurity ipsec policy 
Name                   Description           Proposal                              
--------------------   -------------------   -----------------------------------   
ipsec_pol1             --                      ipsec_prop1
Master#ipsec_prop1                            
vesr# 
vesr# show security ipsec vpn configuration 
Name               Description                      State      
----------------   ------------------------------   --------   
ipsec_vpn1         --                               Enabled    
vesr# show security ipsec vpn configuration IPSECVPNipsec_vpn1 
VRF:                        --
Description:                --
State:                      Enabled
IKE: 
    Establish tunnel:           immediateroute
    IPsec policy:               IPSECPOLICYipsec_pol1
    IKE gateway:                IKEGWike_gw
    IKE DSCP:                   63
    IKE idle-time:              0s
    IKE rekeying:               Enabled
        Margin time:                540s
        Margin kilobytes:           0
        Margin packets:             0
        Randomization:              100%

...