cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
851
Views
0
Helpful
3
Replies

Change Syslog Server Port in Nexus 7000

Fachrezi Aldian
Level 1
Level 1

Hello everyone,
I have the following question
Is it possible to change the syslog server port on the nexus 700?
And if so, how do I change the syslog server port on the nexus 7000?

Thank you.

1 Accepted Solution

Accepted Solutions

M02@rt37
VIP
VIP

Hello @Fachrezi Aldian 

please check this documention:

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus7000/sw/system-management/config/cisco_nexus7000_system-management_config_guide_8x/configuring_system_message_logging.html

Example:

switch(config)# logging server 192.0.2.253 5 port 600

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

3 Replies 3

Hello,

you can use the command below:

N7K(config)# logging server SERVER_IP_ADDRESS [PORT]

M02@rt37
VIP
VIP

Hello @Fachrezi Aldian 

please check this documention:

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus7000/sw/system-management/config/cisco_nexus7000_system-management_config_guide_8x/configuring_system_message_logging.html

Example:

switch(config)# logging server 192.0.2.253 5 port 600

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

neumanns16
Level 1
Level 1

Hello. Bumping this thread because I'm having the same issue.

I have a 7k w/ system version 6.2(10). The only logging syntax options I have are the following:

 

switch# logging server 10.x.x.x ?
   <CR>
   <0-7>      0-emerg;1-alert;2-crit;3-err;4-warn;5-notif;6-inform;7-debug
   facility      Facility to use when forwarding to server
   use-vrf    Display per-VRF information

Is there a feature set I need to enable to have the ability to specify a custom sending port?