Hello.
Im trying to get port names from Brocade switchs using OID 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.36 and show it on item name, but inst working... Display the #macro but not the content....
This is the discovery:
discovery[{#SNMPVALUE},1.3.6.1.2.1.2.2.1.8,
{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,
{#IFALIAS},1.3.6.1.4.1.1588.2.1.1.1.6.2.1.36,
{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,
{#IFDESCR},1.3.6.1.2.1.2.2.1.2,
{#IFTYPE},1.3.6.1.2.1.2.2.1.3]
Item:
Interface {#IFNAME}: Bits received {#IFALIAS}
This is how name is displayed:
Interface 0/2: Bits received {#IFALIAS}
it works with snmpwalk....
SNMPv2-SMI::enterprises.1588.2.1.1.1.6.2.1.36.2 = STRING: "P1_Teste"
Any idea?
Tried with custom macro name but not work too.... If i change the macro to another one (like iftype), works..
Im trying to get port names from Brocade switchs using OID 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.36 and show it on item name, but inst working... Display the #macro but not the content....
This is the discovery:
discovery[{#SNMPVALUE},1.3.6.1.2.1.2.2.1.8,
{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,
{#IFALIAS},1.3.6.1.4.1.1588.2.1.1.1.6.2.1.36,
{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,
{#IFDESCR},1.3.6.1.2.1.2.2.1.2,
{#IFTYPE},1.3.6.1.2.1.2.2.1.3]
Item:
Interface {#IFNAME}: Bits received {#IFALIAS}
This is how name is displayed:
Interface 0/2: Bits received {#IFALIAS}
it works with snmpwalk....
SNMPv2-SMI::enterprises.1588.2.1.1.1.6.2.1.36.2 = STRING: "P1_Teste"
Any idea?
Tried with custom macro name but not work too.... If i change the macro to another one (like iftype), works..