HPE GreenLake Administration
- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Simple Brocade question
HPE EVA Storage
1825782
Members
2150
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 09:46 PM
04-18-2005 09:46 PM
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.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 10:15 PM
04-18-2005 10:15 PM
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
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 10:39 PM
04-18-2005 10:39 PM
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 10:40 PM
04-18-2005 10:40 PM
Re: Simple Brocade question
See my last reply
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP