![]() INDEX TOC |
1:1
nat a record keyword about ac accept access to card reader ad add contact in messenger address range keyword address redirect add sip users static routes user administration firewall adsl modem bridge operation adsl connection keyword overview services settings air alt cfg altconf appliance control sip application support auto login enable auto-login settings back panel blo blocked block firewall brd bridge adsl modem broadband security browser configuration buttons cables overview call sip address (messenger) cfg change firewall rules firewall settings language log, online manual security profile wan interface check ip address cli client configuration (mac) configuration (win) clone mac address settings codes error code upgrade command & conquer III command line interface compatibility configuration browser keys macintosh client remote configurations adsl interface configuration sip configurations network configuration tcp/ip windows client configure firewall subnet mask connection to internet connectors connect to web server usb construe security log contact add in messenger contents control sip users cross-over keyword daddr dc deactivate adsl modem decode security log default settings delete static routes delta force deny descent 3 destination dhcp keyword turn off (web) dhp dhp lan err diagnostic test direct x disable dhcp (web) sip support display dmz enable keyword documentation feedback domain sip dot-test dport driver smart card dslam dynamic ip keyword dynamic dns dyndns edit rules security profile elucidate security log notification enable sip support error codes et1 indicator et2 indicator exp explain security log export firewall log security profile factory default faq feedback documentation filter firewall log export firewall rules change settings syntax firewall administrate block connect server log security level technologies technology firmware keyword upgrade version flags free sip accounts frequently asked questions front panel ftp file transfer protocol keyword full-text search help hi high home hub keyword icmpcode icmptype icq support support import security profile index indicators inspect install smart card reader instant messaging keyword interface keyword web internet connection ip address check multiple wan renew show (wan) show (lan) ip alias ipsec client set-up keyword vpn ip telephony keep alive enable keep-alive settings key configuration keys lan lan err language change lan setup (overview) leds line lo local network login automatic log security system low lq mac address keyword settings macintosh client configuration manual change log mask set show messenger add contact microsoft microsoft messenger modem operation modify msn messenger multiple wan ip addresses nat 1:1 keyword network network gaming network server network settings setup (overview) new manual change log notification off dhcp on dhcp online help operation modem operator settings package packet filtering keyword packet filtring firewall technology panel keys Password Change pdu phone play games port redirection port keyword ports common redirect pppoa keyword settings pppoe keyword settings pptp client set-up keyword vpn presence keyword profile bridge change change export import proto protocol redirect protocols ftp protocol sip proxy firewall technology keyword red alert redirect ports redirect protocol address register allow users remote configuration remove static routes user render security log renew ip address Procedures requirements reset modem routes add or delete rst rules syntax rx rxd saddr sc led search security level set security log export interpret security profile change edit export import overview security broadband log settings smart card reader select server setup sip services sip session initiation protocol support sessions current sip set set up set default dhcp on dhcp off ip address subnet mask security level settings adsl network security sip setup network (overview) show ip (lan) mask subnet mask ip address (wan) sip address call (messenger) sip proxy keyword sip registrar keyword sip appliance control components configuration current sessions current users enable disable free address implementation keyword server domain services support users allowed smart card reader install restrict access security technical data test uninstall upgrade driver smart card keyword software upgrade version source specification speed splitter keyword sport srv record keyword start stateful inspection firewall technology keyword static ip keyword static routes add or delete stop all traffic straight-through keyword subnet mask set show support applications faq games remote configuration system log syntax firewall rule system requirements system log tab tcp/ip configuration tcpflags tcp inactivity timeout technical specification technology firewall telephony ip telnet interface test card reader timeout tcp inactivity toc tos traffic stop troubleshooting diagnostic test overview smart card troubleshootingt system log trycard.exe turn off dhcp dhcp (web) turn on dhcp tx txd uninstall smart card reader untangle security log update manual change log upgrade firmware reader driver usb connect user add remove users current sip wan interface change mask web configuration web server on network web interface version windows client configuration tcp/ip vpn ipsec keyword pass through pptp |
![]() |
Configure Using Command Line Interface The command line interface (CLI), or shell as it also often is called, is a text based administration interface, which is used as an alternative or a complement to the web based interface. The CLI is accessible by using the Telnet protocol, provided that access has been enabled in the security profile configuration. Access to the CLI is granted through a login (authentication) procedure, requesting a username and a password. (Note that Telnet transmits this information in cleartext, i.e. not encrypted in any way.) The CLI uses the same user database as the web interface for authentication. Overview Once a user has logged in, a prompt is displayed and the CLI waits for the user to type a line of input. All command lines follow the same format: a command name, possibly followed by a number of arguments. Depending on which command is specified some arguments are required, while others are optional. Most commands display usage information if the first argument is -h (help). There is also a help command which displays a short description of what the specified command does. More than one "line" of input can be entered on the same line, using a semicolon as a separator, e.g. ls /tmp ; cat /tmp/foo.txt The /proc filesystem The /proc filesystem is a virtual filesystem which contains (virtual) files. These files contain information about the current state of the system. It works like a "normal" filesystem in the sense that the same commands can be used, e.g. cat , ls , etc. However, the illusion isn't perfect so sometimes the result isn't what one might expect. The /proc/cfg directory offers access to "live" configuration parameters either by specifying a parameter name or a configuration context. Specific parameters are accessible as /proc/cfg/<parameter name>, while contexts are accessed as /proc/cfg/<context name>/[<sub context name>/]all. Use ls to find out which contexts that are available. Note!
Examples Example 1 - A simple command admin@ix66# ls /usr Lists the contents of the directory /usr. Example 2 - Issuing multiple commands admin@ix66# ls /usr ; cat /usr/net.cfg Lists the contents of the directory /usr and then display the contents of the file /usr/net.cfg Example 3 - Displaying a live configuration parameter value admin@ix66# cat /proc/cfg/net.et1.ip= Display the IP-address of interface et1. Example 4 - Configure a subsystem admin@ix66# save /usr/net.cfg Perform a configuration of the network susbsystem by "saving" the file /usr/net.cfg. Example 5 - Upgrade the firmware admin@ix66# tftpupgrade 192.168.0.10 66X122__.tar Upgrade the firmware using the file 66X122__.tar located at the TFTP-server with the IP-address 192.168.0.10. Example 6 - Execute a shell script admin@ix66# source /tmp/script.txt Read commands from the file /tmp/script.txt and execute them as if they had been entered by the operator. Command reference table Note!
|