cancel
Showing results for 
Search instead for 
Did you mean: 

Syslog Format RFC3164

Syslog Format RFC3164

skeff839
New Contributor

Hello,

 

we have many different type of Extreme Networks Switches. I am beginning to add all our switches to a central syslog server which only accepts the RFC3164 standard.
 

What standard is Extreme Networks using? I guess not the RFC3164 beacuse I am getting Errors.

I am looking for a configuration for a ERS4950 Switch.

 

Best regards, Stefan

4 REPLIES 4

skeff839
New Contributor

Which command changes it to RFC3164?

I only receive non RFC3164 Format

<190>CP2  [03/29/21 16:06:59.709:CEST] 0x0003c984 00000000 GlobalRouter IP INFO rcIpAddArp: Mismatch

 

Ludovico_Steven
Extreme Employee

Yes, the VSP9000 also supports syslog.

VSP9000-1:1#% cfg||syslog
alias% show running-config -bi ||syslog
config terminal
syslog ip-header-type management-virtual-ip
syslog host 1
syslog host 1 address 20.0.100.155
syslog host 1 enable
syslog host 2
syslog host 2 address 10.8.255.5
syslog host 2 enable
syslog host 3
syslog host 3 address 10.8.255.15
syslog host 3 enable
syslog host 4
syslog host 4 address 10.8.255.35
syslog host 4 enable
end


VSP9000-1:1(config)#% syslog host 1 ?
address Set unix system syslog host ip address
enable Enable syslog host
facility Set unix system syslog host facility
maperror Set unix system syslog severity for error messages
mapfatal Set unix system syslog severity for fatal messages
mapinfo Set unix system syslog severity for info messages
mapwarning Set unix system syslog severity for warning messages
severity Set unix system syslog severity for which syslog messages will be
sent
udp-port Set unix system syslog host port number
<cr>

 

skeff839
New Contributor

Hi Ludovico,

thanks for your response. Yes I was wrong the ERS support RFC3164)  i mean the VSP-9012?
Does the VSP-9012 support RFC3164?

Ludovico_Steven
Extreme Employee

ERS supports syslog (RFC3164); is configured like this:

enable
configure terminal
logging remote address <IP1>
logging remote secondary-address <optional IP2>
logging remote enable
logging remote facility local4
logging remote level informational

 

GTM-P2G8KFN