CISCO ASA ASDM: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Asdm beim start laden= *ciscoasa(config)# asdm image flash:/asdm-741.bin =http ein schalten= *ciscoasa(config)# http server enable =http frei schalten= *cisc…“)
 
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 7: Zeile 7:
 
;nicht zu empfehlen
 
;nicht zu empfehlen
 
*ciscoasa(config)# http 0.0.0.0 0.0.0.0 if-outside
 
*ciscoasa(config)# http 0.0.0.0 0.0.0.0 if-outside
 +
=Copy and Paste=
 +
<pre>
 +
configure terminal
 +
asdm image flash:/asdm-741.bin
 +
http server enable 8888
 +
http 0.0.0.0 0.0.0.0 if-inside
 +
http 0.0.0.0 0.0.0.0 if-outside
 +
end
 +
 +
</pre>

Aktuelle Version vom 17. Februar 2016, 09:58 Uhr

Asdm beim start laden

  • ciscoasa(config)# asdm image flash:/asdm-741.bin

http ein schalten

  • ciscoasa(config)# http server enable

http frei schalten

  • ciscoasa(config)# http 0.0.0.0 0.0.0.0 if-inside
nicht zu empfehlen
  • ciscoasa(config)# http 0.0.0.0 0.0.0.0 if-outside

Copy and Paste

configure terminal
asdm image flash:/asdm-741.bin
http server enable 8888
http 0.0.0.0 0.0.0.0 if-inside 
http 0.0.0.0 0.0.0.0 if-outside
end