Skip to content

Commit

Permalink
Merge pull request #72 from cisco/RF-MIB-PUBLISH
Browse files Browse the repository at this point in the history
publishing CISCO-RF-MIB.my
  • Loading branch information
kyzer-davis authored Mar 5, 2024
2 parents e265f5d + 17c1425 commit fa8281d
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions v2/CISCO-RF-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-- August 2000, Timothy Kurnik and Bo Berry
-- December 2001, Liwei Wang
--
-- Copyright (c) 2000-2006 by Cisco Systems Inc.
-- Copyright (c) 2000-2006, 2023 by Cisco Systems Inc.
-- All rights reserved.
-- ****************************************************************

Expand Down Expand Up @@ -39,7 +39,7 @@ IMPORTS


ciscoRFMIB MODULE-IDENTITY
LAST-UPDATED "200509010000Z"
LAST-UPDATED "202307130000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems Customer Service
Expand All @@ -49,6 +49,9 @@ ciscoRFMIB MODULE-IDENTITY
Tel: +1 800 553-NETS

E-mail: [email protected]"
DESCRIPTION
"Added descriptions for enums 8 and 9 in RFSwactReasonType"
REVISION "202307130000Z"
DESCRIPTION
"This MIB provides configuration control and status for the
Redundancy Framework (RF) subsystem. RF provides a mechanism
Expand Down Expand Up @@ -425,15 +428,21 @@ RFSwactReasonType ::= TEXTUAL-CONVENTION
activeUnitFailed
- active unit failure caused an auto SWACT
activeUnitRemoved
- active unit removal caused an auto SWACT"
- active unit removal caused an auto SWACT
activeGWdown
- SWACT due to active losing gateway connectivity
activeRMIportdown
- SWACT due to RMI port going down on active"
SYNTAX INTEGER {
unsupported(1),
none(2),
notKnown(3),
userInitiated(4),
userForced(5),
activeUnitFailed(6),
activeUnitRemoved(7)
activeUnitRemoved(7),
activeGWdown(8),
activeRMIportdown(9)
}

RFUnitIdentifier ::= TEXTUAL-CONVENTION
Expand Down

0 comments on commit fa8281d

Please sign in to comment.