In Cisco switches, you can utilize terminal monitor to alert when a goes up or down. How can you enable this on Extreme switches?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-10-2015 07:11 PM
Our organization has recently converted from Cisco to Extreme Networks Switches. In Cisco switches, you can utilize terminal monitor to view messages over telnet that alert when a link on a port goes up or down. How can you enable the same type of service on Extreme switches?
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-19-2015 05:45 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-15-2015 11:12 AM
You are seeking to "view messages over telnet that alert when a link on a port goes up or down", on the B5-Series.
...should in the output of a '
<
<
This feature was broken for a time in the 6.61 firmware line, but fixed again with f/w 6.61.08.0013+:
"
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 '
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.
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 '
code:
' yield messaging like this, visible via a Serial, Telnet, or SSH management session:show logging buffer
<
code:
>166
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:
>166
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:
17479
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
code:
' (disabled by default).disable
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-11-2015 04:07 PM
Yes, I was looking for logging that would report via SSH.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-11-2015 03:34 PM
Hi Timothy,
These commands are both for EXOS. In EOS, I believe you can do this with the command:
set logging local console enableI believe this will only apply to the console port though, not the SSH session.
-Brandon
These commands are both for EXOS. In EOS, I believe you can do this with the command:
set logging local console enableI believe this will only apply to the console port though, not the SSH session.
-Brandon
