Technical Tip: 'loopback-asymroute' CLI Command on FortiGate not displayed in Phase1 settings
| Description | This article provides a workaround and solution for an issue where the CLI command ‘loopback-asymroute’ does not appear in the IPsec phase1 settings when a VPN is configured on a loopback interface using IKEv1. |
| Scope | FortiGate v7.6.4. |
| Solution | The CLI command 'set loopback-asymroute enable/disable' may be missing from the IKEv1 IPsec Phase 1 configuration.
FGT # config vpn ipsec phase1-interface FGT (phase1-interface) # edit "loopback_fgta" FGT (loopback_fgta) # show config vpn ipsec phase1-interface edit "loopback_fgta" set interface "loopback1" set peertype any set net-device disable set passive-mode enable set proposal aes128-sha256 aes256-sha256 aes128-sha1 aes256-sha1 set remote-gw 10.X.X.X set psksecret fortinet next end FGT (loopback_fgta) # set loopback-asymroute enable command parse error before 'loopback-asymroute' Command fail. Return code -61
This issue has been resolved: |
