No RRD data for switches Brocade BR-6510

Hello!

I am getting the following error:

Alerting is unavailable! Last update time is not defined! Switch name "MSK-TI-BR6510-100-1". /home/stor2rrd/stor2rrd/bin/san_rrdupdate.pl:344

why is this happening?

Comments

  • Hi,

    Send us logs. 
    Note a short problem description in the text field of the upload form.

    cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir
    tar cvhf logs.tar logs tmp/*txt
    gzip -9 logs.tar

    Send us logs.tar.gz via https://upload.stor2rrd.com
  • files were uploaded successfully
  • Hi,

    it looks like your switch does not provide statistics for ports.

    e.g.:
    tmp/MSK-TI-BR6510-100-1-perf-last.txt
    -->
    1636542605,,,,,,,,,0,0,,,,MSK-TI-BR6510-100-1,port1.rrd,port1.rrd,0,,
    1636542605,,,,,,,,,0,0,,,,MSK-TI-BR6510-100-1,port2.rrd,port2.rrd,0,,
    1636542605,,,,,,,,,0,0,,,,MSK-TI-BR6510-100-1,port3.rrd,port3.rrd,0,,

    Can you try the following snmpwalk commands?

    1. physical port number

    snmpwalk -c <community string> -v 2c <switch IP> 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.37

    2. statistics

    snmpwalk -c <community string> -v 2c <switch IP> 1.3.6.1.3.94.4.5.1.4
    snmpwalk -c <community string> -v 2c <switch IP> 1.3.6.1.3.94.4.5.1.5
    snmpwalk -c <community string> -v 2c <switch IP> 1.3.6.1.3.94.4.5.1.6
    snmpwalk -c <community string> -v 2c <switch IP> 1.3.6.1.3.94.4.5.1.7

    Send us output (here or https://upload.stor2rrd.com).
  • Hi,

    You're right :(

    1. physical port number

    snmpwalk -c <community string> -v 2c <switch IP> 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.37
    iso.3.6.1.4.1.1588.2.1.1.1.6.2.1.37.1 = STRING: "0"
    iso.3.6.1.4.1.1588.2.1.1.1.6.2.1.37.2 = STRING: "1"
    iso.3.6.1.4.1.1588.2.1.1.1.6.2.1.37.3 = STRING: "2"
    iso.3.6.1.4.1.1588.2.1.1.1.6.2.1.37.4 = STRING: "3"
    iso.3.6.1.4.1.1588.2.1.1.1.6.2.1.37.5 = STRING: "4"
    iso.3.6.1.4.1.1588.2.1.1.1.6.2.1.37.6 = STRING: "5"
    iso.3.6.1.4.1.1588.2.1.1.1.6.2.1.37.7 = STRING: "6"
    ....

    2. statistics

    snmpwalk -c <community string> -v 2c <switch IP> 1.3.6.1.3.94.4.5.1.4
    snmpwalk -c <community string> -v 2c <switch IP> 1.3.6.1.3.94.4.5.1.5
    snmpwalk -c <community string> -v 2c <switch IP> 1.3.6.1.3.94.4.5.1.6
    snmpwalk -c <community string> -v 2c <switch IP> 1.3.6.1.3.94.4.5.1.7

    No Such Object available on this agent at this OID

    Switch behaves very strange.


  • Hi,

    raise a ticket with your switch support.
    Ask them why this switch doesn't provide statistics for ports.
    And provide them output from the snmpwalk commands.
    Let us know.
  • Hi,

    >snmpconfig --enable mibCapability -mib_name FA-MIB

    thanks for your help in solving this problem!

Sign In or Register to comment.