meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
network:switches:cisco:cli:log [2024/08/19 12:43] – created niziaknetwork:switches:cisco:cli:log [2024/08/26 09:17] (current) niziak
Line 3: Line 3:
 logging logging
  
 +===== getting info =====
  
-===== syslog =====+<code> 
 +show clock 
 +show logging 
 +</code> 
 + 
 +===== enable remote syslog =====
  
 <code> <code>
Line 10: Line 16:
 logging on logging on
 </code> </code>
 +
 +===== console logging =====
 +
 +Copy debug output to the current terminal line
 +<code>terminal monitor</code>
 +
 +===== todo =====
 +
 +Swx1#conf t
 +Swx1(config)#service timestamps debug
 +Swx1(config)#service timestamps log
 +Swx1(config)#logging mon 7
 +Swx1(config)#logging con 7
 +
 +
 +