-- This file is corresponding to Release 6.3.1.100 from 2003/03/10 00:00:00 -- (C)opyright 1991-1999 BinTec Communications AG, All Rights Reserved -- $RCSfile: mibisdndisable,v $ -- $Revision: 1.1 $ BIANCA-BRICK-ALIVED-MIB DEFINITIONS ::= BEGIN IMPORTS Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; org OBJECT IDENTIFIER ::= { iso 3 } dod OBJECT IDENTIFIER ::= { org 6 } internet OBJECT IDENTIFIER ::= { dod 1 } private OBJECT IDENTIFIER ::= { internet 4 } enterprises OBJECT IDENTIFIER ::= { private 1 } bintec OBJECT IDENTIFIER ::= { enterprises 272 } bibo OBJECT IDENTIFIER ::= { bintec 4 } isdn OBJECT IDENTIFIER ::= { bibo 2 } HexValue ::= INTEGER isdnDisableTable OBJECT-TYPE SYNTAX SEQUENCE OF IsdnDisableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "In the isdnDisableTable you can configure, which ISDN stacks should be shut down automatically, under certain circumstances." ::= { isdn 17 } isdnDisableEntry OBJECT-TYPE SYNTAX IsdnDisableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "" INDEX { isdnDisableStkNumber } ::= { isdnDisableTable 1 } IsdnDisableEntry ::= SEQUENCE { isdnDisableStkNumber INTEGER, isdnDisableWatchObj INTEGER, isdnDisableState INTEGER } isdnDisableStkNumber OBJECT-TYPE SYNTAX INTEGER ( 0..31 ) ACCESS read-write STATUS mandatory DESCRIPTION "The Number of the ISDN stack from the isdnStkTable." ::= { isdnDisableEntry 1 } isdnDisableWatchObj OBJECT-TYPE SYNTAX INTEGER { delete(1), capi-listener(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Setting this variable to delete, deletes this table entry. capi-listener means that the ISDN interface is only up, when a CAPI application, which is listening to incoming calls, is active on this interface. This works only on PRI interfaces and when no other router software (like PPP) is listening to incoming calls." ::= { isdnDisableEntry 2 } isdnDisableState OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), always-up(3) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable signals the current state of the ISDN interface. When the ISDN interface is up, due to a listening CAPI application, the State is up. When it's up due to other configurations, the State is always_up. When it's down because no CAPI application is listening to incoming calls, the State is down." ::= { isdnDisableEntry 3 } END -- of BIANCA-BRICK definitions