Hello all,
If we have a discovery rule that finds all the ports on some Cisco 5000 series switches (and connected FEX units), the ports are shown by their respective port name (e.g. Ethernet 107/1/32) in the drop-down menus and on graphs. Is it possible to have both that port name and the port alias shown in the drop-down menus and/or the graphs?
For instance, let's say port Ethernet 107/1/32 has an alias (description entered on the switch) of server52, is there a way to have the traffic graph for that port show:
Traffic for Ethernet 107/1/32 - server52
Instead of just:
Traffic for Ethernet 107/1/32
?
I understand that the following key/SNMP MIB will pull the port name (Ethernet 107/1/32, e.g.):
ifDescr[{#SNMPVALUE}]
IF-MIB::ifDescr.{#SNMPINDEX}
and that the following key/SNMP MIB will pull the description entered for each port:
ifAlias[{#SNMPVALUE}]
IF-MIB::ifAlias.{#SNMPINDEX}
So I would think that the two could be combined. I have tried making a new discovery graph prototype with a name of:
Traffic on interface {#SNMPVALUE} - ifAlias[{#SNMPVALUE}]
but that did not work as intended.
Any suggestions would be greatly appreciated.
Thank you.
If we have a discovery rule that finds all the ports on some Cisco 5000 series switches (and connected FEX units), the ports are shown by their respective port name (e.g. Ethernet 107/1/32) in the drop-down menus and on graphs. Is it possible to have both that port name and the port alias shown in the drop-down menus and/or the graphs?
For instance, let's say port Ethernet 107/1/32 has an alias (description entered on the switch) of server52, is there a way to have the traffic graph for that port show:
Traffic for Ethernet 107/1/32 - server52
Instead of just:
Traffic for Ethernet 107/1/32
?
I understand that the following key/SNMP MIB will pull the port name (Ethernet 107/1/32, e.g.):
ifDescr[{#SNMPVALUE}]
IF-MIB::ifDescr.{#SNMPINDEX}
and that the following key/SNMP MIB will pull the description entered for each port:
ifAlias[{#SNMPVALUE}]
IF-MIB::ifAlias.{#SNMPINDEX}
So I would think that the two could be combined. I have tried making a new discovery graph prototype with a name of:
Traffic on interface {#SNMPVALUE} - ifAlias[{#SNMPVALUE}]
but that did not work as intended.
Any suggestions would be greatly appreciated.
Thank you.
Comment