ASCEND-MIBINET-MIB: View SNMP OID List / Download MIB
VENDOR: ASCEND COMMUNICATIONS INC.
Home | MIB: ASCEND-MIBINET-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).
|
|||
Object Name | OID | Type | Access | Info |
mibinternetProfile | 1.3.6.1.4.1.529.23.1 | |||
mibinternetProfileTable | 1.3.6.1.4.1.529.23.1.1 | no-access |
A list of mibinternetProfile profile entries. |
|
1.3.6.1.4.1.529.23.1.1.1 | no-access |
A mibinternetProfile entry containing objects that maps to the parameters of mibinternetProfile profile. |
||
internetProfile_Station | 1.3.6.1.4.1.529.23.1.1.1.1 | displaystring | read-only |
The name of the host we will be communicating with. This name is used as part of the authentication process when authentication is being used. |
internetProfile_Active | 1.3.6.1.4.1.529.23.1.1.1.2 | integer | read-write |
A profile can be disabled by setting this field to no. There is no difference between an inactive profile and no profile at all to the remainder of the code. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_EncapsulationProtocol | 1.3.6.1.4.1.529.23.1.1.1.3 | integer | read-write |
The encapsulation protocol to be used when communicating with the named station. Enumeration: 'x25pad': 11, 'frameRelayCircuit': 10, 'atmSvcSig': 27, 'ara': 15, 'ppp': 3, 'frameRelay': 6, 'slip': 4, 'hdlcNrm': 23, 'dtpt': 8, 'euui': 13, 'atmIma': 28, 'rfc1356X25': 14, 'atmCircuit': 24, 'combinet': 9, 'atmFrameRelayCircuit': 22, 'tcpRaw': 7, 'euraw': 12, 'mpp': 1, 'x32': 18, 'atm': 21, 'visa2': 26, 'mp': 2, 'cslip': 5, 't3pos': 17. |
internetProfile_CalledNumberType | 1.3.6.1.4.1.529.23.1.1.1.4 | integer | read-write |
Indication of whether national number, international number, etc. is specified. Enumeration: 'networkSpecific': 4, 'unknown': 1, 'national': 3, 'abbrev': 7, 'international': 2, 'local': 5. |
internetProfile_DialNumber | 1.3.6.1.4.1.529.23.1.1.1.5 | displaystring | read-write |
The phone number of the named station. |
internetProfile_Clid | 1.3.6.1.4.1.529.23.1.1.1.6 | displaystring | read-write |
The calling line number for authentication. |
internetProfile_IpOptions_IpRoutingEnabled | 1.3.6.1.4.1.529.23.1.1.1.7 | integer | read-write |
Enable/disable IP routing for this connection. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpOptions_VjHeaderPrediction | 1.3.6.1.4.1.529.23.1.1.1.8 | integer | read-write |
Enable/disable Van Jacabson TCP Header prediction processing on this connection if supported by the selected encapsulation protocol. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpOptions_RemoteAddress | 1.3.6.1.4.1.529.23.1.1.1.9 | ipaddress | read-write |
The remote address with netmask of the named host. |
internetProfile_IpOptions_NetmaskRemote | 1.3.6.1.4.1.529.23.1.1.1.10 | ipaddress | read-write |
The netmask of the remote address. |
internetProfile_IpOptions_LocalAddress | 1.3.6.1.4.1.529.23.1.1.1.11 | ipaddress | read-write |
The interface address with netmask, if required, of the local end. If left zero the interface is assumed to be an unnumbered interface. |
internetProfile_IpOptions_NetmaskLocal | 1.3.6.1.4.1.529.23.1.1.1.12 | ipaddress | read-write |
The netmask of the local interface address. |
internetProfile_IpOptions_RoutingMetric | 1.3.6.1.4.1.529.23.1.1.1.13 | integer | read-write |
The routing metric, typically measured in number of hops, to be used in the routing table entry created for this connection when the connection is active. |
internetProfile_IpOptions_Preference | 1.3.6.1.4.1.529.23.1.1.1.14 | integer | read-write |
The preference used for comparing this route to other routes. Preference has a higher priority than metric. As with the metric field, the lower the number, the higher the preference. |
internetProfile_IpOptions_DownPreference | 1.3.6.1.4.1.529.23.1.1.1.15 | integer | read-write |
The preference used for comparing the down-metric route to other routes. Preference has a higher priority than metric. As with the metric field, the lower the number, the higher the preference. |
internetProfile_IpOptions_PrivateRoute | 1.3.6.1.4.1.529.23.1.1.1.16 | integer | read-write |
Enable/disable distribution of the route created for this connection via routing protocols. Private routes are used internally, but never advertized to the outside world. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpOptions_MulticastAllowed | 1.3.6.1.4.1.529.23.1.1.1.17 | integer | read-write |
Enable this connection as a multicast traffic client. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpOptions_AddressPool | 1.3.6.1.4.1.529.23.1.1.1.18 | integer | read-write |
The number of the address pool from which an address for this host should be obtained when using assigned addresses. |
internetProfile_IpOptions_IpDirect | 1.3.6.1.4.1.529.23.1.1.1.19 | ipaddress | read-write |
The address of the next-hop when IP direct routing is used. |
internetProfile_IpOptions_Rip | 1.3.6.1.4.1.529.23.1.1.1.20 | integer | read-write |
Specify if RIP or RIP-2 should be used over this connection and if used in both directions or not. Enumeration: 'routingOff': 1, 'routingSendAndRecv': 4, 'routingRecvOnly': 3, 'routingRecvOnlyV2': 6, 'routingSendOnly': 2, 'routingSendOnlyV2': 5, 'routingSendAndRecvV2': 7. |
internetProfile_IpOptions_RouteFilter | 1.3.6.1.4.1.529.23.1.1.1.21 | displaystring | read-write |
The name of this filter. All filters are referenced by name so a name must be assigned to active filters. |
internetProfile_IpOptions_SourceIpCheck | 1.3.6.1.4.1.529.23.1.1.1.22 | integer | read-write |
Enable/disable source ip checking. Packets with source ip address which doesn't match with negotiated remote ip address will be dropped. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpOptions_OspfOptions_Active | 1.3.6.1.4.1.529.23.1.1.1.23 | integer | read-write |
Is OSPF active on this interface. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpOptions_OspfOptions_Area | 1.3.6.1.4.1.529.23.1.1.1.24 | ipaddress | read-write |
The area that this interface belongs to. |
internetProfile_IpOptions_OspfOptions_AreaType | 1.3.6.1.4.1.529.23.1.1.1.25 | integer | read-write |
The type of Area. Normal, Stub, NSSA Enumeration: 'stub': 2, 'nSSA': 3, 'normal': 1. |
internetProfile_IpOptions_OspfOptions_HelloInterval | 1.3.6.1.4.1.529.23.1.1.1.26 | integer | read-write |
The hello interval (seconds). |
internetProfile_IpOptions_OspfOptions_DeadInterval | 1.3.6.1.4.1.529.23.1.1.1.27 | integer | read-write |
The dead interval (seconds). |
internetProfile_IpOptions_OspfOptions_Priority | 1.3.6.1.4.1.529.23.1.1.1.28 | integer | read-write |
The priority of this router in DR elections. |
internetProfile_IpOptions_OspfOptions_AuthenType | 1.3.6.1.4.1.529.23.1.1.1.29 | integer | read-write |
The type of OSPF authentication in effect. Enumeration: 'simple': 2, 'none': 1, 'md5': 3. |
internetProfile_IpOptions_OspfOptions_AuthKey | 1.3.6.1.4.1.529.23.1.1.1.30 | displaystring | read-write |
The authentication key. |
internetProfile_IpOptions_OspfOptions_KeyId | 1.3.6.1.4.1.529.23.1.1.1.31 | integer | read-write |
The key identifier for MD5 authentication. |
internetProfile_IpOptions_OspfOptions_Cost | 1.3.6.1.4.1.529.23.1.1.1.32 | integer | read-write |
The output cost. |
internetProfile_IpOptions_OspfOptions_DownCost | 1.3.6.1.4.1.529.23.1.1.1.33 | integer | read-write |
The output cost when the link is physically down but virtually up. |
internetProfile_IpOptions_OspfOptions_AseType | 1.3.6.1.4.1.529.23.1.1.1.34 | integer | read-write |
The OSPF ASE type of this LSA. Enumeration: 'type1': 1, 'type2': 2. |
internetProfile_IpOptions_OspfOptions_AseTag | 1.3.6.1.4.1.529.23.1.1.1.35 | displaystring | read-write |
The OSPF ASE tag of this link. |
internetProfile_IpOptions_OspfOptions_TransitDelay | 1.3.6.1.4.1.529.23.1.1.1.36 | integer | read-write |
The estimated transit delay (seconds). |
internetProfile_IpOptions_OspfOptions_RetransmitInterval | 1.3.6.1.4.1.529.23.1.1.1.37 | integer | read-write |
The retransmit time (seconds). |
internetProfile_IpOptions_OspfOptions_NonMulticast | 1.3.6.1.4.1.529.23.1.1.1.38 | integer | read-write |
Use direct addresses instead of multicast addresses. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpOptions_MulticastRateLimit | 1.3.6.1.4.1.529.23.1.1.1.39 | integer | read-write |
The multicast rate limit in seconds. |
internetProfile_IpOptions_MulticastGroupLeaveDelay | 1.3.6.1.4.1.529.23.1.1.1.40 | integer | read-write |
The multicast group leave in seconds. This is only for IGMP Version 2 |
internetProfile_IpOptions_ClientDnsPrimaryAddr | 1.3.6.1.4.1.529.23.1.1.1.41 | ipaddress | read-write |
User specific DNS Primary Address. |
internetProfile_IpOptions_ClientDnsSecondaryAddr | 1.3.6.1.4.1.529.23.1.1.1.42 | ipaddress | read-write |
User specific DNS Secondary Address. |
internetProfile_IpOptions_ClientDnsAddrAssign | 1.3.6.1.4.1.529.23.1.1.1.43 | integer | read-write |
A flag to control assigning user specific DNS Addresses. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpOptions_ClientDefaultGateway | 1.3.6.1.4.1.529.23.1.1.1.44 | ipaddress | read-write |
The default gateway to be used for traffic from this connection, if no specific route is found in the routing table. If left zero, the system's default route will be used. |
internetProfile_IpOptions_TosOptions_Active | 1.3.6.1.4.1.529.23.1.1.1.45 | integer | read-write |
Activate type of service for this connection. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpOptions_TosOptions_Precedence | 1.3.6.1.4.1.529.23.1.1.1.46 | integer | read-write |
Tag the precedence bits (priority bits) in the TOS octet of IP datagram header with this value when match occurs. Enumeration: 'n-101': 161, 'n-100': 129, 'n-110': 193, 'n-111': 225, 'n-000': 1, 'n-001': 33, 'n-011': 97, 'n-010': 65. |
internetProfile_IpOptions_TosOptions_TypeOfService | 1.3.6.1.4.1.529.23.1.1.1.47 | integer | read-write |
Tag the type of service field in the TOS octet of IP datagram header with this value when match occurs. Enumeration: 'throughput': 9, 'cost': 3, 'reliability': 5, 'latency': 17, 'normal': 1. |
internetProfile_IpOptions_TosOptions_ApplyTo | 1.3.6.1.4.1.529.23.1.1.1.48 | integer | read-write |
Define how the type-of-service applies to data flow for this connection. Enumeration: 'both': 3073, 'outgoing': 2049, 'incoming': 1025. |
internetProfile_IpOptions_TosFilter | 1.3.6.1.4.1.529.23.1.1.1.49 | displaystring | read-write |
The name of type-of-service filter. All filters are referenced by name so a name must be assigned to active filters. |
internetProfile_IpxOptions_IpxRoutingEnabled | 1.3.6.1.4.1.529.23.1.1.1.50 | integer | read-write |
Enable/disable IPX routing for this connection. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpxOptions_PeerMode | 1.3.6.1.4.1.529.23.1.1.1.51 | integer | read-write |
Enable/disable full routing between peer or use the pool to assign a network number. Enumeration: 'routerPeer': 1, 'dialinPeer': 2. |
internetProfile_IpxOptions_Rip | 1.3.6.1.4.1.529.23.1.1.1.52 | integer | read-write |
This field specifies RIP traffic when peer is a Router. Enumeration: 'both': 1, 'recv': 3, 'off': 4, 'send': 2. |
internetProfile_IpxOptions_Sap | 1.3.6.1.4.1.529.23.1.1.1.53 | integer | read-write |
This field specifies SAP traffic when peer is a Router. Enumeration: 'both': 1, 'recv': 3, 'off': 4, 'send': 2. |
internetProfile_IpxOptions_DialQuery | 1.3.6.1.4.1.529.23.1.1.1.54 | integer | read-write |
Indicate if we should dial to this connection if our SAP table contains no NetWare file servers, and a workstation makes a get-nearest-server query. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpxOptions_NetNumber | 1.3.6.1.4.1.529.23.1.1.1.55 | displaystring | read-write |
The network number of the other router. May be zero, if we don't know what it is. |
internetProfile_IpxOptions_NetAlias | 1.3.6.1.4.1.529.23.1.1.1.56 | displaystring | read-write |
The network number of the point to point link. |
internetProfile_IpxOptions_SapFilter | 1.3.6.1.4.1.529.23.1.1.1.57 | displaystring | read-write |
The name of the IPX SAP filter, if any, to use with this connection. |
internetProfile_IpxOptions_IpxSpoofing | 1.3.6.1.4.1.529.23.1.1.1.58 | integer | read-write |
Selects the IPX spoofing mode when bridging. Enumeration: 'none': 1, 'clientSpoofing': 2, 'serverSpoofing': 3. |
internetProfile_IpxOptions_SpoofingTimeout | 1.3.6.1.4.1.529.23.1.1.1.59 | integer | read-write |
IPX NetWare connection timeout value. |
internetProfile_IpxOptions_IpxSapHsProxy | 1.3.6.1.4.1.529.23.1.1.1.60 | integer | read-write |
Use IPX SAP Home Server Proxy. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpxOptions_IpxHeaderCompression | 1.3.6.1.4.1.529.23.1.1.1.61 | integer | read-write |
Use IPX header compression if encapsulation supports it. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_BridgingOptions_BridgingGroup | 1.3.6.1.4.1.529.23.1.1.1.62 | integer | read-write |
Select the bridging group for this connection. Group 0 disables bridging. All packets not routed will be bridged to interfaces belonging to the same group. |
internetProfile_BridgingOptions_DialOnBroadcast | 1.3.6.1.4.1.529.23.1.1.1.63 | integer | read-write |
Enable/disable outdial when broadcast frames are received. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_BridgingOptions_IpxSpoofing | 1.3.6.1.4.1.529.23.1.1.1.64 | integer | read-write |
Selects the IPX spoofing mode when bridging. Enumeration: 'none': 1, 'clientSpoofing': 2, 'serverSpoofing': 3. |
internetProfile_BridgingOptions_SpoofingTimeout | 1.3.6.1.4.1.529.23.1.1.1.65 | integer | read-write |
IPX NetWare connection timeout value. |
internetProfile_BridgingOptions_BridgeType | 1.3.6.1.4.1.529.23.1.1.1.66 | integer | read-write |
For the P25 user interface. Enumeration: 'noBridging': 3, 'ipxClientBridging': 2, 'transparentBridging': 1. |
internetProfile_SessionOptions_CallFilter | 1.3.6.1.4.1.529.23.1.1.1.67 | displaystring | read-write |
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. |
internetProfile_SessionOptions_DataFilter | 1.3.6.1.4.1.529.23.1.1.1.68 | displaystring | read-write |
The name of the filter used to determine if packets should be forwarded or dropped. |
internetProfile_SessionOptions_FilterPersistence | 1.3.6.1.4.1.529.23.1.1.1.69 | integer | read-write |
Determines if filters should persist between calls. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_SessionOptions_IdleTimer | 1.3.6.1.4.1.529.23.1.1.1.70 | integer | read-write |
The number of seconds of no activity before a call will be dropped. The value 0 disables the idle timer. |
internetProfile_SessionOptions_TsIdleMode | 1.3.6.1.4.1.529.23.1.1.1.71 | integer | read-write |
The method used to determine when the terminal server idle session timer is reset. Enumeration: 'noIdle': 1, 'inputOutputIdle': 3, 'inputOnlyIdle': 2. |
internetProfile_SessionOptions_TsIdleTimer | 1.3.6.1.4.1.529.23.1.1.1.72 | integer | read-write |
The number of seconds of no activity as defined by the idle mode before a session will be terminated. |
internetProfile_SessionOptions_Backup | 1.3.6.1.4.1.529.23.1.1.1.73 | displaystring | read-write |
Name of the backup connection profile. |
internetProfile_SessionOptions_Secondary | 1.3.6.1.4.1.529.23.1.1.1.74 | displaystring | read-write |
A secondary internet profile used for dial back-up support. |
internetProfile_SessionOptions_MaxCallDuration | 1.3.6.1.4.1.529.23.1.1.1.76 | integer | read-write |
The number of minutes of connect time before a call will be dropped. The value 0 disables the connection timer. |
internetProfile_SessionOptions_VtpGateway | 1.3.6.1.4.1.529.23.1.1.1.77 | integer | read-write |
This profile is an VTP gateway connection to an mobile client's home network. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_SessionOptions_Blockcountlimit | 1.3.6.1.4.1.529.23.1.1.1.78 | integer | read-write |
Maximum number of failed attempts allowed for connection before blocking the call. |
internetProfile_SessionOptions_Blockduration | 1.3.6.1.4.1.529.23.1.1.1.79 | integer | read-write |
Number of seconds that connection attempts to non responding network will be blocked before allowing retries. |
internetProfile_SessionOptions_MaxVtpTunnels | 1.3.6.1.4.1.529.23.1.1.1.81 | integer | read-write |
If this profile is a VTP gateway, then this parameter specifies the maximum number of VTP tunnels allowed to the VTP home network specified by the name of this profile. |
internetProfile_SessionOptions_RedialDelayLimit | 1.3.6.1.4.1.529.23.1.1.1.82 | integer | read-write |
Number of seconds delay before allowing a redial |
internetProfile_SessionOptions_SesRateType | 1.3.6.1.4.1.529.23.1.1.1.83 | integer | read-write |
The per ses rate type. Enumeration: 'disabled': 1, 'adslCap': 3, 'sdsl': 2, 'adslDmt': 5, 'adslCell': 4. |
internetProfile_SessionOptions_SesRateMode | 1.3.6.1.4.1.529.23.1.1.1.84 | integer | read-write |
The per ses rate mode. Enumeration: 'autobaud': 2, 'singlebaud': 3. |
internetProfile_SessionOptions_SesAdslCapUpRate | 1.3.6.1.4.1.529.23.1.1.1.85 | integer | read-write |
The per session adsl-cap up stream data rate Enumeration: 'n-544000': 55, 'n-952000': 52, 'n-816000': 53, 'n-680000': 54, 'n-1088000': 51, 'n-408000': 56, 'n-272000': 57. |
internetProfile_SessionOptions_SesAdslCapDownRate | 1.3.6.1.4.1.529.23.1.1.1.86 | integer | read-write |
The per session adsl-cap down stream data rate Enumeration: 'n-7168000': 1, 'n-1280000': 11, 'n-4480000': 4, 'n-640000': 13, 'n-1600000': 10, 'n-2688000': 6, 'n-2240000': 8, 'n-1920000': 9, 'n-3200000': 5, 'n-5120000': 3, 'n-6272000': 2, 'n-960000': 12, 'n-2560000': 7. |
internetProfile_SessionOptions_SesSdslRate | 1.3.6.1.4.1.529.23.1.1.1.87 | integer | read-write |
The per session symetrical data rate. This parameter does not pertain to the old 16 port sdsl card. Enumeration: 'n-1168000': 6, 'n-1552000': 7, 'n-528000': 4, 'n-272000': 2, 'n-1152000': 16, 'n-192000': 10, 'n-768000': 14, 'n-2320000': 8, 'n-400000': 3, 'n-144000': 1, 'n-784000': 5, 'n-160000': 9, 'n-1536000': 17, 'n-1920000': 20, 'n-208000': 11, 'n-384000': 12, 'n-1040000': 15, 'n-416000': 13, 'n-1568000': 18, 'n-2160000': 21, 'n-1680000': 19. |
internetProfile_SessionOptions_SesAdslDmtUpRate | 1.3.6.1.4.1.529.23.1.1.1.88 | integer | read-write |
The per session adsl-dmt up stream data rate Enumeration: 'n-768000': 156, 'n-512000': 158, 'n-640000': 157, 'n-928000': 153, 'upstrmMegMax': 151, 'n-256000': 160, 'n-1088000': 152, 'n-128000': 161, 'n-800000': 155, 'n-384000': 159, 'n-896000': 154. |
internetProfile_SessionOptions_SesAdslDmtDownRate | 1.3.6.1.4.1.529.23.1.1.1.89 | integer | read-write |
The per session adsl-dmt down stream data rate Enumeration: 'n-1920000': 113, 'n-384000': 120, 'n-512000': 119, 'n-640000': 118, 'n-8000000': 104, 'n-2688000': 110, 'n-1600000': 114, 'n-6272000': 106, 'n-768000': 117, 'n-7168000': 105, 'n-4480000': 108, 'n-256000': 121, 'n-128000': 122, 'n-9504000': 102, 'dwnstrmMegMax': 101, 'n-2240000': 112, 'n-3200000': 109, 'n-8960000': 103, 'n-1280000': 115, 'n-5120000': 107, 'n-960000': 116, 'n-2560000': 111. |
internetProfile_SessionOptions_RxDataRateLimit | 1.3.6.1.4.1.529.23.1.1.1.90 | integer | read-write |
The maximum information rate to be received from the named station (kbps). |
internetProfile_SessionOptions_TxDataRateLimit | 1.3.6.1.4.1.529.23.1.1.1.91 | integer | read-write |
The maximum information rate to be transmitted to the named station (kbps). |
internetProfile_TelcoOptions_AnswerOriginate | 1.3.6.1.4.1.529.23.1.1.1.92 | integer | read-write |
Specifies if this profile can be used for incoming calls, outgoing calls, or both. Enumeration: 'ansAndOrig': 1, 'originateOnly': 3, 'answerOnly': 2. |
internetProfile_TelcoOptions_Callback | 1.3.6.1.4.1.529.23.1.1.1.93 | integer | read-write |
When true a call received from the named host requires callback security. The number dialed is the phoneNumber from this connection profile. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_TelcoOptions_CallType | 1.3.6.1.4.1.529.23.1.1.1.94 | integer | read-write |
Nailed channel usage for this connection. Enumeration: 'ft1': 2, 'dChan': 6, 'ft1Mpp': 3, 'off': 1, 'ft1Bo': 5, 'aodi': 7, 'bri': 4, 'megamax': 8. |
internetProfile_TelcoOptions_NailedGroups | 1.3.6.1.4.1.529.23.1.1.1.95 | displaystring | read-write |
All the nailed groups belonging to a session. MPP supports multiple groups. |
internetProfile_TelcoOptions_Ft1Caller | 1.3.6.1.4.1.529.23.1.1.1.96 | integer | read-write |
Specifies if this side should initiate calls when a mix of nailed and switched calls are being used. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_TelcoOptions_Force56kbps | 1.3.6.1.4.1.529.23.1.1.1.97 | integer | read-write |
If yes then inbound 64 kbps calls are connected at 56 kbps. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_TelcoOptions_DataService | 1.3.6.1.4.1.529.23.1.1.1.98 | integer | read-write |
The type of bearer channel capability to set up for each switched call in the session. Enumeration: 'modem': 43, 'n-1024Clear': 24, 'x30RestrictedBearer': 39, 'n-2456krV110': 51, 'n-64kClear': 3, 'n-14464krV110': 80, 'v32': 66, 'n-1600Clear': 32, 'n-38456krV110': 55, 'n-64kX30Restricted': 41, 'n-1280Clear': 28, 'n-1856Clear': 36, 'n-28864krV110': 81, 'n-19264kV110': 59, 'n-896Clear': 22, 'n-192kClear': 11, 'n-9656krV110': 53, 'n-512Clear': 16, 'n-144kClear': 255, 'n-576Clear': 17, 'n-448Clear': 15, 'n-960Clear': 23, 'n-2464kV110': 56, 'n-4856kV110': 47, 'n-4856krV110': 52, 'n-14456kV110': 74, 'frameRelaySvc': 71, 'n-9664krV110': 63, 'iptoip': 263, 'n-19256krV110': 54, 'v110ClearBearer': 40, 'n-56kRestricted': 2, 'n-704Clear': 19, 'n-1088Clear': 25, 'n-1344Clear': 29, 'wormarq': 73, 'n-14464kV110': 78, 'atmodem': 44, 'n-9656kV110': 48, 'vpnTunnel': 72, 'n-28856krV110': 77, 'n-19264krV110': 64, 'n-38464kV110': 60, 'n-1472Clear': 31, 'atmSvc': 70, 'n-9664kV110': 58, 'n-4864krV110': 62, 'n-38456kV110': 50, 'n-14456krV110': 76, 'n-1536kClear': 8, 'n-1216Clear': 27, 'n-28856kV110': 75, 'n-2464krV110': 61, 'n-384kRestricted': 6, 'n-1792Clear': 35, 'n-56kClear': 5, 'n-320kClear': 13, 'n-19256kV110': 49, 'n-768Clear': 20, 'dws384Clear': 14, 'n-2456kV110': 46, 'voice': 1, 'n-1536kRestricted': 9, 'n-64kRestricted': 4, 'n-128kClear': 10, 'n-4864kV110': 57, 'n-384kClear': 7, 'n-1920Clear': 37, 'phs64k': 67, 'n-1728Clear': 34, 'n-1152Clear': 26, 'n-1664Clear': 33, 'n-56kV110Clear': 42, 'n-1408Clear': 30, 'n-256kClear': 12, 'voiceOverIp': 68, 'n-28864kV110': 79, 'n-832Clear': 21, 'n-640Clear': 18, 'modem31khzAudio': 82, 'n-38464krV110': 65, 'x25Svc': 83. |
internetProfile_TelcoOptions_CallByCall | 1.3.6.1.4.1.529.23.1.1.1.99 | integer | read-write |
The call-by-call signaling value for PRI lines. |
internetProfile_TelcoOptions_BillingNumber | 1.3.6.1.4.1.529.23.1.1.1.100 | displaystring | read-write |
A number used for billing purposes. This number, if present, is used as either a 'billing suffix' or the 'calling party number'. |
internetProfile_TelcoOptions_TransitNumber | 1.3.6.1.4.1.529.23.1.1.1.101 | displaystring | read-write |
The string for use in the 'transit network IE' for PRI calling when going through a LEC. |
internetProfile_TelcoOptions_ExpectCallback | 1.3.6.1.4.1.529.23.1.1.1.102 | integer | read-write |
When true we expect calls to the named host will result in a callback from that host. This would occur if the remote host were authenticating us based on Caller ID. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_TelcoOptions_DialoutAllowed | 1.3.6.1.4.1.529.23.1.1.1.103 | integer | read-write |
When true, this connection is allowed to use the LAN modems to place outgoing calls. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_TelcoOptions_DelayCallback | 1.3.6.1.4.1.529.23.1.1.1.104 | integer | read-write |
Number of seconds to delay before dialing back. Values of 0-3 seconds are treated as 3 seconds. |
internetProfile_PppOptions_SendAuthMode | 1.3.6.1.4.1.529.23.1.1.1.105 | integer | read-write |
The type of PPP authentication to use for this call. Enumeration: 'cacheTokenPppAuth': 8, 'papPppAuth': 2, 'desPapPppAuth': 5, 'msChapPppAuth': 9, 'tokenPapPppAuth': 6, 'anyPppAuth': 4, 'papPreferred': 10, 'noPppAuth': 1, 'tokenChapPppAuth': 7, 'chapPppAuth': 3. |
internetProfile_PppOptions_SendPassword | 1.3.6.1.4.1.529.23.1.1.1.106 | displaystring | read-write |
This is the password sent to the far end; used for MPP and PPP PAP and CHAP security. |
internetProfile_PppOptions_SubstituteSendName | 1.3.6.1.4.1.529.23.1.1.1.107 | displaystring | read-write |
Name send to the far end, if different from the global system name. |
internetProfile_PppOptions_RecvPassword | 1.3.6.1.4.1.529.23.1.1.1.108 | displaystring | read-write |
This is the password received from the far end; used for MPP and PPP PAP and CHAP security. |
internetProfile_PppOptions_LinkCompression | 1.3.6.1.4.1.529.23.1.1.1.109 | integer | read-write |
The type of link compression to use for PPP, MP, and MPP calls. Enumeration: 'mppc': 5, 'none': 1, 'msStac': 4, 'stac': 2, 'stac9': 3. |
internetProfile_PppOptions_Mru | 1.3.6.1.4.1.529.23.1.1.1.110 | integer | read-write |
The Maximum Receive Unit, i.e. the largest frame we will accept. |
internetProfile_PppOptions_Lqm | 1.3.6.1.4.1.529.23.1.1.1.111 | integer | read-write |
Link Quality Monitoring. Set to Yes to enable the PPP LQM protocol. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_PppOptions_LqmMinimumPeriod | 1.3.6.1.4.1.529.23.1.1.1.112 | integer | read-write |
The minimum period, in 1/100 of a second, that we will accept/send link quality monitoring packets. |
internetProfile_PppOptions_LqmMaximumPeriod | 1.3.6.1.4.1.529.23.1.1.1.113 | integer | read-write |
The maximum period, in 1/100 of a second, that we will accept/send link quality monitoring packets. |
internetProfile_PppOptions_CbcpEnabled | 1.3.6.1.4.1.529.23.1.1.1.114 | integer | read-write |
Enable Microsoft Callback Control Protocol Negotiation. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_PppOptions_ModeCallbackControl | 1.3.6.1.4.1.529.23.1.1.1.115 | integer | read-write |
CBCP operation allowed on to use for this call. Enumeration: 'cbcpNoCallback': 2, 'cbcpProfileNum': 4, 'cbcpAll': 8, 'cbcpUserNumber': 3. |
internetProfile_PppOptions_DelayCallbackControl | 1.3.6.1.4.1.529.23.1.1.1.116 | integer | read-write |
Delay to request before callback to us is initiated |
internetProfile_PppOptions_TrunkGroupCallbackControl | 1.3.6.1.4.1.529.23.1.1.1.117 | integer | read-write |
Trunk group to use for the callback. |
internetProfile_PppOptions_SplitCodeDotUserEnabled | 1.3.6.1.4.1.529.23.1.1.1.118 | integer | read-write |
TRUE if local splitting of passwords is desired in CACHE-TOKEN. This feature permits the use of usernames longer than five chars, when using a typical 4 digit pin and 6 digit ACE token code. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_PppOptions_PppInterfaceType | 1.3.6.1.4.1.529.23.1.1.1.119 | integer | read-write |
PPP network interface for this profile. Enumeration: 'x25': 4, 'frameRelay': 2, 'hdlcLike': 1, 'aal5': 3. |
internetProfile_MpOptions_BaseChannelCount | 1.3.6.1.4.1.529.23.1.1.1.120 | integer | read-write |
When the session is initially set up, and if it is a fixed session, the number of channels to be used for the call. |
internetProfile_MpOptions_MinimumChannels | 1.3.6.1.4.1.529.23.1.1.1.121 | integer | read-write |
The default value for the minimum number of channels in a multi-channel call. |
internetProfile_MpOptions_MaximumChannels | 1.3.6.1.4.1.529.23.1.1.1.122 | integer | read-write |
The default value for the maximum number of channels in a multi-channel call. |
internetProfile_MpOptions_BacpEnable | 1.3.6.1.4.1.529.23.1.1.1.123 | integer | read-write |
Enable Bandwidth Allocation Control Protocol (BACP). Enumeration: 'yes': 2, 'no': 1. |
internetProfile_MppOptions_AuxSendPassword | 1.3.6.1.4.1.529.23.1.1.1.124 | displaystring | read-write |
This is the password sent to the far end; used for MPP PAP-TOKEN-CHAP security. |
internetProfile_MppOptions_DynamicAlgorithm | 1.3.6.1.4.1.529.23.1.1.1.125 | integer | read-write |
The algorithm to use to calculate the average link utilization. Bandwidth changes are performed on the average utilization, not current utilization. Enumeration: 'quadratic': 3, 'constant': 1, 'linear': 2. |
internetProfile_MppOptions_BandwidthMonitorDirection | 1.3.6.1.4.1.529.23.1.1.1.126 | integer | read-write |
The direction to monitor link utilization. A unit can monitor transmit, transmit and receive, or turn off monitoring entirely. Enumeration: 'transmit': 1, 'none': 3, 'transmitRecv': 2. |
internetProfile_MppOptions_IncrementChannelCount | 1.3.6.1.4.1.529.23.1.1.1.127 | integer | read-write |
Number of channels to increment as a block. |
internetProfile_MppOptions_DecrementChannelCount | 1.3.6.1.4.1.529.23.1.1.1.128 | integer | read-write |
Number of channels to decrement as a block. |
internetProfile_MppOptions_SecondsHistory | 1.3.6.1.4.1.529.23.1.1.1.129 | integer | read-write |
The number of seconds of history that link utilization is averaged over to make bandwidth changes. |
internetProfile_MppOptions_AddPersistence | 1.3.6.1.4.1.529.23.1.1.1.130 | integer | read-write |
The number of seconds of that the average line utilization must exceed the target utilization before bandwidth will be added. |
internetProfile_MppOptions_SubPersistence | 1.3.6.1.4.1.529.23.1.1.1.131 | integer | read-write |
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. |
internetProfile_MppOptions_TargetUtilization | 1.3.6.1.4.1.529.23.1.1.1.132 | integer | read-write |
The default value for the target utilization. Bandwidth changes occur when the average utilization exceeds or falls below this value. |
internetProfile_FrOptions_FrameRelayProfile | 1.3.6.1.4.1.529.23.1.1.1.133 | displaystring | read-write |
Frame Relay profile name, specifies link over which this circuit is established. |
internetProfile_FrOptions_Dlci | 1.3.6.1.4.1.529.23.1.1.1.134 | integer | read-write |
The assigned DLCI value for this connection, for PVC. |
internetProfile_FrOptions_CircuitName | 1.3.6.1.4.1.529.23.1.1.1.135 | displaystring | read-write |
The peer frame relay datalink for a FR circuit. |
internetProfile_FrOptions_FrDirectEnabled | 1.3.6.1.4.1.529.23.1.1.1.136 | integer | read-write |
Enable the frame relay direct option for this connection. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_FrOptions_FrDirectProfile | 1.3.6.1.4.1.529.23.1.1.1.137 | displaystring | read-write |
Name of the frame relay profile that will be used for frame-relay-direct routing. |
internetProfile_FrOptions_FrDirectDlci | 1.3.6.1.4.1.529.23.1.1.1.138 | integer | read-write |
The DLCI of the frame relay direct connection. |
internetProfile_TcpClearOptions_Host | 1.3.6.1.4.1.529.23.1.1.1.139 | displaystring | read-write |
The first TCP CLEAR login host. |
internetProfile_TcpClearOptions_Port | 1.3.6.1.4.1.529.23.1.1.1.140 | integer | read-write |
The TCP port of the first login-host. |
internetProfile_TcpClearOptions_Host2 | 1.3.6.1.4.1.529.23.1.1.1.141 | displaystring | read-write |
The second TCP CLEAR login host. |
internetProfile_TcpClearOptions_Port2 | 1.3.6.1.4.1.529.23.1.1.1.142 | integer | read-write |
The TCP port of the second login-host. |
internetProfile_TcpClearOptions_Host3 | 1.3.6.1.4.1.529.23.1.1.1.143 | displaystring | read-write |
The third TCP CLEAR login host. |
internetProfile_TcpClearOptions_Port3 | 1.3.6.1.4.1.529.23.1.1.1.144 | integer | read-write |
The TCP port of the third login-host. |
internetProfile_TcpClearOptions_Host4 | 1.3.6.1.4.1.529.23.1.1.1.145 | displaystring | read-write |
The fourth TCP CLEAR login host. |
internetProfile_TcpClearOptions_Port4 | 1.3.6.1.4.1.529.23.1.1.1.146 | integer | read-write |
The TCP port of the fourth login-host. |
internetProfile_TcpClearOptions_DetectEndOfPacket | 1.3.6.1.4.1.529.23.1.1.1.147 | integer | read-write |
Set to yes to attempt packet detection Enumeration: 'yes': 2, 'no': 1. |
internetProfile_TcpClearOptions_EndOfPacketPattern | 1.3.6.1.4.1.529.23.1.1.1.148 | displaystring | read-write |
End of packet pattern to match |
internetProfile_TcpClearOptions_FlushLength | 1.3.6.1.4.1.529.23.1.1.1.149 | integer | read-write |
Set the maximum packet length before flush |
internetProfile_TcpClearOptions_FlushTime | 1.3.6.1.4.1.529.23.1.1.1.150 | integer | read-write |
Set the maximum packet hold time before flush |
internetProfile_AraOptions_RecvPassword | 1.3.6.1.4.1.529.23.1.1.1.151 | displaystring | read-write |
The password received from the far end. |
internetProfile_AraOptions_MaximumConnectTime | 1.3.6.1.4.1.529.23.1.1.1.152 | integer | read-write |
Maximum time in minutes that an ARA session can stay connected. |
internetProfile_X25Options_X25Profile | 1.3.6.1.4.1.529.23.1.1.1.157 | displaystring | read-write |
Name of the x25 profile that this profile is associated with. |
internetProfile_X25Options_Lcn | 1.3.6.1.4.1.529.23.1.1.1.158 | integer | read-write |
The LCN (if any) for this profile (for PVCs). |
internetProfile_X25Options_X3Profile | 1.3.6.1.4.1.529.23.1.1.1.159 | integer | read-write |
X.3 profile parameter index Enumeration: 'hdxProfile': 8, 'infonetProfile': 2, 'sharkProfile': 9, 'ccSspProfile': 5, 'nullProfile': 10, 'crtProfile': 1, 'hardcopyProfile': 7, 'customProfile': 11, 'ccTspProfile': 6, 'posProfile': 12, 'scenProfile': 4, 'defaultProfile': 3. |
internetProfile_X25Options_MaxCalls | 1.3.6.1.4.1.529.23.1.1.1.160 | integer | read-write |
Max number of unsuccessful calls |
internetProfile_X25Options_VcTimerEnable | 1.3.6.1.4.1.529.23.1.1.1.161 | integer | read-write |
PAD VCE enable flag Enumeration: 'yes': 2, 'no': 1. |
internetProfile_X25Options_X25EncapsType | 1.3.6.1.4.1.529.23.1.1.1.162 | integer | read-write |
RFC1356 encaps Type: RFC877/SNAP/NULL Enumeration: 'snap': 2, 'ppp': 4, 'null': 3, 'rfc877': 1, 'aodi': 5. |
internetProfile_X25Options_ReverseCharge | 1.3.6.1.4.1.529.23.1.1.1.164 | integer | read-write |
Reverse charge request Enumeration: 'yes': 2, 'no': 1. |
internetProfile_X25Options_CallMode | 1.3.6.1.4.1.529.23.1.1.1.165 | integer | read-write |
Call mode for this interface: Both/Outgoing/Incoming Enumeration: 'both': 1, 'outgoing': 2, 'incoming': 3. |
internetProfile_X25Options_InactivityTimer | 1.3.6.1.4.1.529.23.1.1.1.167 | integer | read-only |
X.25 Inactivity Timer. |
internetProfile_X25Options_X25Rpoa | 1.3.6.1.4.1.529.23.1.1.1.169 | displaystring | read-write |
X.25 RPOA facility. |
internetProfile_X25Options_X25CugIndex | 1.3.6.1.4.1.529.23.1.1.1.170 | displaystring | read-write |
X.25 CUG index. Supplied as a right-justified field e.g. 1 should be 0001 |
internetProfile_X25Options_X25Nui | 1.3.6.1.4.1.529.23.1.1.1.171 | displaystring | read-write |
X.25 NUI facility. |
internetProfile_X25Options_PadBanner | 1.3.6.1.4.1.529.23.1.1.1.172 | displaystring | read-only |
PAD banner message. |
internetProfile_X25Options_PadPrompt | 1.3.6.1.4.1.529.23.1.1.1.173 | displaystring | read-only |
PAD prompt. |
internetProfile_X25Options_PadNuiPrompt | 1.3.6.1.4.1.529.23.1.1.1.174 | displaystring | read-only |
NUI prompt. |
internetProfile_X25Options_PadNuiPwPrompt | 1.3.6.1.4.1.529.23.1.1.1.175 | displaystring | read-only |
NUI password prompt. |
internetProfile_X25Options_PadAlias1 | 1.3.6.1.4.1.529.23.1.1.1.176 | displaystring | read-only |
PAD Alias number 1. |
internetProfile_X25Options_PadAlias2 | 1.3.6.1.4.1.529.23.1.1.1.177 | displaystring | read-only |
PAD Alias number 2. |
internetProfile_X25Options_PadAlias3 | 1.3.6.1.4.1.529.23.1.1.1.178 | displaystring | read-only |
PAD Alias number 3. |
internetProfile_X25Options_PadDiagDisp | 1.3.6.1.4.1.529.23.1.1.1.179 | integer | read-write |
PAD D/B channel Diagnostic display. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_X25Options_PadDefaultListen | 1.3.6.1.4.1.529.23.1.1.1.180 | displaystring | read-write |
PAD diag listen address. |
internetProfile_X25Options_PadDefaultPw | 1.3.6.1.4.1.529.23.1.1.1.181 | displaystring | read-write |
PAD diag password. |
internetProfile_EuOptions_DceAddr | 1.3.6.1.4.1.529.23.1.1.1.182 | integer | read-write |
The address of the DCE side of the link when the EUNET UI protocol is used. |
internetProfile_EuOptions_DteAddr | 1.3.6.1.4.1.529.23.1.1.1.183 | integer | read-write |
The address of the DTE side of the link when the EUNET UI protocol is used. |
internetProfile_EuOptions_Mru | 1.3.6.1.4.1.529.23.1.1.1.184 | integer | read-write |
The MRU used for EUNET protocol connections. |
internetProfile_X75Options_KFramesOutstanding | 1.3.6.1.4.1.529.23.1.1.1.185 | integer | read-write |
Number of frames outstanding before we require an ack. Defaults to 7. |
internetProfile_X75Options_N2Retransmissions | 1.3.6.1.4.1.529.23.1.1.1.186 | integer | read-write |
Number of retransmissions allowed. Defaults to 10. |
internetProfile_X75Options_T1RetranTimer | 1.3.6.1.4.1.529.23.1.1.1.187 | integer | read-write |
Number of milliseconds between retransmissions. Defaults to 1000. |
internetProfile_X75Options_FrameLength | 1.3.6.1.4.1.529.23.1.1.1.188 | integer | read-write |
Frame length to use for incoming X.75 connections. Defaults to 1024. |
internetProfile_AppletalkOptions_AtalkRoutingEnabled | 1.3.6.1.4.1.529.23.1.1.1.189 | integer | read-write |
Enable/disable AppleTalk routine for this connection. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AppletalkOptions_AtalkStaticZoneName | 1.3.6.1.4.1.529.23.1.1.1.190 | displaystring | read-write |
The static Zone Name to show for this route. |
internetProfile_AppletalkOptions_AtalkStaticNetStart | 1.3.6.1.4.1.529.23.1.1.1.191 | integer | read-write |
The Net Number start value for this route. |
internetProfile_AppletalkOptions_AtalkStaticNetEnd | 1.3.6.1.4.1.529.23.1.1.1.192 | integer | read-write |
The Net Number end value for this route. |
internetProfile_AppletalkOptions_AtalkPeerMode | 1.3.6.1.4.1.529.23.1.1.1.193 | integer | read-write |
Enable/disable full routing between peer or using proxy AARP to assign a network address. Enumeration: 'routerPeer': 1, 'dialinPeer': 2. |
internetProfile_UsrRadOptions_AcctType | 1.3.6.1.4.1.529.23.1.1.1.194 | integer | read-write |
Specify where accounting information for this connection will be sent, either the global server list, a per-user override, or both. Enumeration: 'both': 3, 'global': 1, 'local': 2. |
internetProfile_UsrRadOptions_AcctHost | 1.3.6.1.4.1.529.23.1.1.1.195 | ipaddress | read-write |
The IP address of the RADIUS accounting host. |
internetProfile_UsrRadOptions_AcctPort | 1.3.6.1.4.1.529.23.1.1.1.196 | integer | read-write |
The UDP port of the RADIUS Accounting server. |
internetProfile_UsrRadOptions_AcctKey | 1.3.6.1.4.1.529.23.1.1.1.197 | displaystring | read-write |
The RADIUS accounting key. |
internetProfile_UsrRadOptions_AcctTimeout | 1.3.6.1.4.1.529.23.1.1.1.198 | integer | read-write |
Number of seconds to wait for a response to accounting request. |
internetProfile_UsrRadOptions_AcctIdBase | 1.3.6.1.4.1.529.23.1.1.1.199 | integer | read-write |
The Base to use in reporting the Account ID Enumeration: 'acctBase10': 1, 'acctBase16': 2. |
internetProfile_CalledNumber | 1.3.6.1.4.1.529.23.1.1.1.200 | displaystring | read-write |
The called line number for authentication. |
internetProfile_DhcpOptions_ReplyEnabled | 1.3.6.1.4.1.529.23.1.1.1.201 | integer | read-write |
Set to yes to enable replies to DHCP clients. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_DhcpOptions_PoolNumber | 1.3.6.1.4.1.529.23.1.1.1.202 | integer | read-write |
Allocate addresses from this pool. |
internetProfile_DhcpOptions_MaximumLeases | 1.3.6.1.4.1.529.23.1.1.1.203 | integer | read-write |
Maximum number of leases allowed on this connection. |
internetProfile_T3posOptions_X25Profile | 1.3.6.1.4.1.529.23.1.1.1.205 | displaystring | read-write |
Name of the x25 profile that this profile is associated with. |
internetProfile_T3posOptions_MaxCalls | 1.3.6.1.4.1.529.23.1.1.1.206 | integer | read-write |
Max number of unsuccessful calls |
internetProfile_T3posOptions_AutoCallX121Address | 1.3.6.1.4.1.529.23.1.1.1.207 | displaystring | read-only |
X.121 address to auto-call upon session startup. |
internetProfile_T3posOptions_ReverseCharge | 1.3.6.1.4.1.529.23.1.1.1.208 | integer | read-write |
Reverse charge request Enumeration: 'yes': 2, 'no': 1. |
internetProfile_T3posOptions_Answer | 1.3.6.1.4.1.529.23.1.1.1.209 | displaystring | read-only |
Answer number: mandatory if call mode is incoming or both. |
internetProfile_T3posOptions_T3PosHostInitMode | 1.3.6.1.4.1.529.23.1.1.1.210 | integer | read-only |
T3POS Host Initialization mode: LOCAL/BIN-LOCAL/TRANSPARENT/BLIND Enumeration: 'blind': 4, 'binLocal': 2, 'local': 1, 'transparent': 3, 'unknown': 5. |
internetProfile_T3posOptions_T3PosDteInitMode | 1.3.6.1.4.1.529.23.1.1.1.211 | integer | read-only |
T3POS DTE Initialization mode: LOCAL/BIN-LOCAL/TRANSPARENT/BLIND Enumeration: 'blind': 4, 'binLocal': 2, 'local': 1, 'transparent': 3, 'unknown': 5. |
internetProfile_T3posOptions_T3PosEnqHandling | 1.3.6.1.4.1.529.23.1.1.1.212 | integer | read-only |
T3POS ENQ handling param Enumeration: 'on': 2, 'off': 1. |
internetProfile_T3posOptions_T3PosMaxBlockSize | 1.3.6.1.4.1.529.23.1.1.1.213 | integer | read-only |
T3POS Max block size: 512/1024 Enumeration: 'n-1024': 2, 'n-512': 1. |
internetProfile_T3posOptions_T3PosT1 | 1.3.6.1.4.1.529.23.1.1.1.214 | integer | read-only |
T3POS T1 timer. |
internetProfile_T3posOptions_T3PosT2 | 1.3.6.1.4.1.529.23.1.1.1.215 | integer | read-only |
T3POS T2 timer. |
internetProfile_T3posOptions_T3PosT3 | 1.3.6.1.4.1.529.23.1.1.1.216 | integer | read-only |
T3POS T3 timer. |
internetProfile_T3posOptions_T3PosT4 | 1.3.6.1.4.1.529.23.1.1.1.217 | integer | read-only |
T3POS T4 timer. |
internetProfile_T3posOptions_T3PosT5 | 1.3.6.1.4.1.529.23.1.1.1.218 | integer | read-only |
T3POS T5 timer. |
internetProfile_T3posOptions_T3PosT6 | 1.3.6.1.4.1.529.23.1.1.1.219 | integer | read-only |
T3POS T6 timer. |
internetProfile_T3posOptions_T3PosMethodOfHostNotif | 1.3.6.1.4.1.529.23.1.1.1.220 | integer | read-only |
T3POS Method of Host Notification. Enumeration: 'none': 1, 'callRequestPacket': 2, 'modeSwitchFrame': 3. |
internetProfile_T3posOptions_T3PosPidSelection | 1.3.6.1.4.1.529.23.1.1.1.221 | integer | read-only |
T3POS PID selection: X.29, T3POS. Enumeration: 'x29': 1, 't3pos': 2. |
internetProfile_T3posOptions_T3PosAckSuppression | 1.3.6.1.4.1.529.23.1.1.1.222 | integer | read-only |
T3POS ACK suppression. Enumeration: 'on': 2, 'off': 1. |
internetProfile_T3posOptions_X25Rpoa | 1.3.6.1.4.1.529.23.1.1.1.223 | displaystring | read-only |
X.25 RPOA facility. |
internetProfile_T3posOptions_X25CugIndex | 1.3.6.1.4.1.529.23.1.1.1.224 | displaystring | read-only |
X.25 CUG index. |
internetProfile_T3posOptions_X25Nui | 1.3.6.1.4.1.529.23.1.1.1.225 | displaystring | read-only |
X.25 NUI facility. |
internetProfile_T3posOptions_DataFormat | 1.3.6.1.4.1.529.23.1.1.1.226 | integer | read-only |
T3POS Open/Local Data Format. Enumeration: 'dataFormat8n1': 5, 'dataFormat7s1': 4, 'dataFormat7m1': 3, 'dataFormat7o1': 2, 'dataFormat7e1': 1. |
internetProfile_T3posOptions_LinkAccessType | 1.3.6.1.4.1.529.23.1.1.1.227 | integer | read-only |
T3POS Link access type. Enumeration: 'axtypeDialIn': 2, 'axtypeDedicated': 1. |
internetProfile_FramedOnly | 1.3.6.1.4.1.529.23.1.1.1.228 | integer | read-write |
A profile can be restricted to only doing the framed commands (ppp, mpp, slip, and quit) by setting this to YES Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AltdialNumber1 | 1.3.6.1.4.1.529.23.1.1.1.229 | displaystring | read-write |
The first alternate phone number of the named station. |
internetProfile_AltdialNumber2 | 1.3.6.1.4.1.529.23.1.1.1.230 | displaystring | read-write |
The second alternate phone number of the named station. |
internetProfile_AltdialNumber3 | 1.3.6.1.4.1.529.23.1.1.1.231 | displaystring | read-write |
The third alternate phone number of the named station. |
internetProfile_X32Options_X32Profile | 1.3.6.1.4.1.529.23.1.1.1.232 | displaystring | read-write |
Name of the x25 profile that this profile is associated with. |
internetProfile_X32Options_CallMode | 1.3.6.1.4.1.529.23.1.1.1.233 | integer | read-only |
Call mode for this interface: Incoming Enumeration: 'both': 1, 'outgoing': 2, 'incoming': 3. |
internetProfile_TunnelOptions_ProfileType | 1.3.6.1.4.1.529.23.1.1.1.234 | integer | read-write |
The type of connection this profile describes Enumeration: 'disabled': 1, 'dialoutProfile': 4, 'gatewayProfile': 3, 'mobileClient': 2. |
internetProfile_TunnelOptions_TunnelingProtocol | 1.3.6.1.4.1.529.23.1.1.1.235 | integer | read-write |
The protocol used for tunneling, if enabled Enumeration: 'vtpProtocol': 6, 'ipinipProtocol': 8, 'l2tpProtocol': 4, 'pptpProtocol': 2, 'disabled': 1, 'l2fProtocol': 3, 'atmpProtocol': 5. |
internetProfile_TunnelOptions_MaxTunnels | 1.3.6.1.4.1.529.23.1.1.1.236 | integer | read-write |
If this profile is a tunnel gateway, then this parameter specifies the maximum number of tunnels allowed to the home network specified by the name of this profile. |
internetProfile_TunnelOptions_AtmpHaRip | 1.3.6.1.4.1.529.23.1.1.1.237 | integer | read-write |
Allows an ATMP home agent to send routing updates to the home network consisting of the mobile nodes' addresses. Enumeration: 'ripOff': 1, 'ripSendV2': 2. |
internetProfile_TunnelOptions_PrimaryTunnelServer | 1.3.6.1.4.1.529.23.1.1.1.238 | displaystring | read-write |
The IP address or hostname of the primary tunnel server if this is a mobile client's profile. |
internetProfile_TunnelOptions_SecondaryTunnelServer | 1.3.6.1.4.1.529.23.1.1.1.239 | displaystring | read-write |
The IP address or hostname of the secondary tunnel server if this is a mobile client's profile. |
internetProfile_TunnelOptions_UdpPort | 1.3.6.1.4.1.529.23.1.1.1.240 | integer | read-write |
The default UDP port to use when communicating with the ATMP home agent, if this is a mobile client's profile. |
internetProfile_TunnelOptions_Password | 1.3.6.1.4.1.529.23.1.1.1.241 | displaystring | read-write |
The password required by the tunnel server, if this is a mobile client profile. |
internetProfile_TunnelOptions_HomeNetworkName | 1.3.6.1.4.1.529.23.1.1.1.242 | displaystring | read-write |
The name of the home network if the ATMP home agent is operating in gateway mode. It should be empty if the ATMP home agent is operating in router mode. For L2TP, it indicates the Private Group ID value for a client. Used for ATMP and L2TP mobile client's profiles. |
internetProfile_PriNumberingPlanId | 1.3.6.1.4.1.529.23.1.1.1.244 | integer | read-write |
PRI Called Party element's Numbering-Plan-ID value for outgoing PRI calls. Enumeration: 'unknown': 1, 'private': 10, 'iSDN': 2. |
internetProfile_Vrouter | 1.3.6.1.4.1.529.23.1.1.1.245 | displaystring | read-write |
Specifies the VRouter in which this profile belongs. |
internetProfile_AtmOptions_Atm1483type | 1.3.6.1.4.1.529.23.1.1.1.246 | integer | read-write |
The type of AAL5 multiplexing. Enumeration: 'aal5Vc': 2, 'aal5Llc': 1. |
internetProfile_AtmOptions_Vpi | 1.3.6.1.4.1.529.23.1.1.1.247 | integer | read-write |
The VPI of this connection. |
internetProfile_AtmOptions_Vci | 1.3.6.1.4.1.529.23.1.1.1.248 | integer | read-write |
The VCI of this connection. |
internetProfile_Action_o | 1.3.6.1.4.1.529.23.1.1.1.249 | integer | read-write |
Enumeration: 'deleteProfile': 3, 'createProfile': 2, 'noAction': 1. |
internetProfile_IpOptions_OspfOptions_NetworkType | 1.3.6.1.4.1.529.23.1.1.1.250 | integer | read-write |
The type of network attachment. Enumeration: 'broadcast': 2, 'nonBroadcast': 3, 'pointToPoint': 4. |
internetProfile_IpOptions_OspfOptions_PollInterval | 1.3.6.1.4.1.529.23.1.1.1.251 | integer | read-write |
The poll interval for non-broadcast multi-access network (seconds). |
internetProfile_IpOptions_OspfOptions_Md5AuthKey | 1.3.6.1.4.1.529.23.1.1.1.252 | displaystring | read-write |
The MD5 authentication key. |
internetProfile_BridgingOptions_Fill2 | 1.3.6.1.4.1.529.23.1.1.1.253 | integer | read-only |
filler to get to 32 bit boundary |
internetProfile_TelcoOptions_NasPortType | 1.3.6.1.4.1.529.23.1.1.1.254 | integer | read-write |
Indicates the type of physical port being used. Enumeration: 'v110IsdnAsync': 8, 'isdnSync': 6, 'v120IsdnAsync': 7, 'vdspAsyncIsdn': 11, 'digital': 2, 'sync': 5, 'virtual': 9, 'any': 1, 'v32IsdnAsync': 10, 'async': 4, 'arqPdcIsdn': 12, 'analog': 3. |
internetProfile_MpOptions_BodEnable | 1.3.6.1.4.1.529.23.1.1.1.255 | integer | read-write |
Enable Bandwidth On Demand. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmOptions_NailedGroup | 1.3.6.1.4.1.529.23.1.1.1.256 | integer | read-write |
A number that identifies the set of lines that makes up a nailed-group. |
internetProfile_AtmOptions_AtmServiceType | 1.3.6.1.4.1.529.23.1.1.1.257 | integer | read-write |
ATM service type. Enumeration: 'atmVbrService': 4, 'atmUbrService': 1, 'atmCbrService': 2, 'atmAbrService': 3. |
internetProfile_AtmOptions_AtmServiceRate | 1.3.6.1.4.1.529.23.1.1.1.258 | integer | read-write |
ATM service rate is the minimum bits per second that is required. |
internetProfile_HdlcNrmOptions_SnrmResponseTimeout | 1.3.6.1.4.1.529.23.1.1.1.259 | integer | read-write |
SNRM Response Timeout in milliseconds. |
internetProfile_HdlcNrmOptions_SnrmRetryCounter | 1.3.6.1.4.1.529.23.1.1.1.260 | integer | read-write |
SNRM Retry Counter in units. |
internetProfile_HdlcNrmOptions_PollTimeout | 1.3.6.1.4.1.529.23.1.1.1.261 | integer | read-write |
HDLC-NRM Poll Reponse Timeout in milliseconds |
internetProfile_HdlcNrmOptions_PollRate | 1.3.6.1.4.1.529.23.1.1.1.262 | integer | read-write |
HDLC-NRM Poll Rate in milliseconds |
internetProfile_HdlcNrmOptions_PollRetryCount | 1.3.6.1.4.1.529.23.1.1.1.263 | integer | read-write |
Poll Response Retry Counter in units |
internetProfile_HdlcNrmOptions_Primary | 1.3.6.1.4.1.529.23.1.1.1.264 | integer | read-write |
Primary station (Yes) or Secondary station (No). Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmConnectOptions_Atm1483type | 1.3.6.1.4.1.529.23.1.1.1.265 | integer | read-write |
The type of AAL5 multiplexing. Enumeration: 'aal5Vc': 2, 'aal5Llc': 1. |
internetProfile_AtmConnectOptions_Vpi | 1.3.6.1.4.1.529.23.1.1.1.266 | integer | read-write |
The VPI of this connection. |
internetProfile_AtmConnectOptions_Vci | 1.3.6.1.4.1.529.23.1.1.1.267 | integer | read-write |
The VCI of this connection. |
internetProfile_AtmConnectOptions_NailedGroup | 1.3.6.1.4.1.529.23.1.1.1.268 | integer | read-write |
A number that identifies the set of lines that makes up a nailed-group. |
internetProfile_AtmConnectOptions_AtmServiceType | 1.3.6.1.4.1.529.23.1.1.1.269 | integer | read-write |
ATM service type. Enumeration: 'atmVbrService': 4, 'atmUbrService': 1, 'atmCbrService': 2, 'atmAbrService': 3. |
internetProfile_AtmConnectOptions_AtmServiceRate | 1.3.6.1.4.1.529.23.1.1.1.270 | integer | read-write |
ATM service rate is the minimum bits per second that is required. |
internetProfile_Visa2Options_IdleCharacterDelay | 1.3.6.1.4.1.529.23.1.1.1.271 | integer | read-write |
Idle Character Delay in milliseconds. |
internetProfile_Visa2Options_FirstDataForwardCharacter | 1.3.6.1.4.1.529.23.1.1.1.272 | displaystring | read-write |
First Data Forwarding Character. Default is 0x04 |
internetProfile_Visa2Options_SecondDataForwardCharacter | 1.3.6.1.4.1.529.23.1.1.1.273 | displaystring | read-write |
Second Data Forwarding Character. Default is 0x06 |
internetProfile_Visa2Options_ThirdDataForwardCharacter | 1.3.6.1.4.1.529.23.1.1.1.274 | displaystring | read-write |
Third Data Forwarding Character. Default is 0x15 |
internetProfile_Visa2Options_FourthDataForwardCharacter | 1.3.6.1.4.1.529.23.1.1.1.275 | displaystring | read-write |
Fourth Data Forwarding Character. Default is 0x05 |
internetProfile_Visa2Options_o1CharSequence | 1.3.6.1.4.1.529.23.1.1.1.276 | displaystring | read-write |
1 character data forwarding sequence. Default is 0x03 |
internetProfile_Visa2Options_o2CharSequence | 1.3.6.1.4.1.529.23.1.1.1.277 | displaystring | read-write |
2 character data forwarding sequence. Default is 0x00:0x03 |
internetProfile_SdtnPacketsServer | 1.3.6.1.4.1.529.23.1.1.1.278 | integer | read-write |
Decides if this profile Handles sdtn-packets. Note, the Sdtn data packets may still be encapsulated Enumeration: 'yes': 2, 'no': 1. |
internetProfile_oATString | 1.3.6.1.4.1.529.23.1.1.1.279 | displaystring | read-write |
Allows the user to enter customized AT commands in the modem dial or answer string. |
internetProfile_PortRedirectOptions_Protocol | 1.3.6.1.4.1.529.23.1.1.1.280 | integer | read-write |
The protocol to be redirected. Enumeration: 'none': 1, 'udp': 18, 'tcp': 7. |
internetProfile_PortRedirectOptions_PortNumber | 1.3.6.1.4.1.529.23.1.1.1.281 | integer | read-write |
Port number to be redirected. |
internetProfile_PortRedirectOptions_RedirectAddress | 1.3.6.1.4.1.529.23.1.1.1.282 | ipaddress | read-write |
IP Address of server to which packet is to be redirected. |
internetProfile_SharedProf | 1.3.6.1.4.1.529.23.1.1.1.283 | integer | read-write |
When TRUE multiple users may share a connection profile, as long as IP addresses are not duplicated. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_MpOptions_CallbackrequestEnable | 1.3.6.1.4.1.529.23.1.1.1.284 | integer | read-write |
Allow BAP CallBackRequest. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_BridgingOptions_Egress | 1.3.6.1.4.1.529.23.1.1.1.285 | integer | read-write |
Enable/disable Egress on this interface. This interface will become the exit path for all packets destined to the network. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_SessionOptions_TrafficShaper | 1.3.6.1.4.1.529.23.1.1.1.286 | integer | read-write |
The traffic shaper assigned to this profile. |
internetProfile_FrOptions_MfrBundleName | 1.3.6.1.4.1.529.23.1.1.1.287 | displaystring | read-write |
Name of the multi-link frame-relay profile. |
internetProfile_PppoeOptions_Pppoe | 1.3.6.1.4.1.529.23.1.1.1.288 | integer | read-write |
Enable or disable the ability to establish PPP over Ethernet session over this interface. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_PppoeOptions_BridgeNonPppoe | 1.3.6.1.4.1.529.23.1.1.1.289 | integer | read-write |
States wheather to bridge all other protocols except PPPoE on this interface or not. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_BirOptions_Enable | 1.3.6.1.4.1.529.23.1.1.1.290 | integer | read-write |
Enable or disable the BIR on this interface. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_BirOptions_ProxyArp | 1.3.6.1.4.1.529.23.1.1.1.291 | integer | read-write |
Specify how proxy arp is to be used on an interface. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_SubAddress | 1.3.6.1.4.1.529.23.1.1.1.292 | displaystring | read-write |
The sub-address extension to the dialed number of the station. |
internetProfile_IpOptions_ClientWinsPrimaryAddr | 1.3.6.1.4.1.529.23.1.1.1.293 | ipaddress | read-write |
User specific WINS Primary Address. |
internetProfile_IpOptions_ClientWinsSecondaryAddr | 1.3.6.1.4.1.529.23.1.1.1.294 | ipaddress | read-write |
User specific WINS Secondary Address. |
internetProfile_IpOptions_ClientWinsAddrAssign | 1.3.6.1.4.1.529.23.1.1.1.295 | integer | read-write |
A flag to control assigning user specific WINS Addresses. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpOptions_PrivateRouteTable | 1.3.6.1.4.1.529.23.1.1.1.296 | displaystring | read-write |
Private route table ID for this connection |
internetProfile_IpOptions_PrivateRouteProfileRequired | 1.3.6.1.4.1.529.23.1.1.1.297 | integer | read-write |
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. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_SessionOptions_FilterRequired | 1.3.6.1.4.1.529.23.1.1.1.298 | integer | read-write |
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. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_SessionOptions_MaxtapLogServer | 1.3.6.1.4.1.529.23.1.1.1.299 | displaystring | read-write |
The name or the IP Address of the host to which the MaxTap start/stop notifications has to be sent. |
internetProfile_SessionOptions_MaxtapDataServer | 1.3.6.1.4.1.529.23.1.1.1.300 | displaystring | read-write |
The name or the IP Address of the host to which the tapped data has to be sent. |
internetProfile_PppOptions_Mtu | 1.3.6.1.4.1.529.23.1.1.1.301 | integer | read-write |
The Maximum Transmit Unit, i.e. the largest frame we will transmit. |
internetProfile_FrOptions_CircuitType | 1.3.6.1.4.1.529.23.1.1.1.302 | integer | read-write |
The type of circuit, permanent (PVC) or switched (SVC). Enumeration: 'pvc': 1, 'svc': 2. |
internetProfile_FrOptions_FrLinkType | 1.3.6.1.4.1.529.23.1.1.1.303 | integer | read-write |
The frame relay link type. Enumeration: 'transparentLink': 1, 'trunkLink': 3, 'hostLink': 2. |
internetProfile_AtmOptions_VpSwitching | 1.3.6.1.4.1.529.23.1.1.1.304 | integer | read-write |
Is this VP switching? VP = 0 is used for VC switching and VP > 0 is used for VP switching. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmOptions_AtmDirectEnabled | 1.3.6.1.4.1.529.23.1.1.1.306 | integer | read-write |
Enable ATM Direct. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmOptions_AtmDirectProfile | 1.3.6.1.4.1.529.23.1.1.1.307 | displaystring | read-write |
The atm connection profile name to be used for the ATM Direct connection. |
internetProfile_AtmOptions_SvcOptions_Enabled | 1.3.6.1.4.1.529.23.1.1.1.308 | integer | read-write |
Enable ATM SVC. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmOptions_AtmInverseArp | 1.3.6.1.4.1.529.23.1.1.1.327 | integer | read-write |
Send Atm Inverse Arp request for this connection. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmConnectOptions_VpSwitching | 1.3.6.1.4.1.529.23.1.1.1.328 | integer | read-write |
Is this VP switching? VP = 0 is used for VC switching and VP > 0 is used for VP switching. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmConnectOptions_AtmDirectEnabled | 1.3.6.1.4.1.529.23.1.1.1.330 | integer | read-write |
Enable ATM Direct. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmConnectOptions_AtmDirectProfile | 1.3.6.1.4.1.529.23.1.1.1.331 | displaystring | read-write |
The atm connection profile name to be used for the ATM Direct connection. |
internetProfile_AtmConnectOptions_SvcOptions_Enabled | 1.3.6.1.4.1.529.23.1.1.1.332 | integer | read-write |
Enable ATM SVC. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmConnectOptions_AtmInverseArp | 1.3.6.1.4.1.529.23.1.1.1.351 | integer | read-write |
Send Atm Inverse Arp request for this connection. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmQosOptions_UsrUpStreamContract | 1.3.6.1.4.1.529.23.1.1.1.352 | displaystring | read-write |
Quality of Service (QOS) contract for user up stream traffic |
internetProfile_AtmQosOptions_UsrDnStreamContract | 1.3.6.1.4.1.529.23.1.1.1.353 | displaystring | read-write |
Quality of Service (QOS) contract for user down stream traffic |
internetProfile_PppOptions_BiDirectionalAuth | 1.3.6.1.4.1.529.23.1.1.1.354 | integer | read-write |
This parameter enables the authentication to be done in both directions. It can be used only with CHAP or MS-CHAP authentication. Enumeration: 'none': 1, 'required': 3, 'allowed': 2. |
internetProfile_PppOptions_SubstituteRecvName | 1.3.6.1.4.1.529.23.1.1.1.355 | displaystring | read-write |
Name expected from the far end used during a bi-directional authentication. If it is null the profile name will be used in place. This parameter is used only for outgoing calls. |
internetProfile_TunnelOptions_Vrouter | 1.3.6.1.4.1.529.23.1.1.1.356 | displaystring | read-write |
The name of the virtual router used for the tunnel. |
internetProfile_AtmOptions_VcFaultManagement | 1.3.6.1.4.1.529.23.1.1.1.357 | integer | read-write |
The VC fault management function to be used for this VC. Enumeration: 'endToEndLoopback': 3, 'none': 1, 'segmentLoopback': 2. |
internetProfile_AtmOptions_VcMaxLoopbackCellLoss | 1.3.6.1.4.1.529.23.1.1.1.358 | integer | read-write |
The maximum number of consecutive cell loopback failures before the call is disconnected. |
internetProfile_AtmOptions_Fr08Mode | 1.3.6.1.4.1.529.23.1.1.1.367 | integer | read-write |
The FR-08 transparent mode Enumeration: 'translation': 1, 'transparent': 2. |
internetProfile_HdlcNrmOptions_AsyncDrop | 1.3.6.1.4.1.529.23.1.1.1.368 | integer | read-write |
Drop Async I-frames (Yes) or process (No). Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmConnectOptions_VcFaultManagement | 1.3.6.1.4.1.529.23.1.1.1.369 | integer | read-write |
The VC fault management function to be used for this VC. Enumeration: 'endToEndLoopback': 3, 'none': 1, 'segmentLoopback': 2. |
internetProfile_AtmConnectOptions_VcMaxLoopbackCellLoss | 1.3.6.1.4.1.529.23.1.1.1.370 | integer | read-write |
The maximum number of consecutive cell loopback failures before the call is disconnected. |
internetProfile_AtmConnectOptions_Fr08Mode | 1.3.6.1.4.1.529.23.1.1.1.379 | integer | read-write |
The FR-08 transparent mode Enumeration: 'translation': 1, 'transparent': 2. |
internetProfile_MppOptions_X25chanTargetUtilization | 1.3.6.1.4.1.529.23.1.1.1.380 | integer | read-write |
The default value for the X25 channel target utilization. Bandwidth changes occur when the average utilization exceeds or falls below this value. |
internetProfile_AtmOptions_SvcOptions_IncomingCallerAddr_NumberingPlan | 1.3.6.1.4.1.529.23.1.1.1.381 | integer | read-write |
Numbering plan for an SVC address Enumeration: 'x121': 9, 'unknown': 5, 'aesa': 3, 'undefined': 1, 'isdn': 2. |
internetProfile_AtmOptions_SvcOptions_IncomingCallerAddr_E164NativeAddress | 1.3.6.1.4.1.529.23.1.1.1.382 | displaystring | read-write |
An SVC address in a native E.164 format. |
internetProfile_AtmOptions_SvcOptions_IncomingCallerAddr_AesaAddress_Format | 1.3.6.1.4.1.529.23.1.1.1.383 | integer | read-write |
An AESA address format used to define this SVC address. Enumeration: 'icdAesa': 6, 'e164Aesa': 4, 'dccAesa': 2, 'undefined': 1, 'customAesa': 5. |
internetProfile_AtmOptions_SvcOptions_IncomingCallerAddr_AesaAddress_IdpPortion_Afi | 1.3.6.1.4.1.529.23.1.1.1.384 | displaystring | read-write |
An Authority and Format Identifier(AFI) for AESA address. Must be defined for every AESA address. |
internetProfile_AtmOptions_SvcOptions_IncomingCallerAddr_AesaAddress_IdpPortion_Idi | 1.3.6.1.4.1.529.23.1.1.1.385 | displaystring | read-write |
An Initial Domain Identifier (IDI) portion of the AESA address. |
internetProfile_AtmOptions_SvcOptions_IncomingCallerAddr_AesaAddress_DspPortion_HoDsp | 1.3.6.1.4.1.529.23.1.1.1.386 | displaystring | read-write |
A High-Order Domain-Specific Part of AESA address. The IDP portion determine the format of the HO-DSP. |
internetProfile_AtmOptions_SvcOptions_IncomingCallerAddr_AesaAddress_DspPortion_Esi | 1.3.6.1.4.1.529.23.1.1.1.387 | displaystring | read-write |
An End System Identifier (ESI) which uniquely identifies the end system within the specified subnetwork. |
internetProfile_AtmOptions_SvcOptions_IncomingCallerAddr_AesaAddress_DspPortion_Sel | 1.3.6.1.4.1.529.23.1.1.1.388 | displaystring | read-write |
A selector (SEL) field that may be used by the end system. |
internetProfile_AtmOptions_SvcOptions_OutgoingCalledAddr_NumberingPlan | 1.3.6.1.4.1.529.23.1.1.1.389 | integer | read-write |
Numbering plan for an SVC address Enumeration: 'x121': 9, 'unknown': 5, 'aesa': 3, 'undefined': 1, 'isdn': 2. |
internetProfile_AtmOptions_SvcOptions_OutgoingCalledAddr_E164NativeAddress | 1.3.6.1.4.1.529.23.1.1.1.390 | displaystring | read-write |
An SVC address in a native E.164 format. |
internetProfile_AtmOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_Format | 1.3.6.1.4.1.529.23.1.1.1.391 | integer | read-write |
An AESA address format used to define this SVC address. Enumeration: 'icdAesa': 6, 'e164Aesa': 4, 'dccAesa': 2, 'undefined': 1, 'customAesa': 5. |
internetProfile_AtmOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_IdpPortion_Afi | 1.3.6.1.4.1.529.23.1.1.1.392 | displaystring | read-write |
An Authority and Format Identifier(AFI) for AESA address. Must be defined for every AESA address. |
internetProfile_AtmOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_IdpPortion_Idi | 1.3.6.1.4.1.529.23.1.1.1.393 | displaystring | read-write |
An Initial Domain Identifier (IDI) portion of the AESA address. |
internetProfile_AtmOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_DspPortion_HoDsp | 1.3.6.1.4.1.529.23.1.1.1.394 | displaystring | read-write |
A High-Order Domain-Specific Part of AESA address. The IDP portion determine the format of the HO-DSP. |
internetProfile_AtmOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_DspPortion_Esi | 1.3.6.1.4.1.529.23.1.1.1.395 | displaystring | read-write |
An End System Identifier (ESI) which uniquely identifies the end system within the specified subnetwork. |
internetProfile_AtmOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_DspPortion_Sel | 1.3.6.1.4.1.529.23.1.1.1.396 | displaystring | read-write |
A selector (SEL) field that may be used by the end system. |
internetProfile_AtmConnectOptions_SvcOptions_IncomingCallerAddr_NumberingPlan | 1.3.6.1.4.1.529.23.1.1.1.397 | integer | read-write |
Numbering plan for an SVC address Enumeration: 'x121': 9, 'unknown': 5, 'aesa': 3, 'undefined': 1, 'isdn': 2. |
internetProfile_AtmConnectOptions_SvcOptions_IncomingCallerAddr_E164NativeAddress | 1.3.6.1.4.1.529.23.1.1.1.398 | displaystring | read-write |
An SVC address in a native E.164 format. |
internetProfile_AtmConnectOptions_SvcOptions_IncomingCallerAddr_AesaAddress_Format | 1.3.6.1.4.1.529.23.1.1.1.399 | integer | read-write |
An AESA address format used to define this SVC address. Enumeration: 'icdAesa': 6, 'e164Aesa': 4, 'dccAesa': 2, 'undefined': 1, 'customAesa': 5. |
internetProfile_AtmConnectOptions_SvcOptions_IncomingCallerAddr_AesaAddress_IdpPortion_Afi | 1.3.6.1.4.1.529.23.1.1.1.400 | displaystring | read-write |
An Authority and Format Identifier(AFI) for AESA address. Must be defined for every AESA address. |
internetProfile_AtmConnectOptions_SvcOptions_IncomingCallerAddr_AesaAddress_IdpPortion_Idi | 1.3.6.1.4.1.529.23.1.1.1.401 | displaystring | read-write |
An Initial Domain Identifier (IDI) portion of the AESA address. |
internetProfile_AtmConnectOptions_SvcOptions_IncomingCallerAddr_AesaAddress_DspPortion_HoDsp | 1.3.6.1.4.1.529.23.1.1.1.402 | displaystring | read-write |
A High-Order Domain-Specific Part of AESA address. The IDP portion determine the format of the HO-DSP. |
internetProfile_AtmConnectOptions_SvcOptions_IncomingCallerAddr_AesaAddress_DspPortion_Esi | 1.3.6.1.4.1.529.23.1.1.1.403 | displaystring | read-write |
An End System Identifier (ESI) which uniquely identifies the end system within the specified subnetwork. |
internetProfile_AtmConnectOptions_SvcOptions_IncomingCallerAddr_AesaAddress_DspPortion_Sel | 1.3.6.1.4.1.529.23.1.1.1.404 | displaystring | read-write |
A selector (SEL) field that may be used by the end system. |
internetProfile_AtmConnectOptions_SvcOptions_OutgoingCalledAddr_NumberingPlan | 1.3.6.1.4.1.529.23.1.1.1.405 | integer | read-write |
Numbering plan for an SVC address Enumeration: 'x121': 9, 'unknown': 5, 'aesa': 3, 'undefined': 1, 'isdn': 2. |
internetProfile_AtmConnectOptions_SvcOptions_OutgoingCalledAddr_E164NativeAddress | 1.3.6.1.4.1.529.23.1.1.1.406 | displaystring | read-write |
An SVC address in a native E.164 format. |
internetProfile_AtmConnectOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_Format | 1.3.6.1.4.1.529.23.1.1.1.407 | integer | read-write |
An AESA address format used to define this SVC address. Enumeration: 'icdAesa': 6, 'e164Aesa': 4, 'dccAesa': 2, 'undefined': 1, 'customAesa': 5. |
internetProfile_AtmConnectOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_IdpPortion_Afi | 1.3.6.1.4.1.529.23.1.1.1.408 | displaystring | read-write |
An Authority and Format Identifier(AFI) for AESA address. Must be defined for every AESA address. |
internetProfile_AtmConnectOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_IdpPortion_Idi | 1.3.6.1.4.1.529.23.1.1.1.409 | displaystring | read-write |
An Initial Domain Identifier (IDI) portion of the AESA address. |
internetProfile_AtmConnectOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_DspPortion_HoDsp | 1.3.6.1.4.1.529.23.1.1.1.410 | displaystring | read-write |
A High-Order Domain-Specific Part of AESA address. The IDP portion determine the format of the HO-DSP. |
internetProfile_AtmConnectOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_DspPortion_Esi | 1.3.6.1.4.1.529.23.1.1.1.411 | displaystring | read-write |
An End System Identifier (ESI) which uniquely identifies the end system within the specified subnetwork. |
internetProfile_AtmConnectOptions_SvcOptions_OutgoingCalledAddr_AesaAddress_DspPortion_Sel | 1.3.6.1.4.1.529.23.1.1.1.412 | displaystring | read-write |
A selector (SEL) field that may be used by the end system. |
internetProfile_TunnelOptions_ClientAuthId | 1.3.6.1.4.1.529.23.1.1.1.413 | displaystring | read-write |
The system name used by the Tunnel Initiator during Tunnel establishment for the purposes of tunnel authentication. This is different and independent from user authentication. Used on L2TP and L2F. |
internetProfile_SessionOptions_CirTimer | 1.3.6.1.4.1.529.23.1.1.1.414 | integer | read-write |
The CIR timer in (milli-sec). |
internetProfile_SessionOptions_Priority | 1.3.6.1.4.1.529.23.1.1.1.415 | integer | read-write |
Priority of the link Enumeration: 'high': 2, 'normal': 1. |
internetProfile_HdlcNrmOptions_StationPollAddress | 1.3.6.1.4.1.529.23.1.1.1.416 | integer | read-write |
Secondary station address to use for SNRM polling |
internetProfile_TunnelOptions_ServerAuthId | 1.3.6.1.4.1.529.23.1.1.1.417 | displaystring | read-write |
The system name used by the Tunnel Terminator during Tunnel establishment for the purposes of tunnel authentication. This is different and independent from user authentication. Used on L2TP and L2F. |
internetProfile_TunnelOptions_AssignmentId | 1.3.6.1.4.1.529.23.1.1.1.418 | displaystring | read-write |
The identification assigned to tunnels so that sessions could be grouped into different tunnels based on this Id. This Id only has local significance and is not transmited to the remote tunnel-endpoint. |
internetProfile_IpOptions_NatProfileName | 1.3.6.1.4.1.529.23.1.1.1.419 | displaystring | read-write |
The profile to use for NAT translations on this connection. |
internetProfile_AutoProfiles | 1.3.6.1.4.1.529.23.1.1.1.420 | integer | read-write |
This parameter enables or disables automatic profile creation. Currently only the Stinger IDSL provides this capability for PPP Circuits and Frame Relay Circuits. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpOptions_AddressRealm | 1.3.6.1.4.1.529.23.1.1.1.421 | integer | read-write |
Used to determine which interfaces and WANs are connected to the same address space--they will have the identical values in this field. |
internetProfile_PppOptions_PppCircuit | 1.3.6.1.4.1.529.23.1.1.1.422 | integer | read-write |
PPP Circuit. Set to type to enable the PPP Circuit Mode. Enumeration: 'none': 1, 'transparent': 2. |
internetProfile_PppOptions_PppCircuitName | 1.3.6.1.4.1.529.23.1.1.1.423 | displaystring | read-write |
The peer datalink identifier for a PPP circuit. |
internetProfile_X32Options_X32ApplMode | 1.3.6.1.4.1.529.23.1.1.1.424 | integer | read-write |
Appl mode for this interface Enumeration: 'isdnPacketMode': 3, 'netToNet': 1, 'last': 4, 'isdnCircuitMode': 2. |
internetProfile_CrossConnectIndex | 1.3.6.1.4.1.529.23.1.1.1.425 | integer | read-only |
AToM Mib cross connect index. |
internetProfile_AtmOptions_CastType | 1.3.6.1.4.1.529.23.1.1.1.426 | integer | read-write |
The connection topology type. Enumeration: 'p2mpleaf': 4, 'p2p': 2, 'p2mproot': 3. |
internetProfile_AtmOptions_ConnKind | 1.3.6.1.4.1.529.23.1.1.1.427 | integer | read-write |
The use of call control. Enumeration: 'pvc': 2, 'spvcInitiator': 5, 'svcIncoming': 3, 'spvcTarget': 6, 'svcOutgoing': 4. |
internetProfile_AtmOptions_TargetAtmAddress | 1.3.6.1.4.1.529.23.1.1.1.428 | displaystring | read-write |
The target ATM Address of this Soft PVcc or PVpc. |
internetProfile_AtmOptions_TargetSelect | 1.3.6.1.4.1.529.23.1.1.1.429 | integer | read-only |
Indicates whether the target VPI/VCI values are to be used at the destination. Enumeration: 'required': 2, 'any': 3. |
internetProfile_AtmOptions_TargetVpi | 1.3.6.1.4.1.529.23.1.1.1.430 | integer | read-write |
Target VPI. |
internetProfile_AtmOptions_TargetVci | 1.3.6.1.4.1.529.23.1.1.1.431 | integer | read-write |
Target VCI. |
internetProfile_AtmOptions_AtmCircuitProfile | 1.3.6.1.4.1.529.23.1.1.1.432 | displaystring | read-write |
The atm circuit profile name to be used for this connection. |
internetProfile_AtmConnectOptions_CastType | 1.3.6.1.4.1.529.23.1.1.1.433 | integer | read-write |
The connection topology type. Enumeration: 'p2mpleaf': 4, 'p2p': 2, 'p2mproot': 3. |
internetProfile_AtmConnectOptions_ConnKind | 1.3.6.1.4.1.529.23.1.1.1.434 | integer | read-write |
The use of call control. Enumeration: 'pvc': 2, 'spvcInitiator': 5, 'svcIncoming': 3, 'spvcTarget': 6, 'svcOutgoing': 4. |
internetProfile_AtmConnectOptions_TargetAtmAddress | 1.3.6.1.4.1.529.23.1.1.1.435 | displaystring | read-write |
The target ATM Address of this Soft PVcc or PVpc. |
internetProfile_AtmConnectOptions_TargetSelect | 1.3.6.1.4.1.529.23.1.1.1.436 | integer | read-only |
Indicates whether the target VPI/VCI values are to be used at the destination. Enumeration: 'required': 2, 'any': 3. |
internetProfile_AtmConnectOptions_TargetVpi | 1.3.6.1.4.1.529.23.1.1.1.437 | integer | read-write |
Target VPI. |
internetProfile_AtmConnectOptions_TargetVci | 1.3.6.1.4.1.529.23.1.1.1.438 | integer | read-write |
Target VCI. |
internetProfile_AtmConnectOptions_AtmCircuitProfile | 1.3.6.1.4.1.529.23.1.1.1.439 | displaystring | read-write |
The atm circuit profile name to be used for this connection. |
internetProfile_AtmAalOptions_AalEnabled | 1.3.6.1.4.1.529.23.1.1.1.440 | integer | read-only |
Enable the AAl options Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmAalOptions_AalType | 1.3.6.1.4.1.529.23.1.1.1.441 | integer | read-write |
ATM Adaptation Layer type Enumeration: 'aal0': 1, 'unspecified': 3, 'aal5': 2. |
internetProfile_AtmAalOptions_TransmitSduSize | 1.3.6.1.4.1.529.23.1.1.1.442 | integer | read-write |
Size of the trasmitt Service Data Unit in octets. |
internetProfile_AtmAalOptions_ReceiveSduSize | 1.3.6.1.4.1.529.23.1.1.1.443 | integer | read-write |
Size of the receive Service Data Unit in octets. |
internetProfile_ConnUser | 1.3.6.1.4.1.529.23.1.1.1.444 | integer | read-only |
Connetion User type . Enumeration: 'default': 1, 'cpcs': 2. |
internetProfile_AtmOptions_SpvcRetryInterval | 1.3.6.1.4.1.529.23.1.1.1.448 | integer | read-write |
Period to wait before attempting to establish SPVC after the first SPVC setup failure. 0 indicates no retry |
internetProfile_AtmOptions_SpvcRetryThreshold | 1.3.6.1.4.1.529.23.1.1.1.449 | integer | read-write |
The number of consecutive call setup attempts for the SPVC to fail before the call failure is declared. 0 indicates infinite number of call attempts that means failure is not declared. |
internetProfile_AtmOptions_SpvcRetryLimit | 1.3.6.1.4.1.529.23.1.1.1.450 | integer | read-write |
Maximum limit on how many consecutive unsuccessful call setup attempts can be made before stopping the attempt to set up the connection. |
internetProfile_AtmOptions_OamAisF5 | 1.3.6.1.4.1.529.23.1.1.1.451 | integer | read-write |
Disable/Enable sending OAM AIS F5 cells when pvc is down. Enumeration: 'endToEnd': 3, 'disable': 1, 'segment': 2. |
internetProfile_AtmOptions_OamSupport | 1.3.6.1.4.1.529.23.1.1.1.452 | integer | read-write |
Is F4 OAM supported? It is used only when vp-switching is yes. The Stinger system can only support F4 OAM for 50 VPC segments in total. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_AtmConnectOptions_SpvcRetryInterval | 1.3.6.1.4.1.529.23.1.1.1.453 | integer | read-write |
Period to wait before attempting to establish SPVC after the first SPVC setup failure. 0 indicates no retry |
internetProfile_AtmConnectOptions_SpvcRetryThreshold | 1.3.6.1.4.1.529.23.1.1.1.454 | integer | read-write |
The number of consecutive call setup attempts for the SPVC to fail before the call failure is declared. 0 indicates infinite number of call attempts that means failure is not declared. |
internetProfile_AtmConnectOptions_SpvcRetryLimit | 1.3.6.1.4.1.529.23.1.1.1.455 | integer | read-write |
Maximum limit on how many consecutive unsuccessful call setup attempts can be made before stopping the attempt to set up the connection. |
internetProfile_AtmConnectOptions_OamAisF5 | 1.3.6.1.4.1.529.23.1.1.1.456 | integer | read-write |
Disable/Enable sending OAM AIS F5 cells when pvc is down. Enumeration: 'endToEnd': 3, 'disable': 1, 'segment': 2. |
internetProfile_AtmConnectOptions_OamSupport | 1.3.6.1.4.1.529.23.1.1.1.457 | integer | read-write |
Is F4 OAM supported? It is used only when vp-switching is yes. The Stinger system can only support F4 OAM for 50 VPC segments in total. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_ModemOnHoldTimeout | 1.3.6.1.4.1.529.23.1.1.1.458 | integer | read-write |
The allowable Modem-on-Hold timeout values. Enumeration: 'n-20SecMohTimeout': 3, 'n-1MinMohTimeout': 6, 'n-8MinMohTimeout': 11, 'mohDisabled': 1, 'n-2MinMohTimeout': 7, 'n-30SecMohTimeout': 4, 'n-16MinMohTimeout': 13, 'n-6MinMohTimeout': 10, 'n-10SecMohTimeout': 2, 'n-4MinMohTimeout': 9, 'n-12MinMohTimeout': 12, 'noLimitMohTimeout': 14, 'connProfileUseGlobal': 15, 'n-40SecMohTimeout': 5, 'n-3MinMohTimeout': 8. |
internetProfile_IpOptions_TosOptions_MarkingType | 1.3.6.1.4.1.529.23.1.1.1.459 | integer | read-write |
Select type of packet marking. Enumeration: 'precedenceTos': 1, 'dscp': 2. |
internetProfile_IpOptions_TosOptions_Dscp | 1.3.6.1.4.1.529.23.1.1.1.460 | displaystring | read-write |
DSCP tag to be used in marking of the packets (if marking-type = dscp). |
internetProfile_X25Options_RemoteX25Address | 1.3.6.1.4.1.529.23.1.1.1.461 | displaystring | read-write |
X.25 address of remote station. |
internetProfile_X25Options_AnswerX25Address | 1.3.6.1.4.1.529.23.1.1.1.462 | displaystring | read-write |
Answer number: mandatory if call mode is incoming or both. |
internetProfile_X25Options_Windowsize | 1.3.6.1.4.1.529.23.1.1.1.463 | integer | read-write |
Window size requested on outgoing X.25 calls. |
internetProfile_X25Options_Packetsize | 1.3.6.1.4.1.529.23.1.1.1.464 | integer | read-write |
Packet size requested on outgoing X.25 calls. Enumeration: 'n-6': 7, 'n-7': 8, 'n-8': 9, 'n-9': 10, 'n-10': 11, 'n-11': 12, 'n-12': 13. |
internetProfile_MaxSharedUsers | 1.3.6.1.4.1.529.23.1.1.1.465 | integer | read-write |
Limits the maximum number of end users allowed to connect using a shared connection profile. The default value is 0 which means there is no limit. |
internetProfile_AtmOptions_Mtu | 1.3.6.1.4.1.529.23.1.1.1.468 | integer | read-write |
The maximum packet size (excluding LLC encapsulation if used) that can be transmitted to a remote peer without performing fragmentation. |
internetProfile_AtmConnectOptions_Mtu | 1.3.6.1.4.1.529.23.1.1.1.469 | integer | read-write |
The maximum packet size (excluding LLC encapsulation if used) that can be transmitted to a remote peer without performing fragmentation. |
internetProfile_AtmQosOptions_SubtendingHops | 1.3.6.1.4.1.529.23.1.1.1.470 | integer | read-write |
Number of hops from which the end-point of this connection originates Enumeration: 'n-3Level': 4, 'n-0Level': 1, 'n-1Level': 2, 'n-2Level': 3. |
internetProfile_X25Options_X121SourceAddress | 1.3.6.1.4.1.529.23.1.1.1.471 | displaystring | read-write |
X.121 address to use to identify this call |
internetProfile_X25Options_PosAuth | 1.3.6.1.4.1.529.23.1.1.1.472 | integer | read-write |
Use POS Authentication Enumeration: 'true': 2, 'false': 1. |
internetProfile_TunnelOptions_TosCopying | 1.3.6.1.4.1.529.23.1.1.1.473 | integer | read-write |
Control the TOS byte of the outer IP header Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpsecOptions_Enabled | 1.3.6.1.4.1.529.23.1.1.1.474 | integer | read-write |
IPSec can be disabled on a profile by setting this field to no. Enumeration: 'yes': 2, 'no': 1. |
internetProfile_IpsecOptions_SecurityPolicyDatabase | 1.3.6.1.4.1.529.23.1.1.1.475 | displaystring | read-write |
The name of the IPSec SPD profile to be used. |
internetProfile_PriorityOptions_PacketClassification | 1.3.6.1.4.1.529.23.1.1.1.477 | integer | read-write |
Method used to classify PPP packets. Enumeration: 'udpPortRange': 3, 'qosTag': 2. |
internetProfile_PriorityOptions_MaxRtpPacketDelay | 1.3.6.1.4.1.529.23.1.1.1.478 | integer | read-write |
Maximum delay for RTP packets in milli-seconds. Used for calculating the fragment size for the non-rtp traffic using the same link. |
internetProfile_PriorityOptions_MinimumRtpPort | 1.3.6.1.4.1.529.23.1.1.1.479 | integer | read-write |
Minimum UDP port for prioritization |
internetProfile_PriorityOptions_MaximumRtpPort | 1.3.6.1.4.1.529.23.1.1.1.480 | integer | read-write |
Maximum UDP port for prioritization |
internetProfile_PriorityOptions_NoHighPrioPktDuration | 1.3.6.1.4.1.529.23.1.1.1.481 | integer | read-write |
The number of seconds of no high priority packets before disabling IP fragmentation of low priority packets. The value 0 disables checking duration of no high priority packet. |
internetProfile_PriorityOptions_Enabled | 1.3.6.1.4.1.529.23.1.1.1.482 | integer | read-write |
Enable priority classification. Enumeration: 'yes': 2, 'no': 1. |
mibinternetProfile_IpxOptions_IpxSapHsProxyNetTable | 1.3.6.1.4.1.529.23.1.2 | no-access |
A list of mibinternetProfile__ipx_options__ipx_sap_hs_proxy_net profile entries. |
|
1.3.6.1.4.1.529.23.1.2.1 | no-access |
A mibinternetProfile__ipx_options__ipx_sap_hs_proxy_net entry containing objects that maps to the parameters of mibinternetProfile__ipx_options__ipx_sap_hs_proxy_net profile. |
||
internetProfile_IpxOptions_IpxSapHsProxyNet_Station | 1.3.6.1.4.1.529.23.1.2.1.1 | displaystring | read-only | |
internetProfile_IpxOptions_IpxSapHsProxyNet_Index_o | 1.3.6.1.4.1.529.23.1.2.1.2 | integer | read-only | |
internetProfile_IpxOptions_IpxSapHsProxyNet | 1.3.6.1.4.1.529.23.1.2.1.3 | integer | read-write |
The Network# for IPX SAP Proxy Home Server. |