I build at least two interfaces into every switch's uplink as members of a port-channel so the device has some resilience in case one of its upstream distribution or core switches experiences problems, or in case there are fiber or transceiver problems.
When one port fails for any reason, the switch stays up and running, but its resilience and throughput are cut in half.
How can NPM easily/automatically discover port-channel members and monitor them and the port-channel to which they are assigned?
In the past I manually added every port-channel and member interface manually into a special group I called "Critical Interfaces". It not only included port-channel interfaces between switches or between switch and router, or between firewalls and switches, but it also contained LACP or other port-channels between switches and servers.
I'm not finding a way to make this happen automatically or easily--only manually.
If you have a way to make it happen, please share it with me.
If there's not a pre-planned / canned way to accomplish this, please consider this a Feature Request for it.