📄 rfc2127.mib
字号:
"RFC1903, TestAndIncr textual convention." ::= { isdnEndpointGroup 1 }isdnEndpointTable OBJECT-TYPE SYNTAX SEQUENCE OF IsdnEndpointEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table containing configuration for Terminal Endpoints." ::= { isdnEndpointGroup 2 }isdnEndpointEntry OBJECT-TYPE SYNTAX IsdnEndpointEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the Terminal Endpoint Table. The value of isdnEndpointIfType must be supplied for a row in this table to become active." INDEX { isdnEndpointIndex } ::= { isdnEndpointTable 1 }IsdnEndpointEntry ::= SEQUENCE { isdnEndpointIndex INTEGER, isdnEndpointIfIndex InterfaceIndex, isdnEndpointIfType IANAifType, isdnEndpointTeiType INTEGER, isdnEndpointTeiValue INTEGER, isdnEndpointSpid DisplayString, isdnEndpointStatus RowStatus }isdnEndpointIndex OBJECT-TYPE SYNTAX INTEGER (1..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index value which uniquely identifies an entry in the isdnEndpointTable." ::= { isdnEndpointEntry 1 }isdnEndpointIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS read-only STATUS current DESCRIPTION "The ifIndex value of the interface associated with this Terminal Endpoint." ::= { isdnEndpointEntry 2 }isdnEndpointIfType OBJECT-TYPE SYNTAX IANAifType MAX-ACCESS read-create STATUS current DESCRIPTION "The interface type for this Terminal Endpoint. Interface types of x25ple(40) and isdn(63) are allowed. The interface type is identical to the value of ifType in the associated ifEntry." ::= { isdnEndpointEntry 3 }isdnEndpointTeiType OBJECT-TYPE SYNTAX INTEGER { dynamic(1), static(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "The type of TEI (Terminal Endpoint Identifier) used for this Terminal Endpoint. In case of dynamic(1), the TEI value is selected by the switch. In case of static(2), a valid TEI value has to be entered in the isdnEndpointTeiValue object. The default value for this object depends on the interface type as well as the Terminal Endpoint type. On Primary Rate interfaces the default value is static(2). On Basic Rate interfaces the default value is dynamic(1) for isdn(63) Terminal Endpoints and static(2) for x25ple(40) Terminal Endpoints." ::= { isdnEndpointEntry 4 }isdnEndpointTeiValue OBJECT-TYPE SYNTAX INTEGER ( 0..255 ) MAX-ACCESS read-create STATUS current DESCRIPTION "The TEI (Terminal Endpoint Identifier) value for this Terminal Endpoint. If isdnEndpointTeiType is set to static(2), valid numbers are 0..63, while otherwise the value is set internally. The default value of this object is 0 for static TEI assignment. The default value for dynamic TEI assignment is also 0 as long as no TEI has been assigned. After TEI assignment, the assigned TEI value is returned." ::= { isdnEndpointEntry 5 }isdnEndpointSpid OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-create STATUS current DESCRIPTION "The Service profile IDentifier (SPID) information for this Terminal Endpoint. The SPID is composed of 9-20 numeric characters. This information has to be defined in addition to the local number for some switch protocol types, e.g. Bellcore NI-1 and NI-2. If this object is not required, it is a zero length string." REFERENCE "Bellcore SR-NWT-001953, Generic Guidelines for ISDN Terminal Equipment on Basic Access Interfaces, Chapter 8.5.1." DEFVAL { "" } ::= { isdnEndpointEntry 6 }isdnEndpointStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to create and delete rows in the isdnEndpointTable." ::= { isdnEndpointEntry 7 }---- The Directory Number group--isdnDirectoryGroup OBJECT IDENTIFIER ::= { isdnMibObjects 5 }isdnDirectoryTable OBJECT-TYPE SYNTAX SEQUENCE OF IsdnDirectoryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table containing Directory Numbers." ::= { isdnDirectoryGroup 1 }isdnDirectoryEntry OBJECT-TYPE SYNTAX IsdnDirectoryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the Directory Number Table. All objects in an entry must be set for a new row to become active." INDEX { isdnDirectoryIndex } ::= { isdnDirectoryTable 1 }IsdnDirectoryEntry ::= SEQUENCE { isdnDirectoryIndex INTEGER, isdnDirectoryNumber DisplayString, isdnDirectorySigIndex INTEGER, isdnDirectoryStatus RowStatus }isdnDirectoryIndex OBJECT-TYPE SYNTAX INTEGER ( 1..'7fffffff'h ) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index value which uniquely identifies an entry in the isdnDirectoryTable." ::= { isdnDirectoryEntry 1 }isdnDirectoryNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-create STATUS current DESCRIPTION "A Directory Number. Directory Numbers are used to identify incoming calls on the signaling channel given in isdnDirectorySigIndex. The format of this information largely depends on the type of switch or PBX the device is connected to. Therefore, the detailed format of this information is not specified and is implementation dependent. If possible, the agent should implement this information using the E.164 number format. In this case, the number must start with '+'. Otherwise, IA5 number digits must be used." REFERENCE "ITU-T E.164, Q.931 chapter 4.5.10" ::= { isdnDirectoryEntry 2 }isdnDirectorySigIndex OBJECT-TYPE SYNTAX INTEGER (1..2147483647) MAX-ACCESS read-create STATUS current DESCRIPTION "An index pointing to an ISDN signaling channel. Incoming calls are accepted on this signaling channel if the isdnDirectoryNumber is presented as Called Number in the SETUP message." ::= { isdnDirectoryEntry 3 }isdnDirectoryStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to create and delete rows in the isdnDirectoryTable." ::= { isdnDirectoryEntry 4 }-- TrapsisdnMibTrapPrefix OBJECT IDENTIFIER ::= { isdnMib 2 }isdnMibTraps OBJECT IDENTIFIER ::= { isdnMibTrapPrefix 0 }isdnMibCallInformation NOTIFICATION-TYPE OBJECTS { ifIndex, -- isdnBearerTable ifIndex isdnBearerOperStatus, isdnBearerPeerAddress, isdnBearerPeerSubAddress, isdnBearerCallSetupTime, isdnBearerInfoType, isdnBearerCallOrigin } STATUS current DESCRIPTION "This trap/inform is sent to the manager under the following condidions: - on incoming calls for each call which is rejected for policy reasons (e.g. unknown neighbor or access violation) - on outgoing calls whenever a call attempt is determined to have ultimately failed. In the event that call retry is active, then this will be after all retry attempts have failed. - whenever a call connects. In this case, the object isdnBearerCallConnectTime should be included in the trap. Only one such trap is sent in between successful or unsuccessful call attempts from or to a single neighbor; subsequent call attempts result in no trap. If the Dial Control MIB objects dialCtlNbrCfgId and dialCtlNbrCfgIndex are known by the entity generating this trap, both objects should be included in the trap as well. The receipt of this trap with no dial neighbor information indicates that the manager must poll the callHistoryTable of the Dial Control MIB to see what changed." ::= { isdnMibTraps 1 }---- conformance information--isdnMibConformance OBJECT IDENTIFIER ::= { isdnMib 2 }isdnMibCompliances OBJECT IDENTIFIER ::= { isdnMibConformance 1 }isdnMibGroups OBJECT IDENTIFIER ::= { isdnMibConformance 2 }-- compliance statementsisdnMibCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for entities which implement the ISDN MIB." MODULE -- this module-- unconditionally mandatory groups MANDATORY-GROUPS { isdnMibSignalingGroup, isdnMibBearerGroup, isdnMibNotificationsGroup }-- conditionally mandatory group GROUP isdnMibBasicRateGroup DESCRIPTION "The isdnMibBasicRateGroup is mandatory for entities supporting ISDN Basic Rate interfaces."-- optional groups GROUP isdnMibEndpointGroup DESCRIPTION "Implementation of this group is optional for all systems that attach to ISDN interfaces." GROUP isdnMibDirectoryGroup DESCRIPTION "Implementation of this group is optional for all systems that attach to ISDN interfaces." OBJECT isdnBasicRateIfType MIN-ACCESS read-only DESCRIPTION "It is conformant to implement this object as read-only." OBJECT isdnBasicRateLineTopology MIN-ACCESS read-only DESCRIPTION "It is conformant to implement this object as read-only." OBJECT isdnBasicRateIfMode MIN-ACCESS read-only DESCRIPTION "It is conformant to implement this object as read-only." OBJECT isdnBasicRateSignalMode MIN-ACCESS read-only DESCRIPTION "It is conformant to implement this object as read-only." ::= { isdnMibCompliances 1 }-- units of conformanceisdnMibBasicRateGroup OBJECT-GROUP OBJECTS { isdnBasicRateIfType, isdnBasicRateLineTopology, isdnBasicRateIfMode, isdnBasicRateSignalMode } STATUS current DESCRIPTION "A collection of objects required for ISDN Basic Rate physical interface configuration and statistics." ::= { isdnMibGroups 1 }isdnMibBearerGroup OBJECT-GROUP OBJECTS { isdnBearerChannelType, isdnBearerOperStatus, isdnBearerChannelNumber, isdnBearerPeerAddress, isdnBearerPeerSubAddress, isdnBearerCallOrigin, isdnBearerInfoType, isdnBearerMultirate, isdnBearerCallSetupTime, isdnBearerCallConnectTime, isdnBearerChargedUnits } STATUS current DESCRIPTION "A collection of objects required for ISDN Bearer channel control and statistics." ::= { isdnMibGroups 2 }isdnMibSignalingGroup OBJECT-GROUP OBJECTS { isdnSignalingGetIndex, isdnSignalingIfIndex, isdnSignalingProtocol, isdnSignalingCallingAddress, isdnSignalingSubAddress, isdnSignalingBchannelCount, isdnSignalingInfoTrapEnable, isdnSignalingStatus, isdnSigStatsInCalls, isdnSigStatsInConnected, isdnSigStatsOutCalls, isdnSigStatsOutConnected, isdnSigStatsChargedUnits, isdnLapdPrimaryChannel, isdnLapdOperStatus, isdnLapdPeerSabme, isdnLapdRecvdFrmr } STATUS current DESCRIPTION "A collection of objects required for ISDN D channel configuration and statistics." ::= { isdnMibGroups 3 }isdnMibEndpointGroup OBJECT-GROUP OBJECTS { isdnEndpointGetIndex, isdnEndpointIfIndex, isdnEndpointIfType, isdnEndpointTeiType, isdnEndpointTeiValue, isdnEndpointSpid, isdnEndpointStatus } STATUS current DESCRIPTION "A collection of objects describing Terminal Endpoints." ::= { isdnMibGroups 4 }isdnMibDirectoryGroup OBJECT-GROUP OBJECTS { isdnDirectoryNumber, isdnDirectorySigIndex, isdnDirectoryStatus } STATUS current DESCRIPTION "A collection of objects describing directory numbers." ::= { isdnMibGroups 5 }isdnMibNotificationsGroup NOTIFICATION-GROUP NOTIFICATIONS { isdnMibCallInformation } STATUS current DESCRIPTION "The notifications which a ISDN MIB entity is required to implement." ::= { isdnMibGroups 6 }END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -