I have the excellent AUTOM8 plugin. I'm trying to create a rule to get UP'ed switch ports to be graphed.
I have the following Rule Items:
Code: Select all
Item#1 1 ifOperStatus matches Up
Item#2 4 AND ifType matches ethernetCsmacd(6)
Item#3 5 OR ifType matches propVirtual(53)
Item#4 6 AND ifDescr does not match with DEFAULT_VLAN
Item#5 7 AND ifDescr does not match regular expression VLAN.+[0-9]?
Most things seems to be Okay. But in the "Show matching graphs" (The graphs which would be created if I enabled the rule) I see the following interfaces being matched:
Code: Select all
192.168.35.238 Up 100000 Up vlan 1 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100006 Down vlan 7 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100023 Up vlan 24 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100032 Up vlan 33 propVirtual(53) 0 0 00:12:CF:79:56:E0 192.168.35.238
192.168.35.238 Up 100040 Up vlan 41 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100073 Up vlan 74 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100098 Up vlan 99 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100099 Down vlan 100 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100149 Down vlan 150 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100150 Down vlan 151 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100151 Down vlan 152 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100152 Down vlan 153 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100153 Down vlan 154 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100154 Down vlan 155 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100155 Down vlan 156 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100156 Down vlan 157 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100157 Down vlan 158 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100158 Down vlan 159 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100182 Up vlan 183 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100245 Up vlan 246 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100253 Up vlan 254 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100256 Up vlan 257 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100257 Up vlan 258 propVirtual(53) 0 0 00:12:CF:79:56:E0
192.168.35.238 Up 100261 Up vlan 262 propVirtual(53) 0 0 00:12:CF:79:56:E0
What's wrong with my Rule Items? Those interfaces should be excluded by my rule. Any input?
Thanks.