Is there a way that can help me monitor switch port configs against a baseline?
For example, our baseline config for network port can be seen below. If a software can send us an alert email if someone else change any of that.
int g1/0/1
switchport mode access
switchport nonegotiate
spanning-tree portfast
spanning-tree guard root
switchport port-security
switchport port-security maximum 5
switchport port-security aging time 1
switchport port-security violation shutdown
spanning-tree bpduguard enable
no speed
no duplex
Thank you.