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

Viptela vManage External Syslog Server Configuration

Sors
Level 1
Level 1

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!

2 Replies 2

Rahul NIrmalkar
Level 1
Level 1

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

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.