03-07-2025 12:54 AM
Hi Cisco Community, may I ask for your expertise please. I configured this syslog command from the CLI. When I checked, it is sending logs to our external syslog server, however, only one log message was logged to our external syslog server.
vmanage(config)#system logging server 172.16.30.100 transport udp port 14514 vpn 512 source-interface eth0
vmanage(config)#commit
vmanage-1#show running-config system
logging
disk
enable
!
server 172.16.30.100
vpn 512
source-interface eth0
transport udp
port 14514
exit
!
Is there any other configuration I need to do here? TIA!
03-07-2025 04:29 AM
GUI, follow these steps:
*Log in to vManage
*Go to the Administration tab in the top menu.
Select Settings from the dropdown menu.
*Configure Syslog Server:
In the Settings page, find the Syslog section.
Click on Add to configure a new syslog server.
Enter the IP address(ex.172.25.23.6) of the syslog server.
Choose the Transport Protocol (UDP or TCP) and specify the Port (default is 514 for syslog).
Optionally, you can configure the Log Level to specify the severity of the logs to be sent to the syslog server.
*Save Configuration:
Click Save to apply the configuration.
Ensure that the syslog server is now listed in the Syslog section.
*Verify Configuration:
Monitor > Logs
03-07-2025 05:55 AM
Thank you for your response @Rahul NIrmalkar ! I don't see this option to add a Syslog server from the GUI to be honest.
I've checked each settings but I really can't find one. Though I saw one that can be configured for Webhook.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide