Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Logging switch config changes

Status
Not open for further replies.

N2Cisco

Technical User
Joined
Aug 9, 2006
Messages
2
Location
CA
We have several admins that are able to change switch configurations (ie shut, no shut, speed, duplex).

What is the best way to log these changes? They are setup with local login access.

Thanks - kd
 
Doh,

Wrong thread....

This will work for routers and is based on Linux....

My bad.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NSW, Australia
(Unless you want to pay for our trip?)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
I have a management workstation with the freeware version of Kiwi SysLog daemon.
I have configured every switch to send the logging information to my management workstaton.
conf t
logging on
logging facility local7
logging 192.168.10.25 (which is my management workstation)

When a switch (port) is configured I see a message apear in the Kiwi Syslog service. The IP address in the message tells me which collegue it was.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top