IES-1000 User’s Guide

The profile is a table that contains information on ADSL line configuration. Each entry in this table reflects a parameter defined by a manager, which can be used to configure the ADSL line.

Note that the default value will be used for any of the above fields that are omitted.

The upstream rate must be less than or equal to the downstream rate.

Even though you can specify arbitrary numbers in the set profile command, the actual rate is always a multiple of 32 Kbps. If you enter a rate that is not a multiple of 32 Kbps, the actual rate will be the next lower multiple of 32Kbps. For instance, if you specify 60 Kbps for a port, the actual rate for that port will not exceed 32 Kbps, and if you specify 66 Kbps, the actual rate will not be over 64Kbps.

An example is shown next.

192.168.1.1 adsl> set profile debug 800 8000

This command sets the maximum upstream transmission rate to 800 kbps and the maximum downstream transmission rate to 8000 kbps. None of the other settings are changed.

The following example creates a premium profile (named gold) for providing subscribers with very high connection speeds and no interleave delay. It also sets the upstream target signal/noise margin to 5 db, the upstream minimum acceptable signal/noise margin to 0 db, the upstream maximum acceptable signal/noise margin to 30 db, the upstream minimum ADSL transmission rate to 64 Kbps, the downstream target signal/noise margin to 6 db, the downstream minimum acceptable signal/noise margin to 0 db, the downstream maximum acceptable signal/noise margin to 31 db, and the downstream minimum ADSL transmission rate to 128 Kbps.

192.168.1.1 adsl> set profile gold fast 800 8000 5 0 30 64 6 0 31 128

This next example creates a similar premium profile (named goldi), except it sets an interleave delay of 16 ms for both upstream and downstream traffic.

192.168.1.1 adsl> set profile gold 800 8000 ldly 16 16 5 0 30 64 6 0 31 128

24.3.14Delete Profile Command

Syntax:

192.168.1.1 adsl> delete profile <name>

where

<name> = A profile name.

The delete profile command allows you to delete an individual profile by its name. You cannot delete a profile that is assigned to any of the DSL ports in the network module. Assign a different profile to any DSL ports that are using the profile that you want to delete, and then you can delete the profile.

The following example deletes the gold ADSL profile.

192.168.1.1 adsl> delete profile gold

24-10

ADSL Commands