Forum Discussion

dum0785's avatar
dum0785
Icon for Cirrus rankCirrus
Jul 31, 2019
Solved

Is there a way to output interface link up / down on the console like Cisco?

Is there a way to output interface link up / down on the console like Cisco?

 

ex:

Jul 25 02:00:15.268: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/1, changed state to up

Jul 25 02:00:17.903: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/1, changed state to down

Jul 25 02:00:18.903: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/1, changed state to down

Jul 25 02:00:21.542: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/2, changed state to up

  • Yes indeed , you are the same result in /var/log/ltm :)

     

    So, you have changed the log level to notice ? or info ? to get this information.

4 Replies

  • Maybe in changing the network log level to notice or info ? (System >> Logs : Configuration : Options)

  • It was confirmed by this command!

    `tail -f / var / log / ltm`

  • Yes indeed , you are the same result in /var/log/ltm :)

     

    So, you have changed the log level to notice ? or info ? to get this information.