HPE Aruba Networking & ProVision-based
1828784 Members
2751 Online
109985 Solutions
New Discussion

Re: Logging to server

 
SOLVED
Go to solution
YanivJ
Occasional Contributor

Logging to server

Hi all,

I was wondering what is the port that the switch use to send log's to server>>> switch(config)#logging .....(Ip-add)

And if anyone knows how to change this port number.

10x.

 

Yaniv.

 

5 REPLIES 5
EckerA
Respected Contributor

Re: Logging to server

Hi...

It's normal syslog.. so port 514/UDP is used..

I don't think you can change it..

 

hth

Alex

Helper
Valued Contributor
Solution

Re: Logging to server

Hi,

 

logging "ip" udp/tcp "port (1024-49151)"

 

Bye,

Oleg Sukharev
Valued Contributor

Re: Logging to server

Hi,

In ProVision devices (3500yl, 5400zl, 6600, 8200zl) syntax is:
[no] logging <ip-addr> [udp <1024-49151> | tcp <1024-49151>]
Default Transport Protocol: UDP
Default ports: UDP port is 514 TCP port is 1470

HTH
Oleg
YanivJ
Occasional Contributor

Re: Logging to server

oleg,

10x for your quick detailed answer! 

 

i've check it and this work only on the new ver k_15_5_6, and not what i've installed k_15_2_5...

 can someone explain what is HTH?

 

 

EckerA
Respected Contributor

Re: Logging to server

hth = hope that helps...