Telnet configuration:

Configuration screen:

IP Address:

Login Sequence:

This field contains the sequence of strings needed to connect to the router. A '^M' represents a carriage return. In the example above ADSL Monitor will wait for the Login Prompt Username: and then it will send user CR password CR terminal length 200 CR. A '^M' must be placed at the end of this field.

Show Command 1,2:

This fields contain the commands needed to display the router statistics. Many commands can be concatenated into on single string separated by '^M' carriage returns. A '^M' must be placed at the end of this field.

Conditional Command:

This field has this format IF, [SNRD] | [CRCD] | [HDRD], [<] | [>], Value, THEN, [execute a router command^M] [WAIT] n , [execute a router command^M], [WAIT] n, ENDIF

Note: Words are case sensitive and shown spaces are required. The first 5 words must match the conditional statement ( IF XXXD O V THEN ... )

The keywords IF and ENDIF must be placed at the start and end of the conditional statement. The first five words must match the conditional command format. Any combination of WAIT n and router commands can be placed anywhere after the THEN keyword.

For example: IF SNRD < 5.0 THEN command1^M WAIT 10000 command2^M command3^M WAIT 5000 command4^M ENDIF Is a valid conditional statement.

Any router command that will make the router loose connectivity on the monitoring interface should be placed at the end. For example the following command wil reboot the cisco 837 when the noise margin falls below 10db and then wait 5 seconds before reconnecting and start collecting data again. IF SNRD < 10 THEN reload^M^M WAIT 5000 ENDIF

SNRD = noisemargin down, CRCD = CRC errors down, HDRD = header errors down, Value = decimal number, n = milliseconds to wait after conditional command is executed tha default value is 1000 milliseconds ( 1 sec ).

Prompt:

This fields contains the 'ready to accept commands' router prompt. Careful attention must be placed in trailing spaces.

Interval:

The data gathering interval in milliseconds (ms)The example above shows 5000 ms or 5 seconds.

Statistics filename:

The file name for the statistics file.

DMT Matrix filename:

The file name for the DMT matrix statistics file.

Login Prompt:

The initial login prompt. ADSLMonitor will wait for this prompt before sending the login information. Careful attention must be placed in trailing spaces.

Password Prompt:

The initial login password prompt. ADSLMonitor will wait for this prompt before sending the login password information. Careful attention must be placed in trailing spaces. This command is not needed if multiple commands are concatenated into a single command. Currently inactive.

 

Home

Questions, suggestions and bugs should be sent to the email addresses in the 'Help/About' menu option.