background image

5:  Commands and Levels 

protocol tcp 

Uses TCP protocol for connect mode tunneling. 

protocol tcp aes 

Uses TCP protocol with AES encryption for connect mode 
tunneling. 

protocol telnet 

Uses Telnet protocol (with IAC) for connect mode tunnel-
ing. 

protocol udp 

Uses UDP protocol for connect mode tunneling. 

protocol udp aes 

Uses UDP protocol with AES encryption for connect mode 
tunneling. 

show 

Shows the current configuration. 

show history 

Displays the last 20 commands entered during the current 
CLI session. 

show statistics 

show connection statistics 

ssh username 

<text>

 

Sets the SSH user name for use when establishing tun-
neling connections with other devices. <text> = SSH user 
name. 

tcp keep alive 

<milliseconds>

 

Enables TCP keep alive for connect mode tunneling and 
sets the timer. <milliseconds> = timer value, in millisec-
onds. 

validate certificate disable 

Skips verification of the server certificate when connect-
ing. 

validate certificate enable 

Requires verification of the server certificate when con-
necting. 

write 

Stores the current configuration in permanent memory. 

host 7 (config-host:7) level commands 

clrscrn 

Clears the screen. 

default protocol 

Restores the default value of the protocol (Telnet). 

default remote port 

Sets the remote port (used to connect to the host) to the 
default value, which depends on the selected protocol. 

exit 

Exits to the configuration level. 

host 

<number>

 

Change to config host level 

name 

<text>

 

Sets the name of the host. <text> = name of the host. 

no name 

Clears the name of the host. 

no remote address 

Clears the remote address of the host. 

no ssh username 

Clears the SSH username associated with the host. 

protocol ssh 

Sets the protocol to SSH. 

protocol telnet 

Sets the protocol to Telnet. 

remote address 

<text>

 

Sets the IP address of the remote host to connect to when 
this host is selected on the login connect menu. <text> = 
IP address. 

remote port 

<number>

 

Sets the remote port used to connect to the host. <num-
ber> = port to be used. 

show 

Displays the current configuration. 

show history 

Displays the last 20 commands entered during the current 
CLI session. 

ssh username 

<text>

 

Sets the username for logging into the host via SSH. 
<text> = username. 

write 

Stores the current configuration in permanent memory. 

host 8 (tunnel-connect-host:2:8) level commands 

PremierWave® XC Intelligent Gateway Command Reference 

194 

Summary of Contents for PremierWave XC

Page 1: ...Part Number 900 599 Revision B May 2014 PremierWave XC Intelligent Gateway Command Reference ...

Page 2: ...ed trademarks of the Mozilla Foundation Chrome is a trademark of Google Inc All other trademarks and trade names are the property of their respective holders Contacts Lantronix Inc Corporate Headquarters 167 Technology Drive Irvine CA 92618 USA Toll Free 800 526 8766 Phone 949 453 3990 Fax 949 453 3995 Technical Support Online www lantronix com support Sales Offices For a current list of our domes...

Page 3: ...Using Serials ___________________________________________________9 Navigating the CLI Hierarchy ________________________________________________10 Using Keyboard Shortcuts and CLI ____________________________________________11 Understanding the CLI Level Hierarchy ________________________________________11 4 Configuration Using XML 14 XML Configuration Record Document Type Definition _____________...

Page 4: ...____13 Figure 4 1 DTD for XCRs __________________________________________________________14 Figure 4 2 XML Example __________________________________________________________15 Figure 4 3 XML Example __________________________________________________________16 Figure 4 4 XML Example of Multiple Named Values _____________________________________16 Figure 4 5 XML Example of Multiple Items ___________...

Page 5: ..._________________________________________________11 Table 4 7 XCR Groups ____________________________________________________________20 Table 4 8 XSR Group and Items ____________________________________________________35 Table 5 1 Commands and Levels ____________________________________________________52 ...

Page 6: ...er 3 Command Line Interface Lists commands and describes how to use CLI to configure the PremierWave XC device Chapter 4 Configuration Using XML Lists XCR groups and items and describes how to use XCRs to configure the PremierWave XC device Chapter 5 Commands and Levels Provides an index of the CLI Command Hierarchy with hyperlinks to the corresponding command details Convention Description Bold t...

Page 7: ...XC Intelligent Gateway User Guide Describes how to configure and use the PremierWave XC device PremierWave XC Quick Start Guide Instructions for getting the PremierWave XC up and running Com Port Redirector Quick Start and Online Help Instructions for using the Lantronix Windows based utility to create virtual com ports DeviceInstaller Online Help Instructions for using the Lantronix Windows based...

Page 8: ... easy to edit with a standard text editor or an XML editor For a brief overview of XML see Chapter 4 Configuration Using XML It provides rules on basic XML syntax a guide to the specific XML tags used and a guide to using XML configuration records Command Line Interface Making the edge to enterprise vision a reality the PremierWave XC intelligent gateway uses industry standard tools for configurat...

Page 9: ...ler utility See the DeviceInstaller Online Help for more information available on our website www lantronix com support downloads To access the PremierWave XC intelligent gateway by using Telnet perform the following steps 1 Click Start Run The Run dialog box displays 2 Type cmd in the dialog box and press OK 3 Type telnet x x x x x x x x is the IP address in a Windows Linux command prompt The Pre...

Page 10: ...n its parent level For example to enter the tunnel level type tunnel number at the enable prompt This displays enable tunnel number To exit and return to one level higher Type exit and press the Enter key Typing exit at the login level or the enable level will close the CLI session If Line Command Mode is specified as Always a new session starts immediately To view the current configuration at any...

Page 11: ...exity and number commands and options presented to a user at one time When you start a command line session you begin at the login level This level can be password protected and provides access to high level status a few diagnostic commands and the enable level Further device information and configuration are accessed via the enable level The enable level can also be password protected and is the ...

Page 12: ...formation only login enable ssl ftp http if 2 wwan0 line line filesystem configure device digital input number state change eth0 link state change icmp dns dhcp server email number ssh arp action cli clock diagnostics digital inputs host number if 1 eth0 sms rss ip tunnel line xml client server credentials trusted authorities accept connect disconnect modem packing serial discovery gateway cellula...

Page 13: ...enable enable auto show interfaces auto show processes clrscrn configure connect connect line line device disable dns email number exit filesystem iperf params kill ssh session kill telnet session line line ping host ping host count ping host count timeout reload reload factory defaults show show history show interfaces show ip sockets show processes show sessions ssh ssh optClientUsername host ss...

Page 14: ...on of the structure and content of an XML document It verifies that a document is valid XCRs are exported using the DTD as shown in Figure 4 1 DTD for XCRs Figure 4 1 DTD for XCRs DOCTYPE configrecord ELEMENT configrecord configgroup ELEMENT configgroup configitem configgroup ELEMENT configitem value ELEMENT value PCDATA ATTLIST configrecord version CDATA IMPLIED ATTLIST configgroup name CDATA IMP...

Page 15: ...t surrounds text and other elements element content The start tag consists of a name surrounded by angle brackets for example configrecord The end tag consists of the same name surrounded by angle brackets but with a forward slash preceding the name for example configrecord The element content can also contain other child elements Element Attributes The XML element attributes that are name value p...

Page 16: ...rity A name attribute identifies the group item or value It is always quoted as are all XML attributes For example a group that contains serial port parameters has the name line An instance attribute identifies which of several instances is being addressed It is always quoted For example the serial port name in the line configgroup has the instance 1 to indicate serial port 1 or 2 to specify seria...

Page 17: ...ized users value disable value configitem configitem name authorized user delete value name name configitem configitem name authorized user instance value name password value name public rsa key value name public dsa key configitem configgroup Figure 4 6 XML Example with Multiple Groups xml version 1 0 standalone yes configgroup name telnet configitem name state value enable value configitem confi...

Page 18: ...TP get of pwxc xcr the FTP server obtains the current XCR from the PremierWave XC device and sends it as a file On import FTP put of pwxc_import xcr the FTP server processes the file by sending it directly to the XML engine In both cases the intelligent gateway filesystem is not accessed The files pwxc xcr and pwxc_import xcr are not read from or written to the file system See FTP in the PremierWa...

Page 19: ...ly the settings for line2 from an XCR named factory_config xcr on the intelligent gateway filesystem If factory_config xcr has other configuration settings they are ignored xcr import factory_config xcr line 2 The following example imports only line settings for all ports from a configuration record on the PremierWave XC filesystem named foobar xcr xcr import foobar xcr line To import only disconn...

Page 20: ...ce attribute is digital input 1 state change digital input 2 state change eth0 link state change or wwan0 link state change delay email alarm email none email number Default none alarm message 60 None 62 alarm reminder interval 60 None 62 Default none normal email none email number Default none normal message 60 None 62 normal reminder interval 60 None 62 ftp put connection number filename Default...

Page 21: ...ize none relay number Default none send sms recipient reminder interval alarm message normal message snmp trap reminder interval 60 None 62 Default none state enable disable Default disable alarm message normal message arp arp delete ip address Remove an entry from the ARP table Specify the entry by its IP address arp entry ip address mac address cellular pin pin lock enable disable puk gsm 900 en...

Page 22: ...evel password Value is SECRET hidden from user view inactivity timeout Default 15 minutes line authentication enable disable Default disable login password Value is SECRET hidden from user view Default PASS quit connect line Accepts text containing control characters for example 60 control 62 A represents control A Default control L clock time and zone time set day of month hours minutes month sec...

Page 23: ...put Instance attribute is a number title normal state discovery state enable disable upnp state enable disable upnp port dynamic dns state enable disable username password hostname internal email Instance attribute is a number cc message file priority urgent high normal low very low Default normal reply to subject to ethernet Instance attribute is eth0 duplex auto half full Default auto speed auto...

Page 24: ...ress ip address ip address static routes Instance attribute is a number state network 60 None 62 gateway 60 None 62 metric interface friendly name host Instance attribute is a number name protocol telnet ssh Default telnet ssh username remote address remote port Default 0 http authentication uri user delete name Deletes an HTTP Authentication URI user The value element is used to specify the user ...

Page 25: ...es separated by commas Default ssl3 tls1 0 tls1 1 secure credentials max timeout Default 10 seconds max bytes Default 40960 logging state enable disable Default enable max log entries Default 50 log format Default h t r s B Referer i User Agent i authentication timeout Default 30 minutes icmp state enable disable input filters mac filter Instance attribute is a number mac address action Group Name...

Page 26: ... 1 24 or 3 Explicit mask 192 168 1 1 255 255 255 0 default gateway 60 None 62 Accepts in IP address in dotted notation like 192 168 1 1 hostname domain dhcp client id primary dns 60 None 62 Accepts in IP address in dotted notation like 192 168 1 1 secondary dns 60 None 62 Accepts in IP address in dotted notation like 192 168 1 1 mtu Default 1500 bytes priority state ip ip time to live Default 64 h...

Page 27: ...ontrol 62 A represents control A Default control Q xoff char Accepts a control character for example 60 control 62 A represents control A Default control S gap timer 60 None 62 Default None threshold Default 56 bytes network failover Instance attribute is eth0 state enable disable Default disable hostname method icmp tcp Default icmp timeout Default 30 seconds interval Default 30 seconds failover ...

Page 28: ...imal up to 255 or hex up to 0xFF Within specify decimal milliseconds time delay signon message Sets a sign on message that is sent from the serial port when the device boots and when the line is in command mode This text may specify binary characters Within use binary decimal up to 255 or hex up to 0xFF wait time Default 5000 milliseconds sms inbound sms inbound senders Instance attribute is a num...

Page 29: ...l privacy password system contact system name system description system location traps community Default public primary destination secondary destination version username security authentication protocol authentication password privacy protocol privacy password ssh state enable disable Default enable port Default 22 max sessions Default 3 Group Name continued Group Item Value Name Value Options Ad...

Page 30: ...ete client user password remote command public rsa key private rsa key public dsa key private dsa key ssh server host rsa keys public key private key host dsa keys public key private key delete authorized users enable disable authorized user delete name authorized user password public rsa key public dsa key ssl credentials Instance attribute is zdv rsa certificate rsa certificate type rsa pfx pass...

Page 31: ... existing trusted cas before adding trusted ca syslog state enable disable Default disable host remote port Default 514 severity log level none emergency alert critical error warning notice information debug Default none telnet state enable disable Default enable port Default 23 max sessions Default 3 authentication enable disable Default disable terminal Instance attribute is a number or network ...

Page 32: ...from user view flush serial enable disable Default disable block serial enable disable Default disable block network enable disable Default disable password password Value is SECRET hidden from user view prompt enable disable Default disable email connect 60 None 62 Default None email disconnect 60 None 62 Default None tunnel connect Instance attribute is a number connect mode disable always any c...

Page 33: ...rk enable disable Default disable email connect 60 None 62 Default None email disconnect 60 None 62 Default None tunnel disconnect Instance attribute is a number stop character Accepts a control character for example 60 control 62 A represents control A flush stop character enable disable Default enable modem control enable disable Default disable timeout Default 0 milliseconds flush serial enable...

Page 34: ...ol character for example 60 control 62 A represents control A tunnel serial Instance attribute is a number dtr asserted while connected continuously asserted unasserted truport Default asserted while connected xml import control restore factory configuration enable disable delete http authentication uris enable disable Deletes existing HTTP authentication URIs before importing new ones http authen...

Page 35: ...ge digital input 2 state change eth0 link state change eth0 or wwan0 link state change duration elapsed time in format days hh mm ss state on or off transition decimal number arp arp entry ip address ip address in format nnn nnn nnn nnn mac address mac address in format xx xx xx xx xx xx type dynamic or static interface eth0 or wlan0 cellular sim status imsi operator network network registration s...

Page 36: ...decimal number email log Instance attribute is decimal entry time timestamp in format d days hh mm ss log string failover Instance attribute is eth0 state transition hardware cpu speed string type string memory flash size decimal number ram size decimal number http state logging entries bytes http log totals entries decimal number bytes decimal number entry Instance attribute is decimal or number ...

Page 37: ...cimal number InTimestampReps decimal number InAddrMasks decimal number InAddrMaskReps decimal number OutMsgs decimal number OutErrors decimal number OutDestUnreachs decimal number OutTimeExcds decimal number OutParmProbs decimal number OutSrcQuenchs decimal number OutRedirects decimal number OutEchos decimal number OutEchoReps decimal number OutTimestamps decimal number OutTimestampReps decimal nu...

Page 38: ...l number drop decimal number fifo decimal number colls decimal number carrier decimal number compressed decimal number ip snmp Forwarding decimal number DefaultTTL decimal number InReceives decimal number InHdrErrors decimal number InAddrErrors decimal number ForwDatagrams decimal number InUnknownProtos decimal number InDiscards decimal number InDelivers decimal number OutRequests decimal number O...

Page 39: ...imal number remote address ip address in format nnn nnn nnn nnn remote port decimal number or state LISTEN SYN_RECVD SYN_SENT ESTABLISHED CLOSE_WAIT LAST_ACK FIN_WAIT_1 FIN_WAIT_2 CLOSING or TIME_WAIT line Instance attribute is decimal receiver bytes decimal number breaks decimal number parity errors decimal number framing errors decimal number overrun errors decimal number no receive buffer error...

Page 40: ...ibute is decimal stack used decimal number stack size decimal number cpu decimal number thread name String qos Instance attribute is either eth0 or wwan0 query port last connection ip address ip address in format nnn nnn nnn nnn port decimal number in discoveries decimal number unknown queries decimal number erroneous packets decimal number out discovery replies decimal number errors decimal numbe...

Page 41: ...ecimal number EmbryonicRsts decimal number PruneCalled decimal number RcvPruned decimal number OfoPruned decimal number OutOfWindowIcmps decimal number LockDroppedIcmps decimal number ArpFilter decimal number TW decimal number TWRecycled decimal number TWKilled decimal number PAWSPassive decimal number PAWSActive decimal number PAWSEstab decimal number DelayedACKs decimal number DelayedACKLocked d...

Page 42: ...mal number TCPLossFailures decimal number TCPFastRetrans decimal number TCPForwardRetrans decimal number TCPSlowStartRetrans decimal number TCPTimeouts decimal number TCPRenoRecoveryFail decimal number TCPSackRecoveryFail decimal number TCPSchedulerFailed decimal number TCPRcvCollapsed decimal number TCPDSACKOldSent decimal number TCPDSACKOfoSent decimal number TCPDSACKRecv decimal number TCPDSACK...

Page 43: ... decimal number connect 0 connection time elapsed time in format d days hh mm ss connect 1 connection time elapsed time in format d days hh mm ss connect 2 connection time elapsed time in format d days hh mm ss connect 3 connection time elapsed time in format d days hh mm ss connect 4 connection time elapsed time in format d days hh mm ss connect 5 connection time elapsed time in format d days hh ...

Page 44: ...time in format d days hh mm ss connect dns address changes decimal number connect dns address invalids decimal number tunnel modem echo commands enable disable verbose response enable disable response type error unknown commands enable disable incoming connection udp snmp InDatagrams decimal number NoPorts decimal number InErrors decimal number OutDatagrams decimal number RcvbufErrors decimal numb...

Page 45: ... input 1 state change digital input 2 state change config action digital input 2 state change email config action email digital input 2 state change ftp put config action ftp_put digital input 2 state change connection 1 config action ftp_put connection digital input 2 state change 1 connection 2 config action ftp_put connection digital input 2 state change 2 gprs roaming config action gprs_roamin...

Page 46: ..._post connection wwan0 link state change 1 connection 2 config action http_post connection wwan0 link state change 2 relay config action relay wwan0 link state change snmp trap config action snmp_trap wwan0 link state change arp config arp cellular config cellular cli config cli ssh config cli ssh telnet config cli telnet clock config clock ntp config clock ntp ddns config ddns diagnostics config ...

Page 47: ...e 1 static route 2 config staticroute 2 static route 3 config staticroute 3 static route 4 config staticroute 4 static route 5 config staticroute 5 static route 6 config staticroute 6 static route 7 config staticroute 7 static route 8 config staticroute 8 host 1 config host 1 host 2 config host 2 host 3 config host 3 host 4 config host 4 host 5 config host 5 host 6 config host 6 host 7 config host...

Page 48: ...r eth0 17 filter 18 config ethernet qos filter eth0 18 filter 19 config ethernet qos filter eth0 19 filter 20 config ethernet qos filter eth0 20 filter 21 config ethernet qos filter eth0 21 filter 22 config ethernet qos filter eth0 22 filter 23 config ethernet qos filter eth0 23 filter 24 config ethernet qos filter eth0 24 filter 25 config ethernet qos filter eth0 25 filter 26 config ethernet qos ...

Page 49: ...wwan0 29 filter 30 config wwan qos filter wwan0 30 filter 31 config wwan qos filter wwan0 31 filter 32 config wwan qos filter wwan0 32 ip config ip relays config relays relay 1 config relay 1 rss config rss sms config sms inbound config sms inbound sms inbound sender 1 config sms inbound sms_inbound_senders 1 sms inbound sender 2 config sms inbound sms_inbound_senders 2 sms inbound sender 3 config...

Page 50: ...ender 22 config sms inbound sms_inbound_senders 22 sms inbound sender 23 config sms inbound sms_inbound_senders 23 sms inbound sender 24 config sms inbound sms_inbound_senders 24 outbound config sms outbound outbound sms test config sms outbound outbound_sms_test smtp config smtp snmp config snmp snmpd config snmp snmpd traps config snmp traps syslog config syslog terminal 1 config terminal 1 term...

Page 51: ...nect host 1 13 host 14 tunnel connect host 1 14 host 15 tunnel connect host 1 15 host 16 tunnel connect host 1 16 disconnect tunnel disconnect 1 modem tunnel modem 1 packing tunnel packing 1 serial tunnel serial 1 tunnel 2 tunnel 2 accept tunnel accept 2 password tunnel accept password 2 connect tunnel connect 2 host 1 tunnel connect host 2 1 host 2 tunnel connect host 2 2 host 3 tunnel connect ho...

Page 52: ...at quotes must enclose the value if it con tains spaces aes decrypt key text text Sets the accept tunnel AES decrypt key with up to 16 bytes Each byte is represented by a single character Note that quotes must enclose the value if it contains spaces aes encrypt key hexadecimal Sets the accept tunnel AES encrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may ...

Page 53: ...able Enables forwarding of the accept start character into the network flush start character enable Disables forwarding of the accept start character into the network kill connection Disconnects the active accept mode tunneling connection local port number Sets the port to use for accept mode tunneling number number of the port to use no aes decrypt key Removes the accept tunnel AES decrypt key no...

Page 54: ... Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must enclose the value if it con tains spaces aes decrypt key text text Sets the accept tunnel AES decrypt key with up to 16 bytes Each byte is represented by a single character Note that quotes must enclose the value if it contains spaces aes encrypt key hexadecimal Sets the...

Page 55: ... start character into the network kill connection Disconnects the active accept mode tunneling connection local port number Sets the port to use for accept mode tunneling number number of the port to use no aes decrypt key Removes the accept tunnel AES decrypt key no aes encrypt key Removes the accept tunnel AES encrypt key no credentials Clears the RSA DSA certificate selection no email connect D...

Page 56: ...address IP address to be mapped mac address MAC address in colon separated form clrscrn Clears the screen exit Exits to the configuration level remove all Removes all entries from the ARP cache remove ip IP address Removes an entry from the ARP cache ip address address of the entry being removed show cache Displays the ARP cache table show history Displays the last 20 commands entered during the c...

Page 57: ... to the configuration level inactivity timeout minutes Sets the inactivity timeout for all CLI sessions line authentication disable No password required for Line CLI users line authentication enable Challenges the Line CLI user with a password login password text Sets the CLI login password no enable level password Removes the enable level password no inactivity timeout No inactivity timeout will ...

Page 58: ...e rsa 768 Generate RSA public and private keys user username password password Set username with password and optional RSA or DSA keys write Stores the current configuration in permanent memory clock config clock level commands clock set time hh mm ss day 1 31 month text year Sets the system clock clock timezone Shows possible time zone names clock timezone time zone Sets the timezone to be displa...

Page 59: ...nfiguration and status show Displays system information show history Displays the last 20 commands entered during the current CLI session sms Enters the sms level smtp Changes to the command level for SMTP configuration and status snmp Enters the snmp level syslog Enters the syslog level terminal line Enters the configure terminal level line number of the terminal line serial port to be configured...

Page 60: ...use email disconnect number Sets an email profile to use to send an email alert upon closing a connect mode tunnel number the number of the email profile to use exit Returns to the tunnel level flush serial disable Characters already in the serial data buffer are retained upon establishing a connect mode tunneling connection flush serial enable Flushes the serial data buffer upon establishing a co...

Page 61: ...r to always establish tunneling connections connect mode any character Enables the tunneling server to establish a tunneling con nection when a character is received on the correspond ing line serial port connect mode disable Disables connect mode tunneling connect mode modem control asserted Enables the tunneling server to make tunneling connec tions when the modem control pin is asserted connect...

Page 62: ...Promotes the identified host exchanging it place with the host above it to adjust the order of the defined hosts reconnect time milliseconds Sets the reconnect time value for tunneling connections established by the device in milliseconds milliseconds timeout in milliseconds show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session sh...

Page 63: ...name no password Sets default Password password text Sets the Password used to logon to FTP server port number Sets the Port number which FTP server is listening to protocol ftp Selects FTP Protocol protocol ftps Selects FTPS Protocol show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session username text Sets the Username used to logon ...

Page 64: ...erver port number Sets the Port number which FTP server is listening to protocol ftp Selects FTP Protocol protocol ftps Selects FTPS Protocol show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session username text Sets the Username used to logon to FTP server write Stores the current configuration in permanent memory connection 1 config ...

Page 65: ...tocol ftp Selects FTP Protocol protocol ftps Selects FTPS Protocol show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session username text Sets the Username used to logon to FTP server write Stores the current configuration in permanent memory connection 1 config action http_post connection digital input 1 state change 1 level commands c...

Page 66: ... Shows the current configuration show history Displays the last 20 commands entered during the current CLI session username text Sets the Username used to logon to FTP server write Stores the current configuration in permanent memory connection 2 config action http_post connection wwan0 link state change 2 level commands clrscrn Clears the screen default port Sets default Port number default proto...

Page 67: ...current CLI session username text Sets the Username used to logon to FTP server write Stores the current configuration in permanent memory connection 2 config action http_post connection eth0 link state change 2 level commands clrscrn Clears the screen default port Sets default Port number default protocol Sets default HTTP Protocol exit Exits to the next higher level host text Sets HTTP server IP...

Page 68: ...permanent memory connection 2 config action http_post connection digital input 2 state change 2 level commands clrscrn Clears the screen default port Sets default Port number default protocol Sets default HTTP Protocol exit Exits to the next higher level host text Sets HTTP server IP address or hostname to be connect ed to no host Clears HTTP server IP address or hostname no password Clears the Pa...

Page 69: ...l commands clrscrn Clears the screen default port Sets default Port number default protocol Sets default HTTP Protocol exit Exits to the next higher level host text Sets HTTP server IP address or hostname to be connect ed to no host Clears HTTP server IP address or hostname no password Clears the Password no url Clears HTTP request URL no username Clears the Username password text Sets the Passwor...

Page 70: ...name Create a new credential name delete credential name Delete existing credential by name edit credential name View or edit an existing profile exit Exits to the ssl level show Show existing credential names show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory ddns config ddns level commands clrscrn Clears th...

Page 71: ...delete all static leases Deletes all static leases delete static lease instance Deletes an entry from the static lease table instance index of the entry being removed end ip address IP address Sets the end IP address of DHCP address pool exit Returns to the previous level lease time hours Sets the lease time number lease time in hours show Displays the current configuration show history Displays t...

Page 72: ...e cause is corrected within this time email Enters the next lower level exit Exits to the config alarm level ftp put Enters the next lower level gprs roaming Enters the next lower level http post Enters the next lower level relay Enters the next lower level send sms Enters the next lower level show Displays the current configuration show history Displays the last 20 commands entered during the cur...

Page 73: ...figuration in permanent memory digital inputs config digital inputs level commands clrscrn Clears the screen digital input number Change to config digital input instance level exit Returns to the config level show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory disconnect tunnel disconnect 2 level commands clrs...

Page 74: ...em control enable Watches the modem control pin and disconnects if it is not asserted no stop character Removes the stop character no timeout Disables disconnect after timeout feature for tunneling sessions show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session stop character control Sets the stop character The character may be inp...

Page 75: ...on clrscrn Clears the screen default alarm email Specifies no email when the alarm turns on default normal email Specifies no email when the alarm turns off exit Exits to the next higher level no alarm message Removes the alarm email message no alarm reminder interval Only one message will be sent when the alarm turns on no normal message Removes the normal email message no normal reminder interva...

Page 76: ...s the current configuration in permanent memory email config action email digital input 2 state change level commands alarm email email number Specifies the email number to send when the alarm turns on alarm email none Specifies no email when the alarm turns on alarm message text Sets the email message to be sent when the alarm turns on alarm reminder interval minutes Sets the time interval that m...

Page 77: ...alarm turns off normal email none Specifies no email when the alarm turns off normal message text Sets the email message to be sent when the alarm turns off normal reminder interval minutes Sets the time interval that messages will be sent while the alarm remains off show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores ...

Page 78: ...uration in permanent memory email 10 email 10 level commands auto show statistics Continuously displays email statistics cc text Sets Cc addresses for email alerts text a quoted semicolon separated list of email addresses clear log Clears all entries from the mail log clear mail counters Sets the email counters to zero clrscrn Clears the screen default priority Sets X Priority for email alerts to ...

Page 79: ...lerts to 3 normal email number Enters the configure email level exit Exits to the enable level message file text Specifies a text file the contents of which will be the mes sage body of an email alert text the name of a local file no cc Removes the Cc addresses for email alerts no clear mail counters Restores the email counters to the aggregate values no message file Removes the file name so the m...

Page 80: ...le name so the message body will be empty no reply to Removes the Reply To address for email alerts no subject Removes subject used for email alerts no to Removes the To addresses for email alerts priority high Sets X Priority for email alerts to 2 high priority low Sets X Priority for email alerts to 4 low priority normal Sets X Priority for email alerts to 3 normal priority urgent Sets X Priorit...

Page 81: ...riority urgent Sets X Priority for email alerts to 1 urgent priority very low Sets X Priority for email alerts to 5 very low reply to text Sets the Reply To address for email alerts text email address to place in the Reply To field of the email alert send Sends an email using the current settings show Displays the current configuration show history Displays the last 20 commands entered during the ...

Page 82: ...nds entered during the current CLI session show log Displays the email log show statistics Displays email statistics subject text Sets the Subject for email alerts text text to placed as the subject to text Sets To addresses for email alerts text a quoted semicolon separated list of email addresses write Stores the current configuration in permanent memory email 15 email 15 level commands auto sho...

Page 83: ...uto show statistics Continuously displays email statistics cc text Sets Cc addresses for email alerts text a quoted semicolon separated list of email addresses clear log Clears all entries from the mail log clear mail counters Sets the email counters to zero clrscrn Clears the screen default priority Sets X Priority for email alerts to 3 normal email number Enters the configure email level exit Ex...

Page 84: ...ail level exit Exits to the enable level message file text Specifies a text file the contents of which will be the mes sage body of an email alert text the name of a local file no cc Removes the Cc addresses for email alerts no clear mail counters Restores the email counters to the aggregate values no message file Removes the file name so the message body will be empty no reply to Removes the Repl...

Page 85: ... to Removes the Reply To address for email alerts no subject Removes subject used for email alerts no to Removes the To addresses for email alerts priority high Sets X Priority for email alerts to 2 high priority low Sets X Priority for email alerts to 4 low priority normal Sets X Priority for email alerts to 3 normal priority urgent Sets X Priority for email alerts to 1 urgent priority very low S...

Page 86: ...ty for email alerts to 1 urgent priority very low Sets X Priority for email alerts to 5 very low reply to text Sets the Reply To address for email alerts text email address to place in the Reply To field of the email alert send Sends an email using the current settings show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session show log...

Page 87: ...ands entered during the current CLI session show log Displays the email log show statistics Displays email statistics subject text Sets the Subject for email alerts text text to placed as the subject to text Sets To addresses for email alerts text a quoted semicolon separated list of email addresses write Stores the current configuration in permanent memory email 6 email 6 level commands auto show...

Page 88: ...to show statistics Continuously displays email statistics cc text Sets Cc addresses for email alerts text a quoted semicolon separated list of email addresses clear log Clears all entries from the mail log clear mail counters Sets the email counters to zero clrscrn Clears the screen default priority Sets X Priority for email alerts to 3 normal email number Enters the configure email level exit Exi...

Page 89: ...ail level exit Exits to the enable level message file text Specifies a text file the contents of which will be the mes sage body of an email alert text the name of a local file no cc Removes the Cc addresses for email alerts no clear mail counters Restores the email counters to the aggregate values no message file Removes the file name so the message body will be empty no reply to Removes the Repl...

Page 90: ...eply to Removes the Reply To address for email alerts no subject Removes subject used for email alerts no to Removes the To addresses for email alerts priority high Sets X Priority for email alerts to 2 high priority low Sets X Priority for email alerts to 4 low priority normal Sets X Priority for email alerts to 3 normal priority urgent Sets X Priority for email alerts to 1 urgent priority very l...

Page 91: ...isplays the last 20 commands entered during the current CLI session show interfaces Show interface statistics show ip sockets Show UDP TCP state information show processes Show thread runtime information show sessions Show active Telnet and SSH Sessions ssh Enters the SSH configuration level ssh optClientUsername host Begin SSH session on network host The optClien tUserName must match an SSH Clien...

Page 92: ...face Restores the default Failover interface default failover threshold Restores the default Failover threshold default interval Restores the default Ping interval default method Restores the default ping method default timeout Restores the default Ping response timeout exit Exit back to interface configuration level failback threshold pings Sets the Failback threshold If pings attempts are an swe...

Page 93: ...source file destination file host port Get a file using TFTP tftp put source file destination file host Put a file using TFTP tftp put source file destination file host port Put a file using TFTP touch file Create a file filter 1 config wwan qos filter wwan0 1 level commands clrscrn Clears the screen default priority Restores the default value of the priority Excellent Effort exit Exits to the nex...

Page 94: ...Note that quotes must en close the value if it contains spaces network text Sets the filter Network no mac address Removes the filter MAC Address no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to Background Bandwidth allocated is 5 100 priority best effort Sets the priority to Best Effort Bandwidth alloca...

Page 95: ...work Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session wri...

Page 96: ...vel mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Network no mac address Removes the filter MAC Address no network Removes the filter Network no...

Page 97: ...tions Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort Sets the priority to Excellent Effort Bandwidth allocated is 10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidth allocated is 5 100 priority video Sets the priority ...

Page 98: ...t configuration in permanent memory filter 12 config ethernet qos filter eth0 12 level commands clrscrn Clears the screen default priority Restores the default value of the priority Excellent Effort exit Exits to the next higher level mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separated by optional punctuatio...

Page 99: ...ilter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to Background Bandwidth allocated is 5 100 priority best effort Sets the priority to Best Effort Bandwidth allocated is 10 100 priority critical applications Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort Sets the priority to Exce...

Page 100: ...priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory filter 14 config wwan qos filter wwan0 14 level commands clrscrn Clears the screen default priority Re...

Page 101: ... 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Network no mac address Removes the filter MAC Address no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to Background Bandwidth allocated is 5 100 priority best effort Sets the pri...

Page 102: ...10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows the current configuration show history Displa...

Page 103: ...Effort exit Exits to the next higher level mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Network no mac address Removes the filter MAC Address n...

Page 104: ...ity critical applications Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort Sets the priority to Excellent Effort Bandwidth allocated is 10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidth allocated is 5 100 priority vide...

Page 105: ...on write Stores the current configuration in permanent memory filter 17 config ethernet qos filter eth0 17 level commands clrscrn Clears the screen default priority Restores the default value of the priority Excellent Effort exit Exits to the next higher level mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separa...

Page 106: ... no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to Background Bandwidth allocated is 5 100 priority best effort Sets the priority to Best Effort Bandwidth allocated is 10 100 priority critical applications Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort ...

Page 107: ...k Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory filter 19 config wwan qos filter wwan0 ...

Page 108: ...gits Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Network no mac address Removes the filter MAC Address no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to...

Page 109: ...y to Excellent Effort Bandwidth allocated is 10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows ...

Page 110: ...tores the default value of the priority Excellent Effort exit Exits to the next higher level mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Netwo...

Page 111: ...andwidth allocated is 10 100 priority critical applications Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort Sets the priority to Excellent Effort Bandwidth allocated is 10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidt...

Page 112: ...on write Stores the current configuration in permanent memory filter 21 config ethernet qos filter eth0 21 level commands clrscrn Clears the screen default priority Restores the default value of the priority Excellent Effort exit Exits to the next higher level mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separa...

Page 113: ... no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to Background Bandwidth allocated is 5 100 priority best effort Sets the priority to Best Effort Bandwidth allocated is 10 100 priority critical applications Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort ...

Page 114: ...k Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory filter 23 config wwan qos filter wwan0 ...

Page 115: ...gits Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Network no mac address Removes the filter MAC Address no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to...

Page 116: ...y to Excellent Effort Bandwidth allocated is 10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows ...

Page 117: ...tores the default value of the priority Excellent Effort exit Exits to the next higher level mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Netwo...

Page 118: ...andwidth allocated is 10 100 priority critical applications Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort Sets the priority to Excellent Effort Bandwidth allocated is 10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidt...

Page 119: ...on write Stores the current configuration in permanent memory filter 26 config ethernet qos filter eth0 26 level commands clrscrn Clears the screen default priority Restores the default value of the priority Excellent Effort exit Exits to the next higher level mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separa...

Page 120: ... no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to Background Bandwidth allocated is 5 100 priority best effort Sets the priority to Best Effort Bandwidth allocated is 10 100 priority critical applications Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort ...

Page 121: ...k Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory filter 28 config wwan qos filter wwan0 ...

Page 122: ...gits Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Network no mac address Removes the filter MAC Address no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to...

Page 123: ...y to Excellent Effort Bandwidth allocated is 10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows ...

Page 124: ...ores the default value of the priority Excellent Effort exit Exits to the next higher level mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Networ...

Page 125: ...ndwidth allocated is 10 100 priority critical applications Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort Sets the priority to Excellent Effort Bandwidth allocated is 10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidth...

Page 126: ...on write Stores the current configuration in permanent memory filter 30 config ethernet qos filter eth0 30 level commands clrscrn Clears the screen default priority Restores the default value of the priority Excellent Effort exit Exits to the next higher level mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separa...

Page 127: ... no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to Background Bandwidth allocated is 5 100 priority best effort Sets the priority to Best Effort Bandwidth allocated is 10 100 priority critical applications Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort ...

Page 128: ...k Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory filter 32 config wwan qos filter wwan0 ...

Page 129: ...gits Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Network no mac address Removes the filter MAC Address no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to...

Page 130: ...y to Excellent Effort Bandwidth allocated is 10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows ...

Page 131: ...ores the default value of the priority Excellent Effort exit Exits to the next higher level mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Networ...

Page 132: ...andwidth allocated is 10 100 priority critical applications Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort Sets the priority to Excellent Effort Bandwidth allocated is 10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidt...

Page 133: ...ion write Stores the current configuration in permanent memory filter 6 config ethernet qos filter eth0 6 level commands clrscrn Clears the screen default priority Restores the default value of the priority Excellent Effort exit Exits to the next higher level mac address hexadecimal Sets the filter MAC Address Each byte is represented by two adjacent hex digits Bytes may run together or be separat...

Page 134: ... no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to Background Bandwidth allocated is 5 100 priority best effort Sets the priority to Best Effort Bandwidth allocated is 10 100 priority critical applications Sets the priority to Critical Applications Bandwidth allo cated is 15 100 priority excellent effort ...

Page 135: ...rk Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory filter 8 config wwan qos filter wwan0 ...

Page 136: ...its Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces network text Sets the filter Network no mac address Removes the filter MAC Address no network Removes the filter Network no ports Removes the filter Port ports text Sets the filter Port priority background Sets the priority to ...

Page 137: ...y to Excellent Effort Bandwidth allocated is 10 100 priority internetwork control Sets the priority to Internetwork Control Bandwidth allo cated is 5 100 priority network control Sets the priority to Network Control Bandwidth allocated is 5 100 priority video Sets the priority to Video Bandwidth allocated is 20 100 priority voice Sets the priority to Voice Bandwidth allocated is 30 100 show Shows ...

Page 138: ...ears the screen exit Returns to the config level show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session show statistics Displays the FTP statistics state disable Disables the FTP server state enable Enables the FTP server write Stores the current configuration in permanent memory ftp put config action ftp_put wwan0 link state chang...

Page 139: ...t of simultaneous connection mode exit Exits to the next higher level mode sequential Sets sequential mode will stop after first connection that goes through mode simultaneous Sets simultaneous mode will make all possible connec tions no reminder interval Clears the FTP Put reminder interval FTP Put is sent once only reminder interval minutes Sets the FTP Put reminder interval show Shows the curre...

Page 140: ...l mac address filters delete all routes Deletes all static routes delete all rules Deletes all port forwarding rules delete mac address filter instance Deletes an entry from the mac address filters instance index of the entry being removed delete route instance Deletes an entry from the static routes instance index of the entry being removed delete rule instance Deletes an entry from the port forw...

Page 141: ...write Stores the current configuration in permanent memory gprs roaming config action gprs_roaming eth0 link state change level commands clrscrn Clears the screen default state Sets default GPRS roaming state exit Exits to the next higher level show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session state disabled Disables GPRS roaming...

Page 142: ... hexadecimal Sets the connect tunnel AES encrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must enclose the value if it con tains spaces aes encrypt key text text Sets the connect tunnel AES encrypt key with up to 16 bytes Each byte is repres...

Page 143: ...te when con necting write Stores the current configuration in permanent memory host 1 tunnel connect host 1 1 level commands address text Sets the remote host to establish tunneling connections with text IP address or host name of the remote host aes decrypt key hexadecimal Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may ru...

Page 144: ...nnect mode tunneling protocol telnet Uses Telnet protocol with IAC for connect mode tunnel ing protocol udp Uses UDP protocol for connect mode tunneling protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session show statistics show connection statistics ssh...

Page 145: ...nt hex dig its Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must enclose the value if it con tains spaces aes decrypt key text text Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by a single character Note that quotes must enclose the value if it contains spaces aes encrypt key hexad...

Page 146: ...lishing tun neling connections with other devices text SSH user name tcp keep alive milliseconds Enables TCP keep alive for connect mode tunneling and sets the timer milliseconds timer value in millisec onds validate certificate disable Skips verification of the server certificate when connect ing validate certificate enable Requires verification of the server certificate when con necting write St...

Page 147: ...the connect mode TCP keep alive timeout port number Sets the remote port to use for connect mode tunneling number number of the port to use protocol ssh Uses SSH protocol for connect mode tunneling protocol ssl Uses SSL protocol for connect mode tunneling protocol tcp Uses TCP protocol for connect mode tunneling protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling prot...

Page 148: ...t username write Stores the current configuration in permanent memory host 11 tunnel connect host 2 11 level commands address text Sets the remote host to establish tunneling connections with text IP address or host name of the remote host aes decrypt key hexadecimal Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run toget...

Page 149: ... for connect mode tunneling protocol telnet Uses Telnet protocol with IAC for connect mode tunnel ing protocol udp Uses UDP protocol for connect mode tunneling protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session show statistics show connection statist...

Page 150: ...t tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout exit Exits to the next higher level no address Removes the remote host address used to establish tun neling connections no aes decrypt key Removes the connect tunnel AES decrypt key no aes encrypt key Removes the connect tunnel AES encrypt key no credentials Clears the RSA DSA certificate selection no port Removes ...

Page 151: ...the host protocol ssh Sets the protocol to SSH protocol telnet Sets the protocol to Telnet remote address text Sets the IP address of the remote host to connect to when this host is selected on the login connect menu text IP address remote port number Sets the remote port used to connect to the host num ber port to be used show Displays the current configuration show history Displays the last 20 c...

Page 152: ...als Clears the RSA DSA certificate selection no port Removes the remote port used to establish tunnel con nections no ssh username Removes the SSH user name no tcp keep alive Disables the connect mode TCP keep alive timeout port number Sets the remote port to use for connect mode tunneling number number of the port to use protocol ssh Uses SSH protocol for connect mode tunneling protocol ssl Uses ...

Page 153: ... bc 12 3a bc Note that quotes must enclose the value if it con tains spaces aes encrypt key text text Sets the connect tunnel AES encrypt key with up to 16 bytes Each byte is represented by a single character Note that quotes must enclose the value if it contains spaces auto show statistics show connection statistics clrscrn Clears the screen credentials text Selects the RSA DSA certificates by na...

Page 154: ...creen default protocol Restores the default value of the protocol Telnet default remote port Sets the remote port used to connect to the host to the default value which depends on the selected protocol exit Exits to the configuration level host number Change to config host level name text Sets the name of the host text name of the host no name Clears the name of the host no remote address Clears t...

Page 155: ...lears the screen credentials text Selects the RSA DSA certificates by name for the SSL client default protocol Restores the default protocol as TCP default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout exit Exits to the next higher level no address Removes the remote host address used to establish tun neling connections no aes decrypt key Removes the connect tun...

Page 156: ...ains spaces aes decrypt key text text Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by a single character Note that quotes must enclose the value if it contains spaces aes encrypt key hexadecimal Sets the connect tunnel AES encrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run together or be separated by optional p...

Page 157: ...ve milliseconds Enables TCP keep alive for connect mode tunneling and sets the timer milliseconds timer value in millisec onds validate certificate disable Skips verification of the server certificate when connect ing validate certificate enable Requires verification of the server certificate when con necting write Stores the current configuration in permanent memory host 13 config host 13 level c...

Page 158: ...together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must enclose the value if it con tains spaces aes encrypt key text text Sets the connect tunnel AES encrypt key with up to 16 bytes Each byte is represented by a single character Note that quotes must enclose the value if it contains spaces auto show statistics show connection statistics cl...

Page 159: ...he remote host to establish tunneling connections with text IP address or host name of the remote host aes decrypt key hexadecimal Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must enclose the value if it con ...

Page 160: ...ect mode tunneling protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session show statistics show connection statistics ssh username text Sets the SSH user name for use when establishing tun neling connections with other devices text SSH user name tcp keep ...

Page 161: ...lue if it con tains spaces aes decrypt key text text Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by a single character Note that quotes must enclose the value if it contains spaces aes encrypt key hexadecimal Sets the connect tunnel AES encrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run together or be separate...

Page 162: ...e in millisec onds validate certificate disable Skips verification of the server certificate when connect ing validate certificate enable Requires verification of the server certificate when con necting write Stores the current configuration in permanent memory host 15 tunnel connect host 1 15 level commands address text Sets the remote host to establish tunneling connections with text IP address ...

Page 163: ... Uses SSH protocol for connect mode tunneling protocol ssl Uses SSL protocol for connect mode tunneling protocol tcp Uses TCP protocol for connect mode tunneling protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling protocol telnet Uses Telnet protocol with IAC for connect mode tunnel ing protocol udp Uses UDP protocol for connect mode tunneling protocol udp aes Uses UD...

Page 164: ...evel commands address text Sets the remote host to establish tunneling connections with text IP address or host name of the remote host aes decrypt key hexadecimal Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes ...

Page 165: ...onnect mode tunneling protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session show statistics show connection statistics ssh username text Sets the SSH user name for use when establishing tun neling connections with other devices text SSH user name tcp ke...

Page 166: ...stablish tun neling connections no aes decrypt key Removes the connect tunnel AES decrypt key no aes encrypt key Removes the connect tunnel AES encrypt key no credentials Clears the RSA DSA certificate selection no port Removes the remote port used to establish tunnel con nections no ssh username Removes the SSH user name no tcp keep alive Disables the connect mode TCP keep alive timeout port numb...

Page 167: ...of the remote host to connect to when this host is selected on the login connect menu text IP address remote port number Sets the remote port used to connect to the host num ber port to be used show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session ssh username text Sets the username for logging into the host via SSH text username ...

Page 168: ...rotocol to Telnet remote address text Sets the IP address of the remote host to connect to when this host is selected on the login connect menu text IP address remote port number Sets the remote port used to connect to the host num ber port to be used show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session ssh username text Sets the...

Page 169: ...e value if it contains spaces aes encrypt key hexadecimal Sets the connect tunnel AES encrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must enclose the value if it con tains spaces aes encrypt key text text Sets the connect tunnel AES encryp...

Page 170: ...te when con necting write Stores the current configuration in permanent memory host 2 tunnel connect host 1 2 level commands address text Sets the remote host to establish tunneling connections with text IP address or host name of the remote host aes decrypt key hexadecimal Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may ru...

Page 171: ...nnect mode tunneling protocol telnet Uses Telnet protocol with IAC for connect mode tunnel ing protocol udp Uses UDP protocol for connect mode tunneling protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session show statistics show connection statistics ssh...

Page 172: ...host to the default value which depends on the selected protocol exit Exits to the configuration level host number Change to config host level name text Sets the name of the host text name of the host no name Clears the name of the host no remote address Clears the remote address of the host no ssh username Clears the SSH username associated with the host protocol ssh Sets the protocol to SSH prot...

Page 173: ...he protocol Telnet default remote port Sets the remote port used to connect to the host to the default value which depends on the selected protocol exit Exits to the configuration level host number Change to config host level name text Sets the name of the host text name of the host no name Clears the name of the host no remote address Clears the remote address of the host no ssh username Clears t...

Page 174: ... host 24 level commands clrscrn Clears the screen default protocol Restores the default value of the protocol Telnet default remote port Sets the remote port used to connect to the host to the default value which depends on the selected protocol exit Exits to the configuration level host number Change to config host level name text Sets the name of the host text name of the host no name Clears the...

Page 175: ...onfiguration in permanent memory host 26 config host 26 level commands clrscrn Clears the screen default protocol Restores the default value of the protocol Telnet default remote port Sets the remote port used to connect to the host to the default value which depends on the selected protocol exit Exits to the configuration level host number Change to config host level name text Sets the name of th...

Page 176: ...rname write Stores the current configuration in permanent memory host 28 config host 28 level commands clrscrn Clears the screen default protocol Restores the default value of the protocol Telnet default remote port Sets the remote port used to connect to the host to the default value which depends on the selected protocol exit Exits to the configuration level host number Change to config host lev...

Page 177: ...nel connect host 2 3 level commands address text Sets the remote host to establish tunneling connections with text IP address or host name of the remote host aes decrypt key hexadecimal Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3...

Page 178: ...tocol for connect mode tunneling protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session show statistics show connection statistics ssh username text Sets the SSH user name for use when establishing tun neling connections with other devices text SSH user ...

Page 179: ...s the remote host address used to establish tun neling connections no aes decrypt key Removes the connect tunnel AES decrypt key no aes encrypt key Removes the connect tunnel AES encrypt key no credentials Clears the RSA DSA certificate selection no port Removes the remote port used to establish tunnel con nections no ssh username Removes the SSH user name no tcp keep alive Disables the connect mo...

Page 180: ...l to SSH protocol telnet Sets the protocol to Telnet remote address text Sets the IP address of the remote host to connect to when this host is selected on the login connect menu text IP address remote port number Sets the remote port used to connect to the host num ber port to be used show Displays the current configuration show history Displays the last 20 commands entered during the current CLI...

Page 181: ...ssociated with the host protocol ssh Sets the protocol to SSH protocol telnet Sets the protocol to Telnet remote address text Sets the IP address of the remote host to connect to when this host is selected on the login connect menu text IP address remote port number Sets the remote port used to connect to the host num ber port to be used show Displays the current configuration show history Display...

Page 182: ...d by a single character Note that quotes must enclose the value if it contains spaces aes encrypt key hexadecimal Sets the connect tunnel AES encrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must enclose the value if it con tains spaces aes ...

Page 183: ... Requires verification of the server certificate when con necting write Stores the current configuration in permanent memory host 4 tunnel connect host 1 4 level commands address text Sets the remote host to establish tunneling connections with text IP address or host name of the remote host aes decrypt key hexadecimal Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is repres...

Page 184: ...tocol with AES encryption for connect mode tunneling protocol telnet Uses Telnet protocol with IAC for connect mode tunnel ing protocol udp Uses UDP protocol for connect mode tunneling protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session show statistic...

Page 185: ...y with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must enclose the value if it con tains spaces aes decrypt key text text Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by a single character Note that quotes must e...

Page 186: ... statistics show connection statistics ssh username text Sets the SSH user name for use when establishing tun neling connections with other devices text SSH user name tcp keep alive milliseconds Enables TCP keep alive for connect mode tunneling and sets the timer milliseconds timer value in millisec onds validate certificate disable Skips verification of the server certificate when connect ing val...

Page 187: ...establish tunnel con nections no ssh username Removes the SSH user name no tcp keep alive Disables the connect mode TCP keep alive timeout port number Sets the remote port to use for connect mode tunneling number number of the port to use protocol ssh Uses SSH protocol for connect mode tunneling protocol ssl Uses SSL protocol for connect mode tunneling protocol tcp Uses TCP protocol for connect mo...

Page 188: ...sh username text Sets the username for logging into the host via SSH text username write Stores the current configuration in permanent memory host 6 tunnel connect host 2 6 level commands address text Sets the remote host to establish tunneling connections with text IP address or host name of the remote host aes decrypt key hexadecimal Sets the connect tunnel AES decrypt key with up to 16 bytes Ea...

Page 189: ...es TCP protocol for connect mode tunneling protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling protocol telnet Uses Telnet protocol with IAC for connect mode tunnel ing protocol udp Uses UDP protocol for connect mode tunneling protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling show Shows the current configuration show history Displays th...

Page 190: ... RSA DSA certificates by name for the SSL client default protocol Restores the default protocol as TCP default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout exit Exits to the next higher level no address Removes the remote host address used to establish tun neling connections no aes decrypt key Removes the connect tunnel AES decrypt key no aes encrypt key Remove...

Page 191: ...ess of the host no ssh username Clears the SSH username associated with the host protocol ssh Sets the protocol to SSH protocol telnet Sets the protocol to Telnet remote address text Sets the IP address of the remote host to connect to when this host is selected on the login connect menu text IP address remote port number Sets the remote port used to connect to the host num ber port to be used sho...

Page 192: ... key Removes the connect tunnel AES encrypt key no credentials Clears the RSA DSA certificate selection no port Removes the remote port used to establish tunnel con nections no ssh username Removes the SSH user name no tcp keep alive Disables the connect mode TCP keep alive timeout port number Sets the remote port to use for connect mode tunneling number number of the port to use protocol ssh Uses...

Page 193: ...ed by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must enclose the value if it con tains spaces aes encrypt key text text Sets the connect tunnel AES encrypt key with up to 16 bytes Each byte is represented by a single character Note that quotes must enclose the value if it contains spaces auto show statistics show connection statistics clrscrn Clears the scree...

Page 194: ... memory host 7 config host 7 level commands clrscrn Clears the screen default protocol Restores the default value of the protocol Telnet default remote port Sets the remote port used to connect to the host to the default value which depends on the selected protocol exit Exits to the configuration level host number Change to config host level name text Sets the name of the host text name of the hos...

Page 195: ...how connection statistics clrscrn Clears the screen credentials text Selects the RSA DSA certificates by name for the SSL client default protocol Restores the default protocol as TCP default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout exit Exits to the next higher level no address Removes the remote host address used to establish tun neling connections no aes ...

Page 196: ...ins spaces aes decrypt key text text Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by a single character Note that quotes must enclose the value if it contains spaces aes encrypt key hexadecimal Sets the connect tunnel AES encrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run together or be separated by optional pu...

Page 197: ...ive milliseconds Enables TCP keep alive for connect mode tunneling and sets the timer milliseconds timer value in millisec onds validate certificate disable Skips verification of the server certificate when connect ing validate certificate enable Requires verification of the server certificate when con necting write Stores the current configuration in permanent memory host 8 config host 8 level co...

Page 198: ...ogether or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must enclose the value if it con tains spaces aes encrypt key text text Sets the connect tunnel AES encrypt key with up to 16 bytes Each byte is represented by a single character Note that quotes must enclose the value if it contains spaces auto show statistics show connection statistics clr...

Page 199: ...e remote host to establish tunneling connections with text IP address or host name of the remote host aes decrypt key hexadecimal Sets the connect tunnel AES decrypt key with up to 16 bytes Each byte is represented by two adjacent hex dig its Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must enclose the value if it con t...

Page 200: ...nect mode tunneling protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session show statistics show connection statistics ssh username text Sets the SSH user name for use when establishing tun neling connections with other devices text SSH user name tcp keep...

Page 201: ...erver auth type uri ssl basic Sets the authentication type for an HTTP server authenti cation directive to SSL Basic uri URI of the server auth type uri ssl digest Sets the authentication type for an HTTP server authenti cation directive to SSL Digest uri URI of the server authentication timeout minutes For any Digest AuthType sets the timeout for authentica tion minutes authentication timeout val...

Page 202: ... SSL port port number Sets the port number the HTTP server will use number port number secure credentials text Selects the RSA DSA certificates by name for the HTTP server secure port number Sets the port number the HTTP server will use over SSL number port number secure protocols ssl3 disable Disables the protocol secure protocols ssl3 enable Enables the protocol secure protocols tls1 0 disable D...

Page 203: ...lears the HTTP Post reminder interval HTTP Post is sent once only reminder interval minutes Sets the HTTP Post reminder interval show Shows the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory http post config action http_post digital input 2 state change level commands clrscrn Clears ...

Page 204: ...ent CLI session state disable Prevents ICMP packets from being sent or received state enable Allows ICMP packets to be sent and received write Stores the current configuration in permanent memory if 1 config if eth0 level commands bootp disable Disables BOOTP bootp enable Enables BOOTP clrscrn Clears the screen default gateway IP address Sets the configurable gateway IP address to the default valu...

Page 205: ...s the connection mode to Always On connection mode on demand Sets the connection mode to On Demand connection mode shoulder tap Sets the connection mode to Shoulder Tap default connection mode Restores the default value of connection mode Always On default idle timeout Restores the default value of idle timeout 5 minutes default priority Restores the default priority for the interface exit Exits t...

Page 206: ...ime to live hops Sets the IP multicast time to live hops number of hops that a multicast IP packet is allowed to live show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory line 1 line 1 level commands auto show statistics Continuously displays line statistics baud rate bit...

Page 207: ...l hardware Uses hardware RTS CTS flow control on the line flow control none Does not provide flow control on the line flow control software Uses software xon xoff characters flow control on the line gap timer milliseconds Sets the gap timer in milliseconds If some data has been received it will be forwarded after this time since the last character interface rs232 Sets the line interface to RS232 i...

Page 208: ...ith software flow control on this line The character may be input as text control decimal or hex A control character has the form con trol C A decimal value character has the form 99 A hex value character has the form 0xFF xon char control Sets the xon character for use with software flow control on this line The character may be input as text control decimal or hex A control character has the for...

Page 209: ...default xon character on this line exit Exits to the enable level flow control hardware Uses hardware RTS CTS flow control on the line flow control none Does not provide flow control on the line flow control software Uses software xon xoff characters flow control on the line gap timer milliseconds Sets the gap timer in milliseconds If some data has been received it will be forwarded after this tim...

Page 210: ... forwarded without delay tunnel line Enters the tunnel level line number of the tunnel line serial port to be configured write Stores the current configuration in permanent memory xoff char control Sets the xoff character for use with software flow control on this line The character may be input as text control decimal or hex A control character has the form con trol C A decimal value character ha...

Page 211: ...nostics log level commands clrscrn Clears the screen default max length Restores the factory default maximum Log file size default output Restores the default log output which is disable exit Exits to the next higher level max length Kbytes Sets the maximum size in Kbytes for the Log file output disable Disables log output output filesystem Enables log to filesystem output line number Enables log ...

Page 212: ... entered during the current CLI session write Stores the current configuration in permanent memory mac address filter 3 config mac_filter 3 level commands action accept Sets the action to ACCEPT action drop Sets the action to DROP clrscrn Clears the screen default action Restores the default value of action ACCEPT exit Exits to the config gateway level mac address hexadecimal Sets the filter MAC A...

Page 213: ...ins spaces mac address filter number Change to config mac filter level no mac address Removes the filter MAC Address show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory mac address filter 6 config mac_filter 6 level commands action accept Sets the action to ACCEPT action...

Page 214: ... Bytes may run together or be separated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces mac address filter number Change to config mac filter level no mac address Removes the filter MAC Address show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session wr...

Page 215: ...NNECT string used in modem emulation string connect string default incoming connection Default disables incoming network connections default response type Default uses text type responses display remote ip disable The incoming RING has nothing following it display remote ip enable The incoming RING is followed by the IP address of the caller echo commands disable Does not echo modem commands echo ...

Page 216: ...s level message center override number text Sets the Message Center Override Number text Message Center Override Number to be set no message center override number Clears the Message Center Override Number outbound sms test Enters the outbound sms test level show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session show statistics Dis...

Page 217: ...plays the last 20 commands entered during the current CLI session threshold bytes Sets the threshold byte count If the queued data reach es this threshold then the data will be sent bytes number of bytes in the threshold timeout milliseconds Sets the timeout value for packing mode in milliseconds milliseconds timeout value in milliseconds trailing character control Sets the trailing character for ...

Page 218: ...ory password tunnel accept password 2 level commands clrscrn Clears the screen exit Exits to the next higher level no password Removes the password so connections will be accepted unchallenged password text Sets the password required on the network side of the tunnel to begin a connection prompt disable Inhibits any prompting for password on the network side of the tunnel prompt enable Sets up so ...

Page 219: ...o TCP protocol udp Sets the protocol to UDP show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session state disable Disables the port forwarding rule state enable Enables the port forwarding rule target port text Sets the destination port for port forwarding rule text port write Stores the current configuration in permanent memory por...

Page 220: ... rule no friendly name Remove the friendly name no ingress ip address Clears the original destination IP address for port forward ing rule no ip address Clears the destination IP address for port forwarding rule no port or range Clears the port or range for port forwarding rule no target port Clears the destination port for port forwarding rule port forwarding rule number Change to config gateway ...

Page 221: ...s the port forwarding rule target port text Sets the destination port for port forwarding rule text port write Stores the current configuration in permanent memory port forwarding rule 5 config portforwarding 5 level commands clrscrn Clears the screen default protocol Restores the default value of the protocol Both exit Exits to the config gateway level friendly name text Set the friendly name for...

Page 222: ...he port or range for port forwarding rule no target port Clears the destination port for port forwarding rule port forwarding rule number Change to config gateway port forwarding level port or range text Sets the port or range for port forwarding rule text port or range protocol both Sets the protocol to Both TCP and UDP protocol tcp Sets the protocol to TCP protocol udp Sets the protocol to UDP s...

Page 223: ...rs the screen default protocol Restores the default value of the protocol Both exit Exits to the config gateway level friendly name text Set the friendly name for port forwarding rule text friendly name ingress ip address IP address Sets the original destination IP address for port forwarding rule ip address IP address Sets the destination IP address for port forwarding rule no friendly name Remov...

Page 224: ... the default uplink speed exit Exit back to interface configuration level filter instance Enters the next lower level Specify the instance for the next lower level import filters disable Do not import QoS filters from other interfaces import filters enable Import QoS filters from other interfaces show Displays the current configuration show history Displays the last 20 commands entered during the ...

Page 225: ...memory relay config action relay digital input 1 state change level commands alarm energize none No relay will be affected by the alarm alarm energize relay number Selects the relay that will be on when the alarm is on clrscrn Clears the screen default alarm energize No relay will be affected by the alarm exit Exits to the next higher level show Shows the current configuration show history Display...

Page 226: ...ace route host protocol Trace route to destination using TCP ICMP or UDP rss config rss level commands clear rss Clear the RSS Feed data clrscrn Clears the screen default max entries Restores the default number of RSS feed entries exit Exits to the configuration level feed disable Disables RSS feed feed enable Enables RSS feed max entries number Sets the maximum number of RSS feed entries persist ...

Page 227: ...sword Sets authorized username password and optionally RSA and or DSA public keys clrscrn Clears the screen delete all authorized users Removes all authorized users delete authorized user username Remove an authorized user exit Exits to the ssh level host generate dsa 1024 Generate DSA public and private keys host generate dsa 512 Generate DSA public and private keys host generate dsa 768 Generate...

Page 228: ...t memory sms inbound sender 10 config sms inbound sms_inbound_senders 10 level commands clrscrn Clears the screen exit Exits to the sms inbound level no number Clears the Inbound SMS Number number text Sets the Inbound SMS Number text Inbound SMS Number to be set relaycontrol disable Disables Relay Control relaycontrol enable Enables Relay Control shouldertap disable Disables Shoulder Tap shoulder...

Page 229: ...screen exit Exits to the sms inbound level no number Clears the Inbound SMS Number number text Sets the Inbound SMS Number text Inbound SMS Number to be set relaycontrol disable Disables Relay Control relaycontrol enable Enables Relay Control shouldertap disable Disables Shoulder Tap shouldertap enable Enables Shoulder Tap show Displays the current configuration show history Displays the last 20 c...

Page 230: ...ber to be set relaycontrol disable Disables Relay Control relaycontrol enable Enables Relay Control shouldertap disable Disables Shoulder Tap shouldertap enable Enables Shoulder Tap show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory sms inbound sender 17 config sms inbo...

Page 231: ...ertap enable Enables Shoulder Tap show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory sms inbound sender 2 config sms inbound sms_inbound_senders 2 level commands clrscrn Clears the screen exit Exits to the sms inbound level no number Clears the Inbound SMS Number number...

Page 232: ...tered during the current CLI session write Stores the current configuration in permanent memory sms inbound sender 22 config sms inbound sms_inbound_senders 22 level commands clrscrn Clears the screen exit Exits to the sms inbound level no number Clears the Inbound SMS Number number text Sets the Inbound SMS Number text Inbound SMS Number to be set relaycontrol disable Disables Relay Control relay...

Page 233: ...nder 3 config sms inbound sms_inbound_senders 3 level commands clrscrn Clears the screen exit Exits to the sms inbound level no number Clears the Inbound SMS Number number text Sets the Inbound SMS Number text Inbound SMS Number to be set relaycontrol disable Disables Relay Control relaycontrol enable Enables Relay Control shouldertap disable Disables Shoulder Tap shouldertap enable Enables Should...

Page 234: ...r Clears the Inbound SMS Number number text Sets the Inbound SMS Number text Inbound SMS Number to be set relaycontrol disable Disables Relay Control relaycontrol enable Enables Relay Control shouldertap disable Disables Shoulder Tap shouldertap enable Enables Shoulder Tap show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session writ...

Page 235: ...r Tap shouldertap enable Enables Shoulder Tap show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session write Stores the current configuration in permanent memory smtp config smtp level commands clrscrn Clears the screen default server port Restores the SMTP server port to its default exit Exits to the configuration level from address...

Page 236: ... exit Exits to the next higher level no alarm message Removes the alarm message no normal message Removes the normal message no reminder interval Clears the SNMP Trap reminder interval SNMP Trap is sent once only normal message text Sets the message to be sent when the alarm turns off reminder interval minutes Sets the SNMP Trap reminder interval show Shows the current configuration show history D...

Page 237: ...t configuration in permanent memory snmp trap config action snmp_trap digital input 1 state change level commands alarm message text Sets the message to be sent when the alarm turns on clrscrn Clears the screen exit Exits to the next higher level no alarm message Removes the alarm message no normal message Removes the normal message no reminder interval Clears the SNMP Trap reminder interval SNMP ...

Page 238: ...ead only community string text name of the read only community string to be set security authentication and privacy Authentication and Privacy for agent security authentication but no privacy Authentication No Privacy for agent security no authentication and no priv No Authentication No Privacy for agent show Shows the current configuration show engine id Displays the SNMP agent engine ID show his...

Page 239: ...anent memory ssl ssl level commands clrscrn Clears the screen credentials Enters the SSL credentials configuration level exit Exits to the enable level show history Displays the last 20 commands entered during the current CLI session trusted authorities Enters the SSL configuration level write Stores the current configuration in permanent memory static leases 1 config dhcpd static_leases 1 level c...

Page 240: ...be sepa rated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces no ip address Clears the reserved IP address no mac address Removes the MAC Address show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session static leases number Change to dhcpd static lease ...

Page 241: ...be sepa rated by optional punctuation 123ABC 12 3A BC 12 3A BC 12 3a bc 12 3a bc Note that quotes must en close the value if it contains spaces no ip address Clears the reserved IP address no mac address Removes the MAC Address show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session static leases number Change to dhcpd static lease ...

Page 242: ... IP address Sets the gateway for static route network interface text Sets the route interface text interface name metric number Sets the metric for static route number metric network ip address cidr Sets the IP address and network mask for static route network Formats accepted 192 168 1 1 default mask 192 168 1 1 24 CIDR 192 168 1 1 255 255 255 0 ex plicit mask no friendly name Remove the friendly...

Page 243: ...default metric Restores the metric to default value exit Exits to the config gateway level friendly name text Set the friendly name for static route text friendly name gateway IP address Sets the gateway for static route network interface text Sets the route interface text interface name metric number Sets the metric for static route number metric network ip address cidr Sets the IP address and ne...

Page 244: ...tic route level write Stores the current configuration in permanent memory static route 5 config staticroute 5 level commands clrscrn Clears the screen default metric Restores the metric to default value exit Exits to the config gateway level friendly name text Set the friendly name for static route text friendly name gateway IP address Sets the gateway for static route network interface text Sets...

Page 245: ... CLI session state disable Disables the static route state enable Enables the static route static route number Change to config gateway static route level write Stores the current configuration in permanent memory static route 7 config staticroute 7 level commands clrscrn Clears the screen default metric Restores the metric to default value exit Exits to the config gateway level friendly name text...

Page 246: ... Clears the IP address for static route network show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session state disable Disables the static route state enable Enables the static route static route number Change to config gateway static route level write Stores the current configuration in permanent memory syslog config syslog level co...

Page 247: ... number local port number show Displays the current configuration show history Displays the last 20 commands entered during the current CLI session show statistics Displays the Telnet statistics state disable Disables the Telnet Server state enable Enables the Telnet Server write Stores the current configuration in permanent memory terminal 1 config terminal 1 level commands break duration millise...

Page 248: ...how long a break should last when it is being sent to the line milliseconds number of milliseconds clrscrn Clears the screen default break duration Restores the break duration to the default value 500 ms default terminal type Sets the default terminal type UNKNOWN echo disable Disables echoing of characters received on the line back to the line echo enable Enables echoing of characters received on...

Page 249: ...l lowing the user to exit to the CLI exit connect menu enable On the login connect menu inserts the menu item allow ing the user to exit to the CLI line line Enters the line level line number of the line serial port to be configured login connect menu disable Disables the login connect menu so a user will get the CLI immediately after logging in login connect menu enable Enables the login connect ...

Page 250: ...he secondary SNMP trap host no username Clears SNMPv3 username for traps primary destination text Sets the primary SNMP trap host text IP address or hostname of SNMP trap receiver privacy password text Sets password used for privacy encryption for traps privacy protocol aes Uses AES for privacy encryption for traps privacy protocol des Uses DES for privacy encryption for traps secondary destinatio...

Page 251: ...ry Displays the last 20 commands entered during the current CLI session show statistics show connection statistics terminal line Enters the configure terminal level line number of the terminal line serial port to be configured terminal network Enters the configure terminal level for the network tunnel line Enters the tunnel level line number of the tunnel line serial port to be configured write St...

Page 252: ... show history Displays the last 20 commands entered during the current CLI session show status Displays statistics snmp trap Enters the next lower level write Stores the current configuration in permanent memory xml xml level commands clrscrn Clears the screen exit Exits to the enable level secret xcr dump Dump XML configuration containing secrets to the con sole secret xcr dump group list Dump sp...

Page 253: ...o the console xsr dump group list Dump specified XML Status Records to the console xsr export file Save XML Status Record to a file xsr export file group list Save specified XML Status Record to a local file xsr list List XML Status Record groups to the console PremierWave XC Intelligent Gateway Command Reference 253 ...

Reviews: