I want to create a rule that can validate the ordering of the TACACs+ servers on Cisco switches, e.g. the below is the correct order:
tacacs-server host 192.168.20.18
tacacs-server host 192.168.20.20
tacacs-server host 192.168.1.18
I want the rule to detect the wrong order and report it, example for the wrong order:
tacacs-server host 192.168.20.20
tacacs-server host 192.168.20.18
tacacs-server host 192.168.1.18
Any ideas how to configure such rule?