HPE EVA Storage
1825782 Members
2150 Online
109687 Solutions
New Discussion

Simple Brocade question

 
Lucien Wolfs
Valued Contributor

Simple Brocade question

Hello,

I would like to read the MIB from a Brocade 3850 SAN switch. Now I have set up the switch using agtcfgset to
SWITCH03:admin> agtcfgshow
Current SNMP Agent Configuration
Customizable MIB-II system variables:
sysDescr = SWITCH03
sysLocation = SOMEWHERE
sysContact = Field Support.
swEventTrapLevel = 3
authTrapsEnabled = true

SNMPv1 community and trap recipient configuration:
Community 1: Secret C0de (rw)
Trap recipient: 10.22.68.65
Community 2: OrigEquipMfr (rw)
Trap recipient: 10.22.68.65
Community 3: private (rw)
Trap recipient: 10.22.68.65
Community 4: public (ro)
Trap recipient: 10.22.68.65
Community 5: common (ro)
Trap recipient: 10.22.68.65
Community 6: FibreChannel (ro)
Trap recipient: 10.22.68.65

SNMP access list configuration:
Entry 0: Access host subnet area 10.22.68.64 (rw)
Entry 1: No access host configured yet
Entry 2: No access host configured yet
Entry 3: No access host configured yet
Entry 4: No access host configured yet
Entry 5: No access host configured yet



Now I try to read something from the host with IP 10.22.68.65 using /usr/local/bin/snmpget -c public 10.22.68.65 .1.3.6.1.4.1

I always receive "timeout" so it looks as if I'm not getting through to the switch. I know I'm doing something wrong, but donot know what...


Plz help.
3 REPLIES 3
Fabian_Nowee
Super Advisor

Re: Simple Brocade question

I zipped some of the mibs:

www.kirsp.nl/brocade/brocade_mibs_24k_ 3850.zip

they are for 4.2 and 4.4 firmware releases
Looking for nice incentives? (www.kirsp.nl)
Lucien Wolfs
Valued Contributor

Re: Simple Brocade question

Have to issue -v 1 with snmpget ( to specify the use of version 1)
This will do the trick.
On another website I got the correct settings for agtcfgset:

Current SNMP Agent Configuration
Customizable MIB-II system variables:
sysDescr = Fibre Channel Switch.
sysLocation = End User Premise
sysContact = Field Support.
swEventTrapLevel = 3
authTraps = 1 (ON)

SNMPv1 community and trap recipient configuration:
Community 1: Secret C0de (rw)
No trap recipient configured yet
Community 2: OrigEquipMfr (rw)
No trap recipient configured yet
Community 3: private (rw)
No trap recipient configured yet
Community 4: public (ro)
No trap recipient configured yet
Community 5: common (ro)
No trap recipient configured yet
Community 6: FibreChannel (ro)
No trap recipient configured yet

SNMP access list configuration:
Entry 0: Access host subnet area 192.168.1.217 (ro)]
Entry 1: No access host configured yet
Entry 2: No access host configured yet
Entry 3: No access host configured yet
Entry 4: No access host configured yet
Entry 5: No access host configured yet

Lucien Wolfs
Valued Contributor

Re: Simple Brocade question

See my last reply