Cisco ASA weiter Konfigurieren: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
David (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| (3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
===Anzeigen der SSH Sessions=== | ===Anzeigen der SSH Sessions=== | ||
| − | * | + | *ciscoasa# show ssh session |
Session ID Client IP Version Encryption State Username | Session ID Client IP Version Encryption State Username | ||
| Zeile 10: | Zeile 10: | ||
===Unterbrechen einer SSH Sessions=== | ===Unterbrechen einer SSH Sessions=== | ||
| − | * | + | *ciscoasa# configure terminal |
| − | * | + | *ciscoasa(config)# ssh disconnect 2 |
| − | * | + | *ciscoasa(config)# exit |
| − | * | + | *ciscoasa# |
===Einstellung der Zeitzone=== | ===Einstellung der Zeitzone=== | ||
| − | * | + | *ciscoasa# configure terminal |
| − | * | + | *ciscoasa(config)# clock timezone MET +1 |
*clock summer-time MEST recurring last Sun Mar 2:00 last Sun Oct 3:00 | *clock summer-time MEST recurring last Sun Mar 2:00 last Sun Oct 3:00 | ||
| − | * | + | *ciscoasa(config)# exit |
| − | * | + | *ciscoasa# |
| − | |||
==Systemzeit== | ==Systemzeit== | ||
| − | * | + | *ciscoasa(config)# clock set 10:21:40 feb 11 2016 |
===Anzeigen der Uhrzeit (detaliert)=== | ===Anzeigen der Uhrzeit (detaliert)=== | ||
| − | * | + | *ciscoasa(config)# show clock detail |
| − | 10:22:22.789 MET Thu Feb 11 2016 | + | 10:22:22.789 MET Thu Feb 11 2016 |
| − | Time source is NTP | + | Time source is NTP |
| − | UTC time is: 09:22:22 UTC Thu Feb 11 2016 | + | UTC time is: 09:22:22 UTC Thu Feb 11 2016 |
| − | Summer time starts 02:00:00 MET Sun Mar 27 2016 | + | Summer time starts 02:00:00 MET Sun Mar 27 2016 |
| − | Summer time ends 03:00:00 MEST Sun Oct 30 2016 | + | Summer time ends 03:00:00 MEST Sun Oct 30 2016 |
| + | |||
| + | ===Einstellen des NTP Server=== | ||
| + | *ciscoasa(config)# ntp server 195.145.119.188 source if-outside | ||
| − | == | + | =Copy and Paste= |
| + | <pre> | ||
| + | configure terminal | ||
| + | clock timezone MET +1 | ||
| + | clock summer-time MEST recurring last Sun Mar 2:00 last Sun Oct 3:00 | ||
| + | ntp server 195.145.119.188 source if-outside | ||
| + | exit | ||
| − | + | ||
| + | </pre> | ||
Aktuelle Version vom 16. Februar 2016, 14:52 Uhr
Anzeigen der SSH Sessions
- ciscoasa# show ssh session
Session ID Client IP Version Encryption State Username
0 192.168.250.1 1.5 3DES 6 admin
1 192.168.250.1 1.5 3DES 6 pix
2 192.168.242.1 1.5 3DES 6 pix
Unterbrechen einer SSH Sessions
- ciscoasa# configure terminal
- ciscoasa(config)# ssh disconnect 2
- ciscoasa(config)# exit
- ciscoasa#
Einstellung der Zeitzone
- ciscoasa# configure terminal
- ciscoasa(config)# clock timezone MET +1
- clock summer-time MEST recurring last Sun Mar 2:00 last Sun Oct 3:00
- ciscoasa(config)# exit
- ciscoasa#
Systemzeit
- ciscoasa(config)# clock set 10:21:40 feb 11 2016
Anzeigen der Uhrzeit (detaliert)
- ciscoasa(config)# show clock detail
10:22:22.789 MET Thu Feb 11 2016 Time source is NTP UTC time is: 09:22:22 UTC Thu Feb 11 2016 Summer time starts 02:00:00 MET Sun Mar 27 2016 Summer time ends 03:00:00 MEST Sun Oct 30 2016
Einstellen des NTP Server
- ciscoasa(config)# ntp server 195.145.119.188 source if-outside
Copy and Paste
configure terminal clock timezone MET +1 clock summer-time MEST recurring last Sun Mar 2:00 last Sun Oct 3:00 ntp server 195.145.119.188 source if-outside exit