Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where is logging for interface negotiation history?

Hey all,

I googled it and I searched the forums here - but like all valuable tech nuggets I believe the answer is hidden in the nix/CLI which I'm pretty sure 99.999% of the world doesn't know how to leverage.

Being in the 99.999% - I'm hoping someone can tell me. 

A customer is stating that he has an interface flapping (WAN) due to negotiation issues - but I can't confirm or deny.

Please advise.



This thread was automatically locked due to age.
  • FormerMember
    0 FormerMember in reply to John Woodall

    Hi John Woodall,

    Apologies for delayed response. The link speed of the interface is logged in syslog.log. I have tested in my LAB environment and collected output. 

    I disconnected and reconnected the interface Port2 cable to generate this logs. 

    # tail -f syslog.log

    Feb 10 15:27:29 (none) user.info kernel: [1654705.701319] igb_nm 0000:03:00.0 Port2: igb: Port2 NIC Link is Down
    Feb 10 15:27:32 (none) user.info kernel: [1654708.838073] igb_nm 0000:03:00.0 Port2: igb: Port2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None

    Thanks,

    Harsh Patel.

  • I see the example, but just watching the logs isn't sufficient for history.  The previous answer by another user allows me to see the history of the connection.

    Thank you for your input though!

  • Thank you Keyur, this looks like exactly what I need.  I will test when I have an opportunity.  (We have long since made the change manually - so I don't have an interface flapping that I'm aware of currently)

  • FormerMember
    0 FormerMember in reply to John Woodall

    Hi John Woodall,

    Using "tail -f" was just an example to catch the log entries, if you are after the history of the speed negotiation, you have to use "cat" or "grep" to see static entries. 

    I am glad that your question was answered by the previous post. 

    Thanks,