cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1052
Views
0
Helpful
2
Replies

Cisco 3560 Syslog Config

NetEng01
Level 1
Level 1

I am working with our Infosec team.  They need syslog for a SIEM and are requesting the use of port 300xx.  This is an old 3560G core switch (Yes, it needs to be replaced) and it would not let me add a port to the logging host command.  Commands used are below:

 

debug ip dhcp server events

service timestamps debug datetime year msec show-timezone
service timestamps log datetime year msec show-timezone

logging host A.B.C.D (Need to add a port here)

logging source-interface lo0

logging trap 4

 

Is there a way to add a port to the logging host command? Or do I need to wait until we upgrade this core?

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

Generally below command should work :

 

logging host XXXXXX  transport udp port 300XX

 

if not working

 

can you post show version and  logging host XXXXXX ?  ( with this you see options )

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

Generally below command should work :

 

logging host XXXXXX  transport udp port 300XX

 

if not working

 

can you post show version and  logging host XXXXXX ?  ( with this you see options )

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

NetEng01
Level 1
Level 1

Thank you BB, 

 

It worked.  I really appreciate the help.

 

NetEng