mirror of
https://github.com/hsnodgrass/snmp_mib_archive.git
synced 2025-04-18 16:32:45 +00:00
56 lines
1.6 KiB
Plaintext
Executable File
56 lines
1.6 KiB
Plaintext
Executable File
-- SECTION 1: Top Level Definitions
|
|
|
|
REDUND-TRAP-MIB DEFINITIONS ::= BEGIN
|
|
|
|
|
|
-- Copyright 1997 Bay Networks, Inc.
|
|
-- All rights reserved.
|
|
-- This Bay Networks SNMP Management Information Base Specification
|
|
-- (Specification) embodies Bay Networks' confidential and
|
|
-- proprietary intellectual property. Bay Networks retains all
|
|
-- title and ownership in the Specification, including any
|
|
-- revisions.
|
|
|
|
-- This Specification is supplied "AS IS," and Bay Networks makes
|
|
-- no warranty, either express or implied, as to the use,
|
|
-- operation, condition, or performance of the Specification.
|
|
|
|
|
|
-- Imports
|
|
|
|
IMPORTS
|
|
TRAP-TYPE FROM RFC-1215
|
|
sysMcpRedundIndx, sysMcpRedundOperState
|
|
FROM CENTILLION-CONFIG-MIB
|
|
sysMcpRedundTrap FROM CENTILLION-ROOT-MIB;
|
|
|
|
-- SECTION 2: Redundant traps definitions
|
|
|
|
sysMcpRedundDown TRAP-TYPE
|
|
ENTERPRISE sysMcpRedundTrap
|
|
VARIABLES { sysMcpRedundIndx,
|
|
sysMcpRedundOperState }
|
|
-- STATUS mandatory
|
|
DESCRIPTION
|
|
"When two MCP's are participating in redundancy,
|
|
they are aware of each other through a
|
|
mechanism based on heart beat protocol.
|
|
|
|
When primary MCP detects the failure of the
|
|
secondary, it will send the trap immediately.
|
|
|
|
When the secondary MCP detects the primary has
|
|
failed, it will take control, reset the switch
|
|
and then send the trap.
|
|
|
|
Varbind information returned with this trap:
|
|
1. sysMcpRedundIndx represents the slot where
|
|
active MCP resides.
|
|
2. sysMcpRedundOperState represents the state of
|
|
the failed MCP."
|
|
|
|
::= 1 -- 0x01
|
|
|
|
END
|
|
|