How can I check edge ports to see if they are using edge-safeguard mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-10-2017 06:03 PM
I am troubleshooting high CPU utilization on a x460 stack of 5 switches. One of the things that I came across is the hal process running sometimes fairly high, 16-20+%. So I saw a GTAC document on making sure that edge ports are running edge-safeguard mode, but I don't know how to check my edge ports to see possibly which ones are NOT running it. We always use edge-safeguard mode, but it is possible that there is a mistake somewhere and I need some help finding it.
https://extremeportal.force.com/ExtrArticleDetail?an=000091225
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-13-2017 07:28 AM
to check the STP port status, you can use:
show stpd STPD_NAME ports [detail] The port status includes a flag (or a field in detail mode) showing edge and edge-safeguard status.
To find edge ports without edge safe-guard you can use:
show stpd STPD_NAME ports | include " e..e...-"The above command shows only STP enabled (first flag) edge ports (fourth flag) without edge-safeguard configured (eighth flag). I have checked this on EXOS 15.3, other EXOS version may have different flags or flag ordering. The flag description is at the bottom of the "show stpd STPD_NAME ports output."
Erik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-10-2017 06:21 PM
show config | i edge-safeguard
