Page 1 of 1

Monitor Interface Status by Description

Posted: Tue Feb 13, 2018 11:57 pm
by camprior
Hey Guys

So I'm looking at monitoring several hundred switches but I don't want to add each one individually and untick non critical ports

Basically - Im looking for a way to add a switch and only have it monitor interfaces that contain -{CRITICAL}
Is there a way to do this? Or is it not possible

Cheers

Cam

Re: Monitor Interface Status by Description

Posted: Wed Feb 14, 2018 4:17 pm
by npolovenko
Hello, @camprior. There's no out of the box way to do this. You could modify the source code for the switch/wizard component in XI to include some conditional statement to do that.
If the critical ports are the same on all switches:
You could run a wizard against one switch, and then use a bulk modification tool to just clone the config to other switches.
Or do the critical ports vary on every switch?

Re: Monitor Interface Status by Description

Posted: Wed Feb 14, 2018 7:02 pm
by camprior
hey @npolovenko

The critical switchports will vary from switch to switch unfortunately

Thats cool - I guess i could have a look at the switch component and attempt to add a statement to say only add interfaces that contain -{CRITICAL}
That way you don't end up with a million edge ports reporting as down and generating a critical event

Thanks for the reply

Re: Monitor Interface Status by Description

Posted: Thu Feb 15, 2018 1:14 pm
by kyang
I would like to add that any changes you make to XI, will be overwritten if you do an upgrade. It's important to always make a back up in case anything happens.

Did you have any more questions?