diff options
| author | Daniil Baturin <daniil@baturin.org> | 2019-07-26 19:47:58 +0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-26 19:47:58 +0700 | 
| commit | e41ff1585c50dabec16fa1b81a4eb611df3717d9 (patch) | |
| tree | 43f216fd4817265cdb9f9b017af64ac30bf959f9 /docs | |
| parent | 4918fdd95bb55bc2651ac33c9f7ed2708ee9c9b0 (diff) | |
| parent | d793e9a300d3378d211787dd159f673b9b2abfe7 (diff) | |
| download | vyos-documentation-e41ff1585c50dabec16fa1b81a4eb611df3717d9.tar.gz vyos-documentation-e41ff1585c50dabec16fa1b81a4eb611df3717d9.zip | |
Merge pull request #77 from tcainet/patch-1
missing a command in the Cisco IPsec Profile
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/appendix/examples/dmvpn.rst | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/appendix/examples/dmvpn.rst b/docs/appendix/examples/dmvpn.rst index d3bf45c7..f247cade 100644 --- a/docs/appendix/examples/dmvpn.rst +++ b/docs/appendix/examples/dmvpn.rst @@ -88,6 +88,7 @@ Use this configuration on your Cisco device:    crypto ipsec profile DMVPN     set security-association idle-time 720     set transform-set DMVPN-AES256 +   set isakmp-profile DMVPN    !    interface Tunnel10     description Tunnel to DMVPN HUB | 
