Hi
I`d like to make an autodiscovery template for my network device with multiple modems conneted to it. The thing is the OID for description of these modems (iso.3.6.1.4.1.6296.101.23.3.1.1.18) is followed by two snmp indexes (first denotes the port on the device and the second is for modem address on that port). For example it looks like this:
iso.3.6.1.4.1.6296.101.23.3.1.1.18.1.2 = STRING: "Desc 1_2"
iso.3.6.1.4.1.6296.101.23.3.1.1.18.1.3 = STRING: "Desc 1_3"
iso.3.6.1.4.1.6296.101.23.3.1.1.18.2.2 = STRING: "Desc 2_2"
iso.3.6.1.4.1.6296.101.23.3.1.1.18.2.4 = STRING: "Desc 2_3"
How can I put that pair (port-modem_address) that unikly decribes my modem on the description of the prototype?
I`d like to make an autodiscovery template for my network device with multiple modems conneted to it. The thing is the OID for description of these modems (iso.3.6.1.4.1.6296.101.23.3.1.1.18) is followed by two snmp indexes (first denotes the port on the device and the second is for modem address on that port). For example it looks like this:
iso.3.6.1.4.1.6296.101.23.3.1.1.18.1.2 = STRING: "Desc 1_2"
iso.3.6.1.4.1.6296.101.23.3.1.1.18.1.3 = STRING: "Desc 1_3"
iso.3.6.1.4.1.6296.101.23.3.1.1.18.2.2 = STRING: "Desc 2_2"
iso.3.6.1.4.1.6296.101.23.3.1.1.18.2.4 = STRING: "Desc 2_3"
How can I put that pair (port-modem_address) that unikly decribes my modem on the description of the prototype?