User manual ALCATEL-LUCENT SPEEDTOUCH 610 1
DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!
If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual ALCATEL-LUCENT SPEEDTOUCH 610. We hope that this ALCATEL-LUCENT SPEEDTOUCH 610 user guide will be useful to you.
You may also download the following manuals related to this product:
ALCATEL-LUCENT SPEEDTOUCH 610 (996 ko)
ALCATEL-LUCENT SPEEDTOUCH 610 2 (3115 ko)
Manual abstract: user guide ALCATEL-LUCENT SPEEDTOUCH 6101
Detailed instructions for use are in the User's Guide.
[. . . ] SPEEDTOUCH 610
CLI Reference Guide
Business DSL Routers
3EC 16982 ACAA TCZZA
Edition 01
Status Change Note
Released BD F aa 39813
Short Title CD-RG ST610 R4. 1 CLI All rights reserved. Passing on and copying of this document, use and communication of its contents not permitted without written authorization from Alcatel.
2 / 384
3EC 16982 ACAA TCZZA
Edition 01
Contents
Contents
About this Document . 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 ADSL Commands . 5 27 31 37 47 61 69 75 109 129 137 141 161 179 199 207 261 269 281 287 305 311 317 323 331 337
3EC 16982 ACAA TCZZA
Edition 01
3 / 384
Contents
26 27 28
Syslog Commands . [. . . ] SYNTAX:
ip ifconfig intf = <interface name> [mtu = <number{293-20000}>] [status = <{down|up}>] [hwaddr = <hardware-address>] [group = <{wan|local|lan}>] The IP interface name. the maximum packet size (including IP header) to use on this interface. The default value depends on the connection and packet service for which the interface was created. OPTIONAL
[status]
[hwaddr] [group]
OPTIONAL OPTIONAL
EXAMPLE:
=>ip iflist Interface GRP MTU RX 0 loop 1 1500 116 1 eth0 2 3000 21045795 2 NewMer 0 1500 0 5 cip0 0 9180 0 =>ip ifconfig intf=eth0 mtu=1500 =>ip iflist Interface GRP MTU RX 0 loop 1 1500 116 1 eth0 2 1500 21054963 2 NewMer 0 1500 0 5 cip0 0 9180 0 => TX 0 1019664 0 0 TXDROP 0 0 0 0 STATUS UP UP UP UP HWADDR 00:80:9f:24:ab:cf 00:80:9f:24:ab:cf
TX 0 1025417 0 0
TXDROP 0 0 0 0
STATUS UP UP UP UP
HWADDR 00:80:9f:24:ab:cf 00:80:9f:24:ab:cf
RELATED COMMANDS: ip config
Show/set global IP stack configuration options.
3EC 16982 ACAA TCZZA
Edition 01
191 / 384
13 IP Commands
ip iflist
Show all current interfaces. SYNTAX:
ip iflist
EXAMPLE OUTPUT:
=>ip iflist Interface 0 loop 1 eth0 2 NewMer 5 cip0 => GRP 1 2 0 0 MTU 1500 3000 1500 9180 RX 116 21045795 0 0 TX 0 1019664 0 0 TXDROP 0 0 0 0 STATUS UP UP UP UP HWADDR 00:80:9f:24:ab:cf 00:80:9f:24:ab:cf
RELATED COMMANDS: ip ifconfig
Configure interface parameters.
192 / 384
3EC 16982 ACAA TCZZA
Edition 01
13 IP Commands
ip ping
Send ICMP ECHO_REQUEST packets. SYNTAX:
ip ping addr = <ip-address> [count = <number{1-1000000}>] [size = <number{1-20000}>] [interval = <number{100-1000000}>] [listen = <{off|on}>] The destination IP address. Listen for incoming ICMP packets (on) or only send ICMP packets (off). REQUIRED OPTIONAL OPTIONAL OPTIONAL
addr [count] [size] [interval]
[listen]
OPTIONAL
EXAMPLE:
=>ip ping addr=10. 0. 0. 148 listen=off =>ip ping addr=10. 0. 0. 148 listen=on 9 bytes from 10. 0. 0. 148: Echo Request =>ip ping addr=10. 0. 0. 148 count=15 listen=on 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request 9 bytes from 10. 0. 0. 148: Echo Request =>
RELATED COMMANDS: ip sendto
Send UDP packets.
3EC 16982 ACAA TCZZA
Edition 01
193 / 384
13 IP Commands
ip rtadd
Add a route to the SpeedToucht routing table. SYNTAX:
ip rtadd dst = <ip-address> [dstmsk = <ip-mask(dotted or cidr)>] [src = <ip-address>] [srcmsk = <ip-mask(dotted or cidr)>] [gateway = <ip-address>] [intf = <interface name>] [metric = <number{0-100}>] [type = <number>] The destination IP address(es) for this route. REQUIRED OPTIONAL OPTIONAL OPTIONAL OPTIONAL OPTIONAL
dst [dstmsk] [src] [srcmsk] [gateway] [intf]
[metric] [type]
OPTIONAL OPTIONAL
EXAMPLE:
=>ip rtlist Destination Source Gateway Intf Mtrc 10. 0. 0. 0/24 10. 0. 0. 0/24 10. 0. 0. 140 eth0 0 10. 0. 0. 140/32 0. 0. 0. 0/0 10. 0. 0. 140 eth0 0 127. 0. 0. 1/32 0. 0. 0. 0/0 127. 0. 0. 1 loop 0 =>ip rtadd dst=10. 10. 0. 0/24 src=10. 0. 0. 0/24 gateway=10. 0. 0. 140 =>ip rtlist Destination Source Gateway Intf Mtrc 10. 0. 0. 0/24 10. 0. 0. 0/24 10. 0. 0. 140 eth0 0 10. 10. 0. 0/24 10. 0. 0. 0/24 10. 0. 0. 140 eth0 0 10. 0. 0. 140/32 0. 0. 0. 0/0 10. 0. 0. 140 eth0 0 127. 0. 0. 1/32 0. 0. 0. 0/0 127. 0. 0. 1 loop 0 =>
RELATED COMMANDS: ip rtdelete ip rtlist
Remove a route from the routing table. Show current routing table.
194 / 384
3EC 16982 ACAA TCZZA
Edition 01
13 IP Commands
ip rtdelete
Delete a route from the SpeedToucht routing table. SYNTAX:
ip rtdelete dst = <ip-address> [dstmsk = <ip-mask(dotted or cidr)>] [src = <ip-address>] [srcmsk = <ip-mask(dotted or cidr)>] [gateway = <ip-address>] [intf = <interface name>] The destination IP address(es) of the route. REQUIRED OPTIONAL OPTIONAL OPTIONAL OPTIONAL OPTIONAL
dst [dstmsk] [src] [srcmsk] [gateway] [intf]
EXAMPLE:
=>ip rtlist Destination Source Gateway Intf Mtrc 10. 0. 0. 0/24 10. 0. 0. 0/24 10. 0. 0. 140 eth0 0 10. 10. 0. 0/24 10. 0. 0. 0/24 10. 0. 0. 140 eth0 0 10. 0. 0. 140/32 0. 0. 0. 0/0 10. 0. 0. 140 eth0 0 127. 0. 0. 1/32 0. 0. 0. 0/0 127. 0. 0. 1 loop 0 =>ip rtdelete dst=10. 10. 0. 0/24 src=10. 0. 0. 0/24 gateway=10. 0. 0. 140 =>ip rtlist Destination Source Gateway Intf Mtrc 10. 0. 0. 0/24 10. 0. 0. 0/24 10. 0. 0. 140 eth0 0 10. 0. 0. 140/32 0. 0. 0. 0/0 10. 0. 0. 140 eth0 0 127. 0. 0. 1/32 0. 0. 0. 0/0 127. 0. 0. 1 loop 0 =>
RELATED COMMANDS: ip rtadd ip rtlist
Add a route to the routing table. Show current routing table.
3EC 16982 ACAA TCZZA
Edition 01
195 / 384
13 IP Commands
ip rtlist
Show current SpeedToucht routing table. SYNTAX:
ip rtlist
EXAMPLE OUTPUT:
=>ip rtlist Destination 10. 0. 0. 0/24 172. 16. 0. 5/32 0. 0. 0. 140/32 127. 0. 0. 1/32 10. 0. 0. 0/24 172. 16. 0. 0/24 => Source 10. 0. 0. 0/24 0. 0. 0. 0/0 0. 0. 0. 0/0 0. 0. 0. 0/0 0. 0. 0. 0/0 0. 0. 0. 0/0 Gateway 10. 0. 0. 140 172. 16. 0. 5 10. 0. 0. 140 127. 0. 0. 1 10. 0. 0. 140 172. 16. 0. 5 Intf eth0 cip1 eth0 loop eth0 cip1 Mtrc 0 0 0 0 0 1
RELATED COMMANDS: ip rtadd ip rtdelete
Add a route to the routing table. Remove a route from the routing table.
196 / 384
3EC 16982 ACAA TCZZA
Edition 01
13 IP Commands
ip sendto
Send UDP packets. SYNTAX:
ip sendto addr = <ip-address> [count = <number{1-1000000}>] [size = <number{1-20000}>] [interval = <number{100-1000000}>] [listen = <{off|on}>] [srcport = <number{1-65535}>] dstport = <number{1-65535}> The destination IP address. REQUIRED OPTIONAL OPTIONAL OPTIONAL
addr [count] [size] [interval]
[listen] [srcport] dstport
OPTIONAL OPTIONAL REQUIRED
EXAMPLE:
=>ip sendto addr=10. 0. 0. 148 listen=on srcport=19 dstport=1025 =>ip sendto addr=10. 0. 0. 148 listen=on srcport=19 dstport=1025 1 bytes from 10. 0. 0. 148:1025 41 A =>ip sendto addr=10. 0. 0. 148 count=3 listen=on srcport=19 dstport=1025 1 bytes from 10. 0. 0. 148:1025 41 A 1 bytes from 10. 0. 0. 148:1025 41 A 1 bytes from 10. 0. 0. 148:1025 41 A =>
RELATED COMMANDS: ip ping
Send ICMP ECHO_REQUEST packets.
3EC 16982 ACAA TCZZA
Edition 01
197 / 384
13 IP Commands
198 / 384
3EC 16982 ACAA TCZZA
Edition 01
14 IPoA Commands
14 IPoA Commands
ipoa ipoa ipoa ipoa ipoa ipoa ipoa ipoa (to access the IPoA level) flush ifadd ifattach ifconfig ifdelete ifdetach iflist
3EC 16982 ACAA TCZZA
Edition 01
199 / 384
14 IPoA Commands
ipoa flush
Flush complete Routed IPoA configuration. SYNTAX:
ipoa flush
RELATED COMMANDS: ipoa ifadd ipoa ifconfig ipoa ifdelete ipoa ifdetach ipoa iflist
Create a new Routed IPoA interface. Show current Routed IPoA interfaces.
200 / 384
3EC 16982 ACAA TCZZA
Edition 01
14 IPoA Commands
ipoa ifadd
Create a new Routed IPoA interface. SYNTAX:
ipoa ifadd [intf] [intf = <string>] [dest = <phonebook entry>] The name for the new Routed IPoA interface. In this case the name of the destination will double as interface name. [. . . ] All user and Service Provider specific settings and all saved configuration changes are lost after reboot. SYNTAX:
system reset no/yes no/yes = <{no|yes}> Proceed with resetting the SpeedToucht device to its factory default settings (yes) or not (no). By default the system reboot command is discarded in case of no explicit positive confirmation. REQUIRED
EXAMPLE:
=>system reset !! [. . . ]
DISCLAIMER TO DOWNLOAD THE USER GUIDE ALCATEL-LUCENT SPEEDTOUCH 610
Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual ALCATEL-LUCENT SPEEDTOUCH 610 will begin.