-- Ascend mibvdslNetworkProfile 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-MIBVDSLNETWORKPROFILE-MIB DEFINITIONS ::= BEGIN IMPORTS mibvdslNetworkProfile 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 mibvdslNetworkProfile table -- -- This table contains parameters for the mibvdslNetworkProfile profile -- mibvdslNetworkProfileTable OBJECT-TYPE SYNTAX SEQUENCE OF MibvdslNetworkProfileEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of mibvdslNetworkProfile profile entries." ::= { mibvdslNetworkProfile 1 } mibvdslNetworkProfileEntry OBJECT-TYPE SYNTAX MibvdslNetworkProfileEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A mibvdslNetworkProfile entry containing objects that maps to the parameters of mibvdslNetworkProfile profile." INDEX { vdslNetworkProfile__shelf__, vdslNetworkProfile__slot__, vdslNetworkProfile__item__ } ::= { mibvdslNetworkProfileTable 1 } MibvdslNetworkProfileEntry ::= SEQUENCE { vdslNetworkProfile__shelf__ INTEGER, vdslNetworkProfile__slot__ INTEGER, vdslNetworkProfile__item__ INTEGER, vdslNetworkProfile__name DisplayString, vdslNetworkProfile__physical_address__shelf INTEGER, vdslNetworkProfile__physical_address__slot INTEGER, vdslNetworkProfile__physical_address__item_number INTEGER, vdslNetworkProfile__line_interface__enabled INTEGER, vdslNetworkProfile__line_interface__answer_number_1 DisplayString, vdslNetworkProfile__line_interface__answer_number_2 DisplayString, vdslNetworkProfile__line_interface__data_rate_mode INTEGER, vdslNetworkProfile__line_interface__max_rate INTEGER, vdslNetworkProfile__line_interface__auto_base_rate INTEGER, vdslNetworkProfile__line_interface__unit_type INTEGER, vdslNetworkProfile__action__ INTEGER } vdslNetworkProfile__shelf__ OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "" ::= { mibvdslNetworkProfileEntry 1 } vdslNetworkProfile__slot__ OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "" ::= { mibvdslNetworkProfileEntry 2 } vdslNetworkProfile__item__ OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "" ::= { mibvdslNetworkProfileEntry 3 } vdslNetworkProfile__name OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "For future use. The current design does not use the name field but instead references xDSL voice lines by the physical address; we mayin the future support referencing xDSL voice lines by name as well as by address. The name consists of a null terminated ascii string supplied by the user; it defaults to the ascii form of the xDSL voice line physical address." ::= { mibvdslNetworkProfileEntry 4 } vdslNetworkProfile__physical_address__shelf OBJECT-TYPE SYNTAX INTEGER { any_shelf (1), shelf_1 (2), shelf_2 (3), shelf_3 (4), shelf_4 (5), shelf_5 (6), shelf_6 (7), shelf_7 (8), shelf_8 (9), shelf_9 (10) } ACCESS read-write STATUS mandatory DESCRIPTION "The number of the shelf that the addressed physical device resides on." ::= { mibvdslNetworkProfileEntry 11 } vdslNetworkProfile__physical_address__slot OBJECT-TYPE SYNTAX INTEGER { any_slot (1), slot_1 (2), slot_2 (3), slot_3 (4), slot_4 (5), slot_5 (6), slot_6 (7), slot_7 (8), slot_8 (9), slot_9 (10), slot_10 (11), slot_11 (12), slot_12 (13), slot_13 (14), slot_14 (15), slot_15 (16), slot_16 (17), slot_17 (18), slot_18 (19), slot_19 (20), slot_20 (21), slot_21 (22), slot_22 (23), slot_23 (24), slot_24 (25), slot_25 (26), slot_26 (27), slot_27 (28), slot_28 (29), slot_29 (30), slot_30 (31), slot_31 (32), slot_32 (33), slot_33 (34), slot_34 (35), slot_35 (36), slot_36 (37), slot_37 (38), slot_38 (39), slot_39 (40), slot_40 (41), controller (42), controller2 (43), trunk_module_1 (45), trunk_module_2 (46), slot_forward (44) } ACCESS read-write STATUS mandatory DESCRIPTION "The number of the slot that the addressed physical device resides on." ::= { mibvdslNetworkProfileEntry 12 } vdslNetworkProfile__physical_address__item_number OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A number that specifies an addressable entity within the context of shelf and slot." ::= { mibvdslNetworkProfileEntry 13 } vdslNetworkProfile__line_interface__enabled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Boolean that is TRUE if this interface enabled, FALSE otherwise." ::= { mibvdslNetworkProfileEntry 5 } vdslNetworkProfile__line_interface__answer_number_1 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "Phone numbers to match when routing by incoming phone number." ::= { mibvdslNetworkProfileEntry 6 } vdslNetworkProfile__line_interface__answer_number_2 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "Phone numbers to match when routing by incoming phone number." ::= { mibvdslNetworkProfileEntry 7 } vdslNetworkProfile__line_interface__data_rate_mode OBJECT-TYPE SYNTAX INTEGER { autobaud (2), singlebaud (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The data rate mode define the mode for modem training" ::= { mibvdslNetworkProfileEntry 10 } vdslNetworkProfile__line_interface__max_rate OBJECT-TYPE SYNTAX INTEGER { n-144000 (1), n-272000 (2), n-400000 (3), n-528000 (4), n-784000 (5), n-1168000 (6), n-1552000 (7), n-2320000 (8) } ACCESS read-write STATUS mandatory DESCRIPTION "The symetrical interface rate. This parameter applies to both pipeline and Max." ::= { mibvdslNetworkProfileEntry 8 } vdslNetworkProfile__line_interface__auto_base_rate OBJECT-TYPE SYNTAX INTEGER { n-144000 (1), n-272000 (2), n-400000 (3), n-528000 (4), n-784000 (5), n-1168000 (6), n-1552000 (7), n-2320000 (8) } ACCESS read-write STATUS mandatory DESCRIPTION "When the Rate Mode is set to auto. This parameter defines the base address that the auto rate mechanism uses to start its initial training with." ::= { mibvdslNetworkProfileEntry 15 } vdslNetworkProfile__line_interface__unit_type OBJECT-TYPE SYNTAX INTEGER { coe (1), cpe (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The Unit Type defines if a line is acting as either a Central Office (COE) or Customer Premise Equipment (CPE). Note that the remote unit needs to be configured opposite to this configureation. This parameter only pertains to the 24sdsl_data_card and 24sdsl_voice_card." ::= { mibvdslNetworkProfileEntry 9 } vdslNetworkProfile__action__ OBJECT-TYPE SYNTAX INTEGER { noAction (1), createProfile (2), deleteProfile (3) } ACCESS read-write STATUS mandatory DESCRIPTION "" ::= { mibvdslNetworkProfileEntry 14 } mibvdslNetworkProfile__line_interface__channel_configTable OBJECT-TYPE SYNTAX SEQUENCE OF MibvdslNetworkProfile__line_interface__channel_configEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of mibvdslNetworkProfile__line_interface__channel_config profile entries." ::= { mibvdslNetworkProfile 2 } mibvdslNetworkProfile__line_interface__channel_configEntry OBJECT-TYPE SYNTAX MibvdslNetworkProfile__line_interface__channel_configEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A mibvdslNetworkProfile__line_interface__channel_config entry containing objects that maps to the parameters of mibvdslNetworkProfile__line_interface__channel_config profile." INDEX { vdslNetworkProfile__line_interface__channel_config__shelf__, vdslNetworkProfile__line_interface__channel_config__slot__, vdslNetworkProfile__line_interface__channel_config__item__, vdslNetworkProfile__line_interface__channel_config__index__ } ::= { mibvdslNetworkProfile__line_interface__channel_configTable 1 } MibvdslNetworkProfile__line_interface__channel_configEntry ::= SEQUENCE { vdslNetworkProfile__line_interface__channel_config__shelf__ INTEGER, vdslNetworkProfile__line_interface__channel_config__slot__ INTEGER, vdslNetworkProfile__line_interface__channel_config__item__ INTEGER, vdslNetworkProfile__line_interface__channel_config__index__ INTEGER, vdslNetworkProfile__line_interface__channel_config__nailed_group INTEGER } vdslNetworkProfile__line_interface__channel_config__shelf__ OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "" ::= { mibvdslNetworkProfile__line_interface__channel_configEntry 1 } vdslNetworkProfile__line_interface__channel_config__slot__ OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "" ::= { mibvdslNetworkProfile__line_interface__channel_configEntry 2 } vdslNetworkProfile__line_interface__channel_config__item__ OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "" ::= { mibvdslNetworkProfile__line_interface__channel_configEntry 3 } vdslNetworkProfile__line_interface__channel_config__index__ OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "" ::= { mibvdslNetworkProfile__line_interface__channel_configEntry 4 } vdslNetworkProfile__line_interface__channel_config__nailed_group OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A number that identifies the set of channels that makes up a nailed group." ::= { mibvdslNetworkProfile__line_interface__channel_configEntry 5 } END