Configuration Problem

Hi,

i am using the virtual appliance ver. 1.35 with the following san-list.cfg:

SNMP_VERSION=3
192.168.249.58:snmppass1:BRCD:Fabric_1
192.168.249.59:snmppass1:BRCD:Fabric_2
192.168.249.78:snmppass1:BRCD:
192.168.249.79:snmppass1:BRCD:
192.168.249.175:snmppass1:BRCD:
192.168.249.176:snmppass1:BRCD:
192.168.249.58:snmppass2:BRCD:
192.168.249.59:snmppass2:BRCD:
192.168.249.175:snmppass2:BRCD:
192.168.249.176:snmppass2:BRCD:

Result from config_check.sh:

=========================
SWITCH: 192.168.249.58
=========================
Type         : BRCD
DestHost     : 192.168.249.58
Version SNMP : 3
SecName      : snmppass1
SNMP port    : not defined! Used SNMP default port "161"!
Switch name  : RZ1-SANPRIVF1
STATE        : CONNECTED!


=========================
SWITCH: 192.168.249.59
=========================
Type         : BRCD
DestHost     : 192.168.249.59
Version SNMP : 3
SecName      : snmppass1
SNMP port    : not defined! Used SNMP default port "161"!
Switch name  : RZ1-SANPRIVF2
STATE        : CONNECTED!


=========================
SWITCH: 192.168.249.78
=========================
Type         : BRCD
DestHost     : 192.168.249.78
Version SNMP : 3
SecName      : snmppass1
SNMP port    : not defined! Used SNMP default port "161"!
Switch name  : RZ3-SANSWF1
STATE        : CONNECTED!


=========================
SWITCH: 192.168.249.79
=========================
Type         : BRCD
DestHost     : 192.168.249.79
Version SNMP : 3
SecName      : snmppass1
SNMP port    : not defined! Used SNMP default port "161"!
Switch name  : RZ3-SANSWF2
STATE        : CONNECTED!


=========================
SWITCH: 192.168.249.175
=========================
Type         : BRCD
DestHost     : 192.168.249.175
Version SNMP : 3
SecName      : snmppass1
SNMP port    : not defined! Used SNMP default port "161"!
Switch name  : RZ4-SANPRIVF1
STATE        : CONNECTED!


=========================
SWITCH: 192.168.249.176
=========================
Type         : BRCD
DestHost     : 192.168.249.176
Version SNMP : 3
SecName      : snmppass1
SNMP port    : not defined! Used SNMP default port "161"!
Switch name  : RZ4-SANPRIVF2
STATE        : CONNECTED!


=========================
SWITCH: 192.168.249.58
=========================
Type         : BRCD
DestHost     : 192.168.249.58
Version SNMP : 3
SecName      : snmppass1
SNMP port    : not defined! Used SNMP default port "161"!
Switch name  : RZ1-SANPRIVF1
STATE        : CONNECTED!


=========================
SWITCH: 192.168.249.59
=========================
Type         : BRCD
DestHost     : 192.168.249.59
Version SNMP : 3
SecName      : snmppass1
SNMP port    : not defined! Used SNMP default port "161"!
Switch name  : RZ1-SANPRIVF2
STATE        : CONNECTED!


=========================
SWITCH: 192.168.249.175
=========================
Type         : BRCD
DestHost     : 192.168.249.175
Version SNMP : 3
SecName      : snmppass1
SNMP port    : not defined! Used SNMP default port "161"!
Switch name  : RZ4-SANPRIVF1
STATE        : CONNECTED!


=========================
SWITCH: 192.168.249.176
=========================
Type         : BRCD
DestHost     : 192.168.249.176
Version SNMP : 3
SecName      : snmppass1
SNMP port    : not defined! Used SNMP default port "161"!
Switch name  : RZ4-SANPRIVF2
STATE        : CONNECTED!


Stor2rrd uses always "snmppass1". If i change the order in san-list.cfg (first snmppass2 appears), stor2rrd uses always snmppass2.
SNMP is working correctly.

Thanks, Michael

Comments

  • Workaround: use FQDN instead of IP for the second SecName. Works only for 2 VF on Switch
  • Hi,

    you have to use only one SecName (security user) for all Virtual Fabrics.

    Try this configuration:
    http://www.stor2rrd.com/install.htm   -> SAN tab

    Brocade Virtual Fabric support

    • Configure security user on the switch (under admin account):
      userconfig --add snmpuser1 -r user -l 1,128
      userconfig --change snmpuser1 -r user -l 1,128 -h 128 -e no
      
      Parameter -l says which virtual fabrics can be monitored by this user.
      Example above allows virtual fabrics 1 and 128 for user snmpuser1.
  • Thanks a lot.
Sign In or Register to comment.