The problem is, some of the time the line "ntp server 10.1.1.1" would be found. Sometimes there is 5-6 different ntp server lines. I'm trying to find all the ones that aren't the one I specify.
So a switch might have the config as:
ntp server 10.1.1.1
ntp server 10.2.2.2
ntp server 10.3.3.3
I want it to report on the 10.2.2.2 or 10.3.3.3. But I don't know what IP's the additional lines may contain. I just know that I should only have a certain ntp server specified.