CISCO ASA ASDM

Aus Xinux Wiki
Version vom 17. Februar 2016, 09:58 Uhr von Thomas (Diskussion | Beiträge) (→‎Copy and Paste)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

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