- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- H3C OID for IRF supervision
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
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
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО08-19-2021 12:01 PM - last edited on тАО08-20-2021 05:55 AM by support_s
тАО08-19-2021 12:01 PM - last edited on тАО08-20-2021 05:55 AM by support_s
Hi,
I am looking for the right OID to use to detect the loss of an IRF member on H3C switches.
I know the question has already been asked, but it never had a valid answer.
I know IMC can sends this kind of alert, so there must be a correct one..
Thanks for your help.
Solved! Go to Solution.
- Tags:
- Commware
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2021 12:15 PM - edited тАО08-19-2021 12:15 PM
тАО08-19-2021 12:15 PM - edited тАО08-19-2021 12:15 PM
Re: H3C OID for IRF supervision
Hi @hemh !
What about these two OIDs sent as traps:
.1.3.6.1.4.1.25506.2.91.6.0.2
hh3cStackTopologyChange NOTIFICATION-TYPE
-- FROM HH3C-STACK-MIB
OBJECTS { hh3cStackTopology }
DESCRIPTION "The hh3cStackTopologyChange trap indicates that the topology type of
the IRF stack has changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapOjbects(0) 2 }
.1.3.6.1.4.1.25506.2.91.6.0.1
hh3cStackPortLinkStatusChange NOTIFICATION-TYPE
-- FROM HH3C-STACK-MIB
OBJECTS { hh3cStackMemberID, hh3cStackPortIndex, hh3cStackPortStatus }
DESCRIPTION "The hh3cStackPortLinkStatusChange trap indicates that the link status
of the stack port has changed."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackTrap(6) hh3cStackTrapOjbects(0) 1 }
Also, there is an OID that you can possibly monitor, but it has to be polled by SNMP GET, it's not sent as trap, so I am not really sure if you can create an alarm in IMC for the value decrease:
.1.3.6.1.4.1.25506.2.91.1.2
hh3cStackMemberNum OBJECT-TYPE
-- FROM HH3C-STACK-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of members currently in a stack."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cStack(91) hh3cStackGlobalConfig(1) 2 }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2021 12:57 PM - edited тАО08-19-2021 01:20 PM
тАО08-19-2021 12:57 PM - edited тАО08-19-2021 01:20 PM
Re: H3C OID for IRF supervision
Hi Ivan, thanks for answer.
Is it possible to configure custon snmp traps on HPE switches?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2021 01:59 PM
тАО08-19-2021 01:59 PM
Re: H3C OID for IRF supervision
I am afraid it is not possible. At least not on Comware-based switches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2021 05:24 AM
тАО08-20-2021 05:24 AM
Re: H3C OID for IRF supervision
Thk you very much for your answers Ivan, it helped a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2021 05:52 AM
тАО08-20-2021 05:52 AM
SolutionYou are welcome, @hemh ! It will help if you will mark my answer as solution to help other people in their search for common questions. Thank you!