-- Ascend mibanswerProfile MIB -- -- Ascend Communications, Inc -- 1275 Harbor Bay Pkwy -- Alameda, CA 94502 -- +1 510 769 6001 -- info@ascend.com -- -- Copyright (c) 1993-1999 Ascend Communications, Inc. -- All rights reserved. -- -- Do not edit this file directly. -- It is generated automatically by mibgen for use with -- TAOS version 7.11-104.0 or newer. -- ASCEND-MIBANSWERPROFILE-MIB DEFINITIONS ::= BEGIN IMPORTS mibanswerProfile FROM ASCEND-MIB IpAddress FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; -- If any of the MIB compilers have problems with the DisplayString -- or PhysAddress, uncomment the next two lines. DisplayString ::= OCTET STRING -- PhysAddress ::= OCTET STRING -- The mibanswerProfile table -- -- This table contains parameters for the mibanswerProfile profile -- mibanswerProfileTable OBJECT-TYPE SYNTAX SEQUENCE OF MibanswerProfileEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of mibanswerProfile profile entries." ::= { mibanswerProfile 1 } mibanswerProfileEntry OBJECT-TYPE SYNTAX MibanswerProfileEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A mibanswerProfile entry containing objects that maps to the parameters of mibanswerProfile profile." INDEX { answerProfile__index__ } ::= { mibanswerProfileTable 1 } MibanswerProfileEntry ::= SEQUENCE { answerProfile__index__ INTEGER, answerProfile__use_answer_for_all_defaults INTEGER, answerProfile__force_56kbps INTEGER, answerProfile__profiles_required INTEGER, answerProfile__clid_auth_mode INTEGER, answerProfile__clid_selection INTEGER, answerProfile__ppp_answer__enabled INTEGER, answerProfile__ppp_answer__receive_auth_mode INTEGER, answerProfile__ppp_answer__disconnect_on_auth_timeout INTEGER, answerProfile__ppp_answer__bridging_group INTEGER, answerProfile__ppp_answer__link_compression INTEGER, answerProfile__ppp_answer__mru INTEGER, answerProfile__ppp_answer__lqm INTEGER, answerProfile__ppp_answer__lqm_minimum_period INTEGER, answerProfile__ppp_answer__lqm_maximum_period INTEGER, answerProfile__ppp_answer__cbcp_enabled INTEGER, answerProfile__ppp_answer__ipx_header_compression INTEGER, answerProfile__ppp_answer__mtu INTEGER, answerProfile__mp_answer__enabled INTEGER, answerProfile__mp_answer__minimum_channels INTEGER, answerProfile__mp_answer__maximum_channels INTEGER, answerProfile__mp_answer__bacp_enable INTEGER, answerProfile__mpp_answer__enabled INTEGER, answerProfile__mpp_answer__dynamic_algorithm INTEGER, answerProfile__mpp_answer__bandwidth_monitor_direction INTEGER, answerProfile__mpp_answer__increment_channel_count INTEGER, answerProfile__mpp_answer__decrement_channel_count INTEGER, answerProfile__mpp_answer__seconds_history INTEGER, answerProfile__mpp_answer__add_persistence INTEGER, answerProfile__mpp_answer__sub_persistence INTEGER, answerProfile__mpp_answer__target_utilization INTEGER, answerProfile__fr_answer__enabled INTEGER, answerProfile__tcp_clear_answer__enabled INTEGER, answerProfile__ara_answer__enabled INTEGER, answerProfile__v120_answer__enabled INTEGER, answerProfile__v120_answer__frame_length INTEGER, answerProfile__x25_answer__enabled INTEGER, answerProfile__x25_answer__x25_profile DisplayString, answerProfile__x25_answer__x3_profile INTEGER, answerProfile__x25_answer__max_calls INTEGER, answerProfile__x25_answer__vc_timer_enable INTEGER, answerProfile__x25_answer__auto_call_x121_address DisplayString, answerProfile__x25_answer__reverse_charge INTEGER, answerProfile__x25_answer__x3_custom_prof DisplayString, answerProfile__comb_answer__enabled INTEGER, answerProfile__comb_answer__password_required INTEGER, answerProfile__comb_answer__interval INTEGER, answerProfile__comb_answer__compression INTEGER, answerProfile__eu_answer__euraw_enabled INTEGER, answerProfile__eu_answer__euui_enabled INTEGER, answerProfile__eu_answer__dce_addr INTEGER, answerProfile__eu_answer__dte_addr INTEGER, answerProfile__eu_answer__mru INTEGER, answerProfile__ip_answer__enabled INTEGER, answerProfile__ip_answer__vj_header_prediction INTEGER, answerProfile__ip_answer__assign_address INTEGER, answerProfile__ip_answer__routing_metric INTEGER, answerProfile__ip_answer__private_route_profile_required INTEGER, answerProfile__ipx_answer__enabled INTEGER, answerProfile__ipx_answer__peer_mode INTEGER, answerProfile__session_info__call_filter DisplayString, answerProfile__session_info__data_filter DisplayString, answerProfile__session_info__filter_persistence INTEGER, answerProfile__session_info__filter_required INTEGER, answerProfile__session_info__idle_timer INTEGER, answerProfile__session_info__ts_idle_mode INTEGER, answerProfile__session_info__ts_idle_timer INTEGER, answerProfile__session_info__max_call_duration INTEGER, answerProfile__x75_answer__enabled INTEGER, answerProfile__x75_answer__k_frames_outstanding INTEGER, answerProfile__x75_answer__n2_retransmissions INTEGER, answerProfile__x75_answer__t1_retran_timer INTEGER, answerProfile__x75_answer__frame_length INTEGER, answerProfile__framed_only INTEGER, answerProfile__hdlc_nrm_answer__enabled INTEGER, answerProfile__visa2_answer__enabled INTEGER, answerProfile__atm_answer__svc_enabled INTEGER, answerProfile__action__ INTEGER } answerProfile__index__ OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "" ::= { mibanswerProfileEntry 1 } answerProfile__use_answer_for_all_defaults OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When set to Yes, this profile will provide the default values for fields when building profiles. When set to No the factory profile will be used instead." ::= { mibanswerProfileEntry 2 } answerProfile__force_56kbps OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If yes then inbound 64 kbps calls are connected at 56 kbps." ::= { mibanswerProfileEntry 3 } answerProfile__profiles_required OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Unused when incoming authentication is used. When authentication is not used a No value in this field indicates that we will create a temporary profile for a user on incoming calls. A Yes value indicates that we must find an existing profile (by matching the caller's IP address). This provided NO security." ::= { mibanswerProfileEntry 4 } answerProfile__clid_auth_mode OBJECT-TYPE SYNTAX INTEGER { ignore (1), clid_require (3), clid_prefer (2), clid_first (7), clid_fallback (4), dnis_require (5), dnis_pref (6), dnis_first (8) } ACCESS read-write STATUS mandatory DESCRIPTION "Specifies how calling line identification (CLID) will be used for incoming call authentication." ::= { mibanswerProfileEntry 5 } answerProfile__clid_selection OBJECT-TYPE SYNTAX INTEGER { first (1), secure_prefer (2), secure_require (3), user_prefer (4), user_require (5) } ACCESS read-write STATUS mandatory DESCRIPTION "Selection of the CLID. An incoming call can optionally specify several CLIDs. A CLID provided by the PSTN (network provided) is considered secure. A CLID provided by the end user (user provided) is secure only if it has been validated by the PSTN (user provided, network verified and passed). Other forms of user CLIDs are considered unsecure." ::= { mibanswerProfileEntry 73 } answerProfile__ppp_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to Yes to enable incoming PPP calls. This includes the PPP variants, MP and MPP." ::= { mibanswerProfileEntry 6 } answerProfile__ppp_answer__receive_auth_mode OBJECT-TYPE SYNTAX INTEGER { no_ppp_auth (1), pap_ppp_auth (2), chap_ppp_auth (3), any_ppp_auth (4), des_pap_ppp_auth (5), token_pap_ppp_auth (6), token_chap_ppp_auth (7), cache_token_ppp_auth (8), ms_chap_ppp_auth (9) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of PPP authentication to use for incoming calls." ::= { mibanswerProfileEntry 7 } answerProfile__ppp_answer__disconnect_on_auth_timeout OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "???." ::= { mibanswerProfileEntry 8 } answerProfile__ppp_answer__bridging_group OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The default bridging group. Interfaces with the same bridging group can bridge to each other. Set to 0 to disable bridging." ::= { mibanswerProfileEntry 9 } answerProfile__ppp_answer__link_compression OBJECT-TYPE SYNTAX INTEGER { none (1), stac (2), stac_9 (3), ms_stac (4), mppc (5) } ACCESS read-write STATUS mandatory DESCRIPTION "The default type of link compression to use for PPP, MP, and MPP calls." ::= { mibanswerProfileEntry 10 } answerProfile__ppp_answer__mru OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The Maximum Receive Unit, i.e. the largest frame we will accept." ::= { mibanswerProfileEntry 11 } answerProfile__ppp_answer__lqm OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Link Quality Monitoring. Set to Yes to enable the PPP LQM protocol." ::= { mibanswerProfileEntry 12 } answerProfile__ppp_answer__lqm_minimum_period OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The minimum period, in 1/100 of a second, that we will accept/send link quality monitoring packets." ::= { mibanswerProfileEntry 13 } answerProfile__ppp_answer__lqm_maximum_period OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The maximum period, in 1/100 of a second, that we will accept/send link quality monitoring packets." ::= { mibanswerProfileEntry 14 } answerProfile__ppp_answer__cbcp_enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable Microsoft Callback Control Protocol Negotiation." ::= { mibanswerProfileEntry 70 } answerProfile__ppp_answer__ipx_header_compression OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Use IPX header compression if encapsulation supports it." ::= { mibanswerProfileEntry 74 } answerProfile__ppp_answer__mtu OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The Maximum Transmit Unit, i.e. the largest frame we will send out." ::= { mibanswerProfileEntry 75 } answerProfile__mp_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to Yes to enable incoming MP calls. This includes the MP variant, MPP." ::= { mibanswerProfileEntry 15 } answerProfile__mp_answer__minimum_channels OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The default value for the minimum number of channels in a multi-channel call." ::= { mibanswerProfileEntry 16 } answerProfile__mp_answer__maximum_channels OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The default value for the maximum number of channels in a multi-channel call." ::= { mibanswerProfileEntry 17 } answerProfile__mp_answer__bacp_enable OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable Bandwidth Allocation Control Protocol (BACP)." ::= { mibanswerProfileEntry 18 } answerProfile__mpp_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to Yes to enable incoming MPP calls." ::= { mibanswerProfileEntry 19 } answerProfile__mpp_answer__dynamic_algorithm OBJECT-TYPE SYNTAX INTEGER { constant (1), linear (2), quadratic (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The algorithm to use to calculate the average link utilization. Bandwidth changes are performed on the average utilization, not current utilization." ::= { mibanswerProfileEntry 20 } answerProfile__mpp_answer__bandwidth_monitor_direction OBJECT-TYPE SYNTAX INTEGER { transmit (1), transmit_recv (2), none (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The direction to monitor link utilization. A unit can monitor transmit, transmit and receive, or turn off monitoring entirely." ::= { mibanswerProfileEntry 21 } answerProfile__mpp_answer__increment_channel_count OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Number of channels to increment as a block." ::= { mibanswerProfileEntry 22 } answerProfile__mpp_answer__decrement_channel_count OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Number of channels to decrement as a block." ::= { mibanswerProfileEntry 23 } answerProfile__mpp_answer__seconds_history OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The number of seconds of history that link utilization is averaged over to make bandwidth changes." ::= { mibanswerProfileEntry 24 } answerProfile__mpp_answer__add_persistence OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The number of seconds of that the average line utilization must exceed the target utilization before bandwidth will be added." ::= { mibanswerProfileEntry 25 } answerProfile__mpp_answer__sub_persistence OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The number of seconds of that the average line utilization must fall below the target utilization before bandwidth will be reduced. Bandwidth will not be reduced if the reduced bandwidth would exceed the target utilization." ::= { mibanswerProfileEntry 26 } answerProfile__mpp_answer__target_utilization OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The default value for the target utilization. Bandwidth changes occur when the average utilization exceeds or falls below this value." ::= { mibanswerProfileEntry 27 } answerProfile__fr_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to yes to enable incoming FR calls." ::= { mibanswerProfileEntry 28 } answerProfile__tcp_clear_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, incoming calls that match a local profile with a call management type of tcp-raw will automatically be connected via a raw TCP pipe to the host named in the local profile. If disabled, logins that match a tcp-raw profile will be rejected." ::= { mibanswerProfileEntry 29 } answerProfile__ara_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to yes to enable incoming ARA calls." ::= { mibanswerProfileEntry 30 } answerProfile__v120_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to yes to enable incoming V120 calls." ::= { mibanswerProfileEntry 31 } answerProfile__v120_answer__frame_length OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The default frame length to use for incoming V.120 connections." ::= { mibanswerProfileEntry 32 } answerProfile__x25_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, incoming calls that match a local profile with a call management type of x25 will be accepted." ::= { mibanswerProfileEntry 33 } answerProfile__x25_answer__x25_profile OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "Name of the x25 profile that this profile is associated with." ::= { mibanswerProfileEntry 34 } answerProfile__x25_answer__x3_profile OBJECT-TYPE SYNTAX INTEGER { crt_profile (1), infonet_profile (2), default_profile (3), scen_profile (4), cc_ssp_profile (5), cc_tsp_profile (6), hardcopy_profile (7), hdx_profile (8), shark_profile (9), pos_profile (12), null_profile (10), custom_profile (11) } ACCESS read-write STATUS mandatory DESCRIPTION "X.3 profile parameter index" ::= { mibanswerProfileEntry 35 } answerProfile__x25_answer__max_calls OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Max number of unsuccessful calls" ::= { mibanswerProfileEntry 36 } answerProfile__x25_answer__vc_timer_enable OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "PAD VCE enable flag" ::= { mibanswerProfileEntry 37 } answerProfile__x25_answer__auto_call_x121_address OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "X.121 address to auto-call upon session startup." ::= { mibanswerProfileEntry 38 } answerProfile__x25_answer__reverse_charge OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reverse charge request" ::= { mibanswerProfileEntry 39 } answerProfile__x25_answer__x3_custom_prof OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Custom profile enter a string for a custom X.3 profile if x3Prof says custom." ::= { mibanswerProfileEntry 40 } answerProfile__comb_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, incoming calls that match a local profile with a call management type of comb will be accepted." ::= { mibanswerProfileEntry 41 } answerProfile__comb_answer__password_required OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, the far end must supply a password when initiating a call." ::= { mibanswerProfileEntry 42 } answerProfile__comb_answer__interval OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The combinet link integrety interval." ::= { mibanswerProfileEntry 43 } answerProfile__comb_answer__compression OBJECT-TYPE SYNTAX INTEGER { none (1), stac (2), stac_9 (3), ms_stac (4), mppc (5) } ACCESS read-write STATUS mandatory DESCRIPTION "Should compression be used." ::= { mibanswerProfileEntry 44 } answerProfile__eu_answer__euraw_enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable/disable the EUNET raw protocol." ::= { mibanswerProfileEntry 45 } answerProfile__eu_answer__euui_enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable/disable the EUNET UI protocol." ::= { mibanswerProfileEntry 46 } answerProfile__eu_answer__dce_addr OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The address of the DCE side of the link when the EUNET UI protocol is used." ::= { mibanswerProfileEntry 47 } answerProfile__eu_answer__dte_addr OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The address of the DTE side of the link when the EUNET UI protocol is used." ::= { mibanswerProfileEntry 48 } answerProfile__eu_answer__mru OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "" ::= { mibanswerProfileEntry 49 } answerProfile__ip_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to yes to enable IP routing on incoming calls using encapsulation protocols that support IP routing." ::= { mibanswerProfileEntry 50 } answerProfile__ip_answer__vj_header_prediction OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to yes to enable Van Jacobson IP header prediction to be negotiated on incoming calls using encapsulation protocols that support this feature." ::= { mibanswerProfileEntry 51 } answerProfile__ip_answer__assign_address OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to yes if this unit is configured with one or more pools of IP addresses that will be used as a source of addresses to assign to incoming callers." ::= { mibanswerProfileEntry 52 } answerProfile__ip_answer__routing_metric OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The default metric assigned to routes created for incoming calls." ::= { mibanswerProfileEntry 53 } answerProfile__ip_answer__private_route_profile_required OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Parameter to decide default action,if private route table not found. If set to yes, the call will be cleared if the private route profile cannot be found. If set to no, the call will be allowed to complete, even if the private route profile cannot be found." ::= { mibanswerProfileEntry 76 } answerProfile__ipx_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to Yes to enable incoming IPX calls." ::= { mibanswerProfileEntry 54 } answerProfile__ipx_answer__peer_mode OBJECT-TYPE SYNTAX INTEGER { router_peer (1), dialin_peer (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable/disable full routing between peer or use the pool to assign a network number." ::= { mibanswerProfileEntry 55 } answerProfile__session_info__call_filter OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The name of the filter used to determine if a packet should cause the idle timer to be reset or, when the answer profile is used for connection profile defaults, if a call should be placed." ::= { mibanswerProfileEntry 56 } answerProfile__session_info__data_filter OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The name of the filter used to determine if packets should be forwarded or dropped." ::= { mibanswerProfileEntry 57 } answerProfile__session_info__filter_persistence OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Determines if filters should persist between calls." ::= { mibanswerProfileEntry 58 } answerProfile__session_info__filter_required OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If No, the call will be allowed to come up even if the specified filter was not found either locally, in the cache or in RADIUS. If Yes, then the call will be cleared if the specified filter was not found either locally, in the cache or in RADIUS." ::= { mibanswerProfileEntry 77 } answerProfile__session_info__idle_timer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The number of seconds of no activity before a call will be dropped. The value 0 disables the idle timer." ::= { mibanswerProfileEntry 59 } answerProfile__session_info__ts_idle_mode OBJECT-TYPE SYNTAX INTEGER { no_idle (1), input_only_idle (2), input_output_idle (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The method used to determine when the terminal server idle session timer is reset." ::= { mibanswerProfileEntry 60 } answerProfile__session_info__ts_idle_timer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The number of seconds of no activity as defined by the idle mode before a session will be terminated." ::= { mibanswerProfileEntry 61 } answerProfile__session_info__max_call_duration OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The number of minutes of connect time before a call will be dropped. The value 0 disables the connection timer." ::= { mibanswerProfileEntry 62 } answerProfile__x75_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to yes to enable incoming X75 calls." ::= { mibanswerProfileEntry 63 } answerProfile__x75_answer__k_frames_outstanding OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Number of frames outstanding before we require an ack. Defaults to 7." ::= { mibanswerProfileEntry 64 } answerProfile__x75_answer__n2_retransmissions OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Number of retransmissions allowed. Defaults to 10." ::= { mibanswerProfileEntry 65 } answerProfile__x75_answer__t1_retran_timer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Number of milliseconds between retransmissions. Defaults to 1000." ::= { mibanswerProfileEntry 66 } answerProfile__x75_answer__frame_length OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Frame length to use for incoming X.75 connections. Defaults to 1024." ::= { mibanswerProfileEntry 67 } answerProfile__framed_only OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "A profile can be restricted to only doing the framed commands (ppp, mpp, slip, and quit) by setting this to YES" ::= { mibanswerProfileEntry 68 } answerProfile__hdlc_nrm_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to yes to enable incoming HDLC-NRM calls." ::= { mibanswerProfileEntry 71 } answerProfile__visa2_answer__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to yes to enable incoming VISA2 calls." ::= { mibanswerProfileEntry 72 } answerProfile__atm_answer__svc_enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set to yes to enable ATM SVC athentication on incoming calls." ::= { mibanswerProfileEntry 78 } answerProfile__action__ OBJECT-TYPE SYNTAX INTEGER { noAction (1), createProfile (2), deleteProfile (3) } ACCESS read-write STATUS mandatory DESCRIPTION "" ::= { mibanswerProfileEntry 69 } END