CISCO ASA ASDM: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) (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…“) |
Thomas (Diskussion | Beiträge) |
||
| 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 | ||
| + | http 0.0.0.0 0.0.0.0 if-inside | ||
| + | http 0.0.0.0 0.0.0.0 if-outside | ||
| + | exit | ||
| + | |||
| + | </pre> | ||
Version vom 16. Februar 2016, 14:55 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 http 0.0.0.0 0.0.0.0 if-inside http 0.0.0.0 0.0.0.0 if-outside exit