Code: Select all
+ Located input field 'ifIP' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.4.20.1.2'
+ Found item [ifIP='127.0.0.1'] index: 1 [from regexp oid parse]
+ Found item [ifIP='***.***.***.**1'] index: 2 [from regexp oid parse]
+ Found item [ifIP='***.***.***.**2'] index: 2 [from regexp oid parse]
+ Found item [ifIP='***.***.***.**3'] index: 2 [from regexp oid parse]
+ Found item [ifIP='***.***.***.**4'] index: 2 [from regexp oid parse]
Cacti wants to use the last IP for the index i.e ***.***.***.**4 . I can verify that the traffic being reported for that interface is incorrect as I'm also graphing the switch the server is uplinked to.
My question(s):
1. Does Cacti choose the IP it uses when there a multiple IP bound to an interface?
2. If Cacti is responsible, can I tell it to use the first IP?
3. If it Cacti isn't responsible, anyone know a workaround?