CXX25-MIB: View SNMP OID List / Download MIB

VENDOR: MEMOTEC COMMUNICATIONS


 Home MIB: CXX25-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 x25LowerPoolThreshold 1.3.6.1.4.1.495.2.1.6.29.1 integer read-write
Determines the minimum amount of system resources which are required by the X.25 layer. When system resources drop below this threshold, the X.25 layer clears any virtual circuits for which data activity is detected. The value of this object must not be greater than the value of object x25UpperPoolThreshold. Range of Values: 1 - 99 Default Value: 30 (30 percent) Related Objects: x25UpperPoolThreshold x25SapFlowControlState x25SapFlowControlTimer Configuration Changed: administrative
 x25UpperPoolThreshold 1.3.6.1.4.1.495.2.1.6.29.2 integer read-write
Determines the amount of system resources which are required by the X.25 layer to avoid congestion. When system resources drop below this threshold, the X.25 layer does the following: - prohibits new virtual circuits from being established on any SAP (service access point) - initiates flow control on all existing virtual circuits receiving data (an RNR is transmitted on each circuit) When global resources rise above this threshold after having dropped below it, the X.25 layer does the following: - it disables flow control on all suspended virtual circuits (transmits a RR on each circuit that that it previously transmitted an RNR on) - permits new virtual circuits to be established The value of this object must not be less than the value of object x25LowerPoolThreshold. Range of Values: 1 - 99 Default Value: 40 (40 percent) Related Objects: x25LowerPoolThreshold x25SapFlowControlTimer Configuration Changed: administrative
 x25RouteMask 1.3.6.1.4.1.495.2.1.6.29.3 integer read-write
Determines the number of digits to use for routing calls. If set to value '0', calls are routed normally, according to the called address specified. A value greater than '0' indicates how many called address digits are used to scan the route table. Any call received with a called address containing less or more digits than specified for this object is refused. Range of Values: 0 - 15 Default Value: 0 Related Objects: x25SapRouteDirection x25RouteTable Configuration Changed: administrative
 x25BillingSegmentSize 1.3.6.1.4.1.495.2.1.6.29.4 integer read-write
Determines the size of billing data segments. Range of Values: 16 - 1024 bytes Default Value: 16 bytes Related Objects: x25Billing x25SapPvcBillingTimer x25SapSbscrChargingInformation x25SapSbscrNetworkUserId x25PvcBilling x25PvcSrcAddress x25PvcDstAddress x25BillingIndication Configuration Changed: administrative
 x25Billing 1.3.6.1.4.1.495.2.1.6.29.5 integer read-write
Determines if this layer generates the x25BillingIndication trap. For switched virtual circuits the trap is generated each time a call is cleared. For permanent virtual circuits the trap is generated each time the x25SapPvcBillingTimer expires. Options: disabled (1): This layer does not generate the x25BillingIndication trap. enabled (2): This layer generates the x25BillingIndication trap. Default Value: disabled (1) Related Objects: x25BillingSegmentSize x25SapPvcBillingTimer x25SapSbscrChargingInformation x25SapSbscrNetworkUserId x25PvcBilling x25PvcSrcAddress x25PvcDstAddress x25BillingIndication Configuration Changed: administrative and operative Enumeration: 'disabled': 1, 'enabled': 2.
 x25NetworkType 1.3.6.1.4.1.495.2.1.6.29.6 integer read-write
Determines the format of the cause codes the X.25 layer adds to Reset, Restart, and Clear packets. Note: The X.25 layer will not generate Diagnostics packets for any SAP when configured with value 'dteEndpoint'. Options: publicDataNetwork (1): Standard cause codes are generated. privateDataNetwork (2): Cause codes have the most significant bit set. dteEndpoint (3): Cause codes (with most significant bit set) are only generated for SAPs configured as DCEs, and are set to 0 for SAPs configured as DTEs. Related Objects: x25SapInterfaceType Default Value: dteEndpoint (3) Configuration Changed: administrative Enumeration: 'publicDataNetwork': 1, 'privateDataNetwork': 2, 'dteEndpoint': 3.
 x25HuntGroupRotation 1.3.6.1.4.1.495.2.1.6.29.7 integer read-write
Determines if hunt group members are rotated. Enabling rotation causes hunting to begin with a different hunt group member each time. For example, a group with three members would be hunted as follows: 123, 231, 312, 123. Group members are rotated after each use or after detection of a member which is unavailable. Options: disabled (1): Hunt group members are not rotated. enabled (2):. Hunt group members are rotated. Default Value: disabled (1) Related Objects: x25HuntGroupTable Configuration Changed: administrative Enumeration: 'disabled': 1, 'enabled': 2.
 x25Alarms 1.3.6.1.4.1.495.2.1.6.29.10 integer read-write
For future use. Determines if this layer generates the x25SapAlarm trap. Options: disabled (1): This layer does not generate the x25SapAlarm trap. enabled (2): This layer generates the x25SapAlarm trap. Default Value: disabled (1) Related Objects: x25SapStatusEvent x25SapAlarm Configuration Changed: administrative and operative Enumeration: 'disabled': 1, 'enabled': 2.
 x25SapStatusEvent 1.3.6.1.4.1.495.2.1.6.29.11 integer read-only
For future use. Indicates the status reported by an x25SapAlarm trap when it occurs. This object always returns the value 'noEvent' when read. Options: noEvent (1): There is no status to report. Related Objects: x25Alarms x25SapStatusEvent Enumeration: 'noEvent': 1.
 x25ConfigErrorEvent 1.3.6.1.4.1.495.2.1.6.29.12 integer read-only
For future use. Indicates the status reported by an x25ConfigErrorIndication trap when it occurs. This object always returns the value 'noEvent' when read. Options: noEvent (1): There is no error event to report. Related Objects: x25ConfigErrorIndication Enumeration: 'noError': 1.
 x25SoftwareVersions 1.3.6.1.4.1.495.2.1.6.29.19 displaystring read-only
Identifies the X.25 software revision number, which is displayed as a string of five numbers each separated by a period (1.2.3.4.5). The five numbers represent: - (1) main version number - (2) main revision number - (3) branch version number - (4) branch revision number - (5) part number
 x25LogicalLinkTable 1.3.6.1.4.1.495.2.1.6.29.20 no-access
A logical link is a group of one or more lower service access points(SAPs) created for the purpose of route balancing. Two types of route balancing algorithms are supported: prioritized or balanced. In order to use a logical link group for routing, one or more route table entries must be created that refer to the group. Members of a logical link group are uniquely identified by two values: SAP Number and CES.
       x25LogicalLinkEntry 1.3.6.1.4.1.495.2.1.6.29.20.1 no-access
Defines a row in the x25LogicalLinkTable. Each row contains the objects which are used to define a member of a logical link.
           x25LLNumber 1.3.6.1.4.1.495.2.1.6.29.20.1.1 sapindex read-only
Identifies the logical link entry with a unique numerical value.
           x25LLSapNumber 1.3.6.1.4.1.495.2.1.6.29.20.1.2 sapindex read-write
Determines the lower X.25 layer SAP (service access point) this logical link is associated with. This is the first half of the SAP identification. The second half is specified by object x25LLSapCes. Only lower SAPs can be part of a logical link. Range of Values: 1 - 255 Configuration Changed: administrative
           x25LLSapCes 1.3.6.1.4.1.495.2.1.6.29.20.1.3 ces read-write
Determines the CES (connection endpoint suffix) this logical link is associated with. CES is used by X.25 over the ISDN D channel to support multiple data links on one physical (LAPD) link. The CES for each link must be unique and is normally set in the range 0 to 63. In the case of X.25 LAPB, CES is not used and is set to 0. Range of Values: 1 - 63 Default Value: none Configuration Changed: administrative
           x25LLRowStatus 1.3.6.1.4.1.495.2.1.6.29.20.1.4 integer read-write
Determines the status of the objects in a table row. Options: invalid (1): Row is deleted from the table immediately, however values are still in effect until the next reset. valid (2): Use this value to add a new row to the table, or modify an existing row. Configuration Changed: administrative Enumeration: 'valid': 2, 'invalid': 1.
           x25LLRouteAlgorithm 1.3.6.1.4.1.495.2.1.6.29.20.1.5 integer read-write
Determines the algorithm used by this logical link to choose the member to route a call to. The value set for the first member of a logical group (lowest SAP/CES combination) overrides the settings for all other members of the group. Therefore, if you want to change the route algorithm for a group you need to alter the settings of the first member only. Options: balanced (1): Members are chosen in round-robin fashion. prioritized (2): The first member is always chosen for routing. The second is chosen if the first is not available (disconnected or congested). The third is chosen if the first and the second are not available, etc. Default Value: prioritized (2) Related Objects: x25LLSapNumber x25LLSapCes Configuration Changed: administrative Enumeration: 'balanced': 1, 'prioritized': 2.
           x25LLEntryState 1.3.6.1.4.1.495.2.1.6.29.20.1.6 integer read-only
Indicates the state of this logical link. Options: offLine (1): This logical link is configured. onLine (2): This logical link is not configured. Enumeration: 'offLine': 1, 'onLine': 2.
 x25SapTable 1.3.6.1.4.1.495.2.1.6.29.21 no-access
The SAP table contains configuration information for each X.25 layer SAP (service access point). Service Access Points Two types of SAPs exist: - Upper: A SAP that exists at the upper interface of the X.25 layer and serves an embedded application. - Lower: A SAP that exists at the lower interface of the X.25 layer and serves a single data link connection (LAPB) or multiple data link connections (LAPD). This data link connection, when attached to the sub-layer, can complete a LAPB service, or can be one of many supported data link connections over a LAPD service. SAPs are identified by a SAP Number and CES (connection endpoint suffix). X.25 LAPB service supports only one data link connection and thus only one SAP is required. Its CES is irrelevant and is normally set to 0 at this SAP. This SAP communicates with its 'companion' SAP at the sub-layer in a one-to-one relationship. X.25 LAPD service supports multiple data link connections, and thus multiple SAPs are required. The CES for each must be unique and is normally in the range of 0 to 63. Each of these SAPs (which are grouped according to SAP Number) communicate with the same 'companion' SAP at the sub-layer in a many-to-one relationship. Facilities This table contains numerous facilities subscription parameters. Each facility subscription that is part of the standard, is referenced to the appropriate section in the ITU(CCITT) X.25 (1988) blue book in the REFERENCE section of the object. Terms used in this table Incoming calls: For lower SAPs, these are the X.25 calls received from the sub-layer. For upper SAPs, these are the X.25 calls received from the associated application. Outgoing calls: Are the X.25 calls routed from other SAPs, which are to go out this SAP. Source side: The side that received an incoming call. Destination side: The side that will send the outgoing call.
       x25SapEntry 1.3.6.1.4.1.495.2.1.6.29.21.1 no-access
Defines a row in the x25SapTable. Each row contains the objects which define a service access point.
           x25SapNumber 1.3.6.1.4.1.495.2.1.6.29.21.1.1 sapindex read-only
Identifies this SAP (service access point) with a numerical value. This is the first half of the SAP identifier. The second half is specified by object x25SapCes. The full SAP identification must uniquely identify a SAP which exists within the X.25 layer. Range of Values: 1 - 255 Default Value: none Related Objects: x25SapCes Configuration Changed: administrative
           x25SapCes 1.3.6.1.4.1.495.2.1.6.29.21.1.2 ces read-only
Identifies the CES (connection endpoint suffix) that is associated with this SAP (service access point). CES is used by X.25 over the ISDN D channel to support multiple data links on one physical (LAPD) link. The CES for each link must be unique and is normally set in the range 0 to 63. When associated with a LAPD service at the Data Link layer, the CES is combined with the data link SAPI (sap identification index) to form the connection endpoint identifier (CEI). This uniquely identifies each data link connection. The Data Link layer maps the CES to a TEI (terminal endpoint identifier), and combines it with the SAPI to form the DLCI (data link connection identifier), which is used on the ISDN D-Channel. In the case of X.25 LAPB, CES is not used and is set to 0. When this object is not specified (upper SAPs), its value defaults to 0. Range of Values: 0 - 63 Default Value: none Related Objects: x25SapNumber Configuration Changed: administrative
           x25SapRowStatus 1.3.6.1.4.1.495.2.1.6.29.21.1.3 integer read-write
Determines the status of the objects in a table row. Options: invalid (1): Row is deleted from the table immediately, however values are still in effect until the next reset. valid (2): Use this value to add a new row to the table, or modify an existing row. Default Value: none Configuration Changed: administrative Enumeration: 'valid': 2, 'invalid': 1.
           x25SapType 1.3.6.1.4.1.495.2.1.6.29.21.1.4 saptype read-write
Specifies this SAP (service access point) as either 'upper' or 'lower'. Options: lower (1): This is a lower SAP. upper (2): This is an upper SAP. Default Value: lower (1) Configuration Changed: administrative
           x25SapAlias 1.3.6.1.4.1.495.2.1.6.29.21.1.5 alias read-write
Identifies this service access point by a textual name. Names must be unique across all service access points at all layers. Range of Values: 1 -16 alphanumeric characters (first character must be a letter) Default Value: none Configuration Changed: administrative
           x25SapCompanionAlias 1.3.6.1.4.1.495.2.1.6.29.21.1.6 alias read-write
This object applies only to lower SAPs (service access points). Determines the sub-layer SAP this SAP communicates with. This object contains the textual name of the sub- layer SAP. All service access points whose CES share the same SAP number (as specified by object x25SapNumber) must specify the same companion alias. Range of Values: 1 -16 alphanumeric characters (first character must be a letter) Related Objects: x25SapNumber Default Value: none Configuration Changed: administrative
           x25SapInterfaceType 1.3.6.1.4.1.495.2.1.6.29.21.1.13 integer read-write
This object applies only to lower SAPs (service access points). Determines the SAP interface type. This is used to determine the how cause codes are generated, and how facility subscriptions are handled. Options: dte (1): This SAP communicates with an external X.25 DCE. dce (2): This SAP communicates with an external X.25 DTE. Default Value: dte (1) Configuration Changed: administrative Enumeration: 'dce': 2, 'dte': 1.
           x25SapLinkType 1.3.6.1.4.1.495.2.1.6.29.21.1.14 integer read-write
This object applies only to lower SAPs (service access points). Determines the type of service provided by this SAP. Options: x25Link (1): This SAP provides support for the X.25 protocol. x75Link (2): This SAP provides support for the X.75 protocol. (For future use.) Default Value: x25Link (1) Configuration Changed: administrative Enumeration: 'x25Link': 1, 'x75Link': 2.
           x25SapRoutePartition 1.3.6.1.4.1.495.2.1.6.29.21.1.19 routepartition read-write
Determines the route table partition used to route incoming calls. Default Value: 0 Related Objects: x25RouteTable Configuration Changed: administrative and operative
           x25SapRouteDirection 1.3.6.1.4.1.495.2.1.6.29.21.1.20 integer read-write
This object applies only to lower SAPs (service access points). Determines the direction for the routing of incoming calls. Options: both (1): Permits calls to be routed to both upper and lower SAPs. upper (2): Restricts the routing of calls to upper SAPs only. lower (3): Restricts the routing of calls to other lower SAPs only. Default Value: both (1) Related Objects: x25RouteMask x25RouteTable Configuration Changed: administrative and operative Enumeration: 'both': 1, 'lower': 3, 'upper': 2.
           x25SapWildCardRouting 1.3.6.1.4.1.495.2.1.6.29.21.1.21 integer read-write
Determines if this SAP applies a routing mask to the called address in incoming calls prior to routing. This implies that certain called address digits may be masked out prior to searching the route table. The mask is specified by object x25SapWildCardRoutingMask. Options: false (1):No mask is applied to incoming calls prior to routing. true (2): A mask is applied to the called address in incoming calls prior to routing. Default Value: false (1) Related Objects: x25RouteMask x25SapRouteDirection x25SapWildCardRoutingMask x25RouteTable Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapWildCardRoutingMask 1.3.6.1.4.1.495.2.1.6.29.21.1.22 integer read-write
Determines the route mask, which is applied to the called address in incoming calls prior to routing. The route mask is a bit mask, with each bit directly mapped to the corresponding digit in the X.25 called address, starting with the least significant bit (bit 1) and ending with the most significant bit (bit 15.) Turning a mask bit on (setting it to 1), means the corresponding digit in the X.25 address is used during routing. Turning a mask bit off (setting it to 0), means the corresponding digit is ignored during routing. Range of Values: 0 - 32767 Default Value: 0 Related Objects: x25SapWildCardRouting Configuration Changed: administrative and operative
           x25SapActivation 1.3.6.1.4.1.495.2.1.6.29.21.1.26 integer read-write
This object applies only to lower SAPs (service access points). Determines the type of data link activation used by this SAP. These are internal commands exchanged between X.25 and the sub-layer. Options: normal (1): Forces this SAP to attempt a connection to the sub-layer immediately following a system reset, and periodically thereafter until confirmed. dynamic (2): Forces this SAP to attempt a connection to the sub-layer only when an outgoing call is routed through this SAP. Subsequently forces this SAP to disconnect from the sub-layer following the clearing of the last existing call routed through this SAP. dynamic-30s-delay (3): Forces this SAP to attempt a connection to the sub-layer only when an outgoing call is routed through this SAP. Subsequently forces this SAP to delay disconnect from the sub-layer following the clearing of the last existing call routed through this SAP until either a new call is received, or 30 seconds have elapsed, whichever comes first. dynamic-60s-delay (4): Forces this SAP to attempt a connection to the sub-layer only when an outgoing call is routed through this SAP. Subsequently forces this SAP to delay disconnect from the sub-layer following the clearing of the last existing call routed through this SAP until either a new call is received, or 60 seconds have elapsed, whichever comes first. dynamic-90s-delay (5): Forces this SAP to attempt a connection to the sub-layer only when an outgoing call is routed through this SAP. Subsequently forces this SAP to delay disconnect from the sub-layer following the clearing of the last existing call routed through this SAP until either a new call is received, or 90 seconds have elapsed, whichever comes first. dynamic-120s-delay (6): Forces this SAP to attempt a connection to the sub-layer only when an outgoing call is routed through this SAP. Subsequently forces this SAP to delay disconnect from the sub-layer following the clearing of the last existing call routed through this SAP until either a new call is received, or 120 seconds have elapsed, whichever comes first. Default Value: normal Configuration Changed: administrative and operative Enumeration: 'dynamic-120s-delay': 6, 'normal': 1, 'dynamic': 2, 'dynamic-60s-delay': 4, 'dynamic-30s-delay': 3, 'dynamic-90s-delay': 5.
           x25SapPvcBillingTimer 1.3.6.1.4.1.495.2.1.6.29.21.1.27 integer read-write
For future use. This object applies only to lower SAPs (service access points). Determines the period between generation of billing information for all configured PVCs (permanent virtual circuits) at this SAP. A value of '0' indicates no billing information is generated. Range of Values: 0 - 300 seconds Default Value: 0 (no billing) Related Objects: x25BillingSegmentSize x25Billing x25SapSbscrChargingInformation x25SapSbscrNetworkUserId x25PvcBilling x25PvcSrcAddress x25PvcDstAddress x25BillingIndication Configuration Changed: administrative and operative
           x25SapModulo 1.3.6.1.4.1.495.2.1.6.29.21.1.31 integer read-write
This object applies only to lower SAPs (service access points). Determines the range of sequence numbers available for packet numbering at this SAP (service access point). The modulo specified for this object must match that specified on the destination SAP for a route to be successful. If not, this SAP will refuse the call. Options: modulo8 (1): Sequence numbers range from 0 to 7, supporting a maximum window size of 8. modulo128 (2): Sequence numbers range from 0 to 128, supporting a maximum window size of 128 Default Value: modulo8 (1) Related Objects: x25SapRxWindowSize x25SapTxWindowSize x25PvcRxWindow x25PvcTxWindow Configuration Changed: administrative Enumeration: 'modulo8': 1, 'modulo128': 2.
           x25SapRxPacketSize 1.3.6.1.4.1.495.2.1.6.29.21.1.32 packetsize read-write
Determines the default receive packet size used by this SAP. This value is used only when flow control negotiation (x25SapSbscrFlowCntrlParamNegotiation) is not subscribed to, or when a D-bit call is routed through this SAP. Options: bytes16 (4) bytes32 (5) bytes64 (6) bytes128 (7) bytes256 (8) bytes512 (9) bytes1024 (10) bytes2048 (11) bytes4096 (12) Default Value: bytes128 (7) Related Objects: x25SapSbscrFlowCntrlParamNegotiation Configuration Changed: administrative and operative
           x25SapTxPacketSize 1.3.6.1.4.1.495.2.1.6.29.21.1.33 packetsize read-write
Determines the default transmit packet size used by this SAP. This value is used only when flow control negotiation (x25SapSbscrFlowCntrlParamNegotiation) is not subscribed to, or when a D-bit call is routed through this SAP. Options: bytes16 (4) bytes32 (5) bytes64 (6) bytes128 (7) bytes256 (8) bytes512 (9) bytes1024 (10) bytes2048 (11) bytes4096 (12) Default Value: bytes128 (7) Related Objects: x25SapSbscrFlowCntrlParamNegotiation Configuration Changed: administrative and operative
           x25SapRxWindowSize 1.3.6.1.4.1.495.2.1.6.29.21.1.34 integer read-write
Determines the default receive window size used by this SAP. This value is used only when flow control negotiation (x25SapSbscrFlowCntrlParamNegotiation) is not subscribed to, or when a D-bit call is routed through this SAP. Range of Values: 1 - 7 for modulo 8 1 - 127 for modulo 128 Default Value: 2 Related Objects: x25SapSbscrFlowCntrlParamNegotiation x25SapModulo Configuration Changed: administrative and operative
           x25SapTxWindowSize 1.3.6.1.4.1.495.2.1.6.29.21.1.35 integer read-write
Determines the default transmit window size used by this SAP. This value is used only when flow control negotiation (x25SapSbscrFlowCntrlParamNegotiation) is not subscribed to, or when a D-bit call is routed through this SAP. Range of Values: 1 - 7 for modulo 8 1 - 127 for modulo 128 Default Value: 2 Related Objects: x25SapSbscrFlowCntrlParamNegotiation x25SapModulo Configuration Changed: administrative and operative
           x25SapRxThruputClass 1.3.6.1.4.1.495.2.1.6.29.21.1.36 thruputclass read-write
Determines the default receive throughput class used by this SAP. This value is used only when throughput class negotiation (x25SapSbscrThruputClassNegotiation) is not subscribed to, or when a D-bit call is routed through this SAP. Options: bps75 (3) bps150 (4) bps300 (5) bps600 (6) bps1200 (7) bps2400 (8) bps4800 (9) bps9600 (10) bps19200 (11) bps48000 (12) bps64000 (13) Default Value: bps9600 (10) Related Objects: x25SapTxThruputClass x25SapSbscrThruputClassNegotiation Configuration Changed: administrative and operative
           x25SapTxThruputClass 1.3.6.1.4.1.495.2.1.6.29.21.1.37 thruputclass read-write
Determines the default transmit throughput class used by this SAP. This value is used only when throughput class negotiation (x25SapSbscrThruputClassNegotiation) is not subscribed to, or when a D-bit call is routed through this SAP. Options: bps75 (3) bps150 (4) bps300 (5) bps600 (6) bps1200 (7) bps2400 (8) bps4800 (9) bps9600 (10) bps19200 (11) bps48000 (12) bps64000 (13) Default Value: bps9600 (10) Related Objects: x25SapRxThruputClass x25SapSbscrThruputClassNegotiation Configuration Changed: administrative and operative
           x25SapRxWindowThreshold 1.3.6.1.4.1.495.2.1.6.29.21.1.38 integer read-write
This object applies only to lower SAPs (service access points). Determines the threshold at which this lower SAP is forced to close its receive window (issue RNRs). This threshold is only effective if set as follows: - if no receive window negotiation has taken place during the call establishment phase, the threshold is effective if configured to less than the value for object x25SapRxWindowSize. - if the receive window has been negotiated to a value other than its default, as specified by object x25SapRxWindowSize, the threshold is only effective if configured less than the negotiated value. Range of Values: 1 - 7 for modulo 8 1 - 127 for modulo 128 Default Value: 7 Related Objects: x25SapSbscrFlowCntrlParamNegotiation x25SapModulo x25SapRxWindowSize Configuration Changed: administrative and operative
           x25SapLcnAllocation 1.3.6.1.4.1.495.2.1.6.29.21.1.48 integer read-write
Determines the order in which logical channel numbers (LCNs) are assigned by this SAP (service access point). Options: ascending (1): LCNs are assigned in ascending order. descending: (2): LCNs are assigned in descending order. Default Value: descending (2) Configuration Changed: administrative Enumeration: 'descending': 2, 'ascending': 1.
           x25SapLpvcLcn 1.3.6.1.4.1.495.2.1.6.29.21.1.49 integer read-write
Determines the lowest LCN (logical channel number) for permanent virtual circuits established at this SAP. Range of Values: 0 - 1023 Default Value: 0 Related Objects: x25SapHpvcLcn Configuration Changed: administrative
           x25SapHpvcLcn 1.3.6.1.4.1.495.2.1.6.29.21.1.50 integer read-write
Determines the highest LCN (logical channel number) for permanent virtual circuits established at this SAP. This value must be greater than x25SapLpvcLcn and less than x25SapLicLcn. Range of Values: 0 - 1023 Default Value: 0 Related Objects: x25SapLpvcLcn x25SapLicLcn Configuration Changed: administrative
           x25SapLicLcn 1.3.6.1.4.1.495.2.1.6.29.21.1.51 integer read-write
This object applies only to lower SAPs (service access points). Determines the lowest LCN (logical channel number) for incoming virtual circuits at this SAP. This value must be greater than x25SapHpvcLcn and less than x25SapHicLcn. Range of Values: 0 - 1023 Default Value: 0 Related Objects: x25SapHpvcLcn x25SapHicLcn Configuration Changed: administrative
           x25SapHicLcn 1.3.6.1.4.1.495.2.1.6.29.21.1.52 integer read-write
This object applies only to lower SAPs (service access points). Determines the highest LCN (logical channel number) for incoming virtual circuits at this SAP. This value must be greater than x25SapLicLcn and less than x25SapLtcLcn. Range of Values: 0 - 1023 Default Value: 0 Related Objects: x25SapLicLcn x25SapLtcLcn Configuration Changed: administrative
           x25SapLtcLcn 1.3.6.1.4.1.495.2.1.6.29.21.1.53 integer read-write
Determines the lowest LCN (logical channel number) for two-way virtual circuits at this SAP. This value must be greater than x25SapHicLcn and less than x25SapHtcLcn. Range of Values: 0 - 1023 Default Value: 1 Related Objects: x25SapHicLcn x25SapHtcLcn Configuration Changed: administrative
           x25SapHtcLcn 1.3.6.1.4.1.495.2.1.6.29.21.1.54 integer read-write
Determines the lowest LCN (logical channel number) for two-way virtual circuits at this SAP. This value must be greater than x25SapLtcLcn and less than x25SapLocLcn. Range of Values: 0 - 1023 Default Value: 16 Related Objects: x25SapLtcLcn x25SapLocLcn Configuration Changed: administrative
           x25SapLocLcn 1.3.6.1.4.1.495.2.1.6.29.21.1.55 integer read-write
This object applies only to lower SAPs (service access points). Determines the lowest LCN (logical channel number) for two-way virtual circuits at this SAP. This value must be greater than x25SapHtcLcn and less than x25SapHocLcn. Range of Values: 0 - 1023 Default Value: 0 Related Objects: x25SapHtcLcn x25SapHocLcn Configuration Changed: administrative
           x25SapHocLcn 1.3.6.1.4.1.495.2.1.6.29.21.1.56 integer read-write
This object applies only to lower SAPs (service access points). Determines the highest LCN (logical channel number) for outgoing virtual circuits at this SAP. This value must be greater than x25SapLocLcn. Range of Values: 0 - 1023 Default Value: 0 Related Objects: x25SapLocLcn Configuration Changed: administrative
           x25SapConnectTimer 1.3.6.1.4.1.495.2.1.6.29.21.1.61 integer read-write
This object applies only to lower SAPs (service access points). Determines the maximum time that this SAP waits for the sub-layer (typically the Data Link layer)to establish the physical/logical line. Range of Values: 0 - 200 seconds Default Value: 5 seconds Configuration Changed: administrative and operative
           x25SapDisconnectTimer 1.3.6.1.4.1.495.2.1.6.29.21.1.62 integer read-write
This object applies only to lower SAPs (service access points). Determines the maximum time that this SAP waits for the sub-layer (typically the Data Link layer)to confirm that the physical/logical line has been taken down as previously requested by this SAP. Range of Values: 1 - 200 seconds Default Value: 60 seconds Configuration Changed: administrative and operative
           x25SapRestartTimer 1.3.6.1.4.1.495.2.1.6.29.21.1.63 integer read-write
This object applies only to lower SAPs (service access points). Determines the maximum time that this SAP waits for a Restart Confirmation packet in response to a previously sent Restart Request packet. Range of Values: 1 - 300 seconds Default Value: 180 seconds Configuration Changed: administrative and operative
           x25SapCallTimer 1.3.6.1.4.1.495.2.1.6.29.21.1.64 integer read-write
Determines the maximum amount of time this SAP waits for a Call Connected packet in response to a previously sent Call Request packet. Range of Values: 1 - 300 Default Value: 200 seconds Configuration Changed: administrative and operative
           x25SapResetTimer 1.3.6.1.4.1.495.2.1.6.29.21.1.65 integer read-write
Determines the maximum amount of time this SAP waits for a Reset Confirmation packet in response to a previously sent Reset Request packet. Range of Values: 1 - 300 Default Value: 180 seconds Configuration Changed: administrative and operative
           x25SapClearTimer 1.3.6.1.4.1.495.2.1.6.29.21.1.66 integer read-write
Determines the maximum amount of time this SAP waits for a Clear Confirmation packet in response to a previously sent Clear Request packet. Range of Values: 1 - 300 Default Value: 180 seconds Configuration Changed: administrative and operative
           x25SapInactivityTimer 1.3.6.1.4.1.495.2.1.6.29.21.1.67 integer read-write
Determines the maximum amount of time this SAP (service access point) can hold outbound queued data for a virtual circuit. If this timer expires before the queued data can be sent, the virtual circuit is reset (the SAP issues a Reset Request packet). This is a global setting that applies to all virtual circuits established at this SAP. A value of '0' disables this timer, and is the recommended setting for upper SAPs. Range of Values: 0 - 300 seconds Default Value: 60 seconds Configuration Changed: administrative and operative
           x25SapFlowControlTimer 1.3.6.1.4.1.495.2.1.6.29.21.1.68 integer read-write
This object applies only to lower SAPs (service access points). Determines the amount of time between checks of available system resources when the virtual circuits at this SAP have entered flow control. Flow control is initiated when system resources have fallen below the threshold specified by object x25LowerPoolThreshold. This timer is started when flow control is initiated, and when it expires, system resources are rechecked. If resources have risen above x25UpperPoolThreshold, flow control is terminated (a packet-level RR is issued on the affected virtual circuit), otherwise the timer is restarted. Packet level RNR/RR are only issued for virtual circuits on lower SAPs. Virtual circuits on upper SAPs issue internal flow control messages. This is a global setting that applies to all virtual circuits established at this SAP. Range of Values: 1 - 300 seconds Default Value: 10 seconds Related Objects: x25LowerPoolThreshold x25UpperPoolThreshold Configuration Changed: administrative and operative
           x25SapWindowStatusTimer 1.3.6.1.4.1.495.2.1.6.29.21.1.69 integer read-write
Determines the maximum amount of time this SAP waits for an outgoing packet to piggy-back an acknowledgment onto. If this timer expires, it forces an acknowledgment packet to be sent. This timer is restarted each time a packet is sent. Range of Values: 1 - 300 seconds Default Value: 60 seconds Configuration Changed: administrative and operative
           x25SapSbscrCalledAddressInsertion 1.3.6.1.4.1.495.2.1.6.29.21.1.80 integer read-write
This object applies only to lower SAPs (service access points). Determines if this SAP inserts the called address in Call Accept packets, and if the called address is validated. The behavior of this facility changes depending on the whether this SAP routes calls to an upper or lower SAP. See the X25RouteTable for more information on routes. This object only applies to the source SAP in a route. Options: false (1): Not subscribed: no action is taken. true (2): Subscribed: When this SAP receives a Call Accepted packet that contains a called address, it verifies the address against the called address contained in the Incoming Call packet. If they do not match, the call is cleared. When this SAP receives a Call Accepted packet that does not contain a called address, the action it takes depends on the type of route. If routing to an upper SAP, then the called address from the Incoming Call packet is inserted into the Call Accepted packet. If routing to a lower SAP, no action is taken. Default Value: true (2) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrCallingAddressInsertion 1.3.6.1.4.1.495.2.1.6.29.21.1.81 integer read-write
This object applies only to lower SAPs (service access points). Determines if this SAP inserts the calling address in Call Accept packets, and if the calling address is validated. The behavior of this facility changes depending on the whether this SAP routes calls to an upper or lower SAP. See the X25RouteTable for more information on routes. This object only applies to the source SAP in a route. Options: false (1): Not subscribed: no action is taken. true (2): Subscribed: When this SAP receives a Call Accepted packet that contains a calling address, it verifies the address against the calling address contained in the Incoming Call packet. If they do not match, the call is cleared. When this SAP receives a Call Accepted packet that does not contain a calling address, the action it takes depends on the type of route. If routing to an upper SAP, then the calling address from the Incoming Call packet is inserted into the Call Accepted packet. If routing to a lower SAP, no action is taken. Default Value: true (2) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrPktRetransmission 1.3.6.1.4.1.495.2.1.6.29.21.1.82 integer read-write
This object applies only to lower SAPs (service access points). Determines if this SAP subscribes to the Packet Retransmission facility. Options: false (1): Not subscribed: This SAP does not maintain copies of transmitted packets, and responds to packet-level Reject packets by resetting the virtual circuit. true (2): Subscribed: This SAP responds to Reject packets by retransmitting all unacknowledged data packets on the affected virtual circuit. This SAP maintains copies of each data packet transmitted across all active virtual circuits in anticipation of Rejects. The copies are kept until they are acknowledged. Default Value: false (1) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrInAccessBarred 1.3.6.1.4.1.495.2.1.6.29.21.1.83 integer read-write
Determines if this SAP subscribes to the Incoming Calls Barred facility. Options: false (1): Not subscribed. true (2): Subscribed: If this is a lower SAP configured as DTE (x25SapInterfaceType set to 'DTE'), it will refuse(bar) all incoming calls from the DCE. If this is a lower SAP configured as DCE (x25SapInterfaceType set to 'DCE'), it will refuse(bar) all outgoing calls to the DTE.If this is an upper SAP, it will refuse(bar) all outgoing calls. Default Value: false (1) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrOutAccessBarred 1.3.6.1.4.1.495.2.1.6.29.21.1.84 integer read-write
This object applies only to lower SAPs (service access points). Determines if this SAP subscribes to the Outgoing Calls Barred facility. Options: false (1): Not subscribed. true (2): Subscribed: If this SAP is configured as DTE (x25SapInterfaceType set to 'DTE'), it will refuse(bar) all outgoing calls to the DCE. If this SAP is configured as DCE (x25SapInterfaceType set to 'DCE'), it will refuse(bar) all incoming calls from the DTE. Default Value: false (2) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrFlowCntrlParamNegotiation 1.3.6.1.4.1.495.2.1.6.29.21.1.85 integer read-write
This object applies only to lower SAPs (service access points). Determines if this SAP subscribes to the Flow Control Parameter Negotiation facility. This allows negotiation of packet sizes and window sizes for all incoming or outgoing calls. Options; false (1): Not subscribed. Incoming calls: This SAP refuses all Incoming Call and Call Connected packets that contain the flow control facility. Outgoing calls from upper SAPs: This SAP refuses all Call Accept packets containing flow control facilities which originate from an upper SAP. Outgoing calls from lower SAPs: If the lower SAP (incoming side) subscribes to the flow control facility, then the default settings for flow control parameters (window sizes and packet sizes) at this SAP are used to replace the flow control facilities in the Call Request/Call Accepted packet. If the lower SAP (incoming side) does not subscribe to the flow control facility, then the facility settings in the Call Request/Call Accepted packet are compared against the default flow control parameters settings (window sizes and packet sizes) for this SAP. If equal the packet is routed, if not the packet is refused and the call is cleared. true (2): Subscribed. Incoming Calls: This SAP does not alter any flow control facilities found in incoming Call Request and Call Accept packets. Outgoing Calls: This SAP does not alter any flow control facilities found in outgoing Call Request and Call Accept packets. If no flow control facilities are found this SAP inserts its default settings into the Call Request or Call Accept packet. Note: An incoming/outgoing Call Request with the D-bit set implies the use of the default packet and window sizes configured at this SAP for the virtual circuit being connected. Default Value: true (2) Related Objects: x25SapRxPacketSize x25SapTxPacketSize x25SapRxWindowSize x25SapTxWindowSize Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrThruputClassNegotiation 1.3.6.1.4.1.495.2.1.6.29.21.1.86 integer read-write
This object applies only to lower SAPs (service access points). Determines if this SAP subscribes to the Throughput Class Negotiation facility. This allows negotiation of performance characteristics for all incoming or outgoing calls. Options; false (1): Not subscribed. This SAP refuses all Incoming Call and Call Connected packets that contains the throughput class negotiation facility. true (2): Subscribed. Incoming Calls: This SAP does not alter any throughput class facilities found in incoming Call Request and Call Accept packets. Outgoing Calls: This SAP may alter throughput class facilities found in outgoing Call Request and Call Accept packets. If the outgoing packet contain throughput facilities they are compared against the settings for this SAP, and the lesser of the two is used. If no throughput class facilities are found, this SAP inserts its default settings into the Call Request or Call Accept packet. Default Value: false (1) Related Objects: x25SapRxThruputClass x25SapTxThruputClass Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrFastSelect 1.3.6.1.4.1.495.2.1.6.29.21.1.87 integer read-write
Determines if this SAP subscribes to the Fast Select facility. This applies to outgoing calls only. Options: false (1): Not subscribed. This SAP will refuse incoming calls contained the Fast Select facility, and will refuse incoming Call Request/Accept packets containing a user data field larger than 16 bytes. true (2): Subscribed: This SAP permits up to 128 bytes of user data to be included in Call Request, Call Accept, and Clear Request packets. This SAP routes incoming calls containing the fast select facility only if the destination side has subscribed to the Fast Select Acceptance facility. Default Value: true (2) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrFastSelectAcceptance 1.3.6.1.4.1.495.2.1.6.29.21.1.88 integer read-write
Determines if this SAP subscribes to the Fast Select Acceptance facility. This applies to incoming calls only. Options: false (1): Not subscribed. This SAP will refuse outgoing calls containing the Fast Select facility. true (2): Subscribed: This SAP permits outgoing calls containing the Fast Select facility. A call containing the fast select facility will only be routed here if the inbound side subscribes to the fast select facility (X25SapSbscrFastSelect). Default Value: true (2) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrReverseChargingAcceptance 1.3.6.1.4.1.495.2.1.6.29.21.1.89 integer read-write
This object applies only to lower SAPs (service access points). Determines if this SAP subscribes to the Reverse Charging Acceptance facility. This facility applies to outgoing calls only. Options: false (1): Not subscribed. This SAP refuses outgoing calls containing the Reverse Charging facility. true (2): Subscribed: This SAP permits outgoing calls containing the Reverse Charging facility. Default Value: true (2) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrLocalChargingPrevention 1.3.6.1.4.1.495.2.1.6.29.21.1.90 integer read-write
This object applies only to lower SAPs (service access points). Determines if this SAP subscribes to the Local Charging Prevention facility. This facility applies to incoming calls only. Options: false (1): Not subscribed. This SAP routes all incoming calls containing neither the Reverse Charging nor the NUI facility. true (2): Subscribed: If an incoming call contains neither the Reverse Charging, nor the NUI facility, this SAP adds the Reverse Charging facility prior to routing to the outbound side, if the outbound side has subscribed to the Reverse Charging facility. If the outbound side has not subscribed to the Reverse Charging facility, this SAP refuses the call. Default Value: false (1) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrChargingInformation 1.3.6.1.4.1.495.2.1.6.29.21.1.91 integer read-write
Determines if this SAP subscribes to the Charging Information facility. This facility applies to incoming calls only. Options: false (1): Not subscribed. This SAP refuses all calls containing the Charging Information facility. true (2): Subscribed: This SAP routes incoming calls containing the Charging Information facility. When such calls are established and later cleared, this SAP inserts billing information about the connection within the clear packet generated/received. This is only done if the incoming call that established the connection also contained the Charging Information facility and if the SAP is configured as DCE (x25SapInterfaceType). Default Value: false (1) Related Objects: x25Billing x25SapPvcBillingTimer x25SapSbscrNetworkUserId x25PvcBilling x25PvcSrcAddress x25PvcDstAddress x25BillingIndication x25SapInterfaceType Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrCallRedirection 1.3.6.1.4.1.495.2.1.6.29.21.1.92 integer read-write
Determines if this SAP subscribes to the Call Redirection facility. This facility applies to outgoing calls only. Options: false (1): Not subscribed. This SAP does not redirect calls. true (2): Subscribed: This SAP redirects outgoing calls to the configured call redirection address (x25SapRedirectionAddress). Redirection takes place only if: - this outbound SAP is not available (lower SAPs only) - this outbound SAP is out of available LCNs - incoming calls are barred at this outbound SAP (configured as a DTE) - outgoing calls are barred at this outbound SAP (configured as a DCE) In addition, redirection can then only succeed if the inbound side has subscribed to the Permission to Redirect facility. Default Value: false (1) Related Objects: x25SapRedirectionAddress Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrPermissionToRedirect 1.3.6.1.4.1.495.2.1.6.29.21.1.93 integer read-write
Determines if this SAP subscribes to the Permission to Redirect facility. This facility applies to incoming calls only. Options: false (1): Not subscribed. This SAP refuses incoming calls even if the outgoing side subscribes to the Call Redirection facility and supplies a redirection address. true (2): Subscribed: This SAP redirects incoming calls to the redirection address specified by the outgoing side which refused the outgoing call. The redirection address is only supplied by an outgoing side if it subscribes to the Call Redirection facility, and is configured with a redirection address. Default Value: false (1) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapRedirectionAddress 1.3.6.1.4.1.495.2.1.6.29.21.1.94 x25address read-write
Determines the address this SAP redirects calls to. To make use of this address this SAP must subscribe to the Call Redirection facility. Range of Values: DTE address enclosed in quotes (up to 15 characters in length) Default Value: none Related Objects: x25SapSbscrCallRedirection Configuration Changed: administrative and operative
           x25SapSbscrNetworkUserId 1.3.6.1.4.1.495.2.1.6.29.21.1.95 integer read-write
Determines if this SAP subscribes to the Network User Indentification (NUI) facility. This facility applies to incoming calls only. Options: false (1): Not subscribed. This SAP refuses all incoming calls containing the Network User Identification facility. true (2): Subscribed: This SAP routes incoming calls containing the NUI facility When such calls are established and are later cleared, this SAP inserts billing information about the connection within the Clear packet generated/received. The charging information contains the NUI which is used for third party billing. This is only done if the incoming call that established the connection contained the Charging Information facility and this facility was also subscribed to by this SAP, and this SAP is configured as DCE (x25SapInterfaceType). Default Value: true (2) Related Objects: x25Billing x25SapPvcBillingTimer x25SapSbscrChargingInformation x25PvcBilling x25PvcSrcAddress x25PvcDstAddress x25BillingIndication x25SapInterfaceType Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrCallingAddressValidation 1.3.6.1.4.1.495.2.1.6.29.21.1.96 integer read-write
This object applies only to lower SAPs (service access points). Determines if this SAP subscribes to the Calling Address Validation facility. This facility applies to incoming calls only. This facility can be used for security purposes to restrict calls originating from a specific source. Options: false (1): Not subscribed. This SAP does not insert nor validate any calling address contained within incoming calls. true (2): Subscribed: This SAP inserts the calling address (x25SapSourceAddress) into incoming call packets that do not contain one, prior to routing the call. For incoming calls that do contain a calling address, this SAP validates it against that specified address (x25SapSourceAddress). If the addresses match, the incoming call is routed, otherwise the incoming call is cleared. Default Value: false (2) Related Objects: x25SapSourceAddress Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSourceAddress 1.3.6.1.4.1.495.2.1.6.29.21.1.97 x25address read-write
This object applies only to lower SAPs (service access points). Determines the calling address used by this SAP when it subscribes to the Calling Address Validation facility. Range of Values: DTE address enclosed in quotes (up to 15 characters in length) Default Value: none Related Objects: x25SapSbscrCallingAddressValidation Configuration Changed: administrative and operative
           x25SapSbscrRouteUsingCUDF 1.3.6.1.4.1.495.2.1.6.29.21.1.98 integer read-write
Determines if this SAP subscribes to the Call User Data facility for routing. This facility applies to incoming calls only. Each SAP can only subscribe to one of the following routing decisions: - Route using the call user data field (object x25SapRouteUsingCUDF) - Route using sub-address (object x25SapRouteUsingSubAddress) - Route using the called address extension facility (object x25SapRouteUsingCAE) Options: false (1): Not subscribed. This SAP does not look at the call user data field for routing information. true (2): Subscribed: This SAP uses digits found in the call user data field of incoming calls as the destination address for routing. The number of digits to be used from the call user data field is defined by object x25SapRouteAddressLength. Default Value: false (1) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrRouteUsingSubAddress 1.3.6.1.4.1.495.2.1.6.29.21.1.99 integer read-write
Determines if this SAP uses the subaddress field for routing. This facility applies to incoming calls only. Each SAP can only subscribe to one of the following routing decisions: - Route using the call user data field (object x25SapRouteUsingCUDF) - Route using sub-address (object x25SapRouteUsingSubAddress) - Route using the called address extension facility (object x25SapRouteUsingCAE) Options: false (1): Not subscribed. This SAP does not look at the subaddress field for routing information. true (2): Subscribed: This SAP uses digits found in the called address of incoming calls as the destination address for routing. The number of digits used as the subaddress is defined by object x25SapRouteAddressLength Default Value: false (1) Related Objects: x25SapRouteAddressLength Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrRouteUsingCAE 1.3.6.1.4.1.495.2.1.6.29.21.1.100 integer read-write
Determines if this SAP uses the called address extension facility for routing. This facility applies to incoming calls only. Each SAP can only subscribe to one of the following routing decisions: -Route using the call user data field (object x25SapRouteUsingCUDF) -Route using sub-address (object x25SapRouteUsingSubAddress) -Route using the called address extension facility (object x25SapRouteUsingCAE) Options: false (1): Not subscribed. This SAP does not look at the called address extension facility for routing information. true (2): Subscribed: This SAP uses digits found in the called address extension facility of incoming calls as the destination address for routing. The number of digits used for routing is specified as part of the facility within the incoming call. This SAP will refuse the incoming call if the called address extension facility is not present. Default Value: false (1) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapRouteAddressLength 1.3.6.1.4.1.495.2.1.6.29.21.1.101 integer read-write
Determines the number of digits this SAP uses as the destination address when routing incoming calls. This applies when one of the following routing decisions are set for this SAP: - x25SapRouteUsingCUDF - x25SapRouteUsingSubAddress: digits used for the subaddress are counted backward starting at last digit in the called address Range of Values: 0 - 15 Default Value: 0 Configuration Changed: administrative and operative
           x25SapSbscrTransitDelay 1.3.6.1.4.1.495.2.1.6.29.21.1.102 integer read-write
This object applies only to lower SAPs (service access points). Determines if this SAP subscribes to the Calling Address Validation facility. This facility applies to both incoming and outgoing calls. Options: true (1): Subscribed: This SAP appends the transit delay facility (with the value specified by object x25SapTransitDelay) to incoming/outgoing calls that do not already contain the transit delay facility. false (2): Not subscribed. This SAP does append the transit delay facility. Default Value: false (1) Related Objects: x25SapTransitDelay Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapTransitDelay 1.3.6.1.4.1.495.2.1.6.29.21.1.103 integer read-write
This object applies only to lower SAPs (service access points). Defines the transit delay appended by this SAP if it subscribes to the transit delay facility. This facility applies to both incoming and outgoing calls. Range of Values: 0 - 65535 Default Value: 0 Related Objects: x25SapSbscrTransitDelay Configuration Changed: administrative and operative
           x25SapSbscrCugIncomingAccess 1.3.6.1.4.1.495.2.1.6.29.21.1.104 integer read-write
Determines if this SAP subscribes to the Closed User Group with Incoming Access facility. This facility applies to outgoing calls only. Options: false (1): Not subscribed. If this SAP is part of a closed user group, outgoing calls not containing the closed user group selection facility (calls from the open network which are not part of any CUGs) are refused. true (2): Subscribed: If this SAP is part of a closed user group, outgoing calls not containing the closed user group selection facility (calls from the open network which are not part of any CUGs) are sent out. At the upper SAP, they are sent to the attached application, at the lower SAP are sent out to the line. Default Value: false (1) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapSbscrCugOutgoingAccess 1.3.6.1.4.1.495.2.1.6.29.21.1.105 integer read-write
Determines if this SAP subscribes to the Closed User Group with Outgoing Access facility. This facility applies to incoming calls only. Options: false (1): Not subscribed. If this SAP is part of a closed user group, incoming calls not containing the closed user group selection facility (calls from the open network which are not part of any CUG) are refused. true (2): Subscribed: If this SAP is part of a closed user group, incoming calls not containing the closed user group selection Facility (calls from the open network which are not part of any CUG), are routed. Default Value: false (1) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25SapPreferentialCugIndex 1.3.6.1.4.1.495.2.1.6.29.21.1.106 cugindex read-write
Determines the preferential CUG index for this SAP. This is required when this SAP belongs to more than one CUG. Range of Values: 0 - 99 ('0' indicates no preferential CUG exits) Default Value: 0 (no preferential CUG exists) Configuration Changed: administrative and operative
           x25SapControl 1.3.6.1.4.1.495.2.1.6.29.21.1.120 integer read-write
Permits control of a specific SAP (service access point). Options: clearStats (1): Clear all statistics stored by x25Sap statistics objects. enableSap (2):. Lower SAPs only. Forces this SAP to attempt reconnection to the sub-layer. A previous 'disableSap' must have been invoked. This may force the LAPB link to issue a SABM frame (depending on its configuration). disableSap (3):. Lower SAPs only. Forces this SAP to disconnect from the sub-layer. This may force the LAPB link to issue a DISC frame (depending on its configuration). Default Value: none Configuration Changed: administrative and operative Enumeration: 'disableSap': 3, 'enableSap': 2, 'clearStats': 1.
           x25SapLinkState 1.3.6.1.4.1.495.2.1.6.29.21.1.125 integer read-only
Determines the current state of this SAP (service access point). Options: connecting (1): In the process of establishing a call. dataTransfer (2): In data transfer mode. restartInternal (3): Sent a Restart Request packet. restartExternal (4): Received a Restart Request packet. down (5): Not functioning. Enumeration: 'down': 5, 'restartInternal': 3, 'connecting': 1, 'dataTransfer': 2, 'restartExternal': 4.
           x25SapFlowControlState 1.3.6.1.4.1.495.2.1.6.29.21.1.126 integer read-only
Indicates the status of flow control on this SAP (service access point). Flow control is initiated by this SAP when overall system resources drop lower than the percentage specified by the global object x25UpperPoolThreshold, and are terminated when the overall system resources exceed the percentage specified by the global object x25UpperPoolThreshold. Options: flowNormal (1): Data flow is normal. No flow control procedures are active. flowStopped (2): Flow control procedures are active, since overall system resources have dropped lower than the percentage specified by global object x25LowerPoolThreshold. noFlow (3): Indicates this SAP is configured incorrectly. Related Objects: x25UpperPoolThreshold Enumeration: 'flowStopped': 2, 'flowNormal': 1, 'noFlow': 3.
 x25SapStatsTable 1.3.6.1.4.1.495.2.1.6.29.22 no-access
A table containing statistical information about each service access point.
       x25SapStatsEntry 1.3.6.1.4.1.495.2.1.6.29.22.1 no-access
The statistical information for a specific service access point.
           x25SapStatsSapNumber 1.3.6.1.4.1.495.2.1.6.29.22.1.1 sapindex read-only
Determines the lower X.25 layer SAP (service access point) these statistics are associated with. This is the first half of the SAP identification. The second half is specified by object x25SapStatsSapCes.
           x25SapStatsSapCes 1.3.6.1.4.1.495.2.1.6.29.22.1.2 ces read-only
Determines the lower X.25 layer SAP (service access point) these statistics are associated with. This is the second half of the SAP identification. The first half is specified by object x25SapStatsSapNumber.
           x25SapStatsTxDataPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.3 counter read-only
Indicates the number of data packets transmitted by this SAP.
           x25SapStatsRxDataPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.4 counter read-only
Indicates the number of data packets received by this SAP.
           x25SapStatsTxDataChars 1.3.6.1.4.1.495.2.1.6.29.22.1.5 counter read-only
Indicates the number of data characters transmitted by this SAP.
           x25SapStatsRxDataChars 1.3.6.1.4.1.495.2.1.6.29.22.1.6 counter read-only
Indicates the number of data characters received by this SAP.
           x25SapStatsTxQDataPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.7 counter read-only
Indicates the number of Q-bit data packets transmitted by this SAP.
           x25SapStatsRxQDataPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.8 counter read-only
Indicates the number of Q-bit data packets received by this SAP.
           x25SapStatsTxQDataChars 1.3.6.1.4.1.495.2.1.6.29.22.1.9 counter read-only
Indicates the number of Q-bit data character transmitted by this SAP.
           x25SapStatsRxQDataChars 1.3.6.1.4.1.495.2.1.6.29.22.1.10 counter read-only
Indicates the number of Q-bit data characters received by this SAP.
           x25SapStatsTxCallPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.11 counter read-only
Indicates the number of Call Request packets transmitted by this SAP.
           x25SapStatsRxCallPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.12 counter read-only
Indicates the number of Call Request packets received by this SAP.
           x25SapStatsTxClrPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.13 counter read-only
Indicates the number of Clear packets transmitted by this SAP.
           x25SapStatsRxClrPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.14 counter read-only
Indicates the number of Clear packets received by this SAP.
           x25SapStatsTxRRPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.15 counter read-only
Indicates the number of Receiver Ready (RR) packets transmitted by this SAP.
           x25SapStatsRxRRPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.16 counter read-only
Indicates the number of Receiver Ready (RR) packets received by this SAP.
           x25SapStatsTxRNRPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.17 counter read-only
Indicates the number of Receiver Not Ready (RNR) packets transmitted by this SAP.
           x25SapStatsRxRNRPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.18 counter read-only
Indicates the number of Receiver Not Ready (RNR) packets received by this SAP.
           x25SapStatsTxResPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.19 counter read-only
Indicates the number of Reset packets transmitted by this SAP.
           x25SapStatsRxResPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.20 counter read-only
Indicates the number of Reset packets received by this SAP.
           x25SapStatsTxRstPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.21 counter read-only
This object applies only to lower SAPs (service access points). Indicates the number of Restart packets transmitted by this SAP.
           x25SapStatsRxRstPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.22 counter read-only
This object applies only to lower SAPs (service access points). Indicates the number of Restart packets received by this SAP.
           x25SapStatsTxIntPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.23 counter read-only
Indicates the number of Interrupt packets transmitted by this SAP.
           x25SapStatsRxIntPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.24 counter read-only
Indicates the number of Interrupt packets received by this SAP.
           x25SapStatsTxDiagPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.25 counter read-only
This object applies only to lower SAPs (service access points). Indicates the number of Diagnostic packets transmitted by this SAP.
           x25SapStatsRxDiagPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.26 counter read-only
This object applies only to lower SAPs (service access points). Indicates the number of Diagnostic packets received by this SAP.
           x25SapStatsRxInvPkts 1.3.6.1.4.1.495.2.1.6.29.22.1.27 counter read-only
Indicates the number of packets that were received by this SAP, but were discarded because they were invalid for the state the X.25 interface was in at the time.
           x25SapStatsCons 1.3.6.1.4.1.495.2.1.6.29.22.1.28 counter read-only
For future use. Indicates the number of connections established through this SAP.
           x25SapStatsDiscs 1.3.6.1.4.1.495.2.1.6.29.22.1.29 counter read-only
For future use. Indicates the number of disconnects through this SAP.
           x25SapStatsLastCauseCode 1.3.6.1.4.1.495.2.1.6.29.22.1.30 counter read-only
Indicates the last cause code received by this SAP.
           x25SapStatsLastDiagCode 1.3.6.1.4.1.495.2.1.6.29.22.1.31 counter read-only
Indicates the last diagnostics code received by this SAP.
           x25SapStatsActiveLcns 1.3.6.1.4.1.495.2.1.6.29.22.1.32 counter read-only
For future use. Indicates the active number of open logical channels at this SAP.
 x25CugTable 1.3.6.1.4.1.495.2.1.6.29.23 no-access
This tables contains CUG (closed user group) definitions for the X.25 layer. Any service access point (upper or lower) can be part of one or more CUGs. Each row in the table identifies the CUG parameters for a single member of the specified CUG. CUGs provide the means to regulate incoming and outgoing calls at particular SAP. Generally, members of a CUG are defined to only support making and receiving calls from other members of the group. However, other options are available. When a SAP belongs to more than one closed user group, a preferential closed user group must be specified. Each CUG entry consists of an interlock code and the facilities for incoming/outgoing calls barred within the CUG. Objects in this table make references to the appropriate sections in the blue book: ITU(CCITT) X.25 Recommendation (1988). The reference is specified in the REFERENCE section of an object. Only BASIC CUGs are supported.
       x25CugEntry 1.3.6.1.4.1.495.2.1.6.29.23.1 no-access
Defines a row in the x25CugTable. Each row contains the objects which define a member of a closed user group.
           x25CugSapNumber 1.3.6.1.4.1.495.2.1.6.29.23.1.1 sapindex read-only
Identifies the SAP (service access point) this entry is associated with. This is the first half of the SAP identification. The second half is specified by object x25CugSapCes. Range of Values: 1 - 255 Default Value: none Related Objects: x25CugSapCes Configuration Changed: administrative and operative
           x25CugSapCes 1.3.6.1.4.1.495.2.1.6.29.23.1.2 ces read-only
Identifies the CES (connection endpoint suffix) this entry is associated with. This is the second half of the SAP identification. The first half is specified by object x25CugSapNumbers. Range of Values: 0 - 63 Default Value: none Configuration Changed: administrative and operative
           x25CugIndex 1.3.6.1.4.1.495.2.1.6.29.23.1.3 cugindex read-only
Determines the CUG index assigned to this member for use when routing outgoing CUG calls, or for validating when receiving incoming CUG calls. A value of '0' is not permitted for this object. Range of Values: 1 - 99 Default Value: none Configuration Changed: administrative and operative
           x25CugRowStatus 1.3.6.1.4.1.495.2.1.6.29.23.1.4 integer read-write
Determines the status of the objects in a table row. Options: invalid (1): Row is deleted from the table immediately, however values are still in effect until the next reset. valid (2): Use this value to add a new row to the table, or modify an existing row. Default Value: valid (2) Configuration Changed: administrative and operative Enumeration: 'valid': 2, 'invalid': 1.
           x25CugInterlockCode 1.3.6.1.4.1.495.2.1.6.29.23.1.5 cugic read-write
Determines the CUG (closed user group) that member belongs to. This number also represents the interlock code used by the layer when translating index codes from one member to another. Interlock codes must be unique at each SAP. Range of Values: 0 - 65535 Default Value: none Configuration Changed: administrative and operative
           x25CugSbscrInCallsBarred 1.3.6.1.4.1.495.2.1.6.29.23.1.6 integer read-write
Determines if this SAP subscribes to the Incoming Calls Barred with a Closed User Group facility. Options: false (1): Not subscribed. true (2): Subscribed: Permits this member to originate virtual calls to other members in this closed user group, but prevents the reception of incoming calls from other members in this closed user group. Default Value: false (1) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25CugSbscrOutCallsBarred 1.3.6.1.4.1.495.2.1.6.29.23.1.7 integer read-write
Determines if this SAP subscribes to the Outgoing Calls Barred with a Closed User Group facility. Options: false (1): Not subscribed. true (2): Subscribed: Permits this member to originate virtual calls to other members in this closed user group, but prevents this member from originating virtual calls to other members in this closed user group. Default Value: false (1) Configuration Changed: administrative and operative Enumeration: 'true': 2, 'false': 1.
           x25CugEntryState 1.3.6.1.4.1.495.2.1.6.29.23.1.8 integer read-only
Determines the state of the CUG (closed user group) entry. Options: offLine (1): Indicates this CUG entry has not been configured. onLine (2): Indicates that this CUG entry has been configured. Enumeration: 'offLine': 1, 'onLine': 2.
 x25RouteTable 1.3.6.1.4.1.495.2.1.6.29.24 no-access
The SVC Route table contains the definitions used to route all switched virtual circuits. A route entry consists of the called address that activates the route, and a destination. Four categories of destinations are available, providing four possible route types. - 1) Route to a specific upper SAP destination. - 2) Route to a specific lower SAP destination. This type of route can be used in place of route type 3, when route balancing is not required. This avoids the need to configure a logical link containing only one SAP entry, which is ideal for LAPB routing when no load balancing is required. This type of route is also ideal when targeting a specific data link connection (identified by the CES) on a LAPD link. 3) Route to a logical link destination. A logical link is a grouping of one or more lower SAPs for the purpose of route balancing. 4) Route to a hunt group destination. A hunt group consists of one or more SAPs (upper or lower) which are grouped for the purpose of route hunting.
       x25RouteEntry 1.3.6.1.4.1.495.2.1.6.29.24.1 no-access
Defines a row in the x25RouteTable. Each row contains the objects which define a route for switched virtual circuits.
           x25RoutePartition 1.3.6.1.4.1.495.2.1.6.29.24.1.1 routepartition read-only
Identifies the partition within the route table that this route belongs to. Not significant for routing.
           x25RouteId 1.3.6.1.4.1.495.2.1.6.29.24.1.2 routeindex read-only
The index of the route within the partition. Not significant for routing.
           x25RouteRowStatus 1.3.6.1.4.1.495.2.1.6.29.24.1.3 integer read-write
Determines the status of the objects in a table row. Options: invalid (1): Row is deleted from the table immediately, however values are still in effect until the next reset. valid (2): Use this value to add a new row to the table, or modify an existing row. Default Value: valid (2) Configuration Changed: administrative and operative Enumeration: 'valid': 2, 'invalid': 1.
           x25RouteType 1.3.6.1.4.1.495.2.1.6.29.24.1.4 integer read-write
Determines the type of route this entry defines. Options: specUpperSap (1): Route to a specific upper SAP. specLowerSap (2): Rout to a specific lower SAP. logicalLink (3): Route to a logical link. huntGroup (4): Route to a Hunt Group. Configuration Changed: administrative and operative Enumeration: 'specLowerSap': 2, 'specUpperSap': 1, 'logicalLink': 3, 'huntGroup': 4.
           x25RouteAddress 1.3.6.1.4.1.495.2.1.6.29.24.1.5 x25address read-write
Determines the called DTE address that triggers routing. If an incoming call is received at any upper or lower SAP with this address, it is routed to the destination SAP defined by x25RouteType. Options: none Range of Values: DTE address enclosed in quotes (up to 15 characters in length) Default Value: none Related Objects: x25RouteType Configuration Changed: administrative and operative
           x25RouteSLHNumber 1.3.6.1.4.1.495.2.1.6.29.24.1.6 sapindex read-write
Determines the destination SAP, logical link, or Hunt Group to route to. The destination depends on the setting of x25RouteType. - If x25RouteType = 1 then this object specifies an upper SAP number. - If x25RouteType = 2 then this object specifies a lower SAP number. - If x25RouteType = 3 then this object specifies the number of the logical link group to use. - If x25RouteType = 4 then this object specifies the number of the Hunt Group to use. Default Value: none Related Objects: x25RouteType Configuration Changed: administrative and operative
           x25RouteSapCes 1.3.6.1.4.1.495.2.1.6.29.24.1.7 ces read-write
Determines the CES number to route to. The value you set depends on the setting of x25RouteType. - If x25RouteType = 1 then this object must be set to 0. - If x25RouteType = 2 then this object must be set to a valid CES for the associated SAP (x25LLSapCes). - If x25RouteType = 3 or 4 this object is not used. Range of Values: 0 - 99 Default Value: 0 Related Objects: x25RouteType x25LLSapCes Configuration Changed: administrative and operative
           x25RouteEntryState 1.3.6.1.4.1.495.2.1.6.29.24.1.8 integer read-only
Determines the state of the route entry. Options: offLine (1): Indicates this route entry has not been configured. onLine (2): Indicates that this route entry has been configured. Enumeration: 'offLine': 1, 'onLine': 2.
 x25HuntGroupTable 1.3.6.1.4.1.495.2.1.6.29.25 no-access
This table contains Hunt Group definitions for the X.25 layer. A hunt group is a grouping of upper and lower SAPs (service access points) for the purpose of routing incoming switched virtual circuit calls. A SAP can belong to more than one hunt group at the same time. Additions to this table are offline only. To determine the list of active Hunt Groups members, see the x25HuntGroupOperTable. Any incoming call whose address is determined to be associated with a hunt group (via the routing table), is subjected to hunting. Hunting means that the incoming call is routed to the first member of the hunt group. If this member refuses the call, the next member is attempted, and so on. If all members of a hunt group refuse the call, the call is refused back to its source. Enabling hunt group rotation (x25HuntGroupRotation) causes hunting to begin with a different hunt group member each time. For example, a group with three members would be hunted as follows: 123, 231, 312, 123. Members are identified by x25HGMember Index. Hunt groups can only be used via a route entry, they cannot be used stand alone.
       x25HuntGroupEntry 1.3.6.1.4.1.495.2.1.6.29.25.1 no-access
Defines a row in the x25HuntGroupTable. Each row contains the objects which define the parameters for one member of a hunt group.
           x25HGId 1.3.6.1.4.1.495.2.1.6.29.25.1.1 hgindex read-only
Identifies the hunt group that the member belongs to. Range of Values: 1 - 99 Default Value: none Configuration Changed: administrative
           x25HGMemberIndex 1.3.6.1.4.1.495.2.1.6.29.25.1.2 hgindex read-only
Identifies the order of the member within the hunt group. Range of Values: 1 - 99 Default Value: none Configuration Changed: administrative
           x25HGSapNumber 1.3.6.1.4.1.495.2.1.6.29.25.1.3 sapindex read-write
Identifies the SAP (service access point) this entry is associated with. This is the first half of the SAP identification. The second half is specified by object x25HGSapCes. Range of Values: 1 - 255 Default Value: none Configuration Changed: administrative
           x25HGSapCes 1.3.6.1.4.1.495.2.1.6.29.25.1.4 ces read-write
Identifies the CES (connection endpoint suffix) this entry is associated with. This is the second half of the SAP identification. The first half is specified by object x25HGSapNumbers. Range of Values: 1 - 255 Default Value: 0 Configuration Changed: administrative
           x25HGRowStatus 1.3.6.1.4.1.495.2.1.6.29.25.1.5 integer read-write
Determines the status of the objects in a table row. Options: invalid (1): Row is deleted from the table immediately, however values are still in effect until the next reset. valid (2): Use this value to add a new row to the table, or modify an existing row. Default Value: valid (2) Configuration Changed: administrative Enumeration: 'valid': 2, 'invalid': 1.
 x25HuntGroupOperTable 1.3.6.1.4.1.495.2.1.6.29.26 no-access
This table contains the current active Hunt Group (closed user group) definitions for the X.25 layer. Use the x25HuntGroupTable to define Hunt Group members. When a system reset occurs the definitions in x25HuntGroupTable become active and appear here.
       x25HuntGroupOperEntry 1.3.6.1.4.1.495.2.1.6.29.26.1 no-access
Identifies one operational member of a hunt group.
           x25HGOperId 1.3.6.1.4.1.495.2.1.6.29.26.1.1 hgindex read-only
Identifies the hunt group that this operational member belongs to.
           x25HGOperMemberIndex 1.3.6.1.4.1.495.2.1.6.29.26.1.2 hgindex read-only
Identifies the order of this operational member within the hunt group.
           x25HGOperSapNumber 1.3.6.1.4.1.495.2.1.6.29.26.1.3 sapindex read-only
Identifies the SAP (service access point) this entry is associated with. This is the first half of the SAP identification. The second half is specified by object x25HGOperSapCes.
           x25HGOperSapCes 1.3.6.1.4.1.495.2.1.6.29.26.1.4 ces read-only
Identifies the CES (connection endpoint suffix) this entry is associated with. This is the second half of the SAP identification. The first half is specified by object x25HGOperSapNumbers.
 x25PvcTable 1.3.6.1.4.1.495.2.1.6.29.27 no-access
This table contains definitions used to route X.25 PVCs (permanent virtual circuits). A PVC is always routed between two lower SAPs, or between a lower SAP and an upper SAP. The source SAP must always be a lower SAP. The destination SAP can be either an upper or lower SAP.
       x25PvcEntry 1.3.6.1.4.1.495.2.1.6.29.27.1 no-access
Defines a row in the x25PvcTable. Each row contains the objects which define a route for a permanent virtual circuit.
           x25PvcId 1.3.6.1.4.1.495.2.1.6.29.27.1.1 pvcindex read-only
The index of the PVC within the table. No significance for routing.
           x25PvcRowStatus 1.3.6.1.4.1.495.2.1.6.29.27.1.2 integer read-write
Determines the status of the objects in a table row. Options: invalid (1): Row is deleted from the table immediately, however values are still in effect until the next reset. valid (2): Use this value to add a new row to the table, or modify an existing row. Default Value: valid (2) Configuration Changed: administrative Enumeration: 'valid': 2, 'invalid': 1.
           x25PvcSrcSap 1.3.6.1.4.1.495.2.1.6.29.27.1.3 sapindex read-write
Determines the source SAP (service access point) for the PVC, which must be a lower SAP. This is the first half of the SAP identification. The second half is specified by object x25PvcSrcCes. Related Objects: x25PvcSrcCes Default Value: none Range of Values: 1 - 255 Configuration Changed: administrative
           x25PvcSrcCes 1.3.6.1.4.1.495.2.1.6.29.27.1.4 ces read-write
Identifies the source SAP for the PVC, which must be a lower SAP. This is the second half of the SAP identification. The first half is specified by object x25PvcSrcSap. Range of Values: 0 - 63 Default Value: 0 Related Objects: x25PvcSrcSap Configuration Changed: administrative
           x25PvcDstSap 1.3.6.1.4.1.495.2.1.6.29.27.1.5 sapindex read-write
Determines the destination SAP (service access point) for the PVC, which can be an upper or lower SAP. This is the first half of the SAP identification. The second half is specified by object x25PvcDstCes. Range of Values: 1 - 255 Default Value: none Related Objects: x25PvcDstCes Configuration Changed: administrative
           x25PvcDstCes 1.3.6.1.4.1.495.2.1.6.29.27.1.6 ces read-write
Identifies the destination SAP for the PVC, which can be an upper or lower SAP. This is the second half of the SAP identification. The first half is specified by object x25PvcDstSap. Range of Values: 0 - 63 Default Value: 0 Related Objects: x25PvcDstSap Configuration Changed: administrative
           x25PvcSrcLcn 1.3.6.1.4.1.495.2.1.6.29.27.1.7 integer read-write
Determines the LCN (logical channel number) used by this PVC at the source SAP (service access point). The value assigned must be within the range of PVC LCNs assigned to the source SAP (x25SapLpvcLcn and X25SapHpvcLcn). Range of Values: 1 - 1023 Default Value: none Related Objects: x25SapLpvcLcn X25SapHpvcLcn Configuration Changed: administrative
           x25PvcDstLcn 1.3.6.1.4.1.495.2.1.6.29.27.1.8 integer read-write
Determines the LCN (logical channel number) used by this PVC at the source SAP (service access point). The value assigned must be within the range of PVC LCNs assigned to the destination SAP (x25SapLpvcLcn and X25SapHpvcLcn). Range of Values: 1 - 1023 Default Value: none Related Objects: x25SapLpvcLcn X25SapHpvcLcn Configuration Changed: administrative
           x25PvcSrcRxPacketSize 1.3.6.1.4.1.495.2.1.6.29.27.1.9 packetsize read-write
Determines the receive packet size used by the associated source SAP (service access point). This overrides the default settings for the SAP. Options: bytes16 (4) bytes32 (5) bytes64 (6) bytes128 (7) bytes256 (8) bytes512 (9) bytes1024 (10) bytes2048 (11) bytes4096 (12) Default Value: bytes128 (7) Configuration Changed: administrative
           x25PvcSrcTxPacketSize 1.3.6.1.4.1.495.2.1.6.29.27.1.10 packetsize read-write
Determines the transmit packet size used by the associated source SAP (service access point). This overrides the default settings for the SAP. Options: bytes16 (4) bytes32 (5) bytes64 (6) bytes128 (7) bytes256 (8) bytes512 (9) bytes1024 (10) bytes2048 (11) bytes4096 (12) Default Value: bytes128 (7) Configuration Changed: administrative
           x25PvcDstRxPacketSize 1.3.6.1.4.1.495.2.1.6.29.27.1.11 packetsize read-write
Determines the receive packet size used by the associated destination SAP (service access point). This overrides the default settings for the SAP. Options: bytes16 (4) bytes32 (5) bytes64 (6) bytes128 (7) bytes256 (8) bytes512 (9) bytes1024 (10) bytes2048 (11) bytes4096 (12) Default Value: bytes128 (7) Configuration Changed: administrative
           x25PvcDstTxPacketSize 1.3.6.1.4.1.495.2.1.6.29.27.1.12 packetsize read-write
Determines the receive packet size used by the associated destination SAP (service access point). This overrides the default settings for the SAP. Options: bytes16 (4) bytes32 (5) bytes64 (6) bytes128 (7) bytes256 (8) bytes512 (9) bytes1024 (10) bytes2048 (11) bytes4096 (12) Default Value: bytes128 (7) Configuration Changed: administrative
           x25PvcRxWindow 1.3.6.1.4.1.495.2.1.6.29.27.1.13 integer read-write
Determines the receive window size. At the source side, it defines the window for packets received from the source interface. At the destination side, it defines the window for packets transmitted to the destination interface. This overrides the default settings for the SAP. Range of Values: 1 - 7 for modulo 8 1 - 127 for modulo 128 Default Value: 7 Related Objects: x25SapModulo Configuration Changed: administrative
           x25PvcTxWindow 1.3.6.1.4.1.495.2.1.6.29.27.1.14 integer read-write
Determines the transmit window size. At the source side, it defines the window for packets transmitted to the source interface. At the destination side, it defines the window for packets received from the destination interface. This overrides the default settings for the SAP. Range of Values: 1 - 7 for modulo 8 1 - 127 for modulo 128 Default Value: 7 Related Objects: x25SapModulo Configuration Changed: administrative
           x25PvcRxThruputClass 1.3.6.1.4.1.495.2.1.6.29.27.1.15 thruputclass read-write
Determines the receive throughput class for the external link. At the source side, it defines the throughput class used for packets received from the source interface. At the destination side, it defines the throughput class used for packets transmitted to the destination interface. This overrides the default settings for the SAP. Options: bps75 (3) bps150 (4) bps300 (5) bps600 (6) bps1200 (7) bps2400 (8) bps4800 (9) bps9600 (10) bps19200 (11) bps48000 (12) bps64000 (13) Default Value: bps9600 (10) Configuration Changed: administrative
           x25PvcTxThruputClass 1.3.6.1.4.1.495.2.1.6.29.27.1.16 thruputclass read-write
The transmit throughput class across the line. At the source side, it defines the throughput class used for packets transmitted to the source interface. At the destination side, it defines the throughput class used for packets received from the destination interface (service access point). This overrides the default settings for the SAP. Options: bps75 (3) bps150 (4) bps300 (5) bps600 (6) bps1200 (7) bps2400 (8) bps4800 (9) bps9600 (10) bps19200 (11) bps48000 (12) bps64000 (13) Default Value: bps9600 (10) Configuration Changed: administrative
           x25PvcBilling 1.3.6.1.4.1.495.2.1.6.29.27.1.17 integer read-write
Determines if billing information is collected for this PVC. Billing information can only be collected for lower SAPs (service access points). If both sides of a PVC are lower SAPs, each side can collect its own information. The x25SapPvcBillingTimer determines when billing information is generated. Options: false (1): Not subscribed. true (2): Subscribed. Default Value: false (1) Related Objects: x25BillingSegmentSize x25Billing x25SapPvcBillingTimer x25SapSbscrChargingInformation x25SapSbscrNetworkUserId x25PvcBilling x25PvcSrcAddress x25PvcDstAddress x25BillingIndication Configuration Changed: administrative Enumeration: 'true': 2, 'false': 1.
           x25PvcSrcAddress 1.3.6.1.4.1.495.2.1.6.29.27.1.18 x25address read-write
Determines the X.121 address that is associated with the source side for billing purposes only. Range of Values: DTE address enclosed in quotes (up to 15 numeric characters in length) Default Value: none Related Objects: x25BillingSegmentSize x25Billing x25SapPvcBillingTimer x25SapSbscrChargingInformation x25SapSbscrNetworkUserId x25PvcBilling x25PvcDstAddress x25BillingIndication Configuration Changed: administrative
           x25PvcDstAddress 1.3.6.1.4.1.495.2.1.6.29.27.1.19 x25address read-write
Determines the X.121 address that is associated with the destination side for billing purposes only. Range of Values: DTE address enclosed in quotes (up to 15 characters in length) Default Value: none Related Objects: x25BillingSegmentSize x25Billing x25SapPvcBillingTimer x25SapSbscrChargingInformation x25SapSbscrNetworkUserId x25PvcBilling x25PvcSrcAddress x25PvcDstAddress x25BillingIndication Configuration Changed: administrative
           x25PvcEntryState 1.3.6.1.4.1.495.2.1.6.29.27.1.20 integer read-only
Determines the state of this PVC entry. Options: offLine (1): Indicates this PVC entry has not been configured. onLine (2): Indicates that this PVC entry has been configured. Enumeration: 'offLine': 1, 'onLine': 2.
 x25LcnStatusTable 1.3.6.1.4.1.495.2.1.6.29.28 no-access
A table containing current information about established virtual circuits (permanent or switched) within the layer.
       x25LcnStatusEntry 1.3.6.1.4.1.495.2.1.6.29.28.1 no-access
The current information for a specific and currently established virtual circuit (permanent or switched) within the layer.
           x25LcnSrcSap 1.3.6.1.4.1.495.2.1.6.29.28.1.1 sapindex read-only
Identifies the source side SAP (service access point) this entry is associated with. This is the first half of the SAP identification. The second half is specified by object x25LcnSrcCes.
           x25LcnSrcCes 1.3.6.1.4.1.495.2.1.6.29.28.1.2 ces read-only
Identifies the source side CES (connection endpoint suffix) this entry is associated with. This is the second half of the SAP identification. The first half is specified by object x25LcnSrcSap.
           x25LcnSrcLcn 1.3.6.1.4.1.495.2.1.6.29.28.1.3 lcn read-only
Identifies the source side logical channel number this entry is associated with.
           x25LcnDstSap 1.3.6.1.4.1.495.2.1.6.29.28.1.4 sapindex read-only
Identifies the destination side SAP (service access point) this entry is associated with. This is the first half of the SAP identification. The second half is specified by object x25LcnSrcCes.
           x25LcnDstCes 1.3.6.1.4.1.495.2.1.6.29.28.1.5 ces read-only
Identifies the destination side CES (connection endpoint suffix) this entry is associated with. This is the second half of the SAP identification. The first half is specified by object x25LcnSrcSap.
           x25LcnDstLcn 1.3.6.1.4.1.495.2.1.6.29.28.1.6 lcn read-only
Indicates the destination side logical channel number this entry is associated with.
           x25LcnDBitCall 1.3.6.1.4.1.495.2.1.6.29.28.1.20 integer read-only
Indicates if this virtual circuit was established using a D-bit call. Options: false (1): Not established using a D- bit call. true (2): Established using a D-bit call. Enumeration: 'true': 2, 'false': 1.
           x25LcnPvc 1.3.6.1.4.1.495.2.1.6.29.28.1.21 integer read-only
Indicates the virtual circuit type. Options: false (1): SVC (switched virtual circuit). true (2): PVC (permanent virtual circuit). Enumeration: 'true': 2, 'false': 1.
           x25LcnModulo 1.3.6.1.4.1.495.2.1.6.29.28.1.22 integer read-only
Indicates the modulus in use on this side of the virtual circuit. Modulus determines the range of sequence numbers available for packet numbering. Options: modulo8 (1): Sequence numbers range from 0 to 7, supporting a maximum window size of 8. modulo128 (2): Sequence numbers range from 0 to 128, supporting a maximum window size of 128. Enumeration: 'modulo8': 1, 'modulo128': 2.
           x25LcnState 1.3.6.1.4.1.495.2.1.6.29.28.1.23 integer read-only
Indicates the current state at this side of the virtual circuit. Options: stateReady (1): SVC: Does not apply. PVC: The PVC is configured. It remains in this state until a Restart Request or Restart Confirm is received. This means that the PVC is in limbo and cannot initiate its reset procedure until the restart procedure has completed. The restart procedure brings up the packet level at the port where the PVC exists. stateConnecting (2) SVC: The SAP has sent out a call and is waiting for a reply, or has received a call and is routing that call out to another SAP (lower or upper), and is also waiting for a reply. PVC: Does not apply. stateDataTransfer (3) SVC: A connection has been accepted. PVC: Reset procedure has been successful. stateDisconnecting (4) SVC: The SAP has sent out a clear and is waiting for a reply, or has received a clear and is routing that clear out to another SAP (lower or upper), and is also waiting for a reply. This state is only possible if the previous state was 'stateDataTransfer'. PVC: Does not apply. This following paragraph applies to the next three states: When a connection is established (SVC or PVC), a 'connection block' is assigned to each side of the connection. One side is always termed as the 'called' side and the other the 'calling' side. For a PVC, the source side is always the 'calling' and the destination side is always the 'called'. For an SVC, the side that receives the call is the 'calling' side, and the other is the 'called'. This makes sense since we are routing the call towards the called user. stateResettingCgSide (5) SVC/PVC: A reset was received at the called side. The called side confirms the reset at its side, and a reset is also sent to the calling side. Both sides enter this state awaiting a confirmation at the calling side. state ResettingCdSide (6) SVC/PVC: A reset is received at the calling side. The calling side confirms the reset at its side, and a reset is also sent to the called side. Both sides enter this state awaiting a confirmation at the 'called' side. stateResettingBoth (7) SVC/PVC: This state is entered when a reset is generated internally at both the calling and called sides. Both sides enter the this state, each while waiting for a confirmation. Enumeration: 'stateConnecting': 2, 'stateResettingCdSide': 6, 'stateReady': 1, 'stateResettingCgSide': 5, 'stateDataTransfer': 3, 'stateResettingBoth': 7, 'stateDisconnecting': 4.
           x25LcnTxRnr 1.3.6.1.4.1.495.2.1.6.29.28.1.30 integer read-only
Indicates if this side of the virtual circuit has initiated flow control by sending an RNR. Options: false (1): An RNR was not sent. true (2): An RNR was sent. Enumeration: 'true': 2, 'false': 1.
           x25LcnRxRnr 1.3.6.1.4.1.495.2.1.6.29.28.1.31 integer read-only
Indicates if this side of the virtual circuit has received an RNR. Options: false (1): An RNR was not received. true (2): An RNR was received. Enumeration: 'true': 2, 'false': 1.
           x25LcnTxWindowSize 1.3.6.1.4.1.495.2.1.6.29.28.1.32 integer read-only
Indicates the transmit window size in use at this side of the virtual circuit.
           x25LcnRxWindowSize 1.3.6.1.4.1.495.2.1.6.29.28.1.33 integer read-only
Indicates the receive window size in use at this side of the virtual circuit.
           x25LcnTxPacketSize 1.3.6.1.4.1.495.2.1.6.29.28.1.34 integer read-only
Indicates the transmit packet size (in bytes) in use at this side of the virtual circuit.
           x25LcnRxPacketSize 1.3.6.1.4.1.495.2.1.6.29.28.1.35 integer read-only
Indicates the receive packet size (in bytes) in use at this side of the virtual circuit.
           x25LcnTxThruputClass 1.3.6.1.4.1.495.2.1.6.29.28.1.36 integer read-only
Indicates the transmit throughput class (in bps) in use at this side of the virtual circuit.
           x25LcnRxThruputClass 1.3.6.1.4.1.495.2.1.6.29.28.1.37 integer read-only
Indicates the receive throughput class (in bps) in use at this side of the virtual circuit.
           x25LcnSrcAddress 1.3.6.1.4.1.495.2.1.6.29.28.1.50 x25address read-only
Indicates the calling address specified when this virtual circuit was established.
           x25LcnDstAddress 1.3.6.1.4.1.495.2.1.6.29.28.1.51 x25address read-only
Indicates the called address specified when this virtual circuit was established.
           x25LcnTxQLength 1.3.6.1.4.1.495.2.1.6.29.28.1.60 integer read-only
Indicates the current number of outbound queued frames at this side of the virtual circuit.
           x25LcnNextTransmitPs 1.3.6.1.4.1.495.2.1.6.29.28.1.61 integer read-only
Indicates the next P(s) to be used at this side of the virtual circuit.
           x25LcnNextExpectedPs 1.3.6.1.4.1.495.2.1.6.29.28.1.62 integer read-only
Indicates the next expected P(s) at this side of the virtual circuit.
           x25LcnLastTransmittedPr 1.3.6.1.4.1.495.2.1.6.29.28.1.63 integer read-only
Indicates the last transmitted P(r) at this side of the virtual circuit.
           x25LcnLastReceivedPr 1.3.6.1.4.1.495.2.1.6.29.28.1.64 integer read-only
Indicates the last received P(r) on this side of the virtual circuit.
           x25LcnFCTimerRunning 1.3.6.1.4.1.495.2.1.6.29.28.1.80 integer read-only
Indicates if the flow control timer (object x25SapFlowControlTimer) is currently running on this side of the virtual circuit. Options: false (1): x25SapFlowControlTimer is not running. true (2): x25SapFlowControlTimer is running. Enumeration: 'true': 2, 'false': 1.
           x25LcnT24TimerRunning 1.3.6.1.4.1.495.2.1.6.29.28.1.81 integer read-only
Indicates if the window status timer (object x25SapWindowStatusTimer) is currently running on this side of the virtual circuit. Options: false (1): x25SapWindowStatusTimer is not running. true (2): x25SapWindowStatusTimer is running. Enumeration: 'true': 2, 'false': 1.
           x25LcnInacTimerRunning 1.3.6.1.4.1.495.2.1.6.29.28.1.82 integer read-only
Indicates if the inactivity timer (object x25SapInactivityTimer) is currently running on this side of the virtual circuit. Options: false (1): x25SapInactivityTimer is not running. true (2): x25SapInactivityTimer is running. Enumeration: 'true': 2, 'false': 1.
           x25LcnCalTimerRunning 1.3.6.1.4.1.495.2.1.6.29.28.1.83 integer read-only
Indicates if the call request timer (object x25SapCallTimer) is currently running on this side of the virtual circuit. Options: false (1): x25SapCallTimer is not running. true (2): x25SapCallTimer is running. Enumeration: 'true': 2, 'false': 1.
           x25LcnClrTimerRunning 1.3.6.1.4.1.495.2.1.6.29.28.1.84 integer read-only
Indicates if the clear timer (object x25SapClearTimer) is currently running on this side of the virtual circuit. Options: false (1): x25SapClearTimer is not running. true (2): x25SapClearTimer is running. Enumeration: 'true': 2, 'false': 1.
           x25LcnResTimerRunning 1.3.6.1.4.1.495.2.1.6.29.28.1.85 integer read-only
Indicates if the reset timer (object x25SapResetTimer) is currently running on this side of the virtual circuit. Options: false (1): x25SapResetTimer is not running. true (2): x25SapResetTimer is running. Enumeration: 'true': 2, 'false': 1.
 x25MibLevel 1.3.6.1.4.1.495.2.1.6.29.30 integer read-only
Used to determine current MIB module release supported by the agent. Object is in decimal.
   x25SapAlarm 1.3.6.1.4.1.495.2.1.6.290.1
For future use. Identifies the x25SapStatusEvent trap which has occurred. This trap is only generated when global object x25Alarms is set to value 'enabled'. Options: x25SapNumber: The services access point this trap applies to. x25SapCes: The CES this trap applies to. x25SapStatusEvent: The event which triggered the trap (see object x25SapStatusEvent).
   x25ConfigErrorIndication 1.3.6.1.4.1.495.2.1.6.290.2
For future use. Identifies the x25ConfigErrorEvent trap which has occurred. This trap can always be generated. Options: x25SapNumber: The services access point this trap applies to. x25SapCes: The CES this trap applies to. x25ConfigErrorEvent: The event which triggered the trap (see object x25ConfigErrorEvent).