Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20396

Re: Which interfaces are you monitoring on your switches?

$
0
0

I monitor:

a) interfaces that are pointing towards other monitored nodes using LLDP

i.e. these (SWQL custom query resource):

SELECT n1.ipaddress, LocalPortNumber, RemoteSystemName, RemotePortDescription

FROM Orion.NodeLldpEntry NLE inner join orion.nodes N1

on NLE.nodeid=n1.nodeid

inner join orion.nodes N2

on NLE.remotesystemname=n2.SysName

left outer join Orion.NPM.Interfaces i

on i.interfaceindex = nle.localportnumber and i.nodeid=nle.nodeid

where i.interfaceid is null

and nle.localportnumber<>0

 

b) interfaces that are pointing towards the spanning-tree root

(I haven't figured out which interfaces these are in solarwinds, and I mostly don't care because LLDP provides the right information.)

 

c) all interfaces ON the spanning-tree root (because in my environment this is an aggregation switch and this should only be interfaces pointing towards edge switches or the routers.

 

d) Unfortunately we have many (probably over 5000)users who have connected their own switch, otherwise I'd suggest interfaces that have more than one MAC address in the bridge table, since that probably points to a switch that should be monitored, or a VM host, or a switch fabric inside a blade chassis.


Viewing all articles
Browse latest Browse all 20396

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>