cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3469
Views
5
Helpful
3
Replies

Syslog not showing interface state changes

m_schmidt1
Level 1
Level 1

I'm trying to configure syslog to show interface state changes on the VTY lines and the console lines (I don't have a syslog server). My configuration is as follows:

My-SW#show run | i logging
logging console informational
logging monitor informational
logging cns-events notifications
My-SW#

Syslog still isn't showing any logs on either VTY or console lines. Why is it not working?

1 Accepted Solution

Accepted Solutions

m_schmidt1
Level 1
Level 1

I fixed it myself. There is an extra command needed to make this work on a C6509, which is this:

My-SW1(config)#logging event link-status default

View solution in original post

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

Can you post full configuration - have you configured on interface status change to logs?

 

here is the syntax :

 

https://www.cisco.com/c/m/en_us/techdoc/dc/reference/cli/n5k/commands/logging-event-port.html

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

marce1000
Hall of Fame
Hall of Fame

 

 - I think this can't be done for VTY or console lines, only for network ports and or interfaces. 

 M,



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

m_schmidt1
Level 1
Level 1

I fixed it myself. There is an extra command needed to make this work on a C6509, which is this:

My-SW1(config)#logging event link-status default