Is there a way to see all Ports that have been disabled for altering?
I enabled email alerts in config.php for port percentage, but seeing some odd behavior with the percentage portion with the physical interfaces inside a etherchannel interface. Below are a couple emails I received. The bandwidth mentioned in the email is more than the physical interface. Is there another option I need to turn on or off to account for this behavior? Any suggestions are appreciated.
This physical interface didn't go over 444M. The port channel have 8 physical link in it.
Port saturation threshold alarm: cisco.switch.com on GigabitEthernet3/1 Rates:1.63Gbps/11.6kbps(163/0) >85% of 1Gbps
Another email
This physical interface hit a 1G. The port channel has 2 physical links in it.
Port saturation threshold alarm: cisco.switch.com on GigabitEthernet2/25 Rates:147Mbps/6.62Gbps(15/662) >85% of 1Gbps
added to config.php
$config['alerts']['port_util_alert'] = TRUE; $config['alerts']['port_util_perc'] = 85;
Thanks, Chip