CISCO Anyconnect ACCESS: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 17: Zeile 17:
 
*ciscoasa(config-webvpn)# anyconnect image anyconnect-macosx-i386-2.3.2016-k9.pkg 2
 
*ciscoasa(config-webvpn)# anyconnect image anyconnect-macosx-i386-2.3.2016-k9.pkg 2
 
*ciscoasa(config-webvpn)# anyconnect image  anyconnect-linux-2.3.2016-k9.pkg 3
 
*ciscoasa(config-webvpn)# anyconnect image  anyconnect-linux-2.3.2016-k9.pkg 3
 +
=Interface aktivieren=
 +
*ciscoasa(config-webvpn)# enable if-outside
 +
INFO: WebVPN and DTLS are enabled on 'if-outside'.
 +
=Anyconnect aktivieren=
 +
*ciscoasa(config-webvpn)# anyconnect enable
 +
*ciscoasa(config-webvpn)# exit
 +
=IP Pool anlegen=
 +
*ciscoasa(config)# ip local pool anyconnect-pool 172.29.29.11-172.29.29.20 mask 255.255.255.0
  
 
=Links=
 
=Links=
 
*http://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/vpn_anyconnect.html
 
*http://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/vpn_anyconnect.html

Version vom 16. Februar 2016, 12:26 Uhr

Anyconnect images bereitstellen

Identifzieren

  • ciscoasa# dir any*
Directory of disk0:/any*

109    -rwx  2672571      12:58:22 Feb 16 2016  anyconnect-win-2.3.2016-k9.pkg
112    -rwx  4293149      12:59:07 Feb 16 2016  anyconnect-linux-2.3.2016-k9.pkg
113    -rwx  4246430      13:05:44 Feb 16 2016  anyconnect-macosx-i386-2.3.2016-k9.pkg

127111168 bytes total (6127616 bytes free)

Zuordnen

  • ciscoasa# configure terminal
  • ciscoasa(config)# webvpn
  • ciscoasa(config-webvpn)# anyconnect image anyconnect-win-2.3.2016-k9.pkg 1
  • ciscoasa(config-webvpn)# anyconnect image anyconnect-macosx-i386-2.3.2016-k9.pkg 2
  • ciscoasa(config-webvpn)# anyconnect image anyconnect-linux-2.3.2016-k9.pkg 3

Interface aktivieren

  • ciscoasa(config-webvpn)# enable if-outside
INFO: WebVPN and DTLS are enabled on 'if-outside'.

Anyconnect aktivieren

  • ciscoasa(config-webvpn)# anyconnect enable
  • ciscoasa(config-webvpn)# exit

IP Pool anlegen

  • ciscoasa(config)# ip local pool anyconnect-pool 172.29.29.11-172.29.29.20 mask 255.255.255.0

Links