Cisco ASA weiter Konfigurieren: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
===Anzeigen der SSH Sessions===
 
===Anzeigen der SSH Sessions===
  
*lurchie# show ssh session
+
*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===
 
   
 
   
*lurchie# configure terminal
+
*ciscoasa# configure terminal
*lurchie(config)# ssh disconnect 2   
+
*ciscoasa(config)# ssh disconnect 2   
*lurchie(config)# exit
+
*ciscoasa(config)# exit
*lurchie#
+
*ciscoasa#
  
 
===Einstellung der Zeitzone===
 
===Einstellung der Zeitzone===
  
*lurchie# configure terminal  
+
*ciscoasa# configure terminal  
*lurchie(config)# clock timezone MET +1  
+
*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
*lurchie(config)# exit
+
*ciscoasa(config)# exit
*lurchie#  
+
*ciscoasa#
 
 
  
 
==Systemzeit==
 
==Systemzeit==
*cisco-asa(config)# clock set 10:21:40 feb 11 2016
+
*ciscoasa(config)# clock set 10:21:40 feb 11 2016
  
 
===Anzeigen der Uhrzeit (detaliert)===
 
===Anzeigen der Uhrzeit (detaliert)===
*cisco-asa(config)# show clock detail
+
*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
  
===Einstellen des NTP Server===
+
=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 
  
*cisco-asa(config)# ntp server 195.145.119.188 source if-outside
+
 
 +
</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