Template SNMP Interfaces Обнаруживает интерфейсы «через один» из-за одинаковых имён для данного примера:
IF-MIB::ifDescr.1 = STRING: Ethernet 10/100 Mbit/s
IF-MIB::ifDescr.2 = STRING: Ethernet 10/100 Mbit/s
IF-MIB::ifDescr.3 = STRING: Ethernet 10 Mbit/s internal
IF-MIB::ifDescr.4 = STRING: Ethernet 10 Mbit/s internal
IF-MIB::ifDescr.5 = STRING: Ethernet 100 Mbit/s internal
IF-MIB::ifDescr.6 = STRING: Ethernet 1000 Mbit/s Full Duplex
IF-MIB::ifDescr.7 = STRING: Ethernet 1000 Mbit/s Full Duplex
IF-MIB::ifDescr.8 = STRING: Optical channel Zelax GM-1G
IF-MIB::ifDescr.9 = STRING: Optical channel Zelax GM-1G
В правилах обнаружения, в окне лога (стлобец Инфо)
Cannot create item: item with the same key "ifAdminStatus[Ethernet 10/100 Mbit/s]" already exists.
Cannot create item: item with the same key "ifAdminStatus[Ethernet 10 Mbit/s internal]" already exists.
Cannot create item: item with the same key "ifAdminStatus[Ethernet 1000 Mbit/s Full Duplex]" already exists.
Cannot create item: item with the same key "ifAdminStatus[Optical channel Zelax GM-1G]" already exists.
Как сделать имена с номерами {#SNMPINDEX}, например для 2-х последних строк:
Optical channel Zelax GM-1G - 8
Optical channel Zelax GM-1G - 9
IF-MIB::ifDescr.1 = STRING: Ethernet 10/100 Mbit/s
IF-MIB::ifDescr.2 = STRING: Ethernet 10/100 Mbit/s
IF-MIB::ifDescr.3 = STRING: Ethernet 10 Mbit/s internal
IF-MIB::ifDescr.4 = STRING: Ethernet 10 Mbit/s internal
IF-MIB::ifDescr.5 = STRING: Ethernet 100 Mbit/s internal
IF-MIB::ifDescr.6 = STRING: Ethernet 1000 Mbit/s Full Duplex
IF-MIB::ifDescr.7 = STRING: Ethernet 1000 Mbit/s Full Duplex
IF-MIB::ifDescr.8 = STRING: Optical channel Zelax GM-1G
IF-MIB::ifDescr.9 = STRING: Optical channel Zelax GM-1G
В правилах обнаружения, в окне лога (стлобец Инфо)
Cannot create item: item with the same key "ifAdminStatus[Ethernet 10/100 Mbit/s]" already exists.
Cannot create item: item with the same key "ifAdminStatus[Ethernet 10 Mbit/s internal]" already exists.
Cannot create item: item with the same key "ifAdminStatus[Ethernet 1000 Mbit/s Full Duplex]" already exists.
Cannot create item: item with the same key "ifAdminStatus[Optical channel Zelax GM-1G]" already exists.
Как сделать имена с номерами {#SNMPINDEX}, например для 2-х последних строк:
Optical channel Zelax GM-1G - 8
Optical channel Zelax GM-1G - 9
Comment