Definitions of Managed Objects for Data Link Switching using SMIv2
Voir toute la rfc dans une seule page
Page : 72 / 90
Télécharger le PDF
Auteur(s) :
S. Nix,
Editor D. Chen,
P. Gayek
Classé sous :
Mib,
Management,
Information,
Base,
Dlsw-mib,
Dlsw
RFC 2024 DLSw MIB using SMIv2 October 1996
"Indicates whether the DLSw is permitted to emit transport
connection up and down traps. With the value of `enabled'
the DLSw will emit traps when connections enter `connected'
and `disconnected' states. With the value of `disabled'
the DLSw will not emit traps when connections enter of
`connected' and `disconnected' states. With the value
of `partial' the DLSw will only emits transport connection
down traps when the connection is closed with busy.
The changes take effect immediately."
::= { dlswTrapControl 3 }
dlswTrapCntlCircuit OBJECT-TYPE
SYNTAX INTEGER {
enabled (1),
disabled (2),
partial (3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates whether the DLSw is permitted to generate
circuit up and down traps. With the value of `enabled'
the DLSw will emit traps when circuits enter `connected'
and `disconnected' states. With the value of `disabled'
the DLSw will not emit traps when circuits enter of
`connected' and `disconnected' states. With the value
of `partial' the DLSw will emit traps only for those
circuits that are initiated by this DLSw, e.g.,
originating the CUR_CS message. The changes take effect
immediately."
::= { dlswTrapControl 4 }
-- *******************************************************************
-- NOTIFICATIONS, i.e., TRAP DEFINITIONS
-- *******************************************************************
dlswTraps OBJECT IDENTIFIER ::= { dlswMIB 0 }
-- -------------------------------------------------------------------
-- This section defines the well-known notifications sent by
-- DLSW agents.
-- Care must be taken to insure that no particular notification
-- is sent to a single receiving entity more often than once
-- every five seconds.
--
-- Traps includes:
-- (1) Partner rejected (capEx rejection, not in partner list, etc.)
-- (2) DLSw protocol violation (e.g., window size violation, etc.)
-- (3) Transport connection up/down
Chen, et. al. Standards Track [Page 72]