networking_wiki:syslogging

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking_wiki:syslogging [2014/11/24 22:42]
billdozor
networking_wiki:syslogging [2019/05/25 23:50] (current)
Line 1: Line 1:
 ====== Syslogging ====== ====== Syslogging ======
 +
 +**General Information**
 +
 Configure syslog messages on Cisco devices. Configure syslog messages on Cisco devices.
 +
 +**Checklist**
 +  * Syslog server setup
 +  * One of the below devices to send logging data
 +
 +----
 +
 +===== Scenario =====
  
 In these examples, we want to exclude: In these examples, we want to exclude:
Line 13: Line 24:
   * We want to ignore certain messages on IOS edge switches (not core NX-OS switches)   * We want to ignore certain messages on IOS edge switches (not core NX-OS switches)
  
 +-----
  
-__Switches IOS__+===== Switches IOS =====
 <code> <code>
 logging discriminator LINKLOGS severity includes 0,1,2,3,4,5 facility drops LINK|LINEPROTO mnemonics drops UPDOWN logging discriminator LINKLOGS severity includes 0,1,2,3,4,5 facility drops LINK|LINEPROTO mnemonics drops UPDOWN
Line 22: Line 34:
 </code> </code>
  
-__NX OS__+---- 
 + 
 +===== NX OS =====
 <code> <code>
 conf t conf t
Line 31: Line 45:
 </code> </code>
  
-__ASA VPN__+---- 
 + 
 +===== ASA VPN =====
  
 This ASA Firewall syslog example shows how to ONLY send syslogs on VPN connect or disconnect. This ASA Firewall syslog example shows how to ONLY send syslogs on VPN connect or disconnect.
Line 46: Line 62:
 </code> </code>
  
-__Syslog Server Firewall Config__+----- 
 + 
 +===== Syslog Server Firewall Config =====
  
 Some devices cannot change the syslog port they log to and by default use udp/514. This is a problem on Linux servers, since privileged ports 1024 and below can only be used by root. Some devices cannot change the syslog port they log to and by default use udp/514. This is a problem on Linux servers, since privileged ports 1024 and below can only be used by root.
  • networking_wiki/syslogging.1416886927.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)