SpeedTouch™536 Residential ADSL Gateway CLI Reference Guide Release R5.3.
SpeedTouch™ 536 CLI Reference Guide R5.3.
Copyright Copyright ©1999-2005 THOMSON. All rights reserved. Passing on, and copying of this document, use and communication of its contents is not permitted without written authorization from THOMSON. The content of this document is furnished for informational use only, may be subject to change without notice, and should not be construed as a commitment by THOMSON. THOMSON assumes no responsibility or liability for any errors or inaccuracies that may appear in this document.
Contents Contents About this Document .................................................................................... 1 ADSL Commands........................................................................................... 3 adsl config..................................................................................................................................................... 4 adsl info...........................................................................................................
Contents atm oam vclb add....................................................................................................................................... 41 atm oam vclb del........................................................................................................................................ 42 atm oam vclb list ........................................................................................................................................ 43 atm phonebook add ...............
Contents connection flush ......................................................................................................................................... 83 connection info........................................................................................................................................... 84 connection list ............................................................................................................................................ 85 connection refresh .......
Contents dhcp server policy .................................................................................................................................... 126 dhcp server debug clear .......................................................................................................................... 127 dhcp server debug stats .......................................................................................................................... 128 dhcp server debug traceconfig ..............
Contents dns server debug stats............................................................................................................................. 169 dns server debug spoof clear.................................................................................................................. 170 dns server debug spoof getaddress ....................................................................................................... 171 dns server debug spoof getflags .............................
Contents dsd webfilter professional config ........................................................................................................... 211 dsd webfilter professional level add....................................................................................................... 212 dsd webfilter professional level delete................................................................................................... 213 dsd webfilter professional level flush...............................
Contents dyndns host list ........................................................................................................................................ 253 dyndns service list.................................................................................................................................... 254 dyndns service modify............................................................................................................................. 255 Env Commands .......................
Contents expr flush .................................................................................................................................................. 294 expr list...................................................................................................................................................... 295 expr modify...............................................................................................................................................
Contents hostmgr add ............................................................................................................................................. 342 hostmgr clear............................................................................................................................................ 344 hostmgr config ......................................................................................................................................... 345 hostmgr delete ..............
Contents ip iplist....................................................................................................................................................... 384 ip mcadd ................................................................................................................................................... 385 ip mcdelete ............................................................................................................................................... 386 ip mclist.......
Contents label chain flush ....................................................................................................................................... 428 label chain list........................................................................................................................................... 429 label rule add ............................................................................................................................................ 430 label rule delete ......
Contents nat mapadd............................................................................................................................................... 466 nat mapdelete........................................................................................................................................... 469 nat maplist ................................................................................................................................................ 470 nat tmpladd...............
Contents service host list......................................................................................................................................... 512 service host stats...................................................................................................................................... 513 service host triggerlist ............................................................................................................................. 514 service host rule add..........
Contents software deletepassive ............................................................................................................................ 549 software duplicate.................................................................................................................................... 550 software setpassive.................................................................................................................................. 551 software switch .........................
Contents Auto-PVC Module..................................................................................................................................... 592 Configuration Module.............................................................................................................................. 592 DHCP Client Module................................................................................................................................. 592 DHCP Relay Module ............................
Contents xvi E-DOC-CTC-20050531-0054 v1.
About this Document About this Document Introduction Welcome to the SpeedTouch™ Command Line Interface (CLI) Reference Guide! For the Service Provider, this Reference Guide aims to be a concise and practical document for creating a customized Service Template file, based on the SpeedTouch™ CLI command set, to be used by the end user to configure the SpeedTouch™ and computer(s).
About this Document Trademarks The following trademarks are used in this document: SpeedTouch™ is a trademark of THOMSON. Netscape and Netscape Navigator are registered trademarks of Netscape Communications Corporation. Windows and Internet Explorer are trademarks of Microsoft Corporation. Apple and MacOS are registered trademarks of Apple Computer Inc. UNIX is a registered trademark of UNIX System Laboratories, Inc. Ethernet is a trademark of Xerox Corporation.
ADSL Commands ADSL Commands Introduction This chapter describes the commands of the adsl command group. Contents This chapter covers the following commands: adsl config Show/set the Asymmetric Digital Subscriber Line (ADSL) configuration. 4 adsl info Display the ADSL statistics and information about the DSL line status. 5 E-DOC-CTC-20050531-0054 v1.
ADSL Commands adsl config Show/set the Asymmetric Digital Subscriber Line (ADSL) configuration. SYNTAX: adsl config [opermode = <{multimode | multi_adsl2 | multi_readsl2 | multi_adsl2plus}>] [trace = <{disabled | enabled}>] where: opermode The operational mode of the SpeedTouch™. Choose between: multimode multi_adsl2 multi_readsl2 multi_adsl2plus OPTIONAL The default is multi_adsl2plus. trace Enable or disable ADSL tracing. The default is enabled.
ADSL Commands adsl info Display the ADSL statistics and information about the DSL line status. Although the same command is used for both SpeedTouch™ ADSL/POTS and SpeedTouch™ ADSL/ISDN variants, the command features specific output parameters and counters per variant.
ADSL Commands 6 E-DOC-CTC-20050531-0054 v1.
ATM Commands ATM Commands Introduction This chapter describes the commands of the atm command group. Contents This chapter covers the following commands: atm flush Flush all Asynchronous Transfer Mode (ATM) interfaces. 9 atm ifadd Create a new ATM interface. 10 atm ifattach Attach a ATM interface. 11 atm ifconfig Configure an ATM interface. 12 atm ifdelete Delete an ATM interface. 14 atm ifdetach Detach an ATM interface. 15 atm iflist Display the ATM interfaces.
ATM Commands atm oam vclb add Create a loopback connection for VC. 41 atm oam vclb del Delete a loopback connection for VC. 42 atm oam vclb list List all VC loopback connections. 43 atm phonebook add Add a new phonebook entry. 44 atm phonebook autolist Show the auto PVCs. 45 atm phonebook delete Delete an existing phonebook entry. 46 atm phonebook flush Flush all the phonebook entries. 47 atm phonebook list Display the current phonebook. 48 atm qosbook add Add a new QoS book entry.
ATM Commands atm flush Flush all Asynchronous Transfer Mode (ATM) interfaces. SYNTAX: atm flush E-DOC-CTC-20050531-0054 v1.
ATM Commands atm ifadd Create a new ATM interface. SYNTAX: atm ifadd intf = where: intf REQUIRED The name for the new ATM interface. Note If not specified, the destination parameter must be specified. In this case the name of the destination will double as interface name.
ATM Commands atm ifattach Attach a ATM interface. SYNTAX: atm ifattach intf = where: intf The name of the ATM interface to be attached.
ATM Commands atm ifconfig Configure an ATM interface. The interface to be configured must not be connected at the time of configuration. If this should be the case, use the command :atm ifdetach before using the command :atm ifconfig. SYNTAX: atm ifconfig intf = [dest = ] [qos = ] [encaps = <{llc | vcmux}>] [retry = ] [fcs = <{disabled | enabled | auto}>] [ulp = <{ip | mac | ppp}>] where: intf The name of the ATM interface to be configured.
ATM Commands EXAMPLE: =>atm iflist atm_0_35 : dest : atm_pvc_0_35 Retry : 10 QoS : default Encaps : llc Fcs : disabled Ulp : mac Connection State : connected atm_8_35 : dest : atm_pvc_8_35 Retry : 10 QoS : default Encaps : llc Fcs : disabled Ulp : mac Connection State : not-connected => =>atm ifconfig intf=atm_8_35 dest=atm_pvc_8_35 encaps=vcmux ulp=ppp => =>atm iflist atm_0_35 : dest : atm_pvc_0_35 Retry : 10 QoS : default Encaps : llc Fcs : disabled Ulp : mac Connection State : connected atm_8_35 : de
ATM Commands atm ifdelete Delete an ATM interface. SYNTAX: atm ifdelete intf = where: intf The name of the ATM interface to be deleted.
ATM Commands atm ifdetach Detach an ATM interface. SYNTAX: atm ifdetach intf = where: intf The name of the ATM interface to be detached.
ATM Commands atm iflist Display the ATM interfaces. SYNTAX: atm iflist [intf = ] where: intf The name of the ATM interface to be shown. Note OPTIONAL If not specified, all the ATM interfaces are shown.
ATM Commands atm bundle add Add a new bundle of interfaces. SYNTAX: atm bundle add name = where: name The name of the new bundle. REQUIRED EXAMPLE: =>atm bundle add name=myBundle =>atm bundle list myBundle: Connection state : not-connected Retry: 10 Policy: priority Propagate: disabled TX requested bytes: 0 requested frames: 0 TX bytes: 0 frames: 0 RX bytes: 0 frames: 0 => RELATED COMMANDS: atm bundle delete Delete a bundle of interfaces. atm bundle list Display the current bundles.
ATM Commands atm bundle attach Attach a bundle of interfaces. SYNTAX: atm bundle attach name = where: name The name of the bundle to be attached. REQUIRED EXAMPLE: =>atm bundle attach name=myBundle =>atm bundle list myBundle: Connection state : connected Retry: 10 TX requested bytes: 0 TX bytes: 0 RX bytes: 0 => Policy: priority Propagate: disabled requested frames: 0 frames: 0 frames: 0 RELATED COMMANDS: atm bundle detach 18 Detach a bundle of interfaces. E-DOC-CTC-20050531-0054 v1.
ATM Commands atm bundle config Modify a bundle of interfaces. The bundle of interfaces to be configured must not be connected at the time of configuration. If this should be the case, use the command :atm bundle detach before using the command :atm bundle config. SYNTAX: atm bundle config name = [policy = <{priority | connection}>] [propagate = <{disabled | enabled}>] [retry = ] where: name The name of the bundle to be configured.
ATM Commands atm bundle clear Clear the bundle statistics. SYNTAX: atm bundle clear [name = ] where: name The name of the bundle for which the statistics must be cleared. Note 20 OPTIONAL If not specified, the statistics for all the bundles will be cleared. E-DOC-CTC-20050531-0054 v1.
ATM Commands atm bundle delete Delete a bundle of interfaces. SYNTAX: atm bundle delete name = where: name The name of the bundle to be deleted. REQUIRED RELATED COMMANDS: atm bundle add Add a new bundle of interfaces. atm bundle list Display the current bundles. E-DOC-CTC-20050531-0054 v1.
ATM Commands atm bundle detach Detach a bundle of interfaces. SYNTAX: atm bundle detach intf = where: intf The name of the bundle to be detached. REQUIRED RELATED COMMANDS: atm bundle attach 22 Attach a bundle of interfaces. E-DOC-CTC-20050531-0054 v1.
ATM Commands atm bundle flush Flush all bundles. SYNTAX: atm bundle flush E-DOC-CTC-20050531-0054 v1.
ATM Commands atm bundle ifadd Add an interface on a bundle. Up to 8 interfaces or (sub-)bundles can be added to one bundle. SYNTAX: atm bundle ifadd name = intf = [index = ] where: name The name of the bundle to which an ATM interface must be added. REQUIRED intf The name of the ATM interface to be added. REQUIRED index A number between 0 and 6. Represents the index of the ATM interface.
ATM Commands atm bundle ifconfig Configure an interface from a bundle. The interface to be configured must not be connected at the time of configuration. If this should be the case, use the command :atm bundle ifdetach before using the command :atm bundle ifconfig. SYNTAX: atm bundle ifconfig name = intf = [state = <{disabled | enabled}>] [low = ] [high = ] where: name The name of the bundle from which an ATM interface must be configured.
ATM Commands atm bundle ifdelete Remove an interface from a bundle. SYNTAX: atm bundle ifdelete name = intf = where: name The name of the bundle from which an ATM interface must be removed. REQUIRED intf The name of the ATM interface to be removed.
ATM Commands atm bundle list Display the current bundles. SYNTAX: atm bundle list EXAMPLE: =>atm bundle list Test : Connection state : not-connected Retry: 10 Policy: priority TX requested bytes: 0 requested frames: 0 TX bytes: 0 frames: 0 RX bytes: 0 frames: 0 Interface: Test State: enabled Selector: 0-15 TX bytes: 0 frames: 0 RX bytes: 0 frames: 0 RX discarded bytes: 0 discarded frames: 0 Disconnects: 0 => RELATED COMMANDS: atm bundle add Add a new bundle of interfaces.
ATM Commands atm cac config Configure the ATM connection admission control. SYNTAX: atm cac config config port = <{dsl0|dsl1|atm2|atm3|aal5|atm5} or number> state = <{disabled|enabled}> where: config port The port for which CAC is configured. REQUIRED state Enable/disable CAC for an ATM port. REQUIRED EXAMPLE: {Administrator}=>atm cac config port = dsl0 state = enabled :atm cac config port=dsl0 state=enabled {Administrator}=> RELATED COMMANDS: atm cac list Display all the CAC parameters.
ATM Commands atm cac list Display all the CAC parameters. SYNTAX: atm cac list EXAMPLE: {Administrator}[atm cac]=>list CAC: port: dsl0 state: enabled CAC: port: dsl1 state: enabled CAC: port: atm2 state: enabled CAC: port: aal5 state: disabled CAC: port: atm5 state: disabled Overbooking: realtime: 0% non-realtime: 0%. {Administrator}[atm cac]=> RELATED COMMANDS: atm cac config Configure the ATM connection admission control. atm cac overbooking Configure ATM overbooking parameters.
ATM Commands atm cac overbooking Configure ATM overbooking parameters. SYNTAX: atm cac overbooking rt = nrt = where: rt A number between 0 and 1000. The realtime overbooking percentage. REQUIRED nrt A number between 0 and 1000. The non-realtime overbooking percentage.
ATM Commands atm debug aal5stats Display ATM Adaptation Layer 5 (AAL5) port specific ATM statistics. SYNTAX: atm debug aal5stats port = <{dsl0} or number> vpi = [vci = ] [clear = <{disabled | enabled}>] where: port The port number for which statistics will be retrieved. Choose between: REQUIRED DSL0 Or specify a port number (dsl0 has port number 0). vpi A number between 0 and 15.
ATM Commands atm debug gstats Display ATM global statistics. SYNTAX: atm debug gstats [clear = <{disabled | enabled}>] where: clear Enable or disable clearing of the statistics after request. OPTIONAL EXAMPLE: {admin}[atm debug]=>gstats # of received octets = 1802. # of transmitted octets = 4346. # of received cells = 34. # of transmitted cells = 82. # of unknown cells = 0. # of errors on the input = 0. # of errors on output = 0.
ATM Commands atm debug portstats Display port specific ATM statistics. SYNTAX: atm debug portstats port = <{dsl0} or number> [clear = <{disabled | enabled}>] where: port The port number for which statistics will be retrieved. Choose between: REQUIRED DSL0 Or specify a port number (dsl0 has port number 0). clear Enable or disable clearing of the statistics after request. OPTIONAL EXAMPLE: =>atm debug portstats port=dsl0 # of received octets = 1961. # of transmitted octets = 4717.
ATM Commands atm oam config Modify the ATM Operation and Maintenance (OAM) settings. SYNTAX: atm oam config [clp = ] [loopbackid = ] where: clp A number (0 or 1). Represents the Cell Loss Priority (CLP) bit value of the OAM cells. The default is 1. OPTIONAL loopbackid A hexadecimal string. Represents the loopback ID for processing of segment loopback cells. The default is 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a.
ATM Commands atm oam list Display the ATM OAM settings. SYNTAX: atm oam list EXAMPLE: =>atm oam list OAM config dump ------------------CLP bit value : 1 Loopback id : 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a 6a OAM data blocking mode -------------------------Port dsl0: blocking Port dsl1: blocking Port atm2: blocking Port atm3: blocking Port aal5: blocking Port atm5: blocking => RELATED COMMANDS: atm oam config Modify the ATM Operation and Maintenance (OAM) settings.
ATM Commands atm oam modify Modify the ATM OAM data blocking mode. SYNTAX: atm oam modify port = <{dsl0} or number> blocking = <{disabled | enabled}> where: port The port for which OAM blocking is configured. Choose between: REQUIRED DSL0 Or specify a port number (dsl0 has port number 0). blocking Enable or disable the OAM data blocking mode on this port. The default is enabled.
ATM Commands atm oam ping Send ATM loopback cells. SYNTAX: atm oam ping dest = [count = ] [interval = ] where: dest The destination address for the request. This can be any ATM phonebook entry. REQUIRED count A number between 1 and 1000000. Represents the number of pings to send. OPTIONAL interval A number between 100 and 1000000 (milliseconds). Represents the interval between packets.
ATM Commands atm oam cc list Display Continuity Check (CC) configuration. SYNTAX: atm oam cc list EXAMPLE: =>atm oam cclist PORT = 0 VPI = 15 VCI = 16 End2End Mode = Auto Segment Mode = Auto PORT = 0 VPI = 0 VCI = 35 End2End Mode = Auto Segment Mode = Auto PORT = 0 VPI = 8 VCI = 35 End2End Mode = Auto Segment Mode = Auto PORT = 0 VPI = 0 VCI = 16 End2End Mode = Auto Segment Mode = Auto => RELATED COMMANDS: atm oam cc modify Modify CC on the connection.
ATM Commands atm oam cc modify Modify CC on the connection. SYNTAX: atm oam modify port = <{dsl0} or number> vpi = [vci = ] [transmit = <{disabled | enabled}>] [receive = <{disabled | enabled}>] [auto = <{disabled | enabled}>] [span = <{segment | end2end}>] where: port The ATM port number. Choose between: REQUIRED DSL0 Or specify a port number (dsl0 has port number 0). vpi A number between 0 and 15. Represents the VPI. REQUIRED vci A number between 0 and 511.
ATM Commands atm oam cc send Send CC activate/deactivate to connection. SYNTAX: atm oam cc send port = <{dsl0} or number> vpi = [vci = ] [span = <{segment | end2end}>] [action = <{activate | deactivate}>] [direction = <{source | sink | both}>] where: port The ATM port number. Choose between: REQUIRED DSL0. Or specify a port number (dsl0 has port number 0). vpi A number between 0 and 15. Represents the VPI. REQUIRED vci A number between 0 and 511.
ATM Commands atm oam vclb add Create a loopback connection for VC. SYNTAX: atm oam vclb add port = <{dsl0} or number> vpi = [vci = ] where: port The ATM port number. Choose between: REQUIRED DSL0 Or specify a port number (dsl0 has port number 0). vpi A number between 0 and 15. Represents the VPI. REQUIRED vci A number between 0 and 511. Represents the VCI. OPTIONAL Note For a VP cross-connection, use 0 or do not specify.
ATM Commands atm oam vclb del Delete a loopback connection for VC. SYNTAX: atm oam vclb del port = <{dsl0} or number> vpi = [vci = ] where: port The ATM port number. Choose between: REQUIRED DSL0 Or specify a port number (dsl0 has port number 0). vpi A number between 0 and 15. Represents the VPI. REQUIRED vci A number between 0 and 511. Represents the VCI. OPTIONAL Note For a VP cross-connection, use 0 or do not specify.
ATM Commands atm oam vclb list List all VC loopback connections. SYNTAX: atm oam vclb list EXAMPLE: =>atm oam vclb list PORT = 0 VPI = 0 VCI = PORT = 1 VPI = 0 VCI = => 36 37 RELATED COMMANDS: atm oam vclb add Create a loopback connection for VC. atm oam vclb del Delete a loopback connection for VC. E-DOC-CTC-20050531-0054 v1.
ATM Commands atm phonebook add Add a new phonebook entry. SYNTAX: atm phonebook add name = addr = where: name addr The name of the new phonebook entry.
ATM Commands atm phonebook autolist Show the auto PVCs. Auto PVCs are only shown if they are supported by the Central Office DSLAM. SYNTAX: atm phonebook autolist EXAMPLE: =>atm phonebook autolist 8.35 => RELATED COMMANDS: atm phonebook list E-DOC-CTC-20050531-0054 v1.0 Display the current phonebook.
ATM Commands atm phonebook delete Delete an existing phonebook entry. This command is only applicable for phonebook entries that are not used (in other words, not configured for any packet service). SYNTAX: atm phonebook delete name = where: name The name of the phonebook entry to be deleted. Tip REQUIRED Use the command :atm phonebook list to check whether the entry is in use (Use=1) or not (Use=0). EXAMPLE: =>atm phonebook list Name Use Address atm_pvc_0_35 1 0.35 RtPPPoA 0 8.
ATM Commands atm phonebook flush Flush all the phonebook entries. 1. Phonebook entries that are in use, cannot be flushed. 2. This command does not impact previously saved configurations. SYNTAX: atm phonebook flush EXAMPLE: =>atm phonebook list Name Use Address atm_pvc_0_35 1 0.35 RtPPPoA 0 8.35 => =>atm phonebook flush Some phonebook entries are still in use. Entries that are in use cannot be deleted. => =>atm phonebook list Name Use Address atm_pvc_0_35 1 0.35 => E-DOC-CTC-20050531-0054 v1.
ATM Commands atm phonebook list Display the current phonebook. SYNTAX: atm phonebook list EXAMPLE: =>atm phonebook list Name Use Address atm_pvc_0_35 1 0.35 RtPPPoA 0 8.35 => RELATED COMMANDS: atm phonebook add Add a new phonebook entry. atm phonebook autolist Show the auto PVCs. atm phonebook delete Delete an existing phonebook entry. 48 E-DOC-CTC-20050531-0054 v1.
ATM Commands atm qosbook add Add a new QoS book entry. SYNTAX: atm qosbook add name = [txctd = ] [rxctd = ] where: name The name of the new QoS entry. REQUIRED txctd The name of the Conformance Traffic Descriptor (CTD) for the transmit (upstream) direction. OPTIONAL rxctd The name of the CTD for the receive (downstream) direction.
ATM Commands atm qosbook config Modify the QoS book configuration. SYNTAX: atm qosbook config [format = <{bytes | cells}>] where: format The input/output format of the QoS book. Choose between: OPTIONAL bytes: the output is shown in Kbits or bytes. cells: the output is shown in cps or cells. The default is bytes.
ATM Commands atm qosbook ctdadd Add a Connection Traffic Descriptor (CTD). SYNTAX: atm qosbook ctdadd name = conformance = <{UBR | CBR | VBR }> [peakrate = ] [sustrate = ] [realtime = <{enabled | disabled}>] where: name The name of the new CTD. REQUIRED conformance The ATM service conformance definition. REQUIRED peakrate A number between 0 and 27786. Represents the peak rate (in kilobits per second).
ATM Commands IMPORTANT NOTE: The SpeedTouch™ always rounds up specified burst sizes to a multiple of 48 bytes (a multiple of ATM cells). Example: In the example below a burst size of 100 bytes is specified (maxburst=100). The SpeedTouch™ will round up the burst size to the closest matching multiple of 48 bytes, as can be seen when displaying the profile via the command :atm qosbook ctdlist (burst=144).
ATM Commands atm qosbook ctddelete Delete a CTD. SYNTAX: atm qosbook ctddelete name = [force = <{disabled | enabled}>] where: name The name of the CTD entry to be deleted. REQUIRED force Enable or disable to force delete the entry even when it is still in use. The default is disabled.
ATM Commands atm qosbook ctdlist Display all CTDs. SYNTAX: atm qosbook ctdlist EXAMPLE: =>atm qosbook ctdlist Name Ref Conf Peak (Kbits) default 2 High 0 => UBR CBR Sust (Kbits) linerate 0 27786 0 Burst (bytes) Minrate (Kbits) Frame (bytes) Cdvt RT FD 0 0 0 0 0 0 0 0 disabled disabled disabled disabled RELATED COMMANDS: atm qosbook ctdadd Add a Connection Traffic Descriptor (CTD). atm qosbook ctddelete Delete a CTD. 54 E-DOC-CTC-20050531-0054 v1.
ATM Commands atm qosbook delete Delete a QoS book entry. SYNTAX: atm qosbook delete name = [force = <{disabled | enabled}>] where: name The name of the QoS book entry to be deleted. REQUIRED force Enable or disable to force delete the entry even when it is still in use. The default is disabled.
ATM Commands atm qosbook flush Flush all the QoS book entries. The flush command does not impact previously saved configurations. SYNTAX: atm qosbook flush 56 E-DOC-CTC-20050531-0054 v1.
ATM Commands atm qosbook list Display the QoS book. SYNTAX: atm qosbook list EXAMPLE: =>atm qosbook list Name Ref Type default 3 TestVBR 0 => TX peak (Kbits) ubr linerate vbr-nrt 1500 sust (Kbits) 0 1000 burst (bytes) 0 144 RX peak (Kbits) linerate 1500 sust (Kbits) 0 1000 burst (bytes) 0 144 framediscard disabled enabled RELATED COMMANDS: atm qosbook add Add a new QoS book entry. atm qosbook delete Delete a QoS book entry. E-DOC-CTC-20050531-0054 v1.
ATM Commands 58 E-DOC-CTC-20050531-0054 v1.
AutoPVC Commands AutoPVC Commands Introduction This chapter describes the commands of the autopvc command group. Contents This chapter covers the following commands: autopvc config Configure autopvc. 60 autopvc list Show the retrieved information. 61 E-DOC-CTC-20050531-0054 v1.
AutoPVC Commands autopvc config Configure autopvc. SYNTAX: autopvc config [mode = <{pseudo | passive | active}>] [type = <{bridge | pppoerelay | ipoa | ethoa | pppoa | pppoe}>] [overwrite = <{disabled | enabled}>] [peakrate = ] where: mode Select the autopvc mode: OPTIONAL pseudo: only pseudo-ILMI (VP/VC 15/16) is enabled.
AutoPVC Commands autopvc list Show the retrieved information. SYNTAX: autopvc list [table = <{Port | AtmLayer | Vpc | Vcc | Address | AddressRegistrationAdmin | AtmServiceType | AtmServiceConnectionInfo | AAL1Profile | | AAL34Profile | AAL5Profile | AAL2CommonProfile | AAL2TrunkingProfile | AAL2LESProfile | AtmServiceConnInfoExtension | | AtmServiceTypeExtension | AAL5ProfileExtension}>] where: table Select the autopvc table for which the information must be shown.
AutoPVC Commands 62 E-DOC-CTC-20050531-0054 v1.
Config Commands Config Commands Introduction This chapter describes the commands of the config command group. Contents This chapter covers the following commands: config delete Delete a user configuration file. 64 config dump Show the saved configuration file. 65 config flush Flush the loaded configuration. 66 config list Show the current configuration set. 67 config load Load complete saved (backup) or default configuration file.
Config Commands config delete Delete a user configuration file. SYNTAX: config delete [filename = ] where: filename Name of the user configuration file to be deleted. Note OPTIONAL If not specified, all the user configuration files that were saved in the SpeedTouch™ permanent storage will be deleted. RELATED COMMANDS: config dump 64 Show the saved configuration file. E-DOC-CTC-20050531-0054 v1.
Config Commands config dump Show the saved configuration file. SYNTAX: config dump RELATED COMMANDS: config delete E-DOC-CTC-20050531-0054 v1.0 Delete a user configuration file.
Config Commands config flush Flush the loaded configuration. 1. This flush command combines all the possible flush commands. 2. This command does not affect saved configurations. SYNTAX: config flush [flush_ip = <{disabled | enabled}>] where: flush_ip Flush IP settings (enabled) or not (disabled). The default is disabled. Note 66 OPTIONAL Not keeping the IP settings could cause lost IP connectivity in the LAN. E-DOC-CTC-20050531-0054 v1.
Config Commands config list Show the current configuration set. SYNTAX: config list [templates = <{disabled | enabled}>] where: templates List the template files (disabled) or not (enabled). The default is disabled. OPTIONAL RELATED COMMANDS: config load Load complete saved (backup) or default configuration file. config save Store the current configuration in a backup file. E-DOC-CTC-20050531-0054 v1.
Config Commands config load Load complete saved (backup) or default configuration file. Use the command :config flush before loading a configuration file. SYNTAX: config load [load_ip = <{disabled | enabled}>] [defaults = <{enabled | disabled}>] [flush = <{enabled | disabled}>] [echo = <{disabled | enabled}>] [filename = ] where: load_ip Note defaults OPTIONAL Load IP settings (enabled) or not (disabled). Not keeping the IP settings could cause lost IP connectivity in the LAN.
Config Commands config save Store the current configuration in a backup file. All the existing configurations and modifications entered by the user are saved. The backup file is saved in the SpeedTouch™ permanent storage. This file can be downloaded via the SpeedTouch™ web pages or via an FTP session. SYNTAX: config save filename = where: filename The filename for the backup file of the current configuration. REQUIRED RELATED COMMANDS: config list Show the current configuration set.
Config Commands 70 E-DOC-CTC-20050531-0054 v1.
Connection Commands Connection Commands Introduction This chapter describes the commands of the connection command group. Contents This chapter covers the following commands: connection appconfig Configure the available CONN/NAT application helpers. 72 connection appinfo Display CONN/NAT application specific info. 74 connection applist List the available CONN/NAT application helpers. 75 connection bind Create a new CONN/NAT application helper/port binding.
Connection Commands connection appconfig Configure the available CONN/NAT application helpers. SYNTAX: connection appconfig application = [trace = <{disabled | enabled}>] [timeout = ] [floating = <{disabled | enabled}>] [tracelevel = ] where: application REQUIRED The name of a CONN/NAT application helper. Tip Use the command :connection applist to obtain a list of CONN/NAT application helpers. trace Enable or disable CONN/NAT application helper traces.
Connection Commands RELATED COMMANDS: connection appinfo Display CONN/NAT application specific info. connection applist List the available CONN/NAT application helpers. E-DOC-CTC-20050531-0054 v1.
Connection Commands connection appinfo Display CONN/NAT application specific info. SYNTAX: connection appinfo application = <{string}> where: application REQUIRED The name of a CONN/NAT application helper. Tip Use the command :connection applist to obtain a list of CONN/NAT application helpers. EXAMPLE: =>connection appinfo application=SIP SIP ALG session SIPALG: pool=138, in use=0, bottom=138 => RELATED COMMANDS: connection appconfig Configure the available CONN/NAT application helpers.
Connection Commands connection applist List the available CONN/NAT application helpers.
Connection Commands connection bind Create a new CONN/NAT application helper/port binding. SYNTAX: connection bind application = port = where: application Tip port REQUIRED The name of a CONN/NAT application helper. Use the command :connection applist to obtain a list of CONN/NAT application helpers. The port number or port range this application handler should work on. REQUIRED EXAMPLE: =>connection Application JABBER JABBER FTP IRC ...
Connection Commands connection bindlist List the current CONN/NAT application helper/port bindings.
Connection Commands connection clean Clean the connection database by forcing timeouts. SYNTAX: connection clean [level = ] where: level A number between 0 and 9. Represents the desired scrubbing level. The default is ... . OPTIONAL EXAMPLE: =>connection list ID proto state ------ ----8 tcp ACTIVE INIT: 16 192.168. RESP: 17 192.168. 34 tcp ACTIVE INIT: 68 192.168. RESP: 69 192.168. =>connection clean =>connection list ID proto state ------ ----8 tcp ACTIVE INIT: 16 192.168. RESP: 17 192.
Connection Commands connection clear Kill all the connections. SYNTAX: connection clear EXAMPLE: =>connection clear Connection to host lost. E-DOC-CTC-20050531-0054 v1.
Connection Commands connection config Configure the connection handling. SYNTAX: connection config [configchangemode = <{immediate | delayed}>] [probes = <{disabled | enabled}>] [udptrackmode = <{strict | loose}>] where: configchangemode Select how configuration changes are handled. Choose between: immediate delayed. OPTIONAL The default is immediate. probes Enable or disable live probes on idle connections. The default is disabled.
Connection Commands connection debug The connection debug commands SYNTAX: connection debug [trace = <{disabled|enabled}>] where: trace Enable or disable traces. The default is disabled. OPTIONAL EXAMPLE: =>connection debug connection traces : disabled => =>connection debug trace enabled => =>connection debug connection traces : enabled => E-DOC-CTC-20050531-0054 v1.
Connection Commands connection describe Describe the streams of a connection. SYNTAX: connection describe [id = ] where: id A number between 0 and 2048. Represents the ID of the connection to be described. Note If not specified, the connection with ID 0 will be described. Tip Use the command :connection list to obtain the IDs of the different connections.
Connection Commands connection flush Flush the current connection configuration. SYNTAX: connection flush E-DOC-CTC-20050531-0054 v1.
Connection Commands connection info Show all the registered modules with some info. SYNTAX: connection info EXAMPLE: =>connection info Registered connection modules : - Module : FW, holds private data (F:10264 S:6592). - Module : IDS, holds private data (F:0 S:0). - Module : NAT, holds private data (F:0 S:0). Registered stream modules : - Module : ROUTING, holds private data (F:10199 S:6657). - Module : LABEL, holds private data (F:22546 S:19870). - Module : IPQOS, holds private data (F:10202 S:6653).
Connection Commands connection list Display the currently known connections. SYNTAX: connection list [nr = ] where: nr OPTIONAL A number between 1 and 2048. Represents the number of connections to be displayed. Note If not specified, all the connections will be displayed. EXAMPLE: =>connection list ID proto state ------ ----58 tcp ACTIVE INIT: 116 10. RESP: 117 10. => E-DOC-CTC-20050531-0054 v1.0 0. 0.
Connection Commands connection refresh Invalidate all the cached decisions. SYNTAX: connection refresh 86 E-DOC-CTC-20050531-0054 v1.
Connection Commands connection stats Display the connection and stream statistics.
Connection Commands connection timerclear Clear the connection timeout to default. SYNTAX: connection timerclear [timer = <{tcpidle|tcpneg|tcpkill|udpidle|udpkill| icmpkill|ipidle|ipkill}>] where: timer The name of the connection idle timer to be reset. Note REQUIRED If not specified, all the timers will be reset to their default values.
Connection Commands connection timerconfig Configure the connection timeout handling. SYNTAX: connection timerconfig [timer = <{tcpidle|tcpneg|tcpkill|udpidle|udpkill| icmpkill|ipidle|ipkill}>] [value = ] where: timer value The name of the connection idle timer ot be configured. Choose between: tcpidle tcpneg tcpkill udpidle udpkill icmpkill ipidle ipkill A number between 0 and 86400 (seconds). Represents the timer expire value.
Connection Commands connection unbind Delete an existing CONN/NAT application helper/port binding. SYNTAX: connection unbind application = port = where: application Tip port REQUIRED The name of a CONN/NAT application helper. Use the command :connection applist to obtain a list of CONN/NAT application helpers. The port number or port range this application handler should work on. REQUIRED EXAMPLE: =>connection Application IRC JABBER JABBER FTP IRC ...
CWMP Commands CWMP Commands Introduction This chapter describes the commands of the cwmp (CPE WAN Management Protocol) command group. Contents This chapter covers the following commands: cwmp config Configure the cwmpd as seen from the ACS. 92 cwmp traceconfig Enable or disable tracing. 94 cwmp server config Configure the cwmpd as seen from the ACS. 95 E-DOC-CTC-20050531-0054 v1.
CWMP Commands cwmp config Configure the cwmpd as seen from the ACS. SYNTAX: cwmp config [state = <{disabled|enabled}>] [mode = <{readonly|full}>] [periodicInform = <{disabled|enabled}>] [periodicInfInt = ] [maxEnvelopes = ] [connectionRequest = <{disabled|enabled}>] [connectionReqPath = ] [connectionReqUserName = ] [connectionReqPsswd = ] [connectionReqAuth = <{none|basic|digest}>] where: state The state of the cwmp daemon.
CWMP Commands connectionReqPsswd Set the password the ACS must use to log in. OPTIONAL connectionReqAuth Set the digest authentication flag of the cwmp daemon. Choose between: OPTIONAL enabled disabled. The default is enabled.
CWMP Commands cwmp traceconfig Enable or disable tracing.
CWMP Commands cwmp server config Configure the cwmpd as seen from the ACS. SYNTAX: cwmp server config [address = ] [port = ] [path = ] [username = ] [password = ] [intf = ] where: address Set the IP address of the ACS server. OPTIONAL port Set the port of the ACS server. The default is 7002. OPTIONAL path Set the path of URL used to contact the ACS server. OPTIONAL username Set the username for ACS Digest Authentication.
CWMP Commands 96 E-DOC-CTC-20050531-0054 v1.
Debug Commands Debug Commands Introduction This chapter describes the commands of the debug command group. Contents This chapter covers the following commands: debug exec E-DOC-CTC-20050531-0054 v1.0 Execute a 'Trace & Debug' command.
Debug Commands debug exec Execute a 'Trace & Debug' command. ! This command is for qualified personnel only. SYNTAX: debug exec cmd = where: cmd 98 A quoted 'Trace & Debug' command string. REQUIRED E-DOC-CTC-20050531-0054 v1.
DHCP Commands DHCP Commands Introduction This chapter describes the commands of the Dynamic Host Configuration Protocol (DHCP) command group. Contents This chapter covers the following commands: dhcp client flush Delete all the DHCP leases attached to dynamic interfaces. 101 dhcp client ifadd Create a DHCP lease for a specific interface. 102 dhcp client ifattach Attach a DHCP lease to a dynamic interface. 103 dhcp client ifconfig Configure a DHCP lease created for a specific interface.
DHCP Commands dhcp server option instadd Add a DHCP server option instance. 137 dhcp server option instdelete Delete a DHCP server option instance. 138 dhcp server option instlist List all the DHCP server option instances. 139 dhcp server option tmpladd Add a DHCP server option template. 140 dhcp server option tmpldelete Delete a DHCP server option template. 141 dhcp server option tmpllist List all the DHCP server option templates. 142 dhcp server pool add Add a DHCP server pool.
DHCP Commands dhcp client flush Delete all the DHCP leases attached to dynamic interfaces. The flush command does not impact previously saved configurations. SYNTAX: dhcp client flush E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp client ifadd Create a DHCP lease for a specific interface. SYNTAX: dhcp client ifadd intf = where: intf The name of the dynamic interface for which a DHCP lease must be created. REQUIRED EXAMPLE: =>dhcp client iflist No dynamic interfaces defined. =>dhcp client ifadd intf=myPPP_ppp [dhcp client]=>iflist myPPP_ppp : [INIT] flags = uc dns rt IP address : 0.0.0.0 HW address [SpeedTouch] : 00 DHCP server: 255.255.255.
DHCP Commands dhcp client ifattach Attach a DHCP lease to a dynamic interface. SYNTAX: dhcp client ifattach intf = where: intf The name of the dynamic interface. REQUIRED EXAMPLE: =>dhcp client iflist myPPP_ppp : [INIT] flags = bc dns rt IP address : 0.0.0.0 HW address [SpeedTouch] : 00 DHCP server: 255.255.255.
DHCP Commands dhcp client ifconfig Configure a DHCP lease created for a specific interface. Use the command :dhcp client ifrelease before configuring the dhcp client.
DHCP Commands EXAMPLE: =>dhcp client iflist myPPP_ppp : [SELECTING] flags = bc dns rt IP address : 0.0.0.0 HW address [SpeedTouch] : 00 DHCP server: 255.255.255.255 metric : rt = 1, DNS = 1 trying to get a lease for 1 sec transmission of DISCOVER in 0 sec retransmission timeout: 4 nbr of retransmissions: 2 Number of leases: 1 Total size of table: 36, in use: 1, free: 97 % =>dhcp client ifconfig intf=myPPP_ppp clientid=myClientID hostname=myHostName userid=myUserID addr =10.0.0.
DHCP Commands dhcp client ifdelete Delete a DHCP lease attached to a dynamic interface. SYNTAX: dhcp client ifdelete intf = where: intf The name of the dynamic interface for which the DHCP lease must be deleted. REQUIRED EXAMPLE: =>dhcp client iflist myPPP_ppp : [INIT] flags = bc dns rt IP address : 10.0.0.1 HW address [SpeedTouch] : 00:90:d0:01:47:f1 DHCP server: 10.10.1.
DHCP Commands dhcp client iflist List all the DHCP leases attached to dynamic interfaces. SYNTAX: dhcp client iflist EXAMPLE: =>dhcp client iflist myPPP_ppp : [INIT] flags = bc dns rt IP address : 10.0.0.1 HW address [SpeedTouch] : 00:90:d0:01:47:f1 DHCP server: 10.10.1.
DHCP Commands dhcp client ifrelease Release a DHCP lease attached to a dynamic interface. SYNTAX: dhcp client ifrelease intf = where: intf The name of the dynamic interface for which the DHCP lease must be released. REQUIRED EXAMPLE 1: =>dhcp client iflist NewETHoA : [SELECTING] flags= uc IP address : 10.0.0.10 HW address : 00:90:d0:01:47:de DHCP server : 255.255.255.255 hostname : NewLease req.
DHCP Commands EXAMPLE 2: The SpeedTouch™ is configured as DHCP client disabled its Ethernet interface eth0. =>dhcp client iflist eth0 : [BOUND] flags= uc IP address : 10.0.0.3 HW address : 00:90:d0:01:47:f1 DHCP server : 10.10.1.
DHCP Commands dhcp client ifrenew Renew the DHCP lease of a dynamic interface. SYNTAX: dhcp client ifrenew intf = where: intf The name of the dynamic interface for which the DHCP lease must be renewed. REQUIRED EXAMPLE 1: =>dhcp client iflist NewETHoA : [BOUND] flags= uc IP address : 10.0.0.10 HW address : 00:90:d0:01:47:f1 DHCP server : 255.255.255.255 hostname : NewLease req.
DHCP Commands EXAMPLE 2: The SpeedTouch™ is configured as DHCP client disabled its Ethernet interface eth0.
DHCP Commands dhcp client debug clear Clear the DHCP client statistics.
DHCP Commands dhcp client debug stats Print the DHCP client statistics.
DHCP Commands dhcp client debug traceconfig Modify the DHCP client trace configuration. SYNTAX: dhcp client debug traceconfig [state = <{disabled | enabled}>] where: state Enable or disable tracing. The default is disabled. OPTIONAL EXAMPLE: =>dhcp client debug traceconfig tracing: disabled =>dhcp client debug traceconfig trace=enabled =>dhcp client debug traceconfig tracing: enabled => 114 E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp relay add Add a DHCP server to the DHCP server list. SYNTAX: dhcp relay add addr = [intf = ] [giaddr = ] where: addr The IP address of the DHCP server. REQUIRED intf The name of the relay interface. OPTIONAL Note giaddr Use none to indicate that no interface is specified. The giaddr field to be used in relayed DHCP packets. OPTIONAL RELATED COMMANDS: dhcp relay delete Delete a DHCP server from the DHCP server list.
DHCP Commands dhcp relay config Set the DHCP relay configuration settings. SYNTAX: dhcp relay config [agentinfo = <{disabled | enabled}>] [agentmismatch = <{disabled | enabled}>] where: agentinfo Set the relay agent info status (RFC3046) enabled or disabled. The default is disabled. OPTIONAL agentmismatch Forward/drop DHCP reply packet when a relay agent info mismatch is detected (RFC3046) (enabled) or not (disabled). The default is disabled.
DHCP Commands dhcp relay delete Delete a DHCP server from the DHCP server list. SYNTAX: dhcp relay delete addr = [intf = ] where: addr The IP address of the DHCP server to be deleted. REQUIRED intf The name of the dynamic interface. OPTIONAL Note Use none to indicate that no interface is specified. RELATED COMMANDS: dhcp relay add Add a DHCP server to the DHCP server list. dhcp relay list Display the DHCP server list. E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp relay flush Flush the DHCP relay settings. The flush command does not impact previously saved configurations. SYNTAX: dhcp relay flush EXAMPLE: =>dhcp relay list DHCP server Interface giaddr ------------------------------------------------------127.0.0.1 eth0 192.168.1.254 =>dhcp relay flush =>dhcp relay list No dynamic interfaces defined. => 118 E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp relay ifconfig Configure a DHCP relay interface. SYNTAX: dhcp relay ifconfig intf = [relay = <{disabled | enabled}>] [maxhops = ] [remoteid = ] [trusted = <{disabled | enabled}>] where: intf The name of the dynamic interface to be configured. REQUIRED relay Set the relay status enabled or disabled. The default is disabled. OPTIONAL maxhops A number between 0 and 16. Represents the maximum number of hops allowed in the DHCP packet.
DHCP Commands dhcp relay iflist Show the configuration of the relay interfaces. SYNTAX: dhcp relay iflist [intf = ] where: intf The name of the dynamic interface to be listed. Note OPTIONAL If not specified, all the relay interfaces will be shown.
DHCP Commands dhcp relay list Display the DHCP server list. SYNTAX: dhcp relay list EXAMPLE: =>dhcp relay list DHCP server Interface giaddr ------------------------------------------------------127.0.0.1 eth0 10.0.0.138 => RELATED COMMANDS: dhcp relay add Add a DHCP server to the DHCP server list. dhcp relay delete Delete a DHCP server from the DHCP server list. E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp relay debug stats Show the DHCP relay statistics. SYNTAX: dhcp relay debug stats EXAMPLE: =>dhcp relay debug stats DHCP relay statistics ------------------------Client packet relayed : Server packet relayed : Bogus relay agent : Bogus giaddr recv : Corrupt agent option : Missing agent option : Bad circuit id : Missing circuit id : => 122 64 0 0 0 0 0 0 0 E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp relay debug traceconfig Modify the DHCP relay trace configuration. SYNTAX: dhcp relay debug traceconfig [state = <{disabled | enabled}>] where: state Enable or disable tracing. The default is disabled. OPTIONAL EXAMPLE: =>dhcp relay debug traceconfig Tracing: disabled => E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server config Print the DHCP server configuration settings. SYNTAX: dhcp server config [state = <{disabled | enabled}>] where: 124 E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server flush Flush all DHCP server pool and lease entries. The flush command does not impact previously saved configurations. SYNTAX: dhcp server flush E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server policy Print the DHCP server policy settings. SYNTAX: dhcp server policy [verifyfirst = ] [trustclient = ] where: 126 E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server debug clear Clear the DHCP server statistics.
DHCP Commands dhcp server debug stats Show the DHCP server statistics.
DHCP Commands RELATED COMMANDS: dhcp server debug clear E-DOC-CTC-20050531-0054 v1.0 Clear the DHCP server statistics.
DHCP Commands dhcp server debug traceconfig Modify the DHCP server trace configuration. SYNTAX: dhcp server debug traceconfig [state = <{disabled | enabled}>] where: state Enable or disable tracing. The default is disabled. OPTIONAL EXAMPLE: =>dhcp server debug traceconfig Tracing: disabled => 130 E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server lease add Add a DHCP server lease. SYNTAX: dhcp server lease add clientid = pool = [addr = ] [offset = ] [leasetime = ] [expirytime = ] [gateway = ] [macaddr = ] where: clientid The DHCP client identification string of the booting host. REQUIRED pool The name of the DHCP server pool from which the DHCP lease should be taken.
DHCP Commands RELATED COMMANDS: dhcp server lease delete Delete a DHCP server lease. dhcp server lease list List all the DHCP server leases. 132 E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server lease delete Delete a DHCP server lease. SYNTAX: dhcp server lease delete [clientid = ] [index = ] where: clientid The DHCP client identification string of the DHCP lease. Note index If not specified, all DHCP clients are deleted. OPTIONAL The DHCP server lease table index. Tip OPTIONAL Use the command :dhcp server lease list to obtain a list of the index numbers of all current DHCP leases. EXAMPLE: =>dhcp server Lease 0 0.0.0.0 1 10.0.0.
DHCP Commands dhcp server lease flush Flush all the DHCP server leases. The flush command does not impact previously saved configurations. SYNTAX: dhcp server lease flush [pool = ] where: pool The name of the DHCP server pool to be flushed. Only the leases belonging to this pool will be deleted. Note OPTIONAL If not specified, all the DHCP server leases will be flushed. EXAMPLE: =>dhcp server Lease 0 0.0.0.0 1 10.0.0.1 2 10.0.0.101 3 10.0.0.132 5 10.0.0.5 4 10.0.0.6 8 10.0.0.8 9 10.0.0.
DHCP Commands dhcp server lease list List all the DHCP server leases. SYNTAX: dhcp server lease list [clientid = ] [index = ] where: clientid The DHCP client identification string of the DHCP lease. Note index If not specified, the DSHCP server leases for all the DHCP clients are listed. OPTIONAL The DHCP server lease table index. Note OPTIONAL If not specified, the complete DHCP server lease table will be shown. EXAMPLE: =>dhcp server Lease 0 0.0.0.0 1 10.0.0.1 2 10.0.
DHCP Commands dhcp server option flush Flush all DHCP server option templates and instances. The flush command does not impact previously saved configurations. SYNTAX: dhcp server option flush 136 E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server option instadd Add a DHCP server option instance. SYNTAX: dhcp server option instadd name = tmplname = value = where: name The name of the DHCP server option instance. REQUIRED tmplname The name of the DHCP server option template. REQUIRED Tip value Use the command :dhcp server option tmpllist to obtain a list of DHCP server option templates.
DHCP Commands dhcp server option instdelete Delete a DHCP server option instance. SYNTAX: dhcp server option instdelete name = where: name The name of the DHCP server option instance to be deleted.
DHCP Commands dhcp server option instlist List all the DHCP server option instances. SYNTAX: dhcp server option instlist EXAMPLE: =>dhcp server option instlist yourInstance Tmpl name : yourTmpl Use : 0 Value : (ascii)! myInstance Tmpl name : myTmpl Use : 0 Value : (32-bit)64 (2) (1) => RELATED COMMANDS: dhcp server option instadd Add a DHCP server option instance. dhcp server option instdelete Delete a DHCP server option instance. E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server option tmpladd Add a DHCP server option template. SYNTAX: dhcp server option tmpladd name = optionid = type = <{8-bit | 16-bit | 32-bit | addr | ascii | byte_array}> where: name The name of the DHCP server option template. REQUIRED optionid A number between 1 and 254. Specifies the DHCP server option code. REQUIRED type Specifies the DHCP server option type.
DHCP Commands dhcp server option tmpldelete Delete a DHCP server option template. SYNTAX: dhcp server option tmpldelete name = where: name The name of the DHCP server option template to be deleted.
DHCP Commands dhcp server option tmpllist List all the DHCP server option templates. SYNTAX: dhcp server option tmpllist EXAMPLE: =>dhcp server option tmpllist Name Option Type yourTmpl 2 ascii myTmpl 1 32-bit => Use 0 0 RELATED COMMANDS: dhcp server option tmpladd Add a DHCP server option template. dhcp server option tmpldelete Delete a DHCP server option template. 142 E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server pool add Add a DHCP server pool. SYNTAX: dhcp server pool add [name = ] [index = ] where: name Note index OPTIONAL A name for the DHCP server pool. If not specified, the name is “dhcp_pool_x”, where x is a subsequent number. The number of the pool before which you want the new pool to be added. Note OPTIONAL If not specified, the DHCP server pool will be added at the bottom of the DHCP server lease table.
DHCP Commands dhcp server pool config Configure a DHCP server pool.
DHCP Commands primdns The IP address of the primary DNS server for the DHCP clients. The default value of this parameter is 0 (not specified), which means that the IP address of the DNS server will be communicated by the remote server as soon as the PPP IPCP subnetmasking connection is established or that the SpeedTouch™ acts as the LAN DNS server. OPTIONAL secdns The IP address of the optional secondary DNS server for DHCP clients.
DHCP Commands dhcp server pool delete Delete a DHCP server pool. SYNTAX: dhcp server pool delete name = where: name REQUIRED The name of the DHCP server pool to be deleted. Tip Use the command :dhcp server pool list to obtain a list of all current DHCP leases. EXAMPLE: =>dhcp server pool list Pool Start End 0 LAN_Private 10.0.0.1 10.0.0.254 1 My_Pool 192.6.11.101 192.6.11.254 =>dhcp server pool delete name=My_Pool =>dhcp server pool list Pool Start End 0 LAN_Private 10.0.0.1 10.0.0.
DHCP Commands dhcp server pool flush Flush all DHCP server pools. The flush command does not impact previously saved configurations. SYNTAX: dhcp server pool flush EXAMPLE: =>dhcp server pool list Pool Start 0 LAN_Private 10.0.0.1 1 My_Pool 192.6.11.101 =>dhcp server pool flush =>dhcp server pool list => E-DOC-CTC-20050531-0054 v1.0 End 10.0.0.254 192.6.11.
DHCP Commands dhcp server pool list List all DHCP server pools. SYNTAX: dhcp server pool list [name = ] where: name OPTIONAL The name of the DHCP server pool to be shown. Note If not specified, all the DHCP server pools are shown. EXAMPLE: =>dhcp server pool list Pool Start 0 LAN_Private 10.0.0.1 1 My_Pool 192.6.11.101 => End 10.0.0.254 192.6.11.254 Intf eth0 eth0 State USED USED RELATED COMMANDS: dhcp server pool add Add a DHCP server pool.
DHCP Commands dhcp server pool optadd Add an option instance to the DHCP server pool. SYNTAX: dhcp server pool optadd name = instname = where: name The name of the DHCP server pool to which an option instance must be added. REQUIRED instname The name of the DHCP server option instance. REQUIRED Tip Use the command :dhcp server option instlist to obtain a list of DHCP server option instances.
DHCP Commands dhcp server pool optdelete Delete an option instance from the DHCP server pool. SYNTAX: dhcp server pool optdelete name = instname = where: name The name of the DHCP server pool from which an option instance must be deleted. REQUIRED instname The name of the DHCP server option instance to be deleted. REQUIRED Tip Use the command :dhcp server option list to obtain a list of DHCP server option instances.
DHCP Commands dhcp server pool rtadd Add a route to the DHCP server pool. SYNTAX: dhcp server pool rtadd name = dst = [dstmsk = ] [gateway = ] where: name The name of the DHCP server pool to which a route must be added. REQUIRED dst The IP destination address of the route for DHCP clients. REQUIRED dstmsk The destination IP address mask. OPTIONAL gateway The IP address of the next hop.
DHCP Commands dhcp server pool rtdelete Delete a route from the DHCP server pool. SYNTAX: dhcp server pool rtdelete name = dst = [dstmsk = ] [gateway = ] where: name The name of the DHCP server pool from which a route must be deleted. REQUIRED dst The IP destination address of the route for DHCP clients. REQUIRED dstmsk The destination IP address mask. OPTIONAL gateway The IP address of the next hop.
DHCP Commands dhcp server pool ruleadd Add a selection rule to the DHCP server pool. SYNTAX: dhcp server pool ruleadd name = rulename = where: name The name of the DHCP server pool to which a selection rule must be added. REQUIRED rulename The name of the DHCP server selection rule. REQUIRED Tip Use the command :dhcp server rule list to obtain a list of DHCP server rules. RELATED COMMANDS: dhcp server pool ruledelete E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server pool ruledelete Delete a selection rule from the DHCP server pool. SYNTAX: dhcp server pool ruleadd name = rulename = where: name The name of the DHCP server pool from which a selection rule must be deleted. REQUIRED rulename The name of the DHCP server selection rule to be deleted. REQUIRED Tip Use the command :dhcp server rule list to obtain a list of DHCP server rules.
DHCP Commands dhcp server rule add Add a DHCP server rule for DHCP pool selection. SYNTAX: dhcp server rule add name = type = <{vci | uci | mac}> vci [!]= uci [!]= mac [!]= If a value is preceded by a “!”, it means NOT. For example “mac=!00:9f:aa:bb:cc:dd” means “for MAC address different from 00:9f:aa:bb:cc:dd”. where: name The name of the new DHCP server rule.
DHCP Commands dhcp server rule delete Delete a DHCP server rule. SYNTAX: dhcp server rule delete name = where: name A name of the DHCP server rule to be deleted. REQUIRED RELATED COMMANDS: dhcp server rule add Add a DHCP server rule for DHCP pool selection. dhcp server rule list List all DHCP server rules. 156 E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server rule flush Flush all the DHCP server rules. SYNTAX: dhcp server rule flush E-DOC-CTC-20050531-0054 v1.
DHCP Commands dhcp server rule list List all DHCP server rules. SYNTAX: dhcp server rule list RELATED COMMANDS: dhcp server rule add Add a DHCP server rule for DHCP pool selection. dhcp server rule delete Delete a DHCP server rule. 158 E-DOC-CTC-20050531-0054 v1.
DNS Commands DNS Commands Introduction This chapter describes the commands of the dns command group. Contents This chapter covers the following commands: dns client config Modify the Domain Name System (DNS) resolver configuration. 160 dns client dnsadd Add a DNS server. 161 dns client dnsdelete Delete a DNS server. 162 dns client dnslist List all DNS servers. 163 dns client flush Remove all DNS servers. 164 dns client nslookup DNS lookup for a domain name or an address.
DNS Commands dns client config Modify the Domain Name System (DNS) resolver configuration. SYNTAX: dns client config [timeout = ] [retry = ] [search = <{disabled | enabled}>] [list = ] [trace = <{disabled | enabled}>] where: timeout A number between 1 and 900 (seconds). Represents the query timeout. The default is 5. OPTIONAL retry A number between 0 and 10. Represents the number of query retries before giving up. The default is 3.
DNS Commands dns client dnsadd Add a DNS server. SYNTAX: dns client dnsadd addr = [port = ] where: addr The IP address of the DNS server to be added. REQUIRED port The DNS server port number. The default is 53. OPTIONAL EXAMPLE: =>dns client dnsadd addr=150.150.150.150 =>dns client dnslist Entry 1 2 State CONNECTED CONNECTED Family IP IP Server [port] 53 - [addr] 127.0.0.1 [port] 53 - [addr] 150.150.150.150 => RELATED COMMANDS: dns client dnsdelete Delete a DNS server.
DNS Commands dns client dnsdelete Delete a DNS server. SYNTAX: dns client dnsdelete index = where: index REQUIRED A number between 1 and 99. Represents the index number of the DNS server to be deleted. Tip Use the command :dns client dnslist to obtain a list of DNS servers. EXAMPLE: =>dns client dnslist Entry 1 2 State CONNECTED CONNECTED Family IP IP Server [port] 53 - [addr] 127.0.0.1 [port] 53 - [addr] 150.150.150.
DNS Commands dns client dnslist List all DNS servers. SYNTAX: dns client dnslist EXAMPLE: =>dns client dnslist Entry 1 2 State CONNECTED CONNECTED Family IP IP Server [port] 53 - [addr] 127.0.0.1 [port] 53 - [addr] 150.150.150.150 => RELATED COMMANDS: dns client dnsadd Add a DNS server. dns client dnsdelete Delete a DNS server. E-DOC-CTC-20050531-0054 v1.
DNS Commands dns client flush Remove all DNS servers. SYNTAX: dns client flush 164 E-DOC-CTC-20050531-0054 v1.
DNS Commands dns client nslookup DNS lookup for a domain name or an address. SYNTAX: dns client nslookup host = where: host The DNS domain name string for which to query. E-DOC-CTC-20050531-0054 v1.
DNS Commands dns server config Modify the DNS resolver configuration. SYNTAX: dns server config [domain = ] [timeout = ] [suppress = ] [state = <{disabled | enabled}>] [trace = <{disabled | enabled}>] [WANDownSpoofing = <{disabled | enabled}>] [WDSpoofedIP = ] where: domain The DNS server domain name. OPTIONAL timeout A number between 0 and 2147483647 (seconds). Represents the forwarded DNS query timeout. The default is 15.
DNS Commands dns server flush Flush all local DNS hosts and routes. SYNTAX: dns server flush E-DOC-CTC-20050531-0054 v1.
DNS Commands dns server debug clear Clear the DNS server/forwarder statistics.
DNS Commands dns server debug stats Print the DNS server/forwarder statistics. SYNTAX: dns server debug stats EXAMPLE: =>dns server debug stats Corrupted packets received Local questions resolved Local negative answers sent Total DNS packets forwarded External answers received Spoofed responses Forward table full, discard Spurious answers Unknown query types => : : : : : : : : : 100 3 1 0 0 0 0 0 0 RELATED COMMANDS: dns server debug clear E-DOC-CTC-20050531-0054 v1.
DNS Commands dns server debug spoof clear Clear the intercept cache table SYNTAX: dns server debug spoof clear 170 E-DOC-CTC-20050531-0054 v1.
DNS Commands dns server debug spoof getaddress Get the real ip for the given spoofed ip SYNTAX: dns server debug spoof getaddress addr = where: addr The IP address of the spoofed server. REQUIRED EXAMPLE: {Administrator}=>dns server debug spoof getaddress addr=198.18.1.1 :dns server debug spoof getaddress addr=198.18.1.1 Resolved ip = 0.0.0.0. {Administrator}=> E-DOC-CTC-20050531-0054 v1.
DNS Commands dns server debug spoof getflags Get the error flags for the given spoofed ip SYNTAX: dns server debug spoof getflags addr = where: addr The IP address of the spoofed server. REQUIRED EXAMPLE: {Administrator}[dns server debug spoof]=>:dns server debug spoof getflags addr = 192.168.1.254 :dns server debug spoof getflags addr=192.168.1.254 Invalid spoofed ip. {Administrator}[dns server debug spoof]=> 172 E-DOC-CTC-20050531-0054 v1.
DNS Commands dns server debug spoof list List the intercept cache table. SYNTAX: dsn server debug spoof list EXAMPLE: {Administrator}[dns server debug spoof]=>list Spoof IP FQDN 198.18.1.1 eu.thmulti.com 198.18.1.2 thmulti.com 198.18.1.3 com 198.18.1.4 edgmd588.eu.thmulti.com 198.18.1.5 edgmssus01.eu.thmulti.com 198.18.1.6 BOULSDCEU02.eu.thmulti.com 198.18.1.7 juleke.nit E-DOC-CTC-20050531-0054 v1.0 Real IP 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.0.0.
DNS Commands dns server debug spoof update Update the intercept cache table. SYNTAX: dns server debug spoof update EXAMPLE: {Administrator}=>dns server debug spoof update {Administrator}=> 174 E-DOC-CTC-20050531-0054 v1.
DNS Commands dns server host add Add a local DNS host. SYNTAX: dns server host add name = [addr = ] [ttl = ] where: name The name of the IP host to be added. REQUIRED addr The IP address of the host. OPTIONAL ttl A number between 0 and 2147483647 (seconds). Represents the lifetime of the host. The default is 0 (in other words, no limit on the lifetime). OPTIONAL EXAMPLE: =>dns server host add name=myDNS addr=150.150.150.
DNS Commands dns server host delete Delete a local DNS host. SYNTAX: dns server host delete name = where: name The name of the DNS host to be deleted. REQUIRED EXAMPLE: =>dns server host list Address Hostname 150.150.150.150 myDNS speedtouch dsldevice =>dns server host delete name=myDNS =>dns server host list Address Hostname speedtouch dsldevice => TTL (s) 3600 0 0 TTL (s) 0 0 RELATED COMMANDS: dns server host add Add a local DNS host.
DNS Commands dns server host flush Flush all the local DNS hosts. SYNTAX: dns server host flush EXAMPLE: =>dns server host list Address Hostname 192.168.1.64 * Unknown-00-10-a4-ad-32-cf dsldevice speedtouch =>dns server host flush =>dns server host list => E-DOC-CTC-20050531-0054 v1.
DNS Commands dns server host list List all the local DNS hosts. SYNTAX: dns server host list EXAMPLE: =>dns server host list Address Hostname 192.168.1.64 * Unknown-00-10-a4-ad-32-cf dsldevice speedtouch => TTL (s) 60 1200 1200 RELATED COMMANDS: dns server host add Add a local DNS host. dns server host delete Delete a local DNS host. 178 E-DOC-CTC-20050531-0054 v1.
DNS Commands dns server route add Adds a DNS forwarding route. SYNTAX: dns server route add dns = [src = ] [srcmask = ] [domain = ] [metric = ] [intf = ] where: dns The IP address of a DNS server. REQUIRED src The source IP address(es) using this remote DNS server. OPTIONAL Note Supports IP/mask notation. srcmask The source IP address mask. OPTIONAL domain The DNS domain label.
DNS Commands dns server route delete Delete a DNS forwarding route. SYNTAX: dns server route delete dns = where: dns The IP address of the DNS server for which the forwarding route must be deleted. REQUIRED EXAMPLE: =>dns server route list DNS Server Source Domain 150.150.150.150 10.0.0.0/8 myDNS =>dns server route delete dns=150.150.150.150 =>dns server route list => Metric 0 Intf eth0 State UP RELATED COMMANDS: dns server route add Adds a DNS forwarding route.
DNS Commands dns server route flush Flush all DNS forwarding routes. SYNTAX: dns server route flush EXAMPLE: =>dns server route list DNS Server Source 150.150.150.150 10.0.0.0/8 =>dns server route flush =>dns server route list => E-DOC-CTC-20050531-0054 v1.
DNS Commands dns server route list List all the DNS forwarding routes. SYNTAX: dns server route list EXAMPLE: =>dns server route list DNS Server Source 150.150.150.150 10.0.0.0/8 => Domain myDNS Metric 0 Intf eth0 State UP RELATED COMMANDS: dns server route add Adds a DNS forwarding route. dns server route delete Delete a DNS forwarding route. 182 E-DOC-CTC-20050531-0054 v1.
DSD Commands DSD Commands Introduction This chapter describes the commands of the dsd command group. Contents This chapter covers the following commands: dsd config Display/modify the Differentiated Service Delivery (DSD) framework configuration. 185 dsd debug connection list Display the internal connection pool usage. 186 dsd debug proxy Display/modify the HyperText Transfer Protocol (HTTP) Intercept fixed proxy configuration.
DSD Commands dsd webfilter professional config Display/ modify a webfilter. 211 dsd webfilter professional level add Add a new web filtering level 212 dsd webfilter professional level delete Delete a web filtering level 213 dsd webfilter professional level flush Delete all levels. 214 dsd webfilter professional level list Display the levels.
DSD Commands dsd config Display/modify the Differentiated Service Delivery (DSD) framework configuration. SYNTAX: dsd config [state = <{disabled | enabled}>] where: state Enable or disable the DSD framework. The default is enabled. REQUIRED EXAMPLE: =>dsd config State : enabled => E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd debug connection list Display the internal connection pool usage. SYNTAX: dsd debug connection list [expand = <{disabled|enabled}>] where: expand 186 Enable or disable the expanded listing. The default is disabled. optional E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd debug proxy Display/modify the HyperText Transfer Protocol (HTTP) Intercept fixed proxy configuration. SYNTAX: dsd debug proxy [state = <{disabled | enabled}>] [dest = ] [port = <{supported TCP/UDP port} or number>] where: state Enable or disable fixed proxy redirecting. The default is disabled. OPTIONAL dest The destination IP address to which requests will be forwarded. OPTIONAL port The port to be used for connecting to proxy.
DSD Commands dsd debug recycling Display/modify HTTPI recycling settings SYNTAX: dsd debug recycling state = | interval = httpidle = otheridle = where: state Enable/disable stream recycling OPTIONAL interval Time between successive activity checks OPTIONAL httpidle Minimal idle count for recycling (filtered) http streams OPTIONAL otheridle Minimal idle count for recycling other streams OPTIONAL 188 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd debug stats Display/clear DSD framework and module statistics SYNTAX: dsd debug stats name = <{intercept|urlfilter|recycling|syslog|all} clear = <{no|yes}> where: name Specify the name of a module REQUIRED clear Clear the specified statistics REQUIRED E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd intercept config Display/modify the HTTP Intercept configuration. SYNTAX: dsd intercept config [WDSpoofedIP = ] [servertimeout = ] [servererrorurl = ] [categoryerrorurl = ] [monitorintercepturl = ] [urlblockedurl = ] [imageredirect = <{disabled | enabled}>] [imageredirecturl = ] [alwaysuseip = <{disabled | enabled}>] where: WDSpoofedIP The IP address indicating unavailable WAN connection. The default is 198.18.1.1.
DSD Commands RELATED COMMANDS: dsd intercept stats E-DOC-CTC-20050531-0054 v1.0 Display the HTTP Intercept statistics.
DSD Commands dsd intercept stats Display the HTTP Intercept statistics. SYNTAX: dsd intercept stats EXAMPLE: =>dsd intercept stats Total requests Unauthorized requests Request errors => : 2 : 0 : 2 RELATED COMMANDS: dsd intercept config 192 Display/modify the HTTP Intercept configuration. E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd syslog config Display/modify the HTTP Intercept logging configuration. SYNTAX: dsd syslog config [syslog = <{none | unauthorized | errors | intercepted | all}>] where: syslog Define the type of events to log. Choose between: none: nothing is logged to syslog. unauthorized: only the HTTP requests that are blocked because of a LocalRule, BlockCategory, BlockIPAddress or BlockObscure event, are logged.
DSD Commands dsd syslog list Display the HTTP Intercept log file. SYNTAX: dsd syslog list EXAMPLE: =>dsd syslog list <86> SysUpTime: 00:22:37 [HTTPI] src=10.0.0.1 src_port=1965 dst=141.11.196.35 dst_port=80 event=Se rverConnect dst_name=aWebsite.com/icons/Button_Document.gif <86> SysUpTime: 00:22:59 [HTTPI] src=10.0.0.1 src_port=1968 dst=141.11.234.60 dst_port=80 event=Se rverConnect dst_name=anotherWebsite.com/rawgen.
DSD Commands dsd urlfilter config Display/modify the URL filtering configuration. SYNTAX: dsd urlfilter config [state = <{disabled | enabled}>] [blockproxy = <{disabled | enabled}>] [blockipaddress = <{disabled | enabled}>] [blockobscuredip = <{disabled | enabled}>] [defaultaction = <{block | accept}>] where: state Enable or disable URL filtering. The default is enabled. OPTIONAL blockproxy Enable or disable blocking of HTTP requests via a proxy server. The default is disabled.
DSD Commands dsd urlfilter rule add Add a rule. SYNTAX: dsd urlfilter rule add url = action = <{block | accept | redirect}> redirect = where: url Definition of the URL filter. REQUIRED action The action to perform when URL matches URL. Choose between: REQUIRED redirect block accept redirect. The redirection URL. Note REQUIRED This parameter is only required when the action is redirect. EXAMPLE: =>dsd urlfilter rule add url=www.speedtouch.
DSD Commands dsd urlfilter rule delete Delete a rule. SYNTAX: dsd urlfilter rule delete index = [url = ] where: index Tip url REQUIRED Insertion position in the list. Use the command :dsd urlfilter rule list to obtain the index number of the rule to be deleted. Definition of the URL filter. OPTIONAL EXAMPLE: =>dsd urlfilter rule list Index Action Url ----- -------0 redirect www.speedtouch.com 1 accept www.baen.com Rule list statistics : 2 present, 128 total (0.
DSD Commands dsd urlfilter rule flush Remove all current rules. SYNTAX: dsd urlfilter rule flush EXAMPLE: =>dsd urlfilter rule list Index Action Url ----- -------0 redirect www.speedtouch.com 1 accept www.baen.com Rule list statistics : 2 present, 128 total (0.0% used) =>dsd urlfilter rule flush =>dsd urlfilter rule list Index Action Url ----- -------- Redirect -------www.speedtouch.be Redirect -------- Rule list statistics : 0 present, 128 total (0.0% used) => 198 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd urlfilter rule list Display the list of current rules. SYNTAX: dsd urlfilter rule list EXAMPLE: =>dsd urlfilter rule list Index Action Url ----- -------0 redirect www.speedtouch.com 1 accept www.baen.com Redirect -------www.speedtouch.be Rule list statistics : 2 present, 128 total (0.0% used) => RELATED COMMANDS: dsd urlfilter rule add Add a rule. dsd urlfilter rule delete Delete a rule. E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd urlfilter rule modify Modify an existing rule. SYNTAX: dsd urlfilter rule modify index = [newurl = ] action = <{block | accept | redirect}> redirect = where: index Insertion position in the list. REQUIRED newurl Definition of the new URL filter. OPTIONAL action Action to perform when URL matches URL. Choose between: REQUIRED redirect block accept redirect. The redirection URL.
DSD Commands dsd webfilter cache flush Empty the internal cache SYNTAX: dsd webfilter cache flush E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter cache stats Display the cache statistics SYNTAX: dsd webfilter cache stats expand = <{disabled|enabled}> where: expand 202 OPTIONAL E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter config Configure web filter SYNTAX: dsd webfilter config state = <{enabled|disabled}> serverunreachable = <{block-all|accept-all}> uncategorized = <{block|accept}> license = <{none|trial|standard|professional}> ticket = sessionkey = where: state serverunreachable REQUIRED uncategorized license OPTIONAL ticket sessionkey E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter list Display the web filter license state SYNTAX: dsd webfilter list 204 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional category add Add a category to a group SYNTAX: dsd webfilter professional category add destid = srcid = where: destid Destination category or group REQUIRED srcid Category ID to add REQUIRED E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional category create Create a category or group SYNTAX: dsd webfilter professional category create id = name = type = <{category|group}> where: id Unique local ID for the category/group REQUIRED name Friendly name REQUIRED type Choose between category or group REQUIRED 206 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional category delete Delete a category or a group SYNTAX: dsd webfilter professional category delete id = where: id Unique local ID for the category/group E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional category flush Delete all categories and groups SYNTAX: dsd webfilter professional category flush 208 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional category list List all categories and groups SYNTAX: dsd webfilter professional category list type = <{category|group}> where: type Choose between category or group. E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional category remove Remove a category from a group SYNTAX: dsd webfilter professional category remove destid = srcid = where: destid Destination category or group REQUIRED srcid Category ID to add REQUIRED 210 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional config Display/ modify a webfilter. SYNTAX: dsd webfilter professional config listversion = validcatmask = where: listversion a string OPTIONAL validcatmask a string OPTIONAL E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional level add Add a new web filtering level SYNTAX: dsd webfilter professional level add index = name = text = otherurls = <{block|accept}> where: index Level index (-1 for next available) REQUIRED name Content category level name REQUIRED text ] Friendly description OPTIONAL otherurls Choose between block and accept Block or allow requests that do not belong to a specific category OPTIONAL
DSD Commands dsd webfilter professional level delete Delete a web filtering level SYNTAX: dsd webfilter professional level delete index = name = text = ] otherurls = <{block|accept}> where: index Level index (-1 for next available) REQUIRED name Content category level name REQUIRED text ] Friendly description OPTIONAL otherurls Choose between block or accept Block or allow requests that do not belong to a specific category OPTI
DSD Commands dsd webfilter professional level flush Delete all levels. SYNTAX: dsd webfilter professional level flush 214 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional level list Display the levels. SYNTAX: dsd webfilter professional level list E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional level modify Modify a web filtering level SYNTAX: dsd webfilter professional level modify index = name = text = ] otherurls = <{block|accept}> where: index Level index (-1 for next available) name Content category level name text ] Friendly description otherurls Choose between block or accept Block or allow requests that do not belong to a specific category 216 REQUIRED OPTIONAL E-DOC-CTC
DSD Commands dsd webfilter professional level set Set the current web filtering level SYNTAX: dsd webfilter professional level set name = where: name Name of the current category level E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional rule clear Reset the level to a default rule SYNTAX: dsd webfilter professional rule clear level = where: level 218 REQUIRED E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional rule list List all the rules SYNTAX: dsd webfilter professional rule list E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter professional modify Modify a rule SYNTAX: dsd webfilter professional modify level = id = action = <{block|accept}> where: level Level name REQUIRED id Server category ID REQUIRED action Choose between block accept OPTIONAL 220 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter server add Add a web filter server SYNTAX: dsd webfilter server add index = address = port = <{at-echo|at-nbp|at-rtmp|at-zis| auth|bgp|biff|bootpc|bootps|chargen| clearcase|daytime|discard|dns| domain|doom|echo|exec|finger|ftp| ftp-data|gopher|h323|httpproxy| ike|ils|imap2|imap3|ingres-net| ipcserver|ipx|irc-o|irc-u| kerberos|ldap|login|netbios-dgm| netbios-ns|netbios-ssn| netwall|netware-ip|new-rwho| nfds|nicname|nntp|ntalk|ntp| pcmailsrv|pop2|pop3|printe
DSD Commands dsd webfilter server config Configure web filter server SYNTAX: dsd webfilter server config listversion = retries = servertimeout = timeoutmultiplier = renewfrequency = useproxy = <{disabled|enabled}> proxyserver = ] proxyport = <{at-echo|at-nbp|at-rtmp|at-zis|auth|bgp| biff|bootpc|bootps|chargen|clearcase|daytime| discard|dns|domain|doom|echo|exec|finger|ftp| ftp-data|gopher|h323|httpproxy|ike|ils| imap2|imap3|ingres-net|ipcserver|ipx
DSD Commands dsd webfilter server delete Delete a web filter server SYNTAX: dsd webfilter server delete index = address = port = <{at-echo|at-nbp|at-rtmp|at-zis|auth|bgp| biff|bootpc|bootps|chargen|clearcase| daytime|discard|dns|domain|doom|echo| exec|finger|ftp|ftp-data|gopher|h323| httpproxy|ike|ils|imap2|imap3| ingres-net|ipcserver|ipx|irc-o|irc-u| kerberos|ldap|login|netbios-dgm| netbios-ns|netbios-ssn|netwall| netware-ip|new-rwho|nfds|nicname|nntp| ntalk|ntp|pcmail-srv|pop2|pop
DSD Commands dsd webfilter server flush Flush the server list SYNTAX: dsd webfilter server flush 224 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter server list List all web filter servers SYNTAX: dsd webfilter server list E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter server modify Modify a web filter server SYNTAX: dsd webfilter server modify index = address = port = <{at-echo|at-nbp|at-rtmp|at-zis|auth|bgp| biff|bootpc|bootps|chargen|clearcase| daytime|discard|dns|domain|doom|echo| exec|finger|ftp|ftpdata|gopher|h323| httpproxy|ike|ils|imap2|imap3|ingresnet| ipcserver|ipx|irc-o|irc-u|kerberos|ldap| login|netbios-dgm|netbios-ns| netbios-ssn|netwall|netware-ip|new-rwho| nfds|nicname|nntp|ntalk|ntp|pcmail-srv| pop2|pop3|
DSD Commands dsd webfilter standard category add Add a category to a group SYNTAX: dsd webfilter standard category add destid = srcid = where: destid The destination category or group REQUIRED srcid The category ID to add REQUIRED E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard category create Create a category or group SYNTAX: dsd webfilter standard category create id = name = where: id Unique local ID for the category/group REQUIRED name Friendly name REQUIRED 228 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard category delete Delete a category or group SYNTAX: dsd webfilter standard category delete id = where: id Unique local ID for the category/group E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard category flush Delete all the levels SYNTAX: dsd webfilter standard category flush 230 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard category list Display the levels SYNTAX: dsd webfilter standard category list E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard category remove Remove a category from a group SYNTAX: dsd webfilter standard category remove destid = srcid = where: destid Destination category or group REQUIRED srcid Category ID to add REQUIRED 232 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard level add Add a new web filtering level SYNTAX: dsd webfilter standard level add index = name = [text = ] [otherurls = <{block|accept}>] where: index Level index (-1 for next available) REQUIRED name Content category level name REQUIRED text Friendly description OPTIONAL otherurls Block or allow requests that do not belong to a specific category OPTIONAL E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard level delete Delete a web filtering level SYNTAX: dsd webfilter standard level delete index = name = [text = ] [otherurls = <{block|accept}>] where: index Level index (-1 for next available) REQUIRED name Content category level name REQUIRED text Friendly description OPTIONAL otherurls Block or allow requests that do not belong to a specific category OPTIONAL 234 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard level flush Delete all levels SYNTAX: dsd webfilter standard level flush E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard level list Display the levels SYNTAX: dsd webfilter standard level list 236 E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard level modify Modify a web filtering level SYNTAX: dsd webfilter standard level modify index = name = [text = ] [otherurls = <{block|accept}>] where: index Level index (-1 for next available) REQUIRED name Content category level name REQUIRED text Friendly description OPTIONAL otherurls Block or allow requests that do not belong to a specific category OPTIONAL E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard level set Set current web filtering level SYNTAX: dsd webfilter standard level set name = where: name 238 Name of the current category level REQUIRED E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard rule clear Reset level to default rule SYNTAX: dsd webfilter standard rule clear level = where: level Level name E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard rule list List all rules. SYNTAX: dsd webfilter standard rule list level = where: level 240 Level name OPTIONAL E-DOC-CTC-20050531-0054 v1.
DSD Commands dsd webfilter standard rule modify Modify a rule SYNTAX: dsd webfilter standard rule modify level = id = action = <{block|accept}> where: level Level name REQUIRED id Server category ID OPTIONAL action Block or allow rules REQUIRED E-DOC-CTC-20050531-0054 v1.
DSD Commands 242 E-DOC-CTC-20050531-0054 v1.
DynDNS Commands DynDNS Commands Introduction Dynamic DNS is a service that allows to bind a host name to an IP address. In contrast to classical DNS, this service allows regular updates of the IP address related to a host name. In this way, hosts of which the IP address regularly changes (for example due to a limited DHCP lease time) can be identified by a static host name that is unique throughout the Internet. This chapter describes the commands of the dyndns commnd group.
DynDNS Commands dyndns add Add a dynamic DNS client. SYNTAX: dyndns add name = where: name The name of the new dynamic DNS client. Note REQUIRED A maximum of 5 clients can be configured. EXAMPLE: =>dyndns add name=WAN =>dyndns list WAN : [INIT] user = password = addr = 0.0.0.0 => RELATED COMMANDS: dyndns delete Delete a dynamic DNS client. dyndns list List all dynamic DNS clients. 244 E-DOC-CTC-20050531-0054 v1.
DynDNS Commands dyndns delete Delete a dynamic DNS client. SYNTAX: dyndns delete name = where: name The name of the dynamic DNS client to be deleted. REQUIRED EXAMPLE: =>dyndns list WAN : [INIT] user = password = addr = 0.0.0.0 =>dyndns delete name=WAN =>dyndns list => RELATED COMMANDS: dyndns add Add a dynamic DNS client. dyndns list List all dynamic DNS clients. E-DOC-CTC-20050531-0054 v1.
DynDNS Commands dyndns flush Delete all the dynamic DNS clients. SYNTAX: dyndns flush 246 E-DOC-CTC-20050531-0054 v1.
DynDNS Commands dyndns list List all the dynamic DNS clients. SYNTAX: dyndns list EXAMPLE: =>dyndns list WAN : [INIT] user = password = addr = 0.0.0.0 => RELATED COMMANDS: dyndns add Add a dynamic DNS client. dyndns delete Delete a dynamic DNS client. E-DOC-CTC-20050531-0054 v1.
DynDNS Commands dyndns modify Modify a dynamic DNS client. SYNTAX: dyndns modify name = [intf = ] [user = ] [password = ] [group = ] [mx = ] [backmx = <{disabled | enabled}>] [wildcard = <{disabled | enabled}>] [offline = <{disabled | enabled}>] [service = <{dyndns | statdns | custom | No-IP | DtDNS | gnudip}>] [status = <{disabled | enabled}>] [trace = <{disabled | enabled}>] where: name The name of the dynamic DNS client to be modified.
DynDNS Commands EXAMPLE: =>dyndns list WAN : [INIT] user = password = addr = 0.0.0.0 =>dyndns modify name=WAN intf=RtPPPoE user=DNSuser password=_DEV_BA8C0C963BD84130 service=gnudip =>dyndns list WAN : RtPPPoE_ppp [INIT] options = gnudip user = my_DNS_user password = ******** addr = 0.0.0.0 => E-DOC-CTC-20050531-0054 v1.
DynDNS Commands dyndns host add Add a fully qualified host name. SYNTAX: dyndns host add group = name = where: group Note name REQUIRED The dynamic DNS host group. A maximum of 4 different groups can be created. REQUIRED The name of an IP host to add. Note A maximum of 20 hosts can be configured. EXAMPLE: =>dyndns host add group=local name=localhost.com =>dyndns host list local : [ ] localhost.
DynDNS Commands dyndns host delete Delete a host name. SYNTAX: dyndns host delete name = where: name The name of the IP host to be deleted. REQUIRED EXAMPLE: =>dyndns host list local : [ ] localhost.com public : [ ] publichost.com legend : [ ] not initialised [o] update in progress [v] update successful [x] error =>dyndns host delete name=publichost.com =>dyndns host list local : [ ] localhost.
DynDNS Commands dyndns host flush Delete all hosts. The hosts cannot be flushed, if there is still a group referenced to the hosts. SYNTAX: dyndns host flush 252 E-DOC-CTC-20050531-0054 v1.
DynDNS Commands dyndns host list List all host names. SYNTAX: dyndns host list EXAMPLE: =>dyndns host list local : [ ] localhost.com public : [ ] publichost.com legend : [ ] not initialised [v] update successful => [o] [x] update in progress error RELATED COMMANDS: dyndns host add Add a fully qualified host name. dyndns host delete Delete a host name. E-DOC-CTC-20050531-0054 v1.
DynDNS Commands dyndns service list List all dynamic DNS services. SYNTAX: dyndns service list EXAMPLE: =>dyndns service list dyndns : server = port = request = update interval = retry interval = max retry = members.dyndns.org 80 /nic/update 2097120 30 3 statdns : server port request update interval retry interval max retry = = = = = = members.dyndns.org 80 /nic/update 0 30 3 custom : server port request update interval retry interval max retry = = = = = = members.dyndns.
DynDNS Commands dyndns service modify Modify specific dynamic DNS service settings. SYNTAX: dyndns service modify name = [server = ] [port = <{supported TCP/UDP port name} or number>] [request = ] [updateinterval = ] [retryinterval = ] where: name The name of the dynamic DNS service. Choose between: dyndns statdns custom No-IP DtDNS gnudip.
DynDNS Commands EXAMPLE: =>dyndns service modify name=custom server=mydyndns.org port=www-http request=hereiam | updateinterval=2000000 retryinterval=15 max_retry=5 =>dyndns service list dyndns : server = members.dyndns.org port = 80 request = /nic/update update interval = 2097120 retry interval = 30 max retry = 3 statdns : server port request update interval retry interval max retry = = = = = = members.dyndns.
Env Commands Env Commands Introduction This chapter describes the commands of the env command group. Contents This chapter covers the following commands: env flush Flush all the non-system environment variables. 258 env get Get the current value of an environment variable. 259 env list Show all the currently available environment variables. 260 env set Set an environment variable. 261 env unset Delete a environment variable. 262 E-DOC-CTC-20050531-0054 v1.
Env Commands env flush Flush all the non-system environment variables. SYNTAX: env flush 258 E-DOC-CTC-20050531-0054 v1.
Env Commands env get Get the current value of an environment variable. SYNTAX: env get var = where: var The name of the environment variable. Tip REQUIRED Use the command :env list to obtain a list of all environment variables. RELATED COMMANDS: env list E-DOC-CTC-20050531-0054 v1.0 List all current environment variables.
Env Commands env list Show all the currently available environment variables. SYNTAX: env list RELATED COMMANDS: env get 260 Get the current value of an environment variable. E-DOC-CTC-20050531-0054 v1.
Env Commands env set Set an environment variable. SYNTAX: env set var = value = where: var The name of the environment variable. Tip REQUIRED When creating an environment variable, any name is allowed. However spaces are NOT allowed and the name may NOT start with: value “CONF” “HOST” an underscore “_” the dollar sign “$”. A quoted translated string which defines the value of the environment variable.
Env Commands env unset Delete a environment variable. SYNTAX: env unset var = where: var REQUIRED The name of the environment variable to be deleted. Note System variables (built-in variables with names starting with an underscore “_”, “CONF” or “HOST”) cannot be unset, changed or deleted. EXAMPLE: =>env list _COMPANY_NAME=THOMSON multimedia _COMPANY_URL=http://www.speedtouch.com _PROD_NAME=SpeedTouch .....
Eth Commands Eth Commands Introduction This chapter describes the commands of the eth command group. Contents This chapter covers the following commands: eth ifadd Create a new ETH interface. 264 eth ifattach Attach an ETH interface. 265 eth ifconfig Modify an ETH interface. 266 eth ifdelete Delete an ETH interface. 267 eth ifdetach Detach an ETH interface. 268 eth iflist Display the ETH interfaces. 269 eth flush Flush all the ETH interfaces.
Eth Commands eth ifadd Create a new ETH interface. SYNTAX: eth ifadd intf = where: intf The name of the new ETH interface. REQUIRED RELATED COMMANDS: eth ifdelete Delete an ETH interface. eth iflist Display the ETH interfaces. 264 E-DOC-CTC-20050531-0054 v1.
Eth Commands eth ifattach Attach an ETH interface. SYNTAX: eth ifattach intf = where: intf The name of the ETH interface to be attached. REQUIRED RELATED COMMANDS: eth ifdetach E-DOC-CTC-20050531-0054 v1.0 Detach an ETH interface.
Eth Commands eth ifconfig Modify an ETH interface. SYNTAX: eth ifconfig intf = [dest = ] [retry = ] where: intf The name of the ETH interface to be configured. REQUIRED dest The destination interface for this ETH interface. OPTIONAL retry A number between 0 and 65535. Represents the number of times the ETH connection setup should retry before giving up. The default is 10. OPTIONAL 266 E-DOC-CTC-20050531-0054 v1.
Eth Commands eth ifdelete Delete an ETH interface. SYNTAX: eth ifdelete intf = where: intf The name of the ETH interface name to be deleted. REQUIRED RELATED COMMANDS: eth ifadd Create a new ETH interface. eth iflist Display the ETH interfaces. E-DOC-CTC-20050531-0054 v1.
Eth Commands eth ifdetach Detach an ETH interface. SYNTAX: eth ifdetach intf = where: intf The name of the ETH interface to be detached. REQUIRED RELATED COMMANDS: eth ifattach 268 Attach an ETH interface. E-DOC-CTC-20050531-0054 v1.
Eth Commands eth iflist Display the ETH interfaces. SYNTAX: eth iflist [intf = ] where: intf The name of the ETH interface to be displayed. Note OPTIONAL If not specified, all the ETH interfaces will be displayed. RELATED COMMANDS: eth ifadd Create a new ETH interface. eth ifdelete Delete an ETH interface. E-DOC-CTC-20050531-0054 v1.
Eth Commands eth flush Flush all the ETH interfaces. The flush command does not impact previously saved configurations. SYNTAX: eth flush 270 E-DOC-CTC-20050531-0054 v1.
Eth Commands eth bridge clear Clear the bridge statistics. SYNTAX: eth bridge clear E-DOC-CTC-20050531-0054 v1.
Eth Commands eth bridge config Modify/display the bridge configuration settings. SYNTAX: eth bridge config [age = ] [filter = <{no_WAN_broadcast | none}>] where: age A number between 10 and 100000 (seconds). Represents the lifetime of a dynamically learned Medium Access Control (MAC) address. The default is 300. OPTIONAL filter The bridge filter to be applied for all Wide Area Network (WAN) bridge ports.
Eth Commands eth bridge flush Flush bridge interfaces and parameters. The flush command does not impact previously saved configurations. SYNTAX: eth bridge flush E-DOC-CTC-20050531-0054 v1.
Eth Commands eth bridge ifadd Create a new bridge interface. SYNTAX: eth bridge ifadd intf = where: intf The name of the new bridge interface. REQUIRED RELATED COMMANDS: eth bridge ifdelete Delete a bridge interface. eth bridge iflist Display the current bridge interfaces. 274 E-DOC-CTC-20050531-0054 v1.
Eth Commands eth bridge ifattach Attach a bridge interface. SYNTAX: eth bridge ifattach intf = where: intf The name of the bridge interface to be attached. REQUIRED RELATED COMMANDS: eth bridge ifdetach E-DOC-CTC-20050531-0054 v1.0 Detach a bridge interface.
Eth Commands eth bridge ifconfig Modify a bridge interface configuration. SYNTAX: eth bridge ifconfig intf = [dest = ] [portstate = <{disabled | learning | forwarding}>] [retry = ] [prioconfig = <{disabled|overwrite|increase}>] [mcastfilter = <{disabled|enabled}>] where: intf The name of the bridge interface to be configured. REQUIRED dest The destination for this interface. Typically an ATM or a physical interface name.
Eth Commands EXAMPLE: =>eth bridge iflist OBC : dest : Internal ... ... BrEthoA_br: dest : (none) Connection State: not-connected Retry: 10 Port: (Unassigned) PortNr: (Unknown) PortState: forwarding =>eth bridge ifconfig intf=BrEthoA_br dest=BrEthhoA_atm =>eth bridge iflist OBC : dest : Internal ... ... BrEthoA_br: dest : BrEthhoA_atm Connection State: not-connected Retry: 10 Port: (Unassigned) PortNr: (Unknown) PortState: forwarding => E-DOC-CTC-20050531-0054 v1.
Eth Commands eth bridge ifdelete Delete a bridge interface. SYNTAX: eth bridge ifdelete intf = where: intf The name of the bridge interface name to be deleted. REQUIRED RELATED COMMANDS: eth bridge ifadd Create a new bridge interface. eth bridge iflist Display the current bridge interfaces. 278 E-DOC-CTC-20050531-0054 v1.
Eth Commands eth bridge ifdetach Detach a bridge interface. SYNTAX: eth bridge ifdetach intf = where: intf The name of the bridge interface to be detached. REQUIRED RELATED COMMANDS: eth bridge ifattach E-DOC-CTC-20050531-0054 v1.0 Attach a bridge interface.
Eth Commands eth bridge iflist Display the current bridge interfaces. SYNTAX: eth bridge iflist [intf = ] where: intf The name of the bridge interface to be displayed. Note OPTIONAL If not specified, all bridge interfaces are shown. RELATED COMMANDS: eth bridge ifadd Create a new bridge interface. eth bridge ifdelete Delete a bridge interface. 280 E-DOC-CTC-20050531-0054 v1.
Eth Commands eth bridge macadd Add a static MAC address to a bridge interface. This command allows to manually add static MAC addresses, which should normally be dynamically discovered by the bridge itself. SYNTAX: eth bridge macadd intf = hwaddr = where: intf The name of the bridge interface to which the MAC address must be added. REQUIRED hwaddr The Ethernet MAC address of the new entry.
Eth Commands eth bridge macdelete Remove a MAC address from the filtering database. SYNTAX: eth bridge macdelete hwaddr = where: hwaddr The Ethernet MAC address of the entry to be deleted.
Eth Commands eth bridge maclist Display the MAC address database.
Eth Commands eth bridge mcdadd Add a multicast group to be dropped to the database. SYNTAX: eth bridge mcdadd srcintfs = dstintfs = where: srcports The source bridge interfaces from which multicast packets must be dropped. REQUIRED dstports The destination bridge interfaces for which the multicast packets must be dropped.
Eth Commands eth bridge mcddelete Delete a multicast group to be dropped from the database. SYNTAX: eth bridge mcddelete RELATED COMMANDS: eth bridge mcdadd Add a multicast group to be dropped to the database. eth bridge mcdlist Display the multicast group to be dropped from the database. E-DOC-CTC-20050531-0054 v1.
Eth Commands eth bridge mcdlist Display the multicast group to be dropped from the database. SYNTAX: eth bridge mcdlist RELATED COMMANDS: eth bridge mcdadd Add a multicast group to be dropped to the database. eth bridge mcddelete Delete a multicast group to be dropped from the database. 286 E-DOC-CTC-20050531-0054 v1.
Eth Commands eth device ifconfig Configure an Ethernet interface. SYNTAX: eth device ifconfig intf = [type = <{auto | 10BaseTHD | 10BaseTFD | 100BaseTHD | 100BaseTFD} or number>] [state = <{enabled | disabled}>] where: intf The name of a physical interface. REQUIRED type The Ethernet type. Select either: OPTIONAL auto: Auto negotiation of Ethernet communication speed (10Mb/s or 100Mb/s) and Duplex mode (half duplex or full duplex).
Eth Commands eth device iflist Show status of Ethernet interfaces.
Expr Commands Expr Commands Introduction This chapter describes the commands of the expr command group. Contents This chapter covers the following commands: expr add Add a subexpression to an expression. 290 expr delete Delete an expression. 293 expr flush Flush all the expressions. 294 expr list List the expressions. 295 expr modify Modify an expression. 298 E-DOC-CTC-20050531-0054 v1.
Expr Commands expr add Add a subexpression to an expression.
Expr Commands tos A number between 0 and 255. Represents the Type of Service (ToS) specification in the IP packet. Note precedence dscp The parameters tos, precedence and dscp are mutually exclusive. The precedence in the IP packet (part of tos). Select an IP precedence (see “ IP Precedence” on page 608) or, alternatively, specify the number. Note OPTIONAL The parameters tos, precedence and dscp are mutually exclusive. The Differentiated Services Code Point (DSCP) in the IP packet (part of tos).
Expr Commands EXAMPLE: =>expr list name type use flags expression -----------------------------------------------------------------------------------------_myPPP_ppp intf 0 D 1. intf=myPPP_ppp _eth0 intf 0 D 1. intf=eth0 wan intf 0 1. intfgroup=0 lan intf 28 1. intfgroup=2 local intf 0 1. intfgroup=1 notwan intf 1 1. intfgroup=2 2. intfgroup=1 _10.0.0.138 ip 0 D 1. addr=10.0.0.138 _192.168.1.254 ip 0 D 1. addr=192.168.1.254 ... DiffServ sip serv serv 0 1 h323 serv 1 1. 1. 2. 1. 2. 3.
Expr Commands expr delete Delete an expression. SYNTAX: expr delete name = [index = ] where: name The name of the expression to be deleted. REQUIRED index The index of the subexpression to be deleted. OPTIONAL Note If not specified, all the subexpressions wil be deleted. EXAMPLE: =>expr list name type use flags expression -----------------------------------------------------------------------------------------_myPPP_ppp intf 0 D 1. intf=myPPP_ppp _eth0 intf 0 D 1.
Expr Commands expr flush Flush all the expressions. SYNTAX: expr flush 294 E-DOC-CTC-20050531-0054 v1.
Expr Commands expr list List the expressions. SYNTAX: expr list [name = ] [type = <{intf | ip | serv}>] [format = <{pretty | cli}>] where: name The name of an existing expression. Note type intf ip serv. Note format If not specified, all the expressions will be listed. The expression type. Choose between: OPTIONAL OPTIONAL If not specified, the expressions of all types will be shown. Select the output format of the list.
Expr Commands EXAMPLE 1: =>expr list name type use flags expression -----------------------------------------------------------------------------------------_Internet intf 0 D 1. intf=Internet _LocalNetwork intf 0 D 1. intf=LocalNetwork HTTPI_if_0 intf 1 D 1. intf=LocalNetwork 2. intf=LocalNetwork 3. intf=LocalNetwork HTTP_if_0 intf 1 D 1. intfgroup=2 HTTPs_if_0 intf 1 D 1. intfgroup=2 FTP_if_0 intf 1 D 1. intfgroup=2 TELNET_if_0 intf 1 D 1. intfgroup=2 DNS-S_if_0 intf 1 D 1.
Expr Commands EXAMPLE 2: =>expr list format=cli :expr add name=_Internet type=intf intf=Internet :expr add name=_LocalNetwork type=intf intf=LocalNetwork :expr add name=HTTPI_if_0 type=intf intf=LocalNetwork :expr add name=HTTPI_if_0 type=intf intf=LocalNetwork :expr add name=HTTPI_if_0 type=intf intf=LocalNetwork :expr add name=HTTP_if_0 type=intf intfgroup=lan :expr add name=HTTPs_if_0 type=intf intfgroup=lan :expr add name=FTP_if_0 type=intf intfgroup=lan :expr add name=TELNET_if_0 type=intf intfgroup=l
Expr Commands expr modify Modify an expression.
Expr Commands intfgroup The IP interface group. Choose between: wan local lan tunnel dmz guest. Note bridgeport tos dscp OPTIONAL The parameters tos, precedence and dscp are mutually exclusive. The DSCP in the IP packet (part of tos). Select a DSCP (see “ Differentiated Services Code Point (DSCP)” on page 609). Note OPTIONAL The parameters tos, precedence and dscp are mutually exclusive. The precedence in the IP packet (part of tos).
Expr Commands 300 E-DOC-CTC-20050531-0054 v1.
Firewall Commands Firewall Commands Introduction This chapter describes the commands of the firewall command group. Contents This chapter covers the following commands: firewall config Configure the firewall options. 302 firewall clear Flush the firewall configuration. 304 firewall list List the firewall configuration. 305 firewall chain add Add a chain. 306 firewall chain delete Delete a chain. 307 firewall chain flush Flush all chains. 308 firewall chain list List all chains.
Firewall Commands firewall config Configure the firewall options. SYNTAX: firewall config [state = <{disabled | enabled}>] [keep = <{disabled | enabled}>] [tcpchecks = <{none | fast | exact}>] [udpchecks = <{disabled|enabled}>] [icmpchecks = <{disabled | enabled}>] [logdefault = <{disabled | enabled}>] [logthreshold = <{disabled | enabled}>] [tcpwindow = ] where: state Enable or disable the firewall. The default is enabled.
Firewall Commands EXAMPLE: =>firewall config :firewall config state=enabled keep=disabled tcpchecks=fast icmpchecks=enabled logdefault=disabled logthreshold=enabled tcpwindow=65536 => E-DOC-CTC-20050531-0054 v1.
Firewall Commands firewall clear Flush the firewall configuration. SYNTAX: firewall clear 304 E-DOC-CTC-20050531-0054 v1.
Firewall Commands firewall list List the firewall configuration. SYNTAX: firewall list [format = <{pretty | cli}>] where: format Select the output format in which the configuration must be shown. Choose between: pretty: the configuration is shown as intuitive output in clear text. cli: the configuration is shown via the CLI commands configuration. OPTIONAL The default is pretty.
Firewall Commands firewall chain add Add a chain. SYNTAX: firewall chain add chain = where: chain The name of the chain to be added.
Firewall Commands firewall chain delete Delete a chain. SYNTAX: firewall chain delete chain = where: chain The name of the chain to be deleted.
Firewall Commands firewall chain flush Flush all chains. SYNTAX: firewall chain flush 308 E-DOC-CTC-20050531-0054 v1.
Firewall Commands firewall chain list List all chains. SYNTAX: firewall chain list [format = <{pretty | cli}>] where: format Select the output format in which the chains must be shown. Choose between: pretty: the chains are shown as intuitive output in clear text. cli: the chains are shown via the CLI commands configuration. OPTIONAL The default is pretty.
Firewall Commands firewall debug clear Clear the firewall statistics.
Firewall Commands firewall debug stats Display the firewall statistics.
Firewall Commands firewall debug traceconfig Configure the firewall trace options. SYNTAX: firewall debug traceconfig [tcpchecks = <{disabled | enabled}>] [udpchecks = <{disabled|enabled}>] [icmpchecks = <{disabled | enabled}>] [sink = <{none | all | accept | deny | drop | reset} or number>] [forward = <{none | all | accept | deny | drop reset} or number>] [source = <{none | all | accept | deny | drop | reset} or number>] where: tcpchecks Disable or enable tcpchecks traces. The default is disabled.
Firewall Commands firewall level add Add a security level. SYNTAX: firewall level add name = [index = ] [readonly = <{disabled | enabled}>] [udptrackmode = <{strict | loose}>] [service = <{disabled | enabled}>] [proxy = <{disabled|enabled}>] [text = ] where: name The name of the security level to be added. REQUIRED index The index of the security level. OPTIONAL Tip Use the command :firewall level list to obtain a list of indexes.
Firewall Commands firewall level delete Delete a security level. SYNTAX: firewall level delete name = where: name The name of the security level to be deleted. REQUIRED RELATED COMMANDS: firewall level add Add a security level. firewall level list List all the security levels. 314 E-DOC-CTC-20050531-0054 v1.
Firewall Commands firewall level flush Flush the security level configuration. SYNTAX: firewall level flush E-DOC-CTC-20050531-0054 v1.
Firewall Commands firewall level list List all the security levels. SYNTAX: firewall level list [format = <{pretty | cli}>] where: format Select the output format in which the security levels must be shown. Choose between: pretty: the security levels are shown as intuitive output in clear text. cli: the security levels are shown via the CLI commands configuration. OPTIONAL The default is pretty. RELATED COMMANDS: firewall level add Add a security level.
Firewall Commands firewall level modify Configure a security level. SYNTAX: firewall level modify name = [index = ] [readonly = <{disabled | enabled}>] [udptrackmode = <{strict | loose}>] [service = <{disabled | enabled}>] [proxy = <{disabled|enabled}>] [text = ] where: name The name of the security level to be added. REQUIRED index The index of the security level. OPTIONAL Tip Use the command :firewall level list to obtain a list of indexes.
Firewall Commands firewall level set Set the security level or display the current security level. SYNTAX: firewall level set [name = ] where: name The name of the security level to be set. Note 318 OPTIONAL If no security level is specified, the current security level will be shown. E-DOC-CTC-20050531-0054 v1.
Firewall Commands firewall rule add Add a firewall rule. SYNTAX: firewall rule add chain = [index = ] [name = ] [clink = ] [srcintf [!]= <{DHCP-S_if_0|DHCP-R_if_0|wan|local|lan| tunnel|dmz|guest|HTTPI_if_0|HTTP_if_0|HTTPs_if_0|FTP_if_0| TELNET_if_0|DNS-S_if_0|SNMP_AGENT_if_0|PING_RESPONDER_if_0| _Internet| _lan1|_wan1|_dmz1|_guest1}>] [srcip [!]= <{private|ssdp_ip|mdap_ip|_10.0.0.138| _192.168.1.254|_192.168.2.254|_192.168.3.
Firewall Commands where: chain The name of the chain which contains the rule. REQUIRED index The number of the rule in the chain. OPTIONAL name The name of the new rule. OPTIONAL clink The name of the chain to be parsed when this rule applies. OPTIONAL srcintf The name of the source interface expression. OPTIONAL srcip The name of the source IP expression. OPTIONAL dstintf The name of the destination interface expression. OPTIONAL dstip The name of the destination IP expression.
Firewall Commands firewall rule delete Delete a firewall rule. SYNTAX: firewall rule delete chain = index = where: chain The name of the chain in which a rule must be deleted. REQUIRED index The number of the rule in the chain. REQUIRED RELATED COMMANDS: firewall rule add E-DOC-CTC-20050531-0054 v1.0 Add a firewall rule.
Firewall Commands firewall rule flush Flush all firewall rules. SYNTAX: firewall rule flush [chain = ] where: chain The name of the chain for which the rules must be flushed. Note 322 OPTIONAL If not specified, the rules of all the chains will be flushed. E-DOC-CTC-20050531-0054 v1.
Firewall Commands firewall rule list Show a list of the firewall rules in a chain. SYNTAX: firewall rule list [chain = ] [format = <{pretty | cli}>] where: chain The name of the chain for which the rules must be listed. Note format OPTIONAL If not specified, the rules of all the chains are shown. Select the output format in which the list must be shown. Choose between: pretty: the list is shown as intuitive output in clear text.
Firewall Commands EXAMPLE: =>firewall rule list Rules (flags: C=Constant, D=Dynamic, E=Enable, L=Log) ===== Chain Nr. Flags Rule --------------------------------------------------------------------------------------sink 1 CDE : link sink_fire 2 CDE : link sink_system_service sink_fire 1 C E SSDP : accept ssdp_serv lan.* > *.ssdp_ip sink_system_service 1 CDE HTTPI : accept HTTPI_sv_0 HTTPI_if_0.* > *.* 2 DE PING_RESPONDER : accept PING_RESPONDER_sv_0 PING_RESPONDER_ if_0.* > *.
Firewall Commands firewall rule modify Modify a firewall rule. SYNTAX: firewall rule modify chain = index = [newindex = ] [name = ] [clink = ] [srcintf [!]= ] [srcip [!]= <{_10.0.0.138 | _192.168.1.254| private | ssdp_ip | mdap_ip}>] [dstintf [!]= ] [dstip [!]= <{_10.0.0.138 | _192.168.1.
Firewall Commands firewall rule debug clear Clear the firewall rule statistics. SYNTAX: firewall rule debug clear [chain = ] [index = ] where: chain The name of the chain which contains the rule. OPTIONAL index The number of the rule in the chain. OPTIONAL Note If not specified, the statistics for all the rules in the chain will be cleared.
Firewall Commands RELATED COMMANDS: firewall rule debug stats E-DOC-CTC-20050531-0054 v1.0 Show the firewall rule statistics.
Firewall Commands firewall rule debug stats Show the firewall rule statistics. SYNTAX: firewall rule debug stats [chain = ] [index = ] where: chain The name of the chain for which the statistics must be shown. Note index If not specified, the statistics for all the chains will be shown. The number of the rule in the chain. Note OPTIONAL OPTIONAL If not specified, the statistics for all the rules in the chain are shown.
Firewall Commands firewall rule debug traceconfig Display or modify the rule trace configuration. SYNTAX: firewall rule debug traceconfig [trace = <{disabled | enabled}>] where: trace Enable or disable rule traces. The default is disabled. OPTIONAL EXAMPLE: =>firewall rule debug traceconfig :firewall rule debug traceconfig state=disabled => E-DOC-CTC-20050531-0054 v1.
Firewall Commands 330 E-DOC-CTC-20050531-0054 v1.
GRP Commands GRP Commands Introduction This chapter describes the commands of the grp command group. Contents This chapter covers the following commands: grp config Set the Generic Routing Protocol (GRP) configuration settings. 332 grp flush Flush the GRP interface settings and parameters. 333 grp rtlist Show the current routes in the GRP interfaces routing table. 334 grp rip config Configure the RIP settings. 335 grp rip flush Flush the RIP interface settings and global parameters.
GRP Commands grp config Set the Generic Routing Protocol (GRP) configuration settings. SYNTAX: grp config [cdistance = ] [kdistance = ] [rdistance = ] [trace = <{disabled | enabled}>] where: cdistance A number between 0 and 255. Sets the distance of the connected route type. The default is 0. OPTIONAL kdistance A number between 0 and 255. Sets the distance of the kernel route type. The default is 1. OPTIONAL rdistance A number between 0 and 255.
GRP Commands grp flush Flush the GRP interface settings and parameters. SYNTAX: grp flush E-DOC-CTC-20050531-0054 v1.
GRP Commands grp rtlist Show the current routes in the GRP interfaces routing table. SYNTAX: grp rtlist [dst = ] [dstmask = ] where: dst The destination IP address of the route. Supports IP/mask notation. Note dstmask OPTIONAL If no destination IP address is specified, all the current routes will be shown. The destination IP address mask, either in dotted or in numerical cidr notation.
GRP Commands grp rip config Configure the RIP settings.
GRP Commands impsrt Enable or disable the import of static routes. The default is enabled. OPTIONAL impdefkrt Enable or disable the import of the default kernel route. The default is enabled. OPTIONAL impdefsrt Enable or disable the import of the default static route. The default is enabled. OPTIONAL exprt Enable or disable the export of received RIP routes. The default is enabled. OPTIONAL expdefrt Enable or disable the export of the received RIP default route. The default is enabled.
GRP Commands grp rip flush Flush the RIP interface settings and global parameters. SYNTAX: grp rip flush E-DOC-CTC-20050531-0054 v1.
GRP Commands grp rip ifconfig Configure a RIP interface. SYNTAX: grp rip ifconfig intf = [rip = <{disabled | enabled}>] [txversion = <{rip_unspec | rip_v1 | rip_v2 | rip_v1-2}>] [rxversion = <{rip_unspec | rip_v1 | rip_v2 | rip_v1-2}>] [authmode = <{none | cleartext}>] [authstring = ] [splithorizon = <{disable | enable}>] where: intf REQUIRED The name of the RIP interface to be configured. Tip Use the command :grp iflist to obtain a list of available interfaces.
GRP Commands EXAMPLE: =>grp rip ifconfig intf = myPPP_ppp [rip] = disabled [txversion] = rip_unspec [rxversion] = rip_unspec [authmode] = none [authstr] = [passive] = disabled [splithorizon] = enabled :grp rip ifconfig intf=myPPP_ppp => E-DOC-CTC-20050531-0054 v1.
GRP Commands grp rip show Show the RIP settings and the routes in the RIP database.
Hostmgr Commands Hostmgr Commands Introduction This chapter describes the commands of the hostmgr command group. Contents This chapter covers the following commands: hostmgr add Add host device info to the host manager. 342 hostmgr clear Remove all the hosts from the list. 344 hostmgr config Configure the host manager parameters. 345 hostmgr delete Delete the host device info from the host manager. 346 hostmgr flush Flush the host manager configuration.
Hostmgr Commands hostmgr add Add host device info to the host manager. SYNTAX: hostmgr add mac_addr = [ip_addr = ] [name = ] [type = <{generic_device|desktop_computer|laptop_computer| set_top_box|pda|gaming_console|phone|mobile_phone| printer|mass_storage_device}>] [ipintf = ] [ethintf = ] [physintf = ] where: mac_addr The MAC address of the host to be added. REQUIRED ip_addr The host IP address. OPTIONAL name The host name.
Hostmgr Commands EXAMPLE: =>hostmgr list MAC-address IP-address -------------------00:10:a4:ad:32:cf 192.168.1.64 Flags ----C Type ---Generic Device Intf ---LocalNetwork Hw Intf ------ethif4 Hostname -------MyComputer =>hostmgr add mac_addr=00:10:a4:33:56:53 name=Play type=Playstation =>hostmgr list MAC-address IP-address Flags Type Intf -----------------------------00:10:a4:33:56:53 0.0.0.0 Playstation ethif1 00:10:a4:ad:32:cf 192.168.1.
Hostmgr Commands hostmgr clear Remove all the hosts from the list. SYNTAX: hostmgr clear EXAMPLE: =>hostmgr list MAC-address ----------00:10:a4:33:56:53 00:10:a4:ad:32:cf IP-address ---------0.0.0.0 192.168.1.64 Flags ----C Type ---Playstation Generic Device Intf ---ethif1 LocalNetwork Hw Intf ------ethif1 ethif4 Hostname -------Play MyComputer =>hostmgr clear =>hostmgr list No hosts found. => RELATED COMMANDS: hostmgr delete 344 Delete the host device info from the host manager.
Hostmgr Commands hostmgr config Configure the host manager parameters. SYNTAX: hostmgr config [state = <{disabled | enabled}>] [scantime = ] [autosave = <{disabled | enabled}>] [trace = <{disabled | enabled}>] where: state Enable or disable the host manager daemon. The default is enabled. OPTIONAL scantime A number between 10 an 600 (seconds). Represents the time between two scans. The default is 30 (seconds). OPTIONAL autosave Enable or disable automatic saves to flash memory.
Hostmgr Commands hostmgr delete Delete the host device info from the host manager. SYNTAX: hostmgr delete mac_addr = where: mac_addr The MAC address of the host to be removed. REQUIRED EXAMPLE: =>hostmgr list MAC-address ----------00:10:a4:33:56:53 00:10:a4:ad:32:cf IP-address ---------0.0.0.0 192.168.1.
Hostmgr Commands hostmgr flush Flush the host manager configuration. The host manager configuration is cleaned and returned to default values. SYNTAX: hostmgr flush E-DOC-CTC-20050531-0054 v1.
Hostmgr Commands hostmgr list List all the host devices. SYNTAX: hostmgr list EXAMPLE: =>hostmgr list MAC-address ----------00:10:a4:33:56:53 00:10:a4:ad:32:cf IP-address ---------0.0.0.0 192.168.1.64 Flags ----C Type ---Playstation Generic Device Intf ---ethif1 LocalNetwork Hw Intf ------ethif1 ethif4 Hostname -------Play MyComputer => RELATED COMMANDS: hostmgr add Add host device info to the host manager. hostmgr delete Delete the host device info from the host manager.
IDS Commands IDS Commands Introduction This chapter describes the commands of the ids command group. Contents This chapter covers the following commands: ids clear Reset the IDS statistics. 350 ids config Display/modify the Intrusion Detection System (IDS) configuration. 351 ids parser list Display the IDS parser configuration. 352 ids parser modify Modify the IDS parser configuration. 353 ids pattern clear Reset the pattern tracker.
IDS Commands ids clear Reset the IDS statistics. SYNTAX: ids clear RELATED COMMANDS: ids parser list 350 Display the IDS parser configuration. E-DOC-CTC-20050531-0054 v1.
IDS Commands ids config Display/modify the Intrusion Detection System (IDS) configuration. SYNTAX: ids config [state = <{disabled | enabled}>] [trace = <{disabled|enabled}>] where: state Enable or disable IDS checks. The default is enabled. OPTIONAL trace Enable or disable tracing. The default is disabled. OPTIONAL EXAMPLE: =>ids config IDS configuration: ================= state : enabled traces ::disabled => E-DOC-CTC-20050531-0054 v1.
IDS Commands ids parser list Display the IDS parser configuration. SYNTAX: ids parser list [parser = ] where: parser The name of the parser REQUIRED EXAMPLE: =>ids parser list parser state ----------------------------------------fragment enabled scan enabled dos enabled proto enabled rate enabled => 352 E-DOC-CTC-20050531-0054 v1.
IDS Commands ids parser modify Modify the IDS parser configuration. SYNTAX: ids parser modify parser = state = <{disabled | enabled}> where: parser The name of the IDS parser of which the configuration must be modified. REQUIRED state Disable or enable the parser.
IDS Commands ids pattern clear Reset the pattern tracker.
IDS Commands ids pattern list Display the patterns in the pattern tracker. SYNTAX: ids pattern list [size = <{10 | 100 | full} or number>] where: size The size of the IDS pattern list that will be shown. Choose between: 10 100 full OPTIONAL or, alternatively, specify a number. The default is full. EXAMPLE: =>ids pattern list 1. # 40002# UDP period: [00001564..00001565] 2. # 30002# UDP period: [00001564..00001566] 3. # 5000a# UDP period: [00001411..00001425] => *.*.*.*:* -> *.*.*.
IDS Commands ids pattern stats Display the pattern tracker statistics. SYNTAX: ids pattern stats EXAMPLE: =>ids pattern stats Pattern tracker statistics: --------------------------memory maximum number of patterns number of active patterns number of recycled patterns number of pattern searches number of new patterns maximum number of hash collisions % of hash entries with collisions % of hash entries unused => : : : : : : : : : 32768 bytes 512 8 0 9 8 1 0.09 99.
IDS Commands ids signature list Displays the ids signature configuration SYNTAX ids signature list [signature =
IDS Commands ids signature modify Modify the states of the signatures.
IDS Commands ids threshold clear Reset the IDS thresholds to their default values. SYNTAX: ids threshold clear EXAMPLE: =>ids threshold list index name window limit scaling ----------------------------------------------------------------1. ids scan 20 20 enabled 2. ids flood 2 100 disabled 3. ids tcp rate 10 300 enabled 4. ids udp rate 1 200 disabled 5. ids icmp rate 1 200 disabled 6.
IDS Commands ids threshold list Display the IDS thresholds. SYNTAX: ids threshold list EXAMPLE: =>ids threshold list index name window limit scaling ----------------------------------------------------------------1. ids scan 20 20 enabled 2. ids flood 2 100 disabled 3. ids tcp rate 1 200 disabled 4. ids udp rate 1 200 disabled 5. ids icmp rate 1 200 disabled 6. ids ip rate 1 200 disabled => RELATED COMMANDS: ids threshold clear Reset the IDS thresholds to their default values.
IDS Commands ids threshold modify Modify the IDS thresholds. SYNTAX: ids threshold modify index = [window = ] [limit = ] [scaling = <{disabled | enabled}>] where: index The index of the IDS threshold to be modified. Tip REQUIRED Use the command :ids threshold list to obtain the indexes. window A number (of seconds). Represents the time window of the threshold. OPTIONAL limit A number. Represents the limit of the threshold.
IDS Commands 362 E-DOC-CTC-20050531-0054 v1.
Interface Commands Interface Commands Introduction This chapter describes the commands of the interface command group. Contents This chapter covers the following commands: interface list E-DOC-CTC-20050531-0054 v1.0 Display interfaces.
Interface Commands interface list Display interfaces. SYNTAX: interface list [expand = <{disabled | enabled}>] [reverse = <{disabled | enabled}>] where: expand Enable or disable expanded listing. The default is disabled. OPTIONAL reverse Enable or disable reverse listing (lower layer first instead of upper layer first). The default is disabled.
IP Commands IP Commands Introduction This chapter describes the commands of the ip command group. Contents This chapter covers the following commands: ip arpadd Add an entry to the ARP cache of a broadcast Internet Protocol (IP) interface. 367 ip arpdelete Delete an entry from the ARP cache. 368 ip arplist Display the ARP cache. 369 ip config Show/set global IP stack configuration options. 370 ip flush Flush all the static IP parameters. 372 ip ifadd Create an IP interface.
IP Commands ip debug sendto Send UDP packets. 401 ip debug stats Display IP statistics. 403 ip debug traceconfig Display/modify the IP stack trace configuration. 404 ip debug traceroute Send ICMP/UDP packets to trace the IP path. 405 366 E-DOC-CTC-20050531-0054 v1.
IP Commands ip arpadd Add an entry to the ARP cache of a broadcast Internet Protocol (IP) interface. SYNTAX: ip arpadd intf = ip = [hwaddr = ] where: intf The IP interface name. REQUIRED ip The IP address (or range) of the entry to be added to the Address Resolution Protocol (ARP) cache. REQUIRED hwaddr The hardware address (for example the Ethernet MAC address) of the entry to be added.
IP Commands ip arpdelete Delete an entry from the ARP cache. SYNTAX: ip arpdelete intf = ip = [hwaddr = ] where: intf The IP interface name. REQUIRED ip The IP address (or range) of the entry to be deleted. REQUIRED hwaddr The hardware address (for example the Ethernet MAC address) of the entry to be deleted. OPTIONAL EXAMPLE: =>ip arplist Interface IP-address HW-address Type 2 eth0 10.0.0.1 00:10:a4:ad:32:cf STATIC 2 eth0 10.0.0.
IP Commands ip arplist Display the ARP cache. SYNTAX: ip arplist EXAMPLE: =>ip arplist Interface 2 eth0 2 eth0 2 eth0 => IP-address 10.0.0.1 10.0.0.2 10.0.0.3 HW-address 00:10:a4:ad:32:cf 00:00:00:00:00:00 00:a0:24:ae:66:e1 Type STATIC DYNAMIC STATIC RELATED COMMANDS: ip arpadd Add an entry to the ARP cache of a broadcast Internet Protocol (IP) interface. ip arpdelete Delete an entry from the ARP cache. E-DOC-CTC-20050531-0054 v1.
IP Commands ip config Show/set global IP stack configuration options. SYNTAX: ip config [forwarding = <{disabled | enabled}>] [redirects = <{disabled | enabled}>] [sourcerouting = <{disabled | enabled}>] [netbroadcasts = <{disabled | enabled}>] [ttl = ] [fraglimit = ] [defragmode = <{disabled | enabled}>] [addrcheck = <{off | own | static | dynamic}>] [mssclamping = <{disabled | enabled}>] where: forwarding Disable or enable the IP routing functionality.
IP Commands addrcheck Set the level of IP address checks. Choose between: off: No address checking is performed. For advanced users only; in normal circumstances there should always be some kind of address checking. own: Minimum level of checking. OPTIONAL Only the address configuration on the SpeedTouch™ is checked.
IP Commands ip flush Flush all the static IP parameters. Dynamic configurations (for example from PPP or CIP links) remain. The flush command does not impact previously saved configurations. ! The command :ip flush deletes all local IP connectivity. Do not use this command during an IP based local connection, for example a Telnet CLI session, or web based CLI access. SYNTAX: ip flush 372 E-DOC-CTC-20050531-0054 v1.
IP Commands ip ifadd Create an IP interface. SYNTAX: ip ifadd intf = dest = where: intf The name of the IP interface to be created. REQUIRED dest An network interface name.
IP Commands ip ifattach Attach an IP interface. SYNTAX: ip ifattach intf = where: intf The name of the IP interface to be attached.
IP Commands ip ifconfig Configure the parameters of an IP interface. SYNTAX: ip ifconfig intf = [mtu = ] [status = <{down | up}>] [hwaddr = ] [group = or number] [linksensing = <{disabled | enabled}>] [primary = <{disabled | enabled}>] where: intf The name of the IP interface to be configured. REQUIRED mtu A number between 68 and 65535. Represents the MTU (the maximum packet size (including IP header)) to be used on this interface.
IP Commands EXAMPLE: =>ip iflist Interface Group MTU 0 loop local 65535 1 Internet wan 1500 2 RtPPPoE_ppp wan 1500 3 LocalNetwork lan 1500 4 myIPintf wan 1500 =>ip ifconfig intf = myIPintf [mtu] = 1500 [status] = up [hwaddr] = 00:0e:50:0f:fc:2c [group] = wan [linksensing] = enabled [primary] = enabled :ip ifconfig intf=myIPintf =>ip iflist Interface Group MTU 0 loop local 65535 1 Internet wan 1500 2 RtPPPoE_ppp wan 1500 3 LocalNetwork lan 1500 4 myIPintf wan 1500 => RX 123966 0 0 86589 0 TX 75177 0 0 125
IP Commands ip ifdelete Delete an IP interface. SYNTAX: ip ifdelete intf = where: intf The name of the IP interface to be deleted.
IP Commands ip ifdetach Detach an IP interface. SYNTAX: ip ifdetach intf = where: intf The name of the IP interface to be detached. REQUIRED EXAMPLE: =>ip iflist expand=enabled Interface Group MTU RX TX TX-Drop Status HW-address 0 loop local 65535 130597 82240 0 [UP] 00:0e:50:0f:fc:2c BRHW-address : ff:ff:ff:ff:ff:ff RX unicastpkts: 1304 brcastpkts : 0 TX unicastpkts: 1994 brcastpkts : 0 droppkts:0 Oper state : UP Admin State: UP Flags : ARP BROADCAST ARPTABLE LOOP MULTICAST INTERNAL ...
IP Commands ip iflist Display all the IP interfaces. SYNTAX: ip iflist [expand = <{disabled | enabled}>] where: expand Enable or disable expanded listing. The default is disabled.
IP Commands ip ifwait Wait for a status change of an IP interface. SYNTAX: ip ifwait intf = [timeout = ] [adminstatus = <{down | up}>] [operstatus = <{down | up}>] [linkstatus = <{down | up}>] where: intf The IP interface name. REQUIRED timeout A number between 1 and 600000 (seconds). Represents the timeout. OPTIONAL adminstatus The administrative state of the interface. Choose between: OPTIONAL operstatus linkstatus down up.
IP Commands ip ipadd Assign an IP address to an IP interface. SYNTAX: ip ipadd intf = addr = [netmask = ] [pointopoint = ] [addroute = <{disabled | enabled}>] where: intf The IP interface name. REQUIRED addr The new IP address to be added. REQUIRED netmask The subnetmask associated with this address. OPTIONAL pointopoint The remote IP address in case of a dedicated point-to-point link.
IP Commands ip ipconfig Modify an IP address configuration. SYNTAX: ip ipconfig addr = [preferred = <{disabled | enabled}>] [primary = <{disabled | enabled}>] where: addr The IP address to be configured. REQUIRED preferred Make this IP address the preferred address for that subnet (enabled) or not (disabled). The default is disabled. OPTIONAL primary Make this IP address the primary address for the interface (enabled) or not (disabled). The default is disabled.
IP Commands ip ipdelete Remove an IP address from an IP interface. SYNTAX: ip ipdelete addr = where: addr The IP address to be deleted. REQUIRED EXAMPLE: =>ip iplist Interface 1 eth0 1 eth0 1 eth0 0 loop Type Ethernet Ethernet Ethernet Ethernet =>ip ipdelete addr=10.0.0.2 =>ip iplist Interface Type 1 eth0 Ethernet 1 eth0 Ethernet 0 loop Ethernet IP-address 10.0.0.2 10.0.0.138 169.254.141.11 127.0.0.1 Point-to-point/Mask 255.255.255.0 255.255.255.0 255.255.0.0 255.0.0.
IP Commands ip iplist Display all the configured IP addresses. SYNTAX: ip iplist EXAMPLE: =>ip iplist Interface 2 LocalNetwork 2 LocalNetwork 0 loop => Type Ethernet Ethernet Ethernet IP-address 10.0.0.138 *192.168.1.254 127.0.0.1 Point-to-point/Mask 255.255.255.0 255.255.255.0 255.255.255.255 RELATED COMMANDS: ip ipadd Assign an IP address to an IP interface. ip ipdelete Remove an IP address from an IP interface. 384 E-DOC-CTC-20050531-0054 v1.
IP Commands ip mcadd Add a multicast address to a multicast capable interface. SYNTAX: ip mcadd intf = addr = [mask = ] where: intf The IP interface name. REQUIRED addr The multicast IP address. REQUIRED mask The multicast IP address mask associated with this address. OPTIONAL Note Use 0 for promiscuous mode. EXAMPLE: =>ip mcadd intf=ETHoA_1 addr=192.178.14.11 =>ip mclist Interface Address Mask 2 ETHoA_1 192.178.14.11 255.255.255.
IP Commands ip mcdelete Delete a multicast address to a multicast capable interface. SYNTAX: ip mcdelete intf = addr = [mask = ] where: intf The IP interface name. REQUIRED addr The multicast IP address. REQUIRED mask The multicast IP address mask associated with this address. OPTIONAL Note Use 0 for promiscuous mode. EXAMPLE: =>ip mclist Interface Address Mask 2 ETHoA_1 192.178.14.11 255.255.255.255 =>ip mcdelete intf=ETHoA_1 addr=192.
IP Commands ip mclist Display all multicast addresses. SYNTAX: ip mclist EXAMPLE: =>ip mclist Interface 2 ETHoA_1 => Address 192.178.14.11 Mask 255.255.255.255 RELATED COMMANDS: ip mcadd Add a multicast address to a multicast capable interface. ip mcdelete Delete a multicast address to a multicast capable interface. E-DOC-CTC-20050531-0054 v1.
IP Commands ip rtadd Add a route to the routing table. SYNTAX: ip rtadd dst = [dstmsk = ] [label = ] [gateway = ] [intf = ] [srcintf = ] [metric = ] where: dst The destination IP address(es) for this route. Note REQUIRED Supports ip/mask notation. dstmsk The destination IP address mask. OPTIONAL label The name of the label. OPTIONAL The IP address of the next hop. This hop must be directly connected.
IP Commands ip rtdelete Delete a route from the routing table. SYNTAX: ip rtdelete dst = [dstmsk = ] [label = ] [gateway = ] [intf = ] where: dst The destination IP address(es) for this route. Note REQUIRED Supports cidr notation. dstmsk The destination IP address mask. OPTIONAL label The name of the label. OPTIONAL The IP address of the next hop. The next hop must be directly connected.
IP Commands ip rtlist Display the routing table. SYNTAX: ip rtlist [expand = <{disabled | enabled}>] where: expand Enable or disable expanded listing. The default is disabled. OPTIONAL EXAMPLE: =>ip rtlist Destination Label 10.0.0.138/32 127.0.0.1/32 10.0.0.0/24 =>ip rtlist expand=enabled Destination Label 10.0.0.138/32 127.0.0.1/32 10.0.0.0/24 => Gateway 127.0.0.1 127.0.0.1 10.0.0.138 Interface loop loop eth0 Metric 0 0 0 Status [UP] [UP] [UP] Gateway 127.0.0.1 127.0.0.1 10.0.0.
IP Commands ip auto flush Flush the autoIP interfaces. SYNTAX: ip auto flush E-DOC-CTC-20050531-0054 v1.
IP Commands ip auto ifadd Create an autoIP interface. SYNTAX: ip auto ifadd intf = [addr = ] where: intf The name of the IP interface for which a link-local address has to be allocated. REQUIRED dest The preferred link-local IP address. OPTIONAL EXAMPLE: =>ip auto ifadd intf=eth0 => ip auto iflist eth0 : [INIT] 0.0.0.0 poolstart = 169.254.1.1 claim : 10 defence : 5 probes sent = 0 collisions = 0 poolend = 169.254.254.254 netmask = 255.255.0.
IP Commands ip auto ifattach Select and assign a link-local address to an autoIP interface. SYNTAX: ip auto ifattach intf = where: intf The name of the autoIP interface for which a link-local address has to be attached. REQUIRED EXAMPLE: => ip auto iflist ipsec0 : [INIT] 0.0.0.0 poolstart = 169.254.1.1 claim : 10 defence : 5 probes sent = 0 collisions = 0 poolend = 169.254.254.254 netmask = 255.255.0.
IP Commands ip auto ifconfig Configure an autoIP interface. SYNTAX: ip auto ifconfig intf = [addr = ] [poolstart = ] [poolend = ] [netmask = ] [claim = ] [defence = ] [probe = ] [interval = ] where: intf The name of the autoIP interface to be configured. REQUIRED addr The preferred link-local IP address.
IP Commands EXAMPLE: => ip auto iflist eth0 : [INIT] 0.0.0.0 poolstart = 169.254.1.1 claim : 10 defence : 5 probes sent = 0 collisions = 0 poolend = 169.254.254.254 netmask = 255.255.0.0 probe : 4 interval : 2 (sec) =>ip auto ifconfig intf=ipsec0 claim=5 probe=5 => ip auto iflist ipsec0 : [INIT] 0.0.0.0 poolstart = 169.254.1.1 poolend = 169.254.254.254 netmask = 255.255.0.0 claim : 5 defence : 5 probe : 5 interval : 2 (sec) probes sent = 0 collisions = 0 => E-DOC-CTC-20050531-0054 v1.
IP Commands ip auto ifdelete Delete an existing autoIP interface. SYNTAX: ip auto ifdelete intf = where: intf The name of the IP interface to be deleted. REQUIRED EXAMPLE: =>ip auto iflist ipsec0 : [SELECTING] poolstart = claim : 10 probes sent collisions 169.254.80.236 169.254.1.1 poolend = 169.254.254.254 netmask = 255.255.0.0 defence : 5 probe : 4 interval : 2 (sec) = 2 = 0 =>ip auto ifdelete intf=ipsec0 =>ip auto iflist => RELATED COMMANDS: ip auto ifadd Create an autoIP interface.
IP Commands ip auto ifdetach Release the link-local address for the given autoIP interface. SYNTAX: ip auto ifdetach intf = where: intf The name of the autoIP interface for which a link-local address has to be detached. REQUIRED EXAMPLE: =>ip auto iflist ipsec0 : [SELECTING] poolstart = claim : 10 probes sent collisions 169.254.80.236 169.254.1.1 poolend = 169.254.254.254 netmask = 255.255.0.
IP Commands ip auto iflist Display the autoIP interfaces. SYNTAX: ip auto iflist [intf = ] where: intf OPTIONAL The name of the autoIP interface to be listed. Note If not specified, all the autoIP interfaces are shown. EXAMPLE: =>ip auto iflist eth0 : [CLAIMED] 169.254.138.1 poolstart = 169.254.1.1 claim : 10 defence : 5 probes sent = 2 collisions = 0 poolend = 169.254.254.254 netmask = 255.255.0.
IP Commands ip debug httpprobe Send a HTTP probe. This HTTP probe will measure the Round Trip Time (RTT) taken to connect and access data from a HTTP server. SYNTAX: ip debug httpprobe url = [version = <{1.0 | 1.1}>] where: url The Uniform Resource Locator (URL) identifying the HTTP server. REQUIRED version The version of the HTTP server. The default is 1.0. OPTIONAL EXAMPLE: The first example shows the measured time for a file that was downloaded: =>ip httpprobe url=http://download.
IP Commands ip debug ping Send ICMP ECHO_REQUEST packets. SYNTAX: ip debug ping addr = [count = ] [size = ] [interval = ] [listen = <{disabled | enabled}>] where: addr The destination IP address. REQUIRED count A number between 1 and 1000000. Represents the number of pings to send. OPTIONAL size A number between 1 and 20000 (bytes). Represents the size of the ping packet(s). The default is 9.
IP Commands ip debug sendto Send UDP packets. SYNTAX: ip debug sendto addr = [count = ] [size = ] [interval = ] [listen = <{disabled | enabled}>] [srcaddr = ] [srcport = ] dstport = [dstintf = ] where: addr The destination IP address. REQUIRED count A number between 1 and 1000000. Represents the number of UDP packets to send. The default is 1.
IP Commands EXAMPLE: =>ip debug sendto addr=10.0.0.148 listen=on srcport=19 dstport=1025 =>ip debug sendto addr=10.0.0.148 listen=on srcport=19 dstport=1025 1 bytes from 10.0.0.148:1025 41 A =>ip debug 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 => 402 E-DOC-CTC-20050531-0054 v1.
IP Commands ip debug stats Display IP statistics. SYNTAX: ip debug stats EXAMPLE: =>ip debug stats Total datagrams received IP header errors Datagrams forwarded Datagram forwarding errors Datagram forwarding resource errors Total Fragments received Fragments dropped due to resources or timeouts Datagrams reassembled Datagrams fragmented successfully Datagram fragmentation errors Total Datagram fragments created successfully => E-DOC-CTC-20050531-0054 v1.
IP Commands ip debug traceconfig Display/modify the IP stack trace configuration.
IP Commands ip debug traceroute Send ICMP/UDP packets to trace the IP path. SYNTAX: ip debug traceroute addr = [count = ] [size = ] [interval = ] [maxhops = ] [dstport = ] [maxfail = ] [type = <{icmp | udp}>] [utime = <{disabled | enabled}>] where: addr The destination IP address. REQUIRED count A number between 1 and 10.
IP Commands EXAMPLE: =>ip debug traceroute addr = 192.193.195.250 count=3 size=1 interval=1000 maxhops=30 dstport=33433 maxfail=5 type=icmp utime=yes :ip debug traceroute addr=192.193.195.250 ttl=1 192.193.195.250 676 us 1351 us 648 us => 406 E-DOC-CTC-20050531-0054 v1.
IPQoS Commands IPQoS Commands Introduction This chapter describes the commands of the ipqos command group. Contents This chapter covers the following commands: ipqos config Configure IPQoS for a given destination interface for the IPQoS queues instantiation. 408 ipqos list Display the IPQoS configuration. 410 ipqos ef config Configure the IPQoS Expedited Forwarding (EF) timer for an interface. 411 ipqos ef list Display the IPQoS EF timers.
IPQoS Commands ipqos config Configure IPQoS for a given destination interface for the IPQoS queues instantiation. When enabling or disabling IPQoS, take the following into account: if the WAN interface (for example PPPoA, IP oA,...) is detached at the time of enabling/disabling IPQoS, then the WAN interface has to be attached in order for the enabling/disabling of IPQoS to take effect.
IPQoS Commands realtimerate A number between 1 and 100. Represents a percentage of the interface bandwidth for rate-limiting of the Real Time queue. In case of congestion, the Real Time queue will only use this percentage of the interface bandwidth when there is also traffic on the other queues. The default is 80. OPTIONAL burstsize A number between 1 and 64. Represents the Real Time queue burstsize (in kilobytes) for rate limiting. The default is 2. OPTIONAL weight1 A number between 1 and 97.
IPQoS Commands ipqos list Display the IPQoS configuration. SYNTAX: ipqos list EXAMPLE: =>ipqos list Name State atm_pvc_0_35 disabled atm_pvc_8_35 enabled => Discard Priority early early wfq wfq Size (Packets) 250 250 Size (KBytes) 56 56 Rate (%) 80% 80% Burst (KBytes) 2 2 Weights Weights 25% 25% 25% 25% 25% 25% 25% 25% RELATED COMMANDS: ipqos config 410 Configure IPQoS for a given destination interface for the IPQoS queues instantiation. E-DOC-CTC-20050531-0054 v1.
IPQoS Commands ipqos ef config Configure the IPQoS Expedited Forwarding (EF) timer for an interface. SYNTAX: ipqos ef config intf = [state = <{disabled | enabled}>] [timeout = ] [mtu = ] where: intf The name of the IP interface. REQUIRED state Enable or disable the IPQoS EF timer for the interface. The default is disabled. OPTIONAL timeout A number between 100 and 10000 milliseconds. Represents the timeout. The default is 1000.
IPQoS Commands ipqos ef list Display the IPQoS EF timers. SYNTAX: ipqos ef list EXAMPLE: =>ipqos ef list Interface State loop Rt_PPPoA2 eth0 => disabled enabled disabled Timeout (ms) 1000 1000 1000 MTU (bytes) 65535 1500 1500 RELATED COMMANDS: ipqos ef config Configure the IPQoS Expedited Forwarding (EF) timer for an interface. ipqos ef stats Display the IPQoS EF timer statistics. 412 E-DOC-CTC-20050531-0054 v1.
IPQoS Commands ipqos ef stats Display the IPQoS EF timer statistics. SYNTAX: ipqos ef stats EXAMPLE: =>ipqos ef stats Interface State loop Rt_PPPoA2 eth0 => active active disabled Remain (ms) 900 900 0 RELATED COMMANDS: ipqos ef config Configure the IPQoS Expedited Forwarding (EF) timer for an interface. ipqos ef list Display the IPQoS EF timers. E-DOC-CTC-20050531-0054 v1.
IPQoS Commands ipqos queue clear Clear the IPQoS statistics.
IPQoS Commands ipqos queue config Modify the IPQoS subqueue configuration. SYNTAX: ipqos queue config dest = queue = [propagate = <{disabled | enabled}>] [ecnmarking = <{disabled | enabled}>] [ackfiltering = <{disabled | enabled}>] [maxpackets = ] [maxbytes = ] [respackets = ] [resbytes = ] [hold = ] [markprob = ] where: dest The destination interface for the IPQoS queues instantiation.
IPQoS Commands maxbytes OPTIONAL A number between 0 and 64. Represents the maximum size in kilobytes of this queue. The default is 0 for the Real time queue and 20 for the other queues. Note 0 means that a maximum size is not enforced. respackets A number between 0 and 250. Represents the reserved number of packets in this queue. The default is 30 for the Real time queue and 13 for the other queues.
IPQoS Commands ipqos queue list Display the IPQoS subqueue configuration. SYNTAX: ipqos queue list [dest = ] where: dest The destination interface for the IPQoS queues instantiation. This is an ATM phonebook entry. Note OPTIONAL If not specified, the IPQoS subqueue configuration for all the interfaces will be shown.
IPQoS Commands ipqos queue stats Show the IPQoS subqueue statistics. SYNTAX: ipqos queue stats [dest = ] where: dest The destination interface for the IPQoS queues instantiation. This is an ATM phonebook entry. Note OPTIONAL If not specified, the IPQoS subqueue statistics for all the interfaces will be shown.
Label Commands Label Commands Introduction This chapter describes the commands of the label command group. Contents This chapter covers the following commands: label add Create a new label. 420 label delete Delete a label. 421 label flush Flush all labels. 422 label list Display the labels. 423 label modify Modify a label configuration. 424 label chain add Add a new label chain. 426 label chain delete Delete a label chain. 427 label chain flush Flush all label chains.
Label Commands label add Create a new label. SYNTAX: label add name = where: name The name of the label to be added.
Label Commands label delete Delete a label. SYNTAX: label delete name = [force = <{disabled | enabled}>] where: name The name of the label to be deleted. REQUIRED force Force delete and cleanup references even when the label is still in use (enabled) or not (disabled). The default is disabled.
Label Commands label flush Flush all labels. The flush command does not impact previously saved configurations. SYNTAX: label flush 422 E-DOC-CTC-20050531-0054 v1.
Label Commands label list Display the labels. SYNTAX: label list [name = ] where: name OPTIONAL The name of the label to be displayed. Note If not specified, all the labels will be displayed.
Label Commands label modify Modify a label configuration.
Label Commands bidirectional The label applies to the initiator stream, the returning stream (the current connection) as well as to the child connections (enabled) or not (disabled). The default is disabled. OPTIONAL inheritance The label will be copied to all child connection streams in the same direction (enabled) or not (disabled). The default is disabled. OPTIONAL tosmarking Enable or disable tos marking. The default is disabled. OPTIONAL tos A number between 0 and 255.
Label Commands label chain add Add a new label chain. SYNTAX: label chain add chain = where: chain The name of the chain to be added.
Label Commands label chain delete Delete a label chain. SYNTAX: label chain delete chain = where: chain The name of the chain to be deleted.
Label Commands label chain flush Flush all label chains. SYNTAX: label chain flush 428 E-DOC-CTC-20050531-0054 v1.
Label Commands label chain list Display a list of chains. SYNTAX: label chain list [format = <{pretty | cli}>] where: format Select the output format of the list. Choose between: pretty: the configuration is shown as intuitive output in clear text. cli: the configuration is shown via the CLI commands configuration. OPTIONAL The default is pretty.
Label Commands label rule add Add a label rule. SYNTAX: label rule add chain = [index = ] [name = ] [clink = ] [srcintf [!]= ] [srcip [!]= <{ip address | private}>] [dstip [!]= <{ip address | private}>] [serv [!]= <{service name}>] [log = <{disabled | enabled}>] [state = <{disabled | enabled}>] label = If a value is preceded by a “!”, it means NOT. For example “srcintf=!wan” means “if srcintf is different from WAN”.
Label Commands EXAMPLE: =>label rule list Rules (flags: C=Constant, D=Dynamic, E=Enable, L=Log) ===== Chain Nr. Flags Rule -------------------------------------------------------------------------------------------------routing_labels 1 CDE : link rt_user_labels 2 CDE : link rt_default_labels qos_labels 1 CDE : link qos_user_labels 2 CDE : link qos_default_labels qos_default_labels 1 C E : VoIP sip *.* > *.* 2 C E : VoIP h323 *.* > *.* 3 C E : Interactive telnet *.* > *.* 4 C E : Interactive smtp *.* > *.
Label Commands label rule delete Delete a label rule. SYNTAX: label rule delete chain = index = where: chain The name of the chain in which a rule must be deleted. REQUIRED index The index number of the rule in the chain. REQUIRED Tip Use the command :label rule list to obtain the index number of the applicable rule. EXAMPLE: =>label rule list Rules (flags: C=Constant, D=Dynamic, E=Enable, L=Log) ===== Chain Nr.
Label Commands label rule flush Flush all label rules. The chains themselves are not removed. The flush command does not impact previously saved configurations. SYNTAX: label rule flush [chain = ] where: chain The name of the chain to be flushed. Note E-DOC-CTC-20050531-0054 v1.0 OPTIONAL If not specified, all the rules for all the chains are flushed.
Label Commands label rule list Display a list of label rules. SYNTAX: label rule list [chain = ] [format = <{pretty | cli}>] where: chain The name of the chain for which the rules must be listed. Note format OPTIONAL If not specified, all rules for all chains are shown. Select the output format of the list. Choose between: pretty: the configuration is shown as intuitive output in clear text. cli: the configuration is shown via the CLI commands configuration.
Label Commands label rule modify Modify a label rule. SYNTAX: label rule modify chain = index = [newindex = ] [name = ] [clink = ] [srcintf [!]= ] [srcip [!]= <{ip address | private}>] [dstip [!]= <{ip address | private}>] [serv [!]= <{service name}>] [log = <{disabled | enabled}>] [state = <{disabled | enabled}>] [label = ] If a value is preceded by a “!”, it means “NOT”.
Label Commands label rule debug clear Clear the label rule statistics. SYNTAX: label rule debug clear [chain = ] [index = ] where: chain The name of the chain in which the rule is to be found. Note index If not specified, the statistics for all the rules in all chains will be cleared. The index number (determined by the position) of the rule in the chain. Note OPTIONAL OPTIONAL If not specified, the statistics for all the rules in a chain will be cleared.
Label Commands label rule debug stats Display the label rule statistics. SYNTAX: label rule debug stats [chain = ] [index = ] where: chain The name of the chain for which the statistics must be shown. Note index OPTIONAL If not specified, the statistics for the rules applicable to all chains are shown. The index number of the rule for which the statistics must be shown. Tip Use the command :label rule list to obtain the index number of the applicable rule.
Label Commands label rule debug traceconfig Display or modify the rule trace configuration. SYNTAX: label rule debug traceconfig [trace = <{disabled | enabled}>] where: trace Disable or enable rule traces. The default is disabled. OPTIONAL EXAMPLE: =>label rule debug traceconfig :label rule debug traceconfig state=disabled => 438 E-DOC-CTC-20050531-0054 v1.
Language Commands Language Commands Introduction This chapter describes the commands of the language command group. Contents This chapter covers the following commands: language config Select a language. 440 language delete Delete one or all language archives. 441 language list List the available language archives. 442 E-DOC-CTC-20050531-0054 v1.
Language Commands language config Select a language. SYNTAX: language config [language = ] where: language Language code: OSI language code (2 chars) for language. Example: en for english. OPTIONAL EXAMPLE: =>language config language : en => RELATED COMMANDS: language delete Delete one or all language archives. language list List the available language archives. 440 E-DOC-CTC-20050531-0054 v1.
Language Commands language delete Delete one or all language archives. SYNTAX: language delete [file = ] [all = <{yes | no}>] where: file The filename of the language archive to be removed. OPTIONAL all Remove all languages archives (yes) or not (no). The default is no. OPTIONAL RELATED COMMANDS: language config Select a language. language list List the available language archives. E-DOC-CTC-20050531-0054 v1.
Language Commands language list List the available language archives. SYNTAX: language list EXAMPLE: =>language list CODE LANGUAGE en* English => VERSION 5.3.0.10.0 FILENAME The currently selected language is indicated by a “*” next to the OSI language code. RELATED COMMANDS: language config Select a language. language delete Delete one or all language archives. 442 E-DOC-CTC-20050531-0054 v1.
MLP Commands MLP Commands Introduction This chapter describes the commands of the mlp command group. Contents This chapter covers the following commands: mlp flush Flush all the Multi-Level access Policies (MLP) structures. 444 mlp import Import all the scores. 445 mlp debug export Export all the scores. 446 mlp debug stats Display MLP statistics. 447 mlp debug traceconfig Modify the MLP trace settings. 448 mlp privilege add Add a privilege.
MLP Commands mlp flush Flush all the Multi-Level access Policies (MLP) structures. SYNTAX: mlp flush 444 E-DOC-CTC-20050531-0054 v1.
MLP Commands mlp import Import all the scores. SYNTAX: mlp import [trace = <{disabled | enabled | full}>] where: trace Select the import trace level. Choose between: disabled enabled full. OPTIONAL The default is disabled. RELATED COMMANDS: mlp debug export E-DOC-CTC-20050531-0054 v1.0 Export all the scores.
MLP Commands mlp debug export Export all the scores. SYNTAX: mlp debug export RELATED COMMANDS: mlp import 446 Import all the scores. E-DOC-CTC-20050531-0054 v1.
MLP Commands mlp debug stats Display MLP statistics. SYNTAX: mlp debug stats EXAMPLE: =>mlp debug stats Roles (cur/free/max) : 8/7/15 Privileges (cur/free/max) : 35/25/60 ListItems (cur/free/max) : 31/119/150 => E-DOC-CTC-20050531-0054 v1.
MLP Commands mlp debug traceconfig Modify the MLP trace settings. SYNTAX: mlp debug traceconfig [trace = <{disabled | enabled | full}>] where: trace Select the trace level. Choose between: disabled enabled full. OPTIONAL The default is disabled. EXAMPLE: =>mlp debug traceconfig mlp trace: disabled => 448 E-DOC-CTC-20050531-0054 v1.
MLP Commands mlp privilege add Add a privilege. SYNTAX: mlp privilege add name = type = <{access | service}> [descr = ] where: name The name of the new privilege. Note type descr The maximum number of privileges is 60. Select the privilege type. Choose between: access: the privilege is an access privilege. service: the privilege is a service privilege. A description of the privilege. Note REQUIRED REQUIRED OPTIONAL The maximum length is 63 characters.
MLP Commands mlp privilege addzone Add a zone to a privilege. Only one zone can be added at a time to a privilege. If multiple zones need to be added, the command :mlp privilege addzone must be executed for each zone to be added. SYNTAX: mlp privilege addzone name = zone = where: name The name of the privilege in which a zone must be added. REQUIRED zone The name of the new zone.
MLP Commands mlp privilege config Modify a privilege. SYNTAX: mlp privilege config name = [descr = ] [score = <{hex-word}[:{hex-word}] ex: 'a12:c30f'>] where: name The name of the privilege to be modified. REQUIRED descr Set the privilege description. OPTIONAL Note score The maximum length is 63 characters. Set the score of the privilege. Note OPTIONAL This is a hexadecimal value, for example “a12:c30f”.
MLP Commands mlp privilege delete Delete a privilege. SYNTAX: mlp privilege delete name = where: name The name of the privilege to be deleted.
MLP Commands mlp privilege list Display the privileges. SYNTAX: mlp privilege list [name = ] [type = <{access | service}>] [verbose = <{minimal | medium | all}>] where: name The name of the privilege to be listed. Note type verbose If not specified, all the privileges will be shown. Select the privilege type to be shown. Choose between: access: only the access privileges will be shown service: only the service privileges will be shown.
MLP Commands mlp privilege removezone Remove a zone from a privilege. Only one zone can be removed at a time from a privilege. If multiple zones need to be removed, the command :mlp privilege removezone must be executed for each zone to be removed. SYNTAX: mlp privilege removezone name = zone = where: name The name of the privilege in which a zone must be removed. REQUIRED zone The name of the zone to be removed.
MLP Commands mlp role add Add a role. SYNTAX: mlp role add name = parent = [descr = ] where: name The name of the new role. Note REQUIRED The maximum number of roles is 15. parent The name of the parent role. REQUIRED descr The role description. OPTIONAL Note The maximum length is 63 characters.
MLP Commands mlp role addpriv Add a privilege to a role. SYNTAX: mlp role addpriv name = access = service = where: name The name of the role. REQUIRED access The name of the access privilege to be added. REQUIRED service The name of the service privilege to be added.
MLP Commands mlp role config Modify the role. SYNTAX: mlp role config name = [parent = ] [descr = ] where: name The name of the role to be configured. REQUIRED parent The name of the parent role. OPTIONAL descr The role description. OPTIONAL Note The maximum length is 63 characters.
MLP Commands mlp role delete Delete a role. SYNTAX: mlp role delete name = where: name The name of the role to be deleted.
MLP Commands mlp role list Display the roles. SYNTAX: mlp role list [name = ] [verbose = <{minimal | medium | all}>] where: name The name of the role to be listed. Note verbose OPTIONAL If not specified, all the roles will be listed. Limit the output list. Choose between: minimal medium all. OPTIONAL The default is minimal.
MLP Commands mlp role removepriv Remove a privilege from a role. SYNTAX: mlp role removepriv name = access = [service = ] where: name The name of the role. REQUIRED access The name of the access privilege to be deleted. REQUIRED service The name of the service privilege to be deleted.
NAT Commands NAT Commands Introduction This chapter describes the commands of the nat command group. Contents This chapter covers the following commands: nat config Display/modify global NAT configuration options. 462 nat flush Flush the current NAT configuration. 463 nat ifconfig Modify address translation on an IP interface. 464 nat iflist Display the address translation configuration on all the interfaces.
NAT Commands nat config Display/modify global NAT configuration options. SYNTAX: nat config [trace = <{disabled | enabled}>] where: trace Enable or disable traces. The default is disabled. REQUIRED EXAMPLE: =>nat config NAT traces : disabled =>nat config trace=enabled =>nat config NAT traces : enabled => 462 E-DOC-CTC-20050531-0054 v1.
NAT Commands nat flush Flush the current NAT configuration. SYNTAX: nat flush E-DOC-CTC-20050531-0054 v1.
NAT Commands nat ifconfig Modify address translation on an IP interface. SYNTAX: nat ifconfig intf = translation = <{disabled | enabled | transparent}> where: intf The IP interface name. REQUIRED translation Enable or disable address translation. Choose between: REQUIRED disabled: Address translation is disabled. enabled: Address translation is enabled. transparent: An inside address is translated into the same outside IP address.
NAT Commands nat iflist Display the address translation configuration on all the interfaces. SYNTAX: nat iflist EXAMPLE: =>nat iflist Interface loop Internet RtPPPoE_ppp LocalNetwork => NAT disabled enabled enabled transparent RELATED COMMANDS: nat ifconfig E-DOC-CTC-20050531-0054 v1.0 Modify address translation on an IP interface.
NAT Commands nat mapadd Add an address mapping to a Network Address Translation (NAT) enabled interface. SYNTAX: nat mapadd intf = [type = <{napt | nat}>] [outside_addr = ] [inside_addr = ] [access_list = ] [foreign_addr = ] [protocol = <{supported IP protocol} or number>] [outside_port = ] [inside_port = ] where: intf Note type outside_addr The specified interface must be an existing NAT enabled interface.
NAT Commands access_list The range of inside addresses to which the mapping is restricted. This parameter is used for outbound traffic only. Represents the list of inside IP addresses (LAN devices) allowed to make use of this map. Allowed values are: An IP address (A.B.C.D or A.D, meaning A.0.0.D). A range of IP addresses (A.B.C.[D-E]). An IP subnet (A.B.C.D/M). * (all addresses). OPTIONAL The default is the inside_addr.
NAT Commands EXAMPLE: =>nat maplist Idx Type Interface Outside Address Inside Address Use 1 NAPT eth0 any:80 127.0.0.1:8080 0 2 NAPT eth0 any:1080 127.0.0.1:8080 0 3 NAPT eth0 any:8080 127.0.0.1:8080 0 =>nat mapadd intf=myPPP_ppp type=napt outside_addr=100.100.100.1 access_list=10.0.0.0/24 =>nat maplist Idx Type Interface Outside Address Inside Address Use 1 NAPT myPPP_ppp 100.100.100.1 unmapped 0 1 NAPT eth0 any:80 127.0.0.1:8080 0 2 NAPT eth0 any:1080 127.0.0.1:8080 0 3 NAPT eth0 any:8080 127.0.0.
NAT Commands nat mapdelete Delete an address mapping from a NAT enabled interface. SYNTAX: nat mapdelete intf = index = where: intf The IP interface name. REQUIRED index The map index. REQUIRED Tip Use the command :nat maplist to obtain a list of the mapindexes. EXAMPLE: =>nat maplist Idx Type Interface Outside Address 1 NAPT myPPP_ppp 100.100.100.
NAT Commands nat maplist Display the address mapping for a NAT enabled interface. SYNTAX: nat maplist [intf = ] [expand = <{disabled | enabled}>] where: intf Note expand OPTIONAL The IP interface name. If not specified, the address mapping for all the NAT enabled interfaces will be shown. Enable or disable expanded listing. The default is disabled.
NAT Commands nat tmpladd Add an address mapping template. SYNTAX: nat tmpladd [intf = ] [group = <{wan|local|lan|tunnel|dmz|guest} or number>] [timeout = ] [type = <{napt | nat}>] outside_addr = [inside_addr = ] [access_list = ] [foreign_addr = ] [protocol = <{supported IP protocol} or number>] [outside_port = ] [inside_port = ] where: intf The IP interface name.
NAT Commands inside_addr The inside (typically private) IP address. Inbound: Represents the address(es) to be used as destination address after translation. Outbound: This map will only apply if the source IP address is part of the inside address(es). REQUIRED for port-shifting maps. Allowed values are: An IP address (A.B.C.D or A.D, meaning A.0.0.D). A range of IP addresses (A.B.C.[D-E]) (only for NAT). An IP subnet (A.B.C.D/M (only for NAT)). OPTIONAL for NAT maps and NAPT maps.
NAT Commands outside_port The outside port number or range (only for maps of type napt). For a NAPT map: Represents the range of TCP/UDP ports to be used as dynamic port range during the NAPT process. For a port-shifting map: OPTIONAL for NAPT map. REQUIRED for port-shifting map. Represents the source port(s) to be translated (shifted) into inside_port. Allowed values are: inside_port TCP/UDP port range [P-Q] (with Q > P) TCP/UDP port number (only for port-shifting maps).
NAT Commands nat tmpldelete Delete an address mapping template. SYNTAX: nat tmpldelete index = where: index REQUIRED The index of the address mapping template to be deleted. Tip Use the command :nat tmpllist to view the address mapping templates. EXAMPLE: =>nat tmpllist Idx Type Interface 1 NAPT any 2 NAPT myPPP_ppp =>nat tmpldelete index=1 =>nat tmpllist Idx Type Interface 1 NAPT myPPP_ppp => Ifgroup lan any Outside Address 100.200.100.1 100.100.100.
NAT Commands nat tmpllist Display the address mapping templates. SYNTAX: nat tmpllist [expand = <{disabled | enabled}>] where: expand Enable or disable expanded listing. The default is disabled. OPTIONAL EXAMPLE: =>nat tmpllist Idx Type Interface 1 NAPT any 2 NAPT myPPP_ppp => Ifgroup lan any Outside Address 100.200.100.1 100.100.100.1 Inside Address unmapped unmapped Use 0 0 RELATED COMMANDS: nat tmpladd Add an address mapping template. nat tmpldelete Delete an address mapping template.
NAT Commands nat tmplinst Instantiate address mapping templates for a given dynamic address. SYNTAX: nat tmplinst intf = addr_index = dynamic_addr = where: intf The IP interface name. REQUIRED addr_index The outside IP address index/key to instantiate for. REQUIRED dynamic_addr The dynamic address to substitute the index/key with. REQUIRED EXAMPLE: =>nat tmplinst intf=myPPP_ppp addr_index=100.100.100.1 dynamic_addr=200.200.200.
PPP Commands PPP Commands Introduction This chapter describes the commands of the ppp command group. Contents This chapter covers the following commands: ppp flush Flush all PPP interfaces. 478 ppp ifadd Create a new PPP interface. 479 ppp ifattach Attach a PPP interface. 480 ppp ifconfig Configure a PPP interface. 481 ppp ifdelete Delete a PPP interface. 485 ppp ifdetach Detach a PPP interface. 486 ppp iflist Display the PPP interfaces.
PPP Commands ppp flush Flush all PPP interfaces. The flush command does not impact previously saved configurations. SYNTAX: ppp flush 478 E-DOC-CTC-20050531-0054 v1.
PPP Commands ppp ifadd Create a new PPP interface. SYNTAX: ppp ifadd intf = where: intf The name for the new PPP interface. Note REQUIRED If not specified, the destination parameter must be specified. In this case the name of the destination will double as interface name.
PPP Commands ppp ifattach Attach a PPP interface. SYNTAX: ppp ifattach intf = where: intf The name of the PPP interface to be attached. REQUIRED EXAMPLE: =>ppp iflist Internet: dest : RELAY [00:00:00] Retry : 10 mode = IP routing flags = echo magic accomp restart mru addr savepwd demanddial dns metric = 0 mru = 1492 Tx inactivity = 1200s left = 0s auth = auto user = password = admin state = down oper state = down link state = not-connected LCP : state = initial retransm = 10 term.
PPP Commands ppp ifconfig Configure a PPP interface. The interface to be configured must not be connected at the time of configuration. If this should be the case, use the command :ppp ifdetach before using the command :ppp ifconfig.
PPP Commands password The password for remote PAP/CHAP authentication. OPTIONAL acname The Access Concentrator name for a PPPoE session. OPTIONAL Tip servicename Use the command :ppp ifscan to obtain the names of available access concentrators, if any. OPTIONAL The Service Name for a PPPoE session. Tip Use the command :ppp ifscan to obtain the available service names, if any. pcomp Try (enabled) or do not try (disabled) to negotiate PPP protocol compression (LCP PCOMP). The default is disabled.
PPP Commands echo Send LCP echo requests at regular intervals (enabled) or not (disabled). The default is disabled. OPTIONAL mru A number between 293 and 8192. Represents the maximum packet size the SpeedTouch™ should negotiate to be able to receive. The default is 1492. OPTIONAL laddr The local IP address of the peer-to-peer connection. Specifying a local IP address forces the remote side of the PPP link (if it allows to) to accept this IP address as the SpeedTouch™ PPP session IP address.
PPP Commands idletrigger Consider the link being idle if no traffic is sent and/or received during the idle time. Choose between: RxTx: The idle time period restarts when a packet is transmitted or received. Rx: The idle time period restarts when a packet is received. OPTIONAL Transmitted packets are ignored. Tx: The idle time period restarts when a packet is transmitted. Received packets are ignored. The default is RxTx.
PPP Commands ppp ifdelete Delete a PPP interface. SYNTAX: ppp ifdelete intf = where: intf The name of the PPP interface to be deleted. REQUIRED EXAMPLE: =>ppp iflist Internet: dest : RELAY [00:00:00] Retry : 10 mode = IP routing flags = echo magic accomp restart mru addr savepwd demanddial dns metric = 0 mru = 1492 Tx inactivity = 1200s left = 0s auth = auto user = password = admin state = down oper state = down link state = not-connected LCP : state = initial retransm = 10 term.
PPP Commands ppp ifdetach Detach a PPP interface. SYNTAX: ppp ifdetach intf = where: intf The name of the PPP interface to be detached. REQUIRED EXAMPLE: =>ppp iflist Internet: dest : RELAY [00:00:00] Retry : 10 mode = IP routing flags = echo magic accomp restart mru addr savepwd demanddial dns metric = 0 mru = 1492 Tx inactivity = 1200s left = 0s auth = auto user = password = admin state = down oper state = down link state = not-connected LCP : state = initial retransm = 10 term.
PPP Commands ppp iflist Display the PPP interfaces. SYNTAX: ppp iflist [intf = ] where: intf The name of the PPP interface. Note OPTIONAL If not specified, all PPP interfaces are shown.
PPP Commands ppp ifscan Scan a PPPoE interface for available Access Concentrator and Service names. Use the command :ppp ifdetach for this interface before performing a scan on it. SYNTAX: ppp ifscan intf = [time = ] where: intf The name of the PPPoE interface to be scanned. REQUIRED time A number between 0 and 36000 (seconds). Represents the time to scan for services.
PPP Commands ppp rtadd Add a route to the routing table when the PPP link comes up. This route configuration will determine which local hosts are allowed to use this link and/or which remote destinations should be or should not be reachable. The interface must not be connected when a route configuration is added. If this should be the case, use the command :ppp ifdetach for this interface prior to configuring routes.
PPP Commands EXAMPLE: =>ppp iflist Internet: dest : RELAY [00:00:00] Retry : 10 mode = IP routing flags = echo magic accomp restart mru addr savepwd demanddial dns metric = 0 mru = 1492 Tx inactivity = 1200s left = 0s auth = auto user = password = admin state = down oper state = down link state = not-connected LCP : state = initial retransm = 10 term. reason = IPCP: state = initial retransm = 0 term.
PPP Commands ppp rtdelete Delete the route for a PPP link. The interface must not be connected when a route configuration must be deleted. If the interface is connected, use the command :ppp ifdetach for this interface. SYNTAX: ppp rtdelete intf = where: intf The PPP interface name for which to delete the route settings.
PPP Commands ppp relay flush Remove all Ethernet interfaces from the PPP relay agent list and terminate all sessions. The flush command does not impact previously saved configurations. SYNTAX: ppp relay flush 492 E-DOC-CTC-20050531-0054 v1.
PPP Commands ppp relay ifadd Add an Ethernet interface to the PPP relay list. SYNTAX: ppp relay ifadd intf = where: intf The Ethernet interface to be added to the PPP relay agent list.
PPP Commands ppp relay ifdelete Delete an Ethernet interface from the PPP relay agent list. SYNTAX: ppp relay ifdelete intf = where: intf The Ethernet interface to be deleted from the PPP relay agent list.
PPP Commands ppp relay iflist Display all Ethernet interfaces added to the PPP relay agent list. SYNTAX: ppp relay iflist where: intf The Ethernet interface to be added to the PPP relay agent list. REQUIRED EXAMPLE: =>ppp relay iflist # Interface 1 ethoa_0_35 2 ethoa_8_35 => HWaddr Status 00-0e-50-0f-fc-2d connected 00-0e-50-0f-fc-2d connected RELATED COMMANDS: ppp relay ifadd Add an Ethernet interface to the PPP relay list.
PPP Commands ppp relay sesslist Add an Ethernet interface to the PPP relay list. SYNTAX: ppp relay ifadd intf = where: intf 496 The Ethernet interface to be added to the PPP relay agent list. REQUIRED E-DOC-CTC-20050531-0054 v1.
PPTP Commands PPTP Commands Introduction This chapter describes the commands of the pptp command group. Contents This chapter covers the following commands: pptp ifadd Add a Point-to-Point Tunneling Protocol (PPTP) profile. 498 pptp flush Flush the complete PPTP configuration. 499 pptp list Show the current PPTP configuration. 500 pptp profadd Define a new PPTP profile. 501 pptp profdelete Delete a PPTP profile. 502 pptp proflist Display all the current PPTP profiles.
PPTP Commands pptp ifadd Add a Point-to-Point Tunneling Protocol (PPTP) profile. Backwards compatible with previous release, use profiles instead. SYNTAX: pptp ifadd dest = [rate = ] [encaps = <{vcmux | nlpid}>] [ac = <{never | always | keep}>] where: dest The WAN destination for this PPTP tunnel. Typically a phonebook entry. REQUIRED rate A number between 10 and 10000. Represents the transmission speed (in bits/s) for the WAN link.
PPTP Commands pptp flush Flush the complete PPTP configuration. The flush command does not impact previously saved configurations. SYNTAX: pptp flush E-DOC-CTC-20050531-0054 v1.
PPTP Commands pptp list Show the current PPTP configuration. SYNTAX: pptp list EXAMPLE: =>pptp list Dialstr Destination DIALUP_PPP3 => 500 QoS default Encaps vcmux AC never State CONNECTED User (10.0.0.2) E-DOC-CTC-20050531-0054 v1.
PPTP Commands pptp profadd Define a new PPTP profile. SYNTAX: pptp profadd name = [qos = ] [encaps = <{vcmux | nlpid}>] [ac = <{never | always | keep}>] where: name The name of the new PPTP profile. REQUIRED qos The name of the qosbook entry, containing the settings for this profile. OPTIONAL Note encaps This parameter never needs to be specified. The type of WAN protocol encapsulation to be used with this PPTP profile. Choose between: VC-MUX NLPID.
PPTP Commands pptp profdelete Delete a PPTP profile. SYNTAX: pptp profdelete name where: name The name of the PPTP profile to be deleted. REQUIRED EXAMPLE: =>pptp proflist Profile QoS Encaps Relay_PPP1 default nlpid PPTPLink default vcmux =>pptp profdelete name=PPTPLink =>pptp proflist Profile QoS Encaps Relay_PPP1 default nlpid => AC always never AC always RELATED COMMANDS: pptp profadd Define a new PPTP profile. pptp proflist Display all the current PPTP profiles.
PPTP Commands pptp proflist Display all the current PPTP profiles. SYNTAX: pptp proflist EXAMPLE: =>pptp proflist Profile QoS Relay_PPP1 default PPTPLink default => Encaps nlpid vcmux AC always never RELATED COMMANDS: pptp profadd Define a new PPTP profile. pptp profdelete Delete a PPTP profile. E-DOC-CTC-20050531-0054 v1.
PPTP Commands 504 E-DOC-CTC-20050531-0054 v1.
Service Commands Service Commands Introduction This chapter describes the commands of the service command group. Contents This chapter covers the following commands: service host assign Assign a host service to a LAN device. 506 service host config Get/set global host service configuration options. 507 service host add Add a host service. 508 service host delete Delete a host service. 509 service host disable Disable a host service. 510 service host flush Flush all host services.
Service Commands service host assign Assign a host service to a LAN device. SYNTAX: service host assign name = [host = ] [log = <{disabled|enabled}>] where: name The name of an existing host service. REQUIRED host The IP address of the LAN device. OPTIONAL log Enable or disable logging. OPTIONAL EXAMPLE: =>service host assign name="MSN Messenger" host=192.168.1.
Service Commands service host config Get/set global host service configuration options. SYNTAX: service host config [trace = <{disabled | enabled}>] where: trace Enable or disable traces. The default is disabled. REQUIRED EXAMPLE: =>service host config Service traces : disabled l=> E-DOC-CTC-20050531-0054 v1.
Service Commands service host add Add a host service. SYNTAX: service host add name = [mode = <{server | client | custom}>] where: name The name of the new host service. REQUIRED mode The service mode. Choose between: OPTIONAL server: The service is defined for server purposes. client: The service is defined for client purposes. custom: The service is a user created service (in other words, a customized service). The default is custom.
Service Commands service host delete Delete a host service. SYNTAX: service host delete name = where: name The name of the host service to be deleted. REQUIRED EXAMPLE: =>service host list Service Name Host User-Defined Mode --------------------------------------------------------------------------Age of Empires unassigned server AIM Talk unassigned client ...
Service Commands service host disable Disable a host service. SYNTAX: service host disable [name = ] where: name The name of the host service to be disabled. Note OPTIONAL If not specified, all the host services will be disabled. EXAMPLE: =>service host list Service Name Host User-Defined Mode --------------------------------------------------------------------------Age of Empires unassigned server AIM Talk unassigned client Aliens vs. Predator unassigned server .. MSN Messenger 192.
Service Commands service host flush Flush all host services. SYNTAX: service host flush E-DOC-CTC-20050531-0054 v1.
Service Commands service host list Display a list of host services. SYNTAX: service host list [name = ] where: name REQUIRED The name of the host service to be listed. Note If not specified, all the host services will be listed. EXAMPLE: =>service host list Service Name Host User-Defined Mode --------------------------------------------------------------------------Aliens vs.
Service Commands service host stats Show the host service statistics. SYNTAX: service host stats EXAMPLE: =>service host Services : Service maps : Trigger ports: => stats 113 of 150 in use. 225 of 300 in use. 0 of 25 in use. E-DOC-CTC-20050531-0054 v1.
Service Commands service host triggerlist List all triggers. SYNTAX: service host triggerlist EXAMPLE: =>service triggerlist Ip Triggerport -----------=> 514 Portrange --------- Timeout ------- E-DOC-CTC-20050531-0054 v1.
Service Commands service host rule add Create/define a host service portmap. SYNTAX: service host rule add name = [protocol = <{any|tcp|udp} or number>] [baseport = ] portrange = [triggerport = ] [triggerprotocol = <{any|tcp|udp} or number>] where: name The name of the host service. REQUIRED protocol The IP protocol type. Choose between: OPTIONAL baseport any tcp udp a number.
Service Commands service host rule delete Delete a host service portmap. SYNTAX: service host rule delete name = [protocol = <{any|tcp|udp} or number>] [baseport = ] portrange = [triggerport = ] [triggerprotocol = <{any|tcp|udp} or number>] where: name The name of the host service. REQUIRED protocol The IP protocol type. Choose between: OPTIONAL baseport any tcp udp a number.
Service Commands service system ifadd Add an interface group to the access list. SYNTAX: service system ifadd name = <{PPTP|HTTP|HTTPs|FTP|TELNET|RIP-Query|DNS-S| SNMP_AGENT|SSDP|MDAP|PING_RESPONDER}> group = <{wan|local|lan|tunnel|dmz|guest} or number> where: name The name of the system service for this access list. REQUIRED group The interface group for this access list.
Service Commands service system ifdelete Delete an interface group from the access list. SYNTAX: service system ifdelete name = <{PPTP|HTTP|HTTPs|FTP|TELNET|RIP-Query|DNS-S| SNMP_AGENT|SSDP|MDAP|PING_RESPONDER}> group = <{wan|local|lan|tunnel|dmz|guest} or number> where: name The name of the system service for this access list. REQUIRED group The interface group for this access list.
Service Commands service system ipadd Add an IP address (range) to the access list. SYNTAX: service system ipadd name = <{PPTP|HTTP|HTTPs|FTP|TELNET|RIP-Query|DNS-S| SNMP_AGENT|SSDP|MDAP|PING_RESPONDER}> ip = where: name The name of the system service for this access list. REQUIRED ip The IP address (range) for this access list.
Service Commands service system ipdelete Delete an IP address (range) from the access list. SYNTAX: service system ipdelete name = <{PPTP|HTTP|HTTPs|FTP|TELNET|RIP-Query|DNS-S| SNMP_AGENT|SSDP|MDAP|PING_RESPONDER}> ip = where: name The name of the system service for this access list. REQUIRED ip The IP address (range) for this access list.
Service Commands service system list Display the system services. SYNTAX: service system list [name = ] [expand = <{disabled | enabled}>] [dynamics = <{disabled | enabled}>] [members = <{disabled | enabled}>] where: name The name of the system service to be displayed. Note OPTIONAL If not specified, all the system services will be displayed. expand Enable or disable expanded listing. The default is disabled. OPTIONAL dynamics Display dynamic sevices. The default is disabled.
Service Commands service system mapadd Add a port map for a system service. SYNTAX: service system mapadd name = <{PPTP|HTTP|HTTPs|HTTPI|FTP|TELNET|DNS-S| SNMP_AGENT|SSDP|MDAP}> intf = port = where: name The name of the system service for this map. REQUIRED intf The interface for this map. REQUIRED port The port for this map.
Service Commands service system mapdelete Delete a port map for a system service. SYNTAX: service system mapdelete name = <{PPTP|HTTP|HTTPs|HTTPI|FTP|TELNET|DNS-S| SNMP_AGENT|SSDP|MDAP}> intf = port = where: name The name of the system service for this map. REQUIRED intf The interface for this map. REQUIRED port The port for this map.
Service Commands service system modify Modify a system service.
Script Commands Script Commands Introduction This chapter describes the commands of the script command group. Scripting is not a general purpose mechanism but is only used in the autoPVC/ILMI mechanism. ! It is recommended not to change the default scripts. Contents This chapter covers the following commands: script add Add a line to a script. 526 script delete Delete a complete script or a line from a script. 527 script flush Flush all scripts. 528 script list Display a script or all scripts.
Script Commands script add Add a line to a script. SYNTAX: script add name = [index = ] command = where: name Name of the script in which a line must be added. REQUIRED index Line number OPTIONAL Note command Use 0 to add a line. Command. REQUIRED RELATED COMMANDS: script delete Delete a complete script or a line from a script. script list Display a script or all scripts. 526 E-DOC-CTC-20050531-0054 v1.
Script Commands script delete Delete a complete script or a line from a script. SYNTAX: script delete name = [index = ] where: name Name of the script to be deleted. REQUIRED index Line number to be deleted. OPTIONAL Tip Use the command :script list to view the line numbers. Note If not specified, the complete script will be deleted. RELATED COMMANDS: script add Add a line to a script. script list Display a script or all scripts. E-DOC-CTC-20050531-0054 v1.
Script Commands script flush Flush all scripts. The flush command does not impact previously saved configurations. SYNTAX: script flush 528 E-DOC-CTC-20050531-0054 v1.
Script Commands script list Display a script or all scripts. SYNTAX: script list [name = ] where: name Name of the script to be listed. Note OPTIONAL If not specified, all the scripts are displayed. EXAMPLE Some of the default scripts are shown below: =>script list Script: autopvc_add_qos 0: qosbook add name _auto_$1_$2 class $3 tx_peakrate $4 tx_sustrate $5 tx_maxburst $6 rx_peakrate $4 rx_sustrate $5 rx_maxburst $6 dynamic yes ...
Script Commands script run Run a script. SYNTAX: script run name = pars = where: name Tip pars 530 REQUIRED Name of the script to be run. Use the command :script list to obtain the names of the different scripts. Parameters separated with comma. For example a,b,c. REQUIRED E-DOC-CTC-20050531-0054 v1.
SNMP Commands SNMP Commands Introduction This chapter describes the commands of the snmp command group. Contents This chapter covers the following commands: snmp config Show/set global Simple Network Management Protocol (SNMP) parameters. 532 snmp get Get from the supplied SNMP Object IDentifier (OID). 533 snmp getnext GetNext from the supplied SNMP OID. 534 snmp walk Walk from the supplied SNMP OID. 535 snmp community add Configure an SNMP community string.
SNMP Commands snmp config Show/set global Simple Network Management Protocol (SNMP) parameters. SYNTAX: snmp config [sysContact = ] [sysName = ] [sysLocation = ] where: sysContact The SNMP system contact. The default is Service Provider. OPTIONAL sysLocation The SNMP system location. The default is Customer Premises. OPTIONAL 532 E-DOC-CTC-20050531-0054 v1.
SNMP Commands snmp get Get from the supplied SNMP Object IDentifier (OID). For example: get ObjectId=.1.3.6.1.2.1.1.1.0. SYNTAX: snmp get [ObjectId = ] where: ObjectID The Object Identifier. Object ID to get from ... must include the instance which is 0 for scalar objects, for example .1.3.6.1.2.1.1.1.0 sysDescription. Note OPTIONAL If not specified, the sysDescription OID .1.3.6.1.2.1.1.1.0 is assumed. Its value is SpeedTouch™.
SNMP Commands snmp getnext GetNext from the supplied SNMP OID. SYNTAX: snmp getnext [ObjectId = ] where: ObjectID The Object Identifier. Object ID to getnext from for example .1.3.6.1.2.1.1 system returns sysDescription. OPTIONAL EXAMPLE: =>snmp getnext ObjectId=.1.3.6.1.2.1.1.4.0 VB_octetStr .1.3.6.1.2.1.1.5.0 => Sascha RELATED COMMANDS: snmp get Get from the supplied SNMP Object IDentifier (OID). snmp walk Walk from the supplied SNMP OID. 534 E-DOC-CTC-20050531-0054 v1.
SNMP Commands snmp walk Walk from the supplied SNMP OID. SYNTAX: snmp walk [ObjectId = ] where: ObjectID The Object Identifier. Object ID to walk from for example .1.3.6.1.2.1.1 system walks the system group. OPTIONAL EXAMPLE: =>snmp walk ObjectId=.1.3.6.1.2.1.1 VB_octetStr .1.3.6.1.2.1.1.1.0 VB_objId .1.3.6.1.2.1.1.2.0 VB_timeTicks .1.3.6.1.2.1.1.3.0 VB_octetStr .1.3.6.1.2.1.1.4.0 VB_octetStr .1.3.6.1.2.1.1.5.0 VB_octetStr .1.3.6.1.2.1.1.6.0 VB_integer .1.3.6.1.2.1.1.7.0 => SpeedTouch™ .1.
SNMP Commands snmp community add Configure an SNMP community string. SYNTAX: snmp community add securityname = <{RWCommunity | ROCommunity}> communityname = where: securityname communityname Configure access rights/restrictions control for the community name. Choose between: RWCommunity: read/write access rights ROCommunity: read only access rights. Configure the SNMP community name.
SNMP Commands snmp community delete Delete an SNMP community string. SYNTAX: snmp community delete securityname = <{RWCommunity | ROCommunity}> where: securityname Select the access rights/restrictions control for the community name to be deleted. Choose between: RWCommunity: read/write access rights ROCommunity: read only access rights.
SNMP Commands snmp community list List all SNMP community strings. SYNTAX: snmp community list EXAMPLE: =>snmp community list Read-write SNMP community name Read-only SNMP community name => : : ***** ***** RELATED COMMANDS: snmp community add Configure an SNMP community string. snmp community delete Delete an SNMP community string. 538 E-DOC-CTC-20050531-0054 v1.
SNMP Commands snmp community modify Modify an SNMP community string. SYNTAX: snmp community modify securityname = <{RWCommunity | ROCommunity}> communityname = where: securityname communityname E-DOC-CTC-20050531-0054 v1.0 Configure access rights/restrictions control for the community name. Choose between: RWCommunity: read/write access rights ROCommunity: read only access rights. Configure the SNMP community name.
SNMP Commands 540 E-DOC-CTC-20050531-0054 v1.
SNTP Commands SNTP Commands Introduction This chapter describes the commands of the Simple Network Time Protocol (SNTP) command group. Contents This chapter covers the following commands: sntp add Add a Network Time Protocol (NTP) server to the NTP server list. 542 sntp config Modify/display the SNTP client configuration. 543 sntp delete Delete an NTP server from the NTP server list. 544 sntp flush Flush the NTP server list and the SNTP client configuration.
SNTP Commands sntp add Add a Network Time Protocol (NTP) server to the NTP server list. The internal SpeedTouch™ real time clock (SNTP client) will be synchronized with the NTP server. SYNTAX: sntp add [addr = ] [name = ] [version = ] where: addr name This parameter is optional in this respect that either an IP address or the name of an NTP server must be specified. The DNS name of NTP server to be added to list.
SNTP Commands sntp config Modify/display the SNTP client configuration. SYNTAX: sntp config [enable = <{enabled | disabled}>] [poll = ] where: enable Enable or disable the SpeedTouch™ SNTP client. The default is enabled. OPTIONAL poll A number between 1 and 60 (minutes). Represents the time interval for the SNTP client to poll the configured NTP server and, if needed, (re-)synchronize its internal clock. The default is 60.
SNTP Commands sntp delete Delete an NTP server from the NTP server list. SYNTAX: sntp delete [addr = ] [name = ] where: addr Note name OPTIONAL The IP address of the NTP server to be removed from the list. This parameter is optional in this respect that either an IP address or the name of an NTP server must be specified. OPTIONAL The DNS name of the NTP server to be removed to the list.
SNTP Commands sntp flush Flush the NTP server list and the SNTP client configuration. SYNTAX: sntp flush E-DOC-CTC-20050531-0054 v1.
SNTP Commands sntp list List the NTP servers. SYNTAX: sntp list EXAMPLE: =>sntp list IP Address 100.101.110.111 100.101.110.112 100.101.110.113 => Version 4 4 4 Status Name contacting ... Unable to contact Synchronized DESCRIPTION: The status of an NTP server can be: Not used: The SpeedTouch™ SNTP client is disabled. As a consequence, none of the NTP servers are used. Contacting...: The SpeedTouch™ SNTP client is trying to contact this NTP server.
Software Commands Software Commands Introduction This chapter describes the commands of the software command group. Contents This chapter covers the following commands: software cleanup Check whether a disk clean-up is required. 548 software deletepassive Delete the passive software version. 549 software duplicate Duplicate the active software version as the passive software version. 550 software setpassive Mark a file as the passive software version.
Software Commands software cleanup Check whether a disk clean-up is required. If necessary, garbage collection is performed. SYNTAX: software cleanup RELATED COMMANDS: software deletepassive Delete the passive software version. software setpassive Mark a file as the passive software version. 548 E-DOC-CTC-20050531-0054 v1.
Software Commands software deletepassive Delete the passive software version. SYNTAX: software deletepassive RELATED COMMANDS: software cleanup Check whether a disk clean-up is required. software duplicate Duplicate the active software version as the passive software version. software setpassive Mark a file as the passive software version. E-DOC-CTC-20050531-0054 v1.
Software Commands software duplicate Duplicate the active software version as the passive software version. SYNTAX: software duplicate RELATED COMMANDS: software cleanup Check whether a disk clean-up is required. software deletepassive Delete the passive software version. software setpassive Mark a file as the passive software version. 550 E-DOC-CTC-20050531-0054 v1.
Software Commands software setpassive Mark a file as the passive software version. Only correctly uploaded software, valid for the SpeedTouch™, can be marked as passive software. SYNTAX: software setpassive file = where: file The filename (without directory path) of the software package. REQUIRED RELATED COMMANDS: software cleanup Check whether a disk clean-up is required. software deletepassive Delete the passive software version. E-DOC-CTC-20050531-0054 v1.
Software Commands software switch Switch the active and passive versions and reboot the SpeedTouch™. Because rebooting implies a flush of all non-saved configurations, it is highly recommended to save the current configuration, for example via :saveall or :config save before executing a software switch. SYNTAX: software switch RELATED COMMANDS: software version Display the software version. system reboot Reboot the SpeedTouch™. 552 E-DOC-CTC-20050531-0054 v1.
Software Commands software upgrade Reboot the modem to initiate the SW upgrade. New software available on a remote LAN host will be uploaded to the modem. SYNTAX: software upgrade E-DOC-CTC-20050531-0054 v1.
Software Commands software version Display the software version. SYNTAX: software version 554 E-DOC-CTC-20050531-0054 v1.
System Commands System Commands Introduction This chapter describes the commands of the system command group. Contents This chapter covers the following commands: system config Set/change the system configuration parameters. 556 system flush Flush the current system configuration. 558 system locale Set/get the regional settings. 559 system reboot Reboot the SpeedTouch™. 561 system reset Reset the SpeedTouch™ to its factory or ISP defaults and reboot the device.
System Commands system config Set/change the system configuration parameters. ! For a good operation of UPnP and the discovery mechanism, it is highly recommended not to change the system configuration settings.
System Commands EXAMPLE: =>system config upnp discovery mdap discovery drst support reset button digest authentication defaultconnection => E-DOC-CTC-20050531-0054 v1.
System Commands system flush Flush the current system configuration. The system password and the system config settings (dcache excluded) are flushed. The flush command does not impact previously saved configurations. SYNTAX: system flush EXAMPLE: =>system flush Security notification: Password changed, use 'saveall' to make it permanent. => 558 E-DOC-CTC-20050531-0054 v1.
System Commands system locale Set/get the regional settings. SYNTAX: system locale [dec_symbol = <{, | .}>] [group_symbol = <{. | ,}>] [date_separator = <{/ | - | .}>] [date_format = <{iso | ddmmyyyy | ddmmyy | mmddyyyy | mmddyy}>] [time_format = <{iso | hmmss}>] [datetime_format = <{iso | date+time | time+date}>] [duration_format = <{dhmmss | hmmss}>] where: dec_symbol Set the decimal symbol. Choose between: . , OPTIONAL The default is “,”. group_symbol Set the group symbol.
System Commands time_format Set the time format. Choose between: iso hmmss. OPTIONAL The default is iso. Note datetime_format h = hours; mm = minutes; ss = seconds. Set the date-time format. Choose between: iso date+time time+date. OPTIONAL The default is date+time. duration_format Set the duration format. Choose between: dhmmss hmmss. OPTIONAL The default is dhmmss. Note d = days; h = hours; mm = minutes; ss = seconds.
System Commands system reboot Reboot the SpeedTouch™. ! Non-saved configuration settings will be lost after reboot. SYNTAX: system reboot EXAMPLE: =>system reboot ..... (lost session connectivity due to reboot) ..... E-DOC-CTC-20050531-0054 v1.
System Commands system reset Reset the SpeedTouch™ to its factory or ISP defaults and reboot the device. ! All user specific settings and all saved configuration changes are lost after reboot. SYNTAX: system reset factory yes/no = <{yes | no}> proceed no/yes = <{no | yes}> where: factory yes/no proceed no/yes Choose between: yes: delete user and ISP specific settings. no: delete user specific settins only. REQUIRED Confirmation for resetting the modem.
System Commands system debug autosave Autosave debugging commands SYNTAX: system debug autosave [trace = <{disabled|enabled}>] where: trace Enable or disable autosave traces E-DOC-CTC-20050531-0054 v1.
System Commands system debug stats Show the SpeedTouch™ CPU and memory statistics. SYNTAX: system debug stats [reset = <{disabled | enabled}>] where: reset Reset the CPU statistics. The default is disabled. OPTIONAL DESCRIPTION: CHIP memory: Memory used by the CPU (first MB from the RAM) – not cached since it has to be realtime. Application memory: Memory used by the applications. min: The least amount of free memory detected during the uptime of the SpeedTouch™.
System Commands system ra config Configure Remote management access parameters. SYNTAX: system ra config [secure = <{disabled | enabled}>] [port = ] [timeout = ] where: secure Enable or disable https. The default is enabled. OPTIONAL port Set the destination port for remote access. The default is 51003. OPTIONAL timeout Set the connection timeout in minutes.
System Commands system rtc synchronize Do a SNTP update and synchronize the realtime clock. SYNTAX: system rtc synchronize 566 E-DOC-CTC-20050531-0054 v1.
System Commands system rtc settime Show/set the SpeedTouch™ internal system clock. When synchronization with an external NTP server via the SpeedTouch™ SNTP client fails, this command allows to manually configure its internal clock. In cases without regular synchronization, accurate realtime clock settings can not be guaranteed.
System Commands 568 E-DOC-CTC-20050531-0054 v1.
Systemlog Commands Systemlog Commands Introduction This chapter describes the commands of the systemlog command group. Contents This chapter covers the following commands: systemlog flush Flush all messages in the internal Syslog message buffer. 570 systemlog show Show messages in the internal Syslog message buffer. 571 systemlog send Send messages from the internal Syslog message buffer to a specified local or remote syslog server host. 572 E-DOC-CTC-20050531-0054 v1.
Systemlog Commands systemlog flush Flush all messages in the internal Syslog message buffer. SYNTAX: systemlog flush 570 E-DOC-CTC-20050531-0054 v1.
Systemlog Commands systemlog show Show messages in the internal Syslog message buffer. SYNTAX: systemlog show [fac = ] [sev = ] [hist = <{disabled | enabled}>] where: fac Specify the facility name of the syslog messages to be shown. Use one of the supported facility names (see “ Supported Facilities” on page 607). Note sev hist If not specified, the messages of all the facilities will be shown.
Systemlog Commands systemlog send Send messages from the internal Syslog message buffer to a specified local or remote syslog server host. There will be no notification on whether the host has received the messages or not. SYNTAX: systemlog send [fac = ] [sev = ] [hist = <{disabled | enabled}>] dest = where: fac Specify the facility name of the syslog messages to show.
UPnP Commands UPnP Commands Introduction This chapter describes the commands of the upnp command group. Contents This chapter covers the following commands: upnp config Configure the UPnP™ parameter(s). 574 upnp flush Flush the UPnP™ configuration. 575 upnp list List all registered devices. 576 E-DOC-CTC-20050531-0054 v1.
UPnP Commands upnp config Configure the UPnP™ parameter(s). SYNTAX: upnp config [maxage = ] [writemode = <{full | natonly | readonly}>] [safenat = <{disabled | enabled}>] [preferredaddress = ] [httpport = ] where: maxage A number between 60 and 999999. This parameter allows to configure how often the SpeedTouch™ sends a notification message to advertise its presence as an Internet Gateway Device (IGD) on the network. The default is 1800.
UPnP Commands upnp flush Flush the UPnP™ configuration. The UPnP configuration will be reset to the default configuration. SYNTAX: upnp flush E-DOC-CTC-20050531-0054 v1.
UPnP Commands upnp list List all registered devices. Use this command to check whether a PPP connection is properly configured and thus advertised as a PPP service. SYNTAX: upnp list [verbose = ] where: verbose Verbose level. The default is 1. OPTIONAL EXAMPLE: =>upnp list ---------------- device: IGD.xml -----------Advertised on: LocalNetwork (10.0.0.
User Commands User Commands Introduction This chapter describes the commands of the user command group. Contents This chapter covers the following commands: user add Add a user. 578 user config Modify a user. 580 user delete Delete a user. 581 user flush Flush the users. 582 user list Display the users. 583 user rights Display the session rights. 585 E-DOC-CTC-20050531-0054 v1.
User Commands user add Add a user. You can only add a user whose privileges are the same or lower than your own privileges. SYNTAX: user add name = password = role = [hash2 = ] [descr = ] [defuser = <{disabled | enabled}>] [defremadmin = <{disabled | enabled}>] where: name The new user name. Note REQUIRED 1. The maximum number of users is 10. 2. The maximum length is 32 characters.
User Commands EXAMPLE: In the example below, the user Administrator creates a new user JohnDoe. This user has lower access rights than the user “Poweruser”. {Administrator}=>user list User Flags Role -------- ---Administrator U Administrator tech R TechnicalSupport {Administrator}[user]=>add name = JohnDoe password = **** Please retype password for verification.
User Commands user config Modify a user. You can only modify a user whose privileges are the same or lower than your own privileges. SYNTAX: user config name = [password = ] [role = ] [descr = ] [defuser = <{disabled | enabled}>] [defremadmin = <{disabled | enabled}>] where: name The user name. REQUIRED password The password. OPTIONAL Note role Use the command :mlp role list to obtain the role names (see “ mlp role list” on page 459 for more information).
User Commands user delete Delete a user. You can only delete a user whose privileges are the same or lower than your own privileges. SYNTAX: user delete name = where: name The name of the user to be deleted.
User Commands user flush Flush the users. After execution of this command, the access to the SpeedTouch™ will no longer be protected by a password. The first user that logs on, after initiating a new Telnet session, will have the same administrative rights as a user with the role root.
User Commands user list Display the users. SYNTAX: user list [name = ] [channel = <{ftp | telnet | http | mdap | serial}>] [origin = <{lan | wan | local}>] [secure = <{disabled | enabled}>] where: name The user name. Note channel origin ftp telnet http mdap serial. lan wan local. disabled enabled. E-DOC-CTC-20050531-0054 v1.0 OPTIONAL If not specified, all the origins will be listed. The selected security level.
User Commands EXAMPLE: {Administrator}=>user list User ---Administrator tech Flags ----U R Role ---Administrator TechnicalSupport {Administrator}=>user list name=tech channel=http origin=wan service(s): r_lan, r_wan, r_fs_view, r_fs_retrieve, r_rtg, r_fwdg, r_nat, r_frwl, r_ipsec_norm, r_ipsec_adv, r_certificates, r_remote_mgnt, r_local, r_qos, w_lan, w_wan, w_fs_passive, w_rtg, w_fwdg, w_nat, w_frwl_norm, w_frwl_adv, w_frwe_mgnt, w_ipsec, w_certificates, w_remote_mgnt, w_local, w_qos, snd_lan, snd_wan,
User Commands user rights Display the session rights. The user rights of the currently logged-in user are shown.
User Commands 586 E-DOC-CTC-20050531-0054 v1.
Abbreviations Abbreviations The table below lists all the abbreviations used in the CLI Reference Guide.
Abbreviations Abbreviation Description HDLC High-level Data Link Control HTTP HyperText Transfer Protocol ICMP Internet Control Message Protocol IDS Intrusion Detection System IGD Internet Gateway Device IGMP Internet Group Management Protocol IKE Internet Key Exchange IP Internet Protocol IP oA IP over ATM IPCP Internet Protocol Control Protocol IPSec IP Security ISDN Integrated Services Digital Network ISI Independent Set ID KB Kilobytes Kbps Kilobits per second LAN Local
Abbreviations Abbreviation Description PPP Point-to-Point Protocol PPPoA PPP over ATM PPPoE PPP over Ethernet PPTP Point-to-Point Tunneling Protocol PSD Power Spectral Density PSK Pre-Shared Key PVC Permanent Virtual Channel QoS Quality of Service RIP Routing Information Protocol RTC Real Time Clock RTT Round Trip Time SAs Security Associations SFTP Secure File Transfer Protocol SHDSL Single Pair High-speed Digital Subscriber Line SIP Session Initiation Protocol SLA Service
Abbreviations Abbreviation Description VLAN Virtual Local Area Network VLSM Variable Length Subnet Masking VP Virtual Path VPI Virtual Path Identifier VPN Virtual Private Networking WAN Wide Area Network WDS Wireless Distribution System WEP Wired Equivalent Privacy WFQ Weighted Fair Queueing WINS Windows Internet Naming Service WLAN Wireless LAN WPA Wi-Fi Protected Access WRR Weighted Round Robin 590 E-DOC-CTC-20050531-0054 v1.
System Logging Messages System Logging Messages Introduction This chapter lists the different System Logging messages.
System Logging Messages Auto-PVC Module Facility Severity Contents LOCAL5 WARNING AUTOPVC script failed LOCAL5 WARNING AUTOPVC script failed LOCAL5 WARNING AUTOPVC script (name1, qosb_name) failed LOCAL5 WARNING AUTOPVC script (name1, qosb_name, name2) failed LOCAL5 WARNING AUTOPVC script 'autopvc_change_qos (itable[i].
System Logging Messages DHCP Relay Module Facility Severity Contents LOCAL2 WARNING DHCR relay: Dropping boot rqs on interface due to invalid giaddr for server () LOCAL2 WARNING DHCR relay: Dropping boot reply with invalid relay agent option from LOCAL2 WARNING DHCR relay: Dropping boot request containing the relay agent option from LOCAL2 WARNING DHCR relay: Dropping boot reply to unknown interface from LOCAL2 WARNING DHCR relay: Droppin
System Logging Messages Dyndns Module Facility Severity Contents DYNDNS WARNING Connection failed to for client DYNDNS WARNING Failed to resolve host name for client DYNDNS WARNING Server Timeout() for client DYNDNS WARNING Update failed to server for client DYNDNS NOTICE clien
System Logging Messages LOGIN Module Facility Severity Contents AUTH NOTICE LOGOUT User logged out on () AUTH NOTICE LOGOUT User logged out on AUTH NOTICE LOGOUT session of user killed () AUTH NOTICE LOGOUT session of user killed AUTH NOTICE LOGIN User tried to login on (from ) AUTH NOTICE LOGIN User logged in
System Logging Messages PPP Module Facility Severity Contents LOCAL0 WARNING PPP Link up () LOCAL0 WARNING PPP Link down () AUTH ERROR PPP PAP authentication failed () [protocol reject] AUTH INFO PPP PAP on intf no response to authenticate-request AUTH NOTICE PPP PAP remote user successful authenticated AUTH ERROR PPP PAP authentication for remote user failed AUTH INFO PPP PAP Authenticate Ack received AUTH
System Logging Messages RIP Module Facility Severity Contents LOCAL1 INFO RIP Packet received from unknown interface LOCAL1 INFO RIP Packet size is smaller than minimum size LOCAL1 INFO RIP Packet size is greater than maximum size LOCAL1 INFO RIP Wrong RIP packet alignment LOCAL1 INFO RIP RIP version 0 with command received LOCAL1 INFO RIP Reserved field not zero in RIP header LOCAL1 INFO RIP RIP is not enabled for network address LOCAL1 INFO RIP Packet
System Logging Messages Routing Module Facility Severity Contents LOCAL1 INFO GRP Default destination is routed via gateway LOCAL1 INFO GRP Default destination is not routed anymore via gateway SECURITY INFO LABEL Rule Id: Protocol: ICMP Src_ip: Dst_ip: ICMP message type: Label: SECURITY INFO LABEL Rule Id: Protocol: Src_ip: Dst_ip:
System Logging Messages Software Module Facility Severity Contents KERN INFO SOFTWARE File initiated KERN INFO SOFTWARE File <““ || not> successful terminated" UPnP Module Facility Severity Contents WARNING SECURITY UPnP refused for ip= NOTICE SECURITY UPnP () for ip= NOTICE SECURITY UPnP action from ip= () E-DOC-CTC-2005
System Logging Messages 600 E-DOC-CTC-20050531-0054 v1.
Supported Key Names Supported Key Names Contents This chapter lists all the key names supported by the SpeedTouch™, that can be used for completing CLI command parameters: Supported IP Protocols 602 Supported TCP/UDP Port Names 603 Supported ICMP Type Names 606 Supported Facilities 607 Supported Severities 608 IP Precedence 608 Differentiated Services Code Point (DSCP) 609 E-DOC-CTC-20050531-0054 v1.
Supported Key Names Supported IP Protocols For more information on the listed IP protocols, see RFC1340 or www.iana.org.
Supported Key Names Supported TCP/UDP Port Names For more information on the listed TCP/UDP port assignments, see RFC1340 or www.iana.org.
Supported Key Names Port name Number TCP UDP sntp 123 Y Y Simple Network Time Protocol (SNTP) ingres-net 134 Y Y INGRES-NET Service netbios-ns 137 Y Y NETBIOS Naming System netbios-dgm 138 Y Y NETBIOS Datagram Service netbios-ssn 139 Y Y NETBIOS Session Service imap2 143 Y Y Internet Message Access Protocol (IMAP) v2 sql-net 150 Y Y SQL-NET pcmail-srv 158 Y Y PCMail Server snmp 161 Y Y Simple Network Management Protocol (SNMP) snmptrap 162 Y Y SNMP Trap
Supported Key Names Port name Number TCP UDP utime 519 Y Y UNIX Time rip 520 - Y Local routing process (on site); uses variant of Xerox NS Routing Information Protocol (RIP) timed 525 Y Y Timeserver netwall 533 Y Y For emergency broadcasts new-rwho 540 Y Y uucpd remote who is uucp 540 Y Y uucpd uucp-rlogin 540 Y Y uucpd remote login rtsp 554 Y Y Real Time Streaming Protocol (RTSP) whoami 565 Y Y whoami ipcserver 600 Y Y SUN IPC Server doom 666 Y Y D
Supported Key Names Supported ICMP Type Names For more information on the listed ICMP type names, see RFC1340 or www.iana.org.
Supported Key Names Supported Facilities For more information on the listed facilities, see RFC3164.
Supported Key Names Supported Severities For more information on the listed severities, see RFC3164.
Supported Key Names Differentiated Services Code Point (DSCP) For more information on DSCP, see RFC3260.
Supported Key Names 610 E-DOC-CTC-20050531-0054 v1.
Index Index A appinfo aal5stats atm debug aal5stats 31 add atm bundle add 17 atm oam vclb add 41 atm phonebook add 44 atm qosbook add 49 dhcp relay add 115 dhcp server lease add 131 dhcp server pool add 143 dhcp server rule add 155 dns server host add 175 dns server route add 179 dsd urlfilter rule add 196 dsd webfilter professional category add 205 dsd webfilter professional level add 212 dsd webfilter server add 221 dsd webfilter standard category add 227 dsd webfilter standard level add 233 dyndns add
Index vclb add 41 del 42 list 43 phonebook add 44 autolist 45 delete 46 flush 47 list 48 qosbook add 49 config 50 ctdadd 51 ctddelete 53 ctdlist 54 delete 55 flush 56 list 57 attach atm bundle attach 18 autolist atm phonebook autolist 45 autopvc config 60 info 61 autosave system debug autosave 563 B bind connection bind 76 bindlist connection bindlist 77 C clean connection clean 78 cleanup software cleanup 548 clear atm bundle clear 20 connection clear 79 dhcp client debug clear 112 dhcp server debug cle
Index system config 556 system ra config 565 upnp config 574 user config 580 connection appconfig 72 appinfo 74 applist 75 bind 76 bindlist 77 clean 78 clear 79 config 80 debug 81 describe 82 flush 83 info 84 list 85 refresh 86 stats 87 timerclear 88 timerconfig 89 unbind 90 create dsd webfilter professional category create 206 dsd webfilter standard category create 228 ctdadd atm qosbook ctdadd 51 ctddelete atm qosbook ctddelete 53 ctdlist atm qosbook ctdlist 54 cwmp config 92 server config 95 traceconfig
Index traceconfig 123 delete 117 flush 118 ifconfig 119 iflist 120 list 121 server config 124 debug clear 127 stats 128 traceconfig 130 flush 125 lease add 131 delete 133 flush 134 list 135 option flush 136 instadd 137 instdelete 138 instlist 139 tmpladd 140 tmpldelete 141 tmpllist 142 policy 126 pool add 143 config 144 delete 146 flush 147 list 148 optadd 149 optdelete 150 rtadd 151 rtdelete 152 ruleadd 153 ruledelete 154 rule add 155 delete 156 flush 157 list 158 disable service host disable 510 dns clie
Index create 206 delete 207 flush 208 list 209 remove 210 config 211 level add 212 delete 213 flush 214 list 215 modify 216 set 217 modify 220 rule clear 218 list 219 server add 221 config 222 delete 223 flush 224 list 225 modify 226 standard category add 227 create 228 delete 229 flush 230 list 231 category remove 232 level delete 234 flush 235 list 236 modify 237 set 238 level add 233 rule clear 239 list 240 modify 241 dump config dump 65 duplicate software duplicate 550 dyndns add 244 delete 245 flush 2
Index F dyndns host flush 252 env flush 258 eth bridge flush 273 eth flush 270 expr flush 294 firewall chain flush 308 firewall flush 304 firewall level flush 315 firewall rule flush 322 grp flush 333 grp rip flush 337 hostmgr flush 347 ip auto flush 391 ip flush 372 label chain flush 428 label flush 422 label rule flush 433 mlp flush 444 nat flush 463 ppp flush 478 ppp relay flush 492 pptp flush 499 script flush 528 service host flush 511 sntp flush 545 system flush 558 systemlog flush 570 upnp flush 575
Index H eth bridge ifconfig 276 eth device ifconfig 287 eth ifconfig 266 grp rip ifconfig 338 ip auto ifconfig 394 ip ifconfig 375 nat ifconfig 464 ppp ifconfig 481 hostmgr add 342 clear 344 config 345 delete 346 flush 347 list 348 ifdelete atm bundle ifdelete 26 atm ifdelete 14 dhcp client ifdelete 106 eth bridge ifdelete 278 eth ifdelete 267 ip auto ifdelete 396 ip ifdelete 377 ppp ifdelete 485 ppp relay ifdelete 494 service system ifdelete 518 httpprobe ip debug httpprobe 399 I ids clear 350 config
Index instadd dhcp server option instadd 137 service system ipdelete 520 iplist instdelete dhcp server option instdelete 138 ip iplist 384 ipqos instlist config 408 ef config 411 list 412 stats 413 list 410 queue clear 414 config 415 list 417 stats 418 dhcp server option instlist 139 interface list 364 ip arpadd 367 arpdelete 368 arplist 369 auto flush 391 ifadd 392 ifattach 393 ifconfig 394 ifdelete 396 ifdetach 397 iflist 398 config 370 debug httpprobe 399 ping 400 sendto 401 stats 403 traceconfig
Index language snmp community list 538 sntp list 546 upnp list 576 user list 583 config 440 delete 441 list 442 list dsd debug connection list 186 list atm bundle list 27 atm cac list 29 atm oam cc config 38 atm oam list 35 atm oam vclb list 43 atm phonebook list 48 atm qosbook list 57 config list 67 connection list 85 dhcp relay list 121 dhcp server lease list 135 dhcp server pool list 148 dhcp server rule list 158 dns server debug spoof list 173 dns server host list 178 dns server route list 182 dsd
Index privilege add 449 addzone 450 config 451 delete 452 list 453 removezone 454 role add 455 addpriv 456 config 457 delete 458 list 459 removepriv 460 modify atm oam cc modify 39 atm oam modify 36 dsd urlfilter rule modify 200 dsd webfilter professional level modify 216 dsd webfilter professional modify 220 dsd webfilter server modify 226 dsd webfilter standard rule modify 241 dyndns modify 248 dyndns service modify 255 expr modify 298 firewall level modify 317 firewall rule modify 325 ids threshold modi
Index proxy dsd debug proxy 187 S save config save 69 script R add 526 delete 527 flush 528 list 529 run 530 reboot system reboot 561 recycling dsd debug recycling 188 send atm oam cc send 40 systemlog send 572 refresh connection refresh 86 sendto remove dsd webfilter professional category remove 210 dsd webfilter standard category remove 232 ip debug sendto 401 service host add 508 assign 506 config 507 delete 509 disable 510 flush 511 list 512 rule add 515 delete 516 stats 513 triggerlist 514 sy
Index snmp Kernel 595 Linestate 595 LOGIN 595 NAPT 595 PPP 596 PPTP 596 RIP 597 Routing 598 Session 598 SNTP 598 Software 599 UPnP 599 community add 536 delete 537 list 538 modify 539 config 532 get 533 getnext 534 walk 535 sntp add 542 config 543 delete 544 flush 545 list 546 system config 556 debug autosave 563 stats 564 flush 558 locale 559 ra config 565 reboot 561 reset 562 rtc settime 567 synchronize 566 software cleanup 548 deletepassive 549 duplicate 550 switch 552 upgrade 553 version 554 stats
Index dhcp client debug traceconfig 114 dhcp relay debug traceconfig 123 dhcp server debug traceconfig 130 firewall debug traceconfig 312 firewall rule debug traceconfig 329 ip debug traceconfig 404 label rule debug traceconfig 438 mlp debug traceconfig 448 traceroute ip debug traceroute 405 triggerlist service host triggerlist 514 U unbind connection unbind 90 unset env unset 262 update dns server debug spoof update 174 upgrade software upgrade 553 upnp config 574 flush 575 list 576 user add 578 config 5
Index 624 E-DOC-CTC-20050531-0054 v1.
© THOMSON 2005. All rights reserved. E-DOC-CTC-20050531-0054 v1.0 Need more help? Additional help is available online at www.speedtouch.