--show :
To show the “NonLinearityFlag”,“NumberOfAffectedBins” and “Echo-to-Noise Ratio (ENR)”.
--setThld :
To setting “NumberOfAffectedBins”
Guidelines and description for --version command
adsl --version
Show current version.
Guidelines and description for --help command
adsl --help
Show the adsl support commands.
EXAMPLES
> adsl nlnm –show
NonLinearityFlag 0
NumberOfAffectedBins -1
ThresholdNumberOfBins 60
Echo-to-Noise Ratio (ENR) 0
ARP
NAME
arp – manipulate modem‟s ARP (Address Resolution Protocol) table
SYNOPSIS
arp add <IP address> <MAC address>
arp delete <IP address>
arp show
arp --help
DESCRIPTION
Arp is used to manipulate modem‟s ARP table. Note that ARP entries added by this command are not
saved in the flash memory by the save command. After system reboot, ARP entries need to be re-added.
EXAMPLES
° Add a static ARP entry for IP address 192.168.1.2 with MAC address 00:11:22:33:44:55.
> arp add 192.168.1.2 00:11:22:33:44:55