meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
network:switches:cisco:cli:log [2024/08/19 12:45] niziaknetwork:switches:cisco:cli:log [2024/08/26 09:17] (current) niziak
Line 3: Line 3:
 logging logging
  
 +===== getting info =====
 +
 +<code>
 +show clock
 +show logging
 +</code>
  
 ===== enable remote syslog ===== ===== enable remote syslog =====
Line 15: Line 21:
 Copy debug output to the current terminal line Copy debug output to the current terminal line
 <code>terminal monitor</code> <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
 +
 +