-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from cisco/RF-MIB-PUBLISH
publishing CISCO-RF-MIB.my
- Loading branch information
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
-- **************************************************************** | ||
|
||
|
@@ -39,7 +39,7 @@ IMPORTS | |
|
||
|
||
ciscoRFMIB MODULE-IDENTITY | ||
LAST-UPDATED "200509010000Z" | ||
LAST-UPDATED "202307130000Z" | ||
ORGANIZATION "Cisco Systems, Inc." | ||
CONTACT-INFO | ||
"Cisco Systems Customer Service | ||
|
@@ -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 | ||
|
@@ -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 | ||
|