• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Cisco Switch 3548-xl logging?

ZickZJ

Senior member
I want to setup our Cisco 3548 switch so that the loggings are recorded and sent to a syslog server. I have been told you can do this, but I am unfamilar as to how.
Thanks

Zick
 
logging 1.2.3.4

There are other options worth looking at, for example, the severity level to log.
 
Originally posted by: cmetz
logging 1.2.3.4

There are other options worth looking at, for example, the severity level to log.


I'm not really sure what you mean there, could you go into more details?
Thanks

 
question mark is your friend...

BSWMEZ-3548pwr-a(config)#logging ?
Hostname or A.B.C.D IP address of the logging host
buffered Set buffered logging parameters
cns-events Set CNS Event logging level
console Set console logging level
facility Facility parameter for syslog messages
file Set logging file parameters
history Configure syslog history table
monitor Set terminal line (monitor) logging level
on Enable logging to all supported destinations
source-interface Specify interface for source address in logging
transactions
trap Set syslog server logging level

So logging 12.13.14.15 would send syslog messages to 12.13.14.15.
 
Back
Top