You are seeking to "view messages over telnet that alert when a link on a port goes up or down", on the B5-Series.
code:set logging default severity 7
code:set logging application System level 7
code:set logging local console enable file enable
...should in the output of a '
' yield messaging like this, visible via a Serial, Telnet, or SSH management session:
<
>
code:Aug 22 05:24:00 10.1.1.1-1 TRAPMGR[145562672]: traputil.c(475) 527 % Link Up: Unit: 1 Slot: 0 Port: 1
<
>
code:Aug 22 05:24:04 10.1.1.1-1 TRAPMGR[145562672]: traputil.c(475) 528 % Link Down: Unit: 1 Slot: 0 Port: 1
This feature was broken for a time in the 6.61 firmware line, but fixed again with f/w 6.61.08.0013+:
"
code:Resolved an issue with link up/down messages not displaying on the local console.
"
But I suspect that you are looking for something that dynamically pops any logged messages into the management session when they occur. That feature is not currently supported on the SecureStacks for Telnet or SSH sessions. On the S/N/K/7100 Series, the command to toggle this feature on or off is '
code:set logging here enable
|
' (disabled by default).
It's also worth noting that bumping the logging severity up to debug=7 on a permanent basis on the SecureStacks is not recommended, because over time it can be destabilizing to the stack. So, use as needed and then revert back to default logging levels when done.