Atlantis Land A02-RA(Atmos)_ME01 - Manuals
Atlantis Land A02-RA(Atmos)_ME01 – Manual in PDF format online.
Manuals:
Manual Atlantis Land A02-RA(Atmos)_ME01
Summary
Contents 1. About this Guide 1.1 Introduction 1.2 Scope 1.3 Typographical conventions 2. ATMOS Console commands 2.1 General notes 2.2 event 2.3 restart 2.4 uptime 2.5 version 2.6 <process>, <process> <command> 2.7 . (history mechanism) 2.8 @ commands 2.9 Special-purpose commands 2....
3.4 ethertype 3.5 filter 3.6 filterage 3.7 flush 3.8 info 3.9 interface 3.10 portfilter 3.11 spanning 3.12 status 3.13 version 4. BUN Console commands 4.1 Introduction 4.2 help 4.3 version 4.4 build 4.5 config 4.6 list config 4.7 list devices 4.8 show device 4.9 list classes 4.10 show class 4.11 lis...
8.18 <channel> qos 8.19 <channel> remoteip 8.20 <channel> svc 8.21 <channel> theylogin 8.22 <channel> tunnel <n> <tunnel protocol> <dial direction> 8.23 <channel> welogin 8.24 bcp 8.25 interface <n> localip 8.26 interface <n> stats 8....
10.54 ? 11. TFTP Console commands 11.1 connect 11.2 get 11.3 help 11.4 init 11.5 list 11.6 put 11.7 trace 11.8 version Index
1. About this Guide 1.1 Introduction This document is a reference guide for professional user to handle ADSL modem well. It describes the command line interface (CLI) with examples. 1.2 Scope Commands for legacy drivers (eg. ATM and Ethernet drivers) are not included here. 1.3 Typographical conventi...
2. Console and Telnet commands 2.1 General notes Apart from the chips commands, the commands are supported by the standard console. Example output is shown only to clarify the description of the commands; the actual output is not necessarily in exactly the same format. 2.2 event … 2.2.1 Syntax event...
2.4.1 Syntax uptime 2.4.2 Description Displays the time for which the system has been up. 2.5 version 2.5.1 Syntax version 2.5.2 Description Displays the system type and version. 2.6 <process>, <process> <command> 2.6.1 Syntax <process> <command> <process> home ho...
2.8 @ commands 2.8.1 Syntax @@<line> @ <line> @<process> <line> @<process> 2.8.2 Description Lines beginning with the @ character are intercepted by the console even when the console device is bound to a file. To bypass this interception and pass a line beginning with @...
2.10 list 2.10.1 Syntax list 2.10.2 Description The list command lists the active console devices (referred to as thread s) and files. For each console device, if it is bound to a file then the list shows which file it is bound to; if background output is enabled on that device then the list indicat...
2.12.1 Syntax tell <process> <command> 2.12.2 Description Sends the command as a TELL message to a specific process. Note that for many processes the tell can be omitted. 2.12.3 Example mymachine> tell hswctrl portinfo a1 port type vers flags A1 25Mbps 1QUA mast uni30 ilmi netside tx8...
2.16 bind <process>, unbind 2.16.1 Syntax bind <process> unbind 2.16.2 Description The former command binds this console device to the specified process – that is, binds this device to the file, if any, opened for read by that process, and binds every file opened by the process to this d...
Exits from ATMOS to the boot ROM. Note - This command is now deprecated and provides no useful output. 2.21 help 2.21.1 Syntax help ? help <command> 2.21.2 Description The help command lists all chips commands. ? is a synonym for this command; help <command> displays more detailed help o...
Reads the byte (r b), word (r w) or half-word (r h) at a specified address, or writes a specified value to the byte (w b), word (w w) or half-word (w h). Addresses and values are specified in hexadecimal, with an optional 0x prefix. 2.24.3 Example > rw 1c4b54 word at 0x001C4B54 contains 0x0000337...
3. Bridge Console commands 3.1 device add 3.1.1 Syntax device add <device> 3.1.2 Description This command adds a device to the bridge configuration. Attempts to add the bridge itself or an existing device to the bridge are rejected. Attempts to add devices which don’t support the Cyan interfac...
attribute promiscuous selects the promiscuity behaviour of the driver. The driver requires, at configuration time, to be layered with the BUN utopia and nec98408 devices, in order to be used. So, for the sake of the following examples, let's assume that the related BUN port is called rfc_por t, and ...
This command lists all the devices that are currently attached to the bridge. It does not show the stored configuration (which can be seen with the config print command). 3.3.3 Example device list 3.3.4 See also device add on page 36 and device delete on page 38. 3.4 ethertype 3.4.1 Syntax ethertype...
started. Creation failures occur when there is no room left in the filter table for a new entry. 3.5.3 Example filter 3.6 filterage 3.6.1 Syntax filterage [<age>] 3.6.2 Description This command sets, or displays if no arguments are given, the filter table ageing time. The ageing time is the ti...
command is a synonym for this command. 3.8.3 Example info 3.9 interface 3.9.1 Syntax interface [sub-command] 3.9.2 Description This command accesses the ethernet support library sub-commands for the bridge itself, not for the devices which are attached to it. It is not described here. 3.9.3 Example ...
4. BUN Console commands 4.1 Introduction 4.1.1 Scope A description is provided of the use of console commands. No information on implementing additional commands is given in this chapter: implementers of new BUN devices may provide access to diagnostic or status information by implementing attribute...
explicit (ie.: from a device: configuration request). Device names may contain upper or lower case letters, but use case insensitive matching. portname The name of a port. This can take several forms: • The name given on the port configuration request • The alias name specified in the port's Alias a...
For example: set port atm/usercomment="This is a comment string" set port atm/usercommand=<An alternative syntax> Within either form of quoted section, the corresponding close quote character may be embedded by prefixing with a backslash. So you could write: set port atm/usercomment=&l...
4.4.1 Syntax build 4.4.2 Description Display information about compile-time build options. For example, if tracing or debug code has been compiled into the image. 4.4.3 Example build 4.5 config 4.5.1 Syntax config <configurationstring> 4.5.2 Description Issue a configuration request to BUN. Th...
Each request is displayed together with any relevant information. In the case of failed requests, an error code is given and the point at which parsing of the configuration string failed is highlighted. Stalled requests can be unblocked by creating a new device with suitable properties by using the ...
4.12 show port 4.12.1 Syntax port <portname> 4.12.2 Description Display detailed information about a port. This command enumerates all attributes for a port and displays them on the console. It is useful to determine the properties of a port. 4.12.3 Example port atm 4.13 set port 4.13.1 Syntax...
4.15 list all open channels 4.15.1 Syntax list all open channels [<portname> ] 4.15.2 Description This command is similar to the list channels command. The list channels command shows channels which are either enabled or ope n. The list all open channels command only shows channels which are o...
effect of any changes will be device dependent. Use this command with extreme caution. The same warnings about an application closing and reopening a channel handle apply as they do for the show channel command. Also beware that the application will not be explicitly notified of any changes made, th...
5. DHCP-client Console commands 5.1 config 5.1.1 Syntax dhcpclient config 5.1.2 Description This command displays the current configuration of the DHCP client, including selected DHCP options. 5.1.3 Example bd3000> dhcpclient config --- DHCP client configuration file: ‘//isfs/dhclient.conf’ timeo...
trace untrace 5.3 pool 5.3.1 Syntax dhcpclient pool [verbose] 5.3.2 Description This command displays the state of the memory pool being used by the DHCP client. Should the client ever run out of memory, use of this command is helpful in determining the optimum memory pool size for the client. For e...
----------+-----------------+----------------+-----------------+----------- *ACTIVE* | 192.168.219.151 | 192.168.219.1 | 255.255.255.0 | 31 seconds --------------------------------------------------------------------------- 5.5 trace 5.5.1 Syntax dhcpclient trace <trace option> 5.5.2 Descripti...
5.7.2 Description The ip device add command adds an interface to the configuration of the IP stack. The last parameter of the command would normally the IP address of the interface; use of the string dhcp causes the IP address to be discovered by the DHCP client software. Note that using the flag dh...
6. DHCP-server Console commands This chapter describes the DHCP-server Console commands.
6.1 config 6.1.1 Syntax dhcpserver config [add <text>|confirm|delete|flush] 6.1.2 Description This command displays or edits the current configuration of the DHCP server. To display current configuration, provide no arguments to the command. • Use o f the add option adds the line <text> ...
6.2 help 6.2.1 Syntax dhcpserver help <command|all> 6.2.2 Description This command provides help on the various console commands provided by the ATMOS DHCP server. Specifying a command name gives detailed help on the command. Specifying all gives detailed help on all available commands. 6.2.3 ...
dhcpserver reset 6.4.2 Description This command prompts the server to do a warm reset of itself. This has the effect of bringing the server back up as if the system had been rebooted, except that the lease database is preserved in SDRAM between resets. Please note, however, you should still save the...
192.168.219.8 | <unknown> | Expired 192.168.219.9 | <unknown> | Expired 192.168.219.10 | Foobarbozzle | Expired 6.6 trace 6.6.1 Syntax dhcpserver trace <trace option> 6.6.2 Description This command enables or disables tracing for the DHCP server. If no arguments are given, the comm...
7.1.2 Description This command displays or sets the current level of event tracing in the NAT process. Larger values of n result in more verbose trace output. For example: Event level Output 1 Only show fatal errors, eg. lack of system resources 2 Only show important information and problems 3 Show ...
Name Status IP address Ethernet enabled 194.129.40.2 pppnot ready – 7.4 inbound 7.4.1 Syntax nat inbound list nat inbound add <i/f> <port>/<proto> <new IP> [quiet] nat inbound delete <#> nat inbound flush 7.4.2 Description This command enables the user to list or to set...
7.6.3 Example bd3000> nat protocols Name Port/IP protocol ftp 21/tcp 7.7 sessions 7.7.1 Syntax nat sessions <i/f> [all | summary] 7.7.2 Description The nat sessions command displays a list of currently active NAT sessions on the interface <i/f >. In this context, a session is a pair o...
The nat stats command does not provide the total number of packets or bytes transferred, as this information is normally available from the device driver on the interface which NAT is filtering. 7.8.3 Example bd3000> nat stats ethernet Outgoing TCP sessions created: 456 Outgoing UDP sessions crea...
nat fragments <i/f name> 7.11.2 Description This command is only available in debug builds. nat fragments prints information on the queues in which NAT holds fragmented IP datagrams, displaying the IP datagram identifier, the number of fragments queued and a NAT session pointer for each queue....
8.1 Console object types The ppp process presents its setup in terms of a number of distinct object types: • The upper limit on the number of each of these objects permitted in a system is configured using the config resource console command. • The current state of each object is saved by config sav...
pvccreate a1 32 a1 33 (at the switch console, if it is a Virata Switch) ppp event 5 (at the console of the PPP ATMOS system) ppp 1 pvc 32 ppp 2 pvc 33 ppp 1 enable ppp 2 enable (they should now swap packets and synchronise) ppp 1 status This should show that the two ends are connected. No data will ...
ppp 2 remoteip 192.168.200.2 ppp 2 enable (and the corresponding setup for each of the channels 3 to 8 as well) Clients can now dial in to this server, be allocated IP addresses and traffic will be sent to and from the router. 8.2.4 Remote Bridging To create a system where two bridges are connected ...
8.8 <channel> enable 8.8.1 Syntax <channel> enable 8.8.2 Description Set the enable flag for a PPP channel. By default, this is disabled. In the PPP state machine, this flag sets the PPP link to ope n. If it is already open, there is no effect. Configuration saving saves this information...
8.17 <channel> pvc 8.17.1 Syntax <channel> pvc [[<port>] <vpi>] <vci> [ip|mac] [listen] <channel> pvc none 8.17.2 Description Attach an ATM PVC to the given PPP channel. The port can be specified (only for a multi-port device), and the VPI (default is 0), and the ...
Specify that the VC for a PPP channel should be an SVC (i.e. created by signalling). This can either be by listening for an incoming call, or by making an outgoing call to a specified ATM address. The outgoing call or listen occurs immediately. If the call fails it will be retried after a few second...
9.1 Console object types The PPTP process provides a number of PPTP connection tunnels. A tunnel consists of a control connection between the local PAC and a PNS, and a data connection (known as a call) through which a number of PPP connections or channels may be multiplexed. The upper limits of sev...
The rest of this section details the individual console commands provided. 9.2 bind 9.2.1 Syntax: bind <ipaddress>|any|none 9.2.2 Description: Specify which local interface to bind a listener to for incoming control connections. If ipaddress is specified, PPTP will listen on port 1723 on that ...
produce an error message. 9.4 <tunnel> create 9.4.1 Syntax <tunnel> create <ipaddress>|listen 9.4.2 Description: Create a tunnel object. If ipaddress is specified, the tunnel is associated with a remote PNS at that IP address. The control connection is not actually established unti...
9.6.2 Description Explicitly disconnect a tunnel (the opposite of connec t). All data connections across the tunnel are terminated and the control connection is closed. If the tunnel object is associated with a particular remote PNS (as created with <tunnel> create <ipaddress >), it may ...
9.9.1 Syntax list 9.9.2 Description Lists all currently created tunnel objects and the IP address of the remote PNS associated with each one. 9.10 version 9.10.1 Syntax version 9.10.2 Description Provide the version number for the source of the pptp process. 10.TCP/IP Console commands This chapter d...
The table below shows the commands that can be issued to the IP process in TELL messages or on the console to its stdin stream (after typing @i p, for example). It shows which are mentioned in the ip help output, and which set some configuration that is saved in flash memory. Command Shown by Help S...
uptime version ● ? ● The key for the above table is shown below: Symbol Description ● Yes — May be inserted explicitly in //isfs/resolve (Eg. for debugging purposes), but not saved by ipconfig sav e. Two obsolescent commands are not shown in the table above nor in the fuller descriptions below; they...
mymachine> ip abort 3 10.3 arp 10.3.1 Syntax arp add <i/f> <IP address> <MAC address> arp delete <i/f> <IP address> arp flush arp [list] arp help [all|<cmd>] 10.3.2 Description Allows display and manipulation of the ARP table: the list of IP addresses and corre...
arp add ether 192.168.50.1 08:00:20:19:9a:d9 # forever arp add ether 192.168.50.57 00:20:af:2e:fa:3c # 3m13s mymachine> ip arp flush mymachine> ip arp # flane ARP table is empty # ether ARP table is empty mymachine> ip arp arp add flane 192.168.2.108 00:20:2b:03:0a:72 # 10m58s # ether ARP t...
device ether ether //edd mtu 1500 192.168.2.1 device loop loop - mtu 2048 127.0.0.1 mymachine> ip ping 127.0.0.1 ip: ping - reply received from 127.0.0.1 mymachine> ip ping 192.168.2.1 ip: ping - transmit error: Host is down (rc=62) mymachine> ip autoloop on mymachine> ip ping 192.168.2....
snmp 161/UDP tftp 69/UDP telnet 23/TCP mymachine> ip config save Updating flash filing system ... done ip: configuration saved 10.7 device 10.7.1 Syntax device [list] device add <i/f> <type> [<file>] [mtu <size>] [<IP address>] device delete <i/f> device flush ...
config.h ETHERNET_DEVICE_NAME “s//edd” If a default file is not defined, the name ether is not supported. However, it is still possible to define devices of type ether with an explicit filename. The class IP-over-ATM includes both SVC-based and PVC-based IP-over-ATM; the decision whether to use SVCs...
setting means that the IP address should be learned by DHCP. For example: ip device add ether ether dhcp Note that DHCP is not supported on all interface types. For more information, refer to ip device on page 80. If the IP process is given a command line (a little-used feature of ATMOS!) then each ...
device ether ether //edd mtu 1500 192.168.2.1 device flane ether //lec1 mtu 1500 192.168.55.1 # DISABLED 10.9 enable 10.9.1 Syntax enable [<i/f> [mtu <size>] [<IP address>]] 10.9.2 Description Enables all interfaces, or just a specified interface. Can also be used to set the MTU an...
The etherfiles command is hidde n, not shown by ip hel p. 10.11.3Example mymachine> ip etherfiles ether: //edd flane: //lec1 atm: (no ethernet device) 10.12 files 10.12.1Syntax files [full] files <assoc> 10.12.2Description Lists the files (associations) that other applications (or, internal...
//ip/TYPE=UDP/LPORT=69/TIMEOUT_CONX=1000/TIMEOUT_LISTEN=0/TIMEOUT_IDLE=0/RETRY_CONX=2/TOS=routine/DELAY=normal/THROUGHPUT=normal/RELIABILITY=normal/BUFFERRX=off/BUFFER_TXSIZE=-1/BUFFER_RXSIZE=-1/FRAGMENT=on/TTL=60/OPTIONS=off/CHECKSUM=on/TIMEOUT_USER=540000 10.13 flush 10.13.1Syntax flush <assoc&...
Commands are: ? arp config device disable enable help ipatm nat norelay ping relay rip route routes snmp stats subnet version ‘.’ repeats the last command Type "ip help all" or "ip help <command>" for more details mymachine> ip help arp arp Syntax arp <cmd> - execute a...
10.18.1Syntax ipatm arpserver [<i/f> [<ATM address>|here]] 10.18.2Description Displays or sets the ATMARP server used for an interface, which must be an IP-over-ATM interface using SVCs. The interface name is optional when displaying: if omitted, the ATMARP servers for all such interface...
6: on atm Idle 7: on atm Idle 8: on atm Idle 9: on atm Idle 10: on atm Idle 10.20 ipatm help 10.20.1Syntax ipatm help [<cmd>|all] 10.20.2Description Displays help on ipatm subcommands. 10.20.3Example mymachine> ip ipatm help Commands are: ? abort arp arpserver files help lifetime pvc Use ...
mymachine> ip ipatm lifetime 90 Idle lifetime for connections: 1m30s 10.22 ipatm pvc 10.22.1Syntax ipatm pvc ipatm pvc add <i/f> <port> [<vpi>/]<vci> [pcr <pcr>] [remoteip <IP address>] ipatm pvc delete <port> [<vpi>/]<vci> ipatm pvc flush 10....
myswitch> ip ipatm pvc add ipoa b1 61 pcr 50000 myswitch> ip ipatm pvc add ipoa b1 62 remoteip 192.168.4.32 myswitch> ip ipatm pvc ipatm pvc ipoa a3 0/60 pcr 60000 ipatm pvc ipoa b1 0/61 pcr 50000 ipatm pvc ipoa b1 0/62 pcr 60000 remoteip 192.168.4.32 10.23 iphostname 10.23.1Syntax iphostna...
10.27.2Description Sends an ICMP Echo message to the specified IP address. • <ttl> (default 30) is the TTL (time-to-live) to use. A crude traceroute functionality can be obtained by repeating the pin g. command with increasing TTL values, starting with 1. • <size> (default 56) is the dat...
provided the protocol type (UDP or TCP) is appropriate. They are also displayed in place of port numbers, when a suitable mapping exists. The Damson interface (described in the ATMOS TCP/IP Functional Specification, DO-007285-P S) allows other processes to query the mapping. <protocol> should ...
10.30 relay 10.30.1Syntax relay relay all | <i/f> [<i/f>] [forward] 10.30.2Description Displays or sets what forwarding ATMOS TCP/IP will do between interfaces. The combinations of setting forwarding can be a bit confusing; they behave as follows: Command Description relay all Enables fo...
10.31.1Syntax restart 10.31.2Description Reboots the system. This command is deprecated. To reboot the system, use the restart command from the ATMOS console. 10.31.3Example mymachine> ip restart 10.32 rip accept 10.32.1Syntax rip accept [all|<i/f>] [none|<version>*] 10.32.2Descriptio...
mymachine> ip rip allowed rip send ether 2 rip send flane 2 rip accept ether 1 2 rip accept flane 1 2 10.34 rip boot 10.34.1Syntax rip boot 10.34.2Description Broadcasts a request for RIP information from other machines. ATMOS TCP/IP does this automatically when it first starts up, and the routin...
10.36 rip hostroutes 10.36.1Syntax rip hostroutes [off] 10.36.2Description Sets or clears the hostroutes flag; ATMOS TCP/IP will accept RIP routes to individual hosts only if this flag is o n. If the flag is of f, then RIP version 1 routes that appear to be to individual hosts will be treated as if ...
mymachine> ip rip poison 10.39 rip relay 10.39.1Syntax rip relay <RIP version> <name> [<i/f> [<timeout>]] 10.39.2Description Configures a RIP relay. RIP relays were designed as a means of using RIP on a non-broadcast medium (currently, only IP-over-ATM); on such an interfa...
rip send [all|<i/f>] [none|<version>*] 10.42.2Description Controls which version or versions of RIP (RIP version 1, RFC 1058, or RIP version 2, RFC 1723) ATMOS TCP/IP will use to broadcast routing information on each interface. If both versions are specified, routing information is broad...
mymachine> ip route add default 0.0.0.0 192.168.2.3 0:0:0:0 mymachine> ip route add testnet1 192.168.101.0 192.168.2.34 mymachine> ip route add testnet2 192.168.102.0 192.168.2.34 ff:ff:ff:0 1 60 mymachine> ip route route add testnet2 192.168.102.0 192.168.2.34 ff:ff:ff:00 1 # MAN 58s/1m...
10.47.1Syntax snmp access [read|write|delete|flush] <parameters> snmp config [save] snmp help [<cmd>|all] snmp trap [add|delete|flush|list] <parameters> snmp version 10.47.2Description Manages the list of SNMP community names (also used as passwords by other applications, such as t...
ip: Transmitted UDP packets: 0 10.49 subnet 10.49.1Syntax subnet subnet add <name> <i/f> <IP address> <mask> subnet delete <name> subnet flush 10.49.2Description Lists defined subnets; defines a subnet; deletes a subnet definition; or deletes all subnet definitions. • &...
subnet ether.home . 192.168.2.0 ff:ff:ff:00 ether 10.50 trace 10.50.1Syntax trace [<option>] 10.50.2Description Turns on an IP tracing option, or lists the available options. Note that tracing messages are written to background output, so with the standard console one must use the event comman...
untrace [<option>] 10.51.2Description Turns off IP tracing options. The syntax is the same as for trac e; in particular, untrace all turns off all tracing. The trace command is hidde n, not shown by ip hel p. 10.52 uptime 10.52.1Syntax uptime 10.52.2Description Displays the time for which the ...
11.TFTP Console commands 11.1 connect 11.1.1 Syntax connect <node_name> || <ipaddr> 11.1.2 Scope: Client mode only. 11.1.3 Description The connect command is used to specify the remote host name or IP address that will be used in subsequent client mode transfers. Either a host name may b...
Index Symbols . (history mechanism 13 <process>, <process> <command> 11 ? (IP) 218 @ commands 14 A abort (IP) 155 Adobe Acrobat 4 arp (IP) 156 arprouting (IP) 158 autoloop (IP) 159 B bcp (PPP) 133 bind (PPTP) 142 bind <process> 23 build (Bun) 57 C Caution symbol 3 <channel...
<channel> qos (PPP) 126 <channel> remoteip (PPP) 127 <channel> svc (PPP) 128 <channel> theylogin (PPP) 130 <channel> tunnel <n> <tunnel protocol> <dial direction> (PPP) 131 <channel> welogin (PPP) 132 channelnumber 53 class definitions 53 config ...
Atlantis Land Manuals
-
Atlantis Land A02-RA240-W54
Manual
-
Atlantis Land PCI-54M
Manual
-
Atlantis Land A02-ANT0801
Manual
-
Atlantis Land A03-HP1501
Manual
-
Atlantis Land A03-PS651 _MX01
Manual
-
Atlantis Land A02-PSU-W54_ME01
Manual
-
Atlantis Land 500
Manual
-
Atlantis Land A02-IPCAM4-W54
Manual
-
Atlantis Land Wireless Broadband Router
Manual
-
Atlantis Land A05-19AM-C08
Manual
-
Atlantis Land A04-M313AD
Manual
-
Atlantis Land A02-PCI-W54M
Manual
-
Atlantis Land EClick M215
Manual
-
Atlantis Land A05-19BM-F02
Manual
-
Atlantis Land A02-SG64-F
Manual
-
Atlantis Land A02-OANT16S01
Manual
-
Atlantis Land A02-OANT15S02
Manual
-
Atlantis Land A02-S32-S/M2
Manual
-
Atlantis Land A02-UP-W54
Manual
-
Atlantis Land 10/100Mbps
Manual