Home » Personal collection » Acorn hard disk » zipped_disks » 2000_netapps » Network/Bootnet/Docs/Commands
Network/Bootnet/Docs/Commands
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn hard disk » zipped_disks » 2000_netapps |
Filename: | Network/Bootnet/Docs/Commands |
Read OK: | ✔ |
File size: | 1FE8 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There are 4 duplicate copies of this file in the archive:
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_1.6M_Apps1.adf » Network/Bootnet/Docs/Commands
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_1.6M_NetBits.adf » Bootnet/Docs/Commands
- Personal collection » Acorn hard disk » apps » web » Telnet/Bootnet/Docs/Commands
- Personal collection » Acorn hard disk » zipped_disks » 2000_apps_1 » apps1/Network/Bootnet/Docs/Commands
- Personal collection » Acorn hard disk » zipped_disks » 2000_netapps » Network/Bootnet/Docs/Commands
File contents
============================================================================ BootNet commands ============================================================================ This section gives details of the * Commands provided by the BootNet module. These commands may help you in managing your network, and seeing how it is operating. To use the more esoteric commands you will need a more technical understanding of AUN than is in these files, particularly its use of Internet addressing. You'll find this information in volume 5 of the RISC OS 3 Programmer's Reference Manual. The list below summarises the commands: Command Summary ------- ------- *Configure BootNet Sets the configured state for whether or not the AUN software is loaded from ROM *NetMap Displays the current AUN map table *NetProbe Reports if a remote station is accessible and active *NetStat Displays the current status of any network interface(s) configured for AUN *Networks Displays the current AUN routing table *SetStation Sets a station's number Command syntax ============== Special symbols are used when defining the syntax for commands: * Angle brackets indicate that you must substitute an actual value. For example, <filename> means that you must supply an actual filename. * Braces indicate that the item enclosed is optional. For example, [K] shows that you may omit the letter 'K'. * A bar indicates an option. For example 0|1 means that you must supply the value 0 or 1. * Commands ========== *Configure BootNet ================== Sets the configured state for whether or not the AUN software is loaded from ROM Syntax ------ *Configure BootNet On|Off Use --- *Configure BootNet sets the configured state for whether or not the AUN software is to be loaded from a network interface's ROM or from RISC OS. Drivers are always loaded from the network interface, irrespective of this configured setting. You should configure this value to 'On' if the station is to be a client station using an AUN-configured network, and to 'Off' otherwise (i.e. if the station is to be a gateway station, or to be connected to a TCP/IP-configured network). The default state is 'Off'. Example ------- *Configure BootNet On Related commands ---------------- None *NetMap ======= Displays the current AUN map table Syntax ------ *NetMap [<net_number>] Parameters ---------- <net_number> net number for which to display the map Use --- *NetMap displays the current AUN map table either for the specified net, or for all nets if no parameter is specified. The map table shows the net number of each net, its name, and its Internet address. Each station obtains the information held in the map table from a gateway's Map file. Since this file is identical for all gateways on a correctly set up network, the output from this command is the same for all stations, and only varies when the network's layout is altered. Examples -------- *NetMap 129 129 science 1.3.129.x *NetMap 1 compsciA 1.1.1.x 2 compsciA 1.1.2.x 3 compsciA 1.1.3.x 128 compsciB 1.2.128.x 129 science 1.3.129.x 4 art 1.4.4.x 130 business 1.5.130.x 131 backbone 1.6.131.x Related commands ---------------- *Networks *NetProbe ========= Reports if a remote station is accessible and active Syntax ------ *NetProbe <net_number>.<station_number> Parameters ---------- <net_number> remote station's net number <station_number> remote station's station number Use --- *NetProbe reports if a remote station is accessible and active, and hence can be reached from the local station and network. This command does so by sending a control message to the specified station and awaiting a reply. Examples -------- *NetProbe 128.135 Station present *NetProbe 128.201 Station not present Related commands ---------------- None *NetStat ======== Displays the current status of any network interface(s) configured for AUN Syntax ------ *NetStat [a] Parameters ---------- a give all information, rather than simplified version Use --- *NetStat displays the current status of any network interface(s) configured for AUN. The optional parameter a gives extra information, including traffic counters and full IP addresses. Known network numbers which are marked with an asterisk ('*') represent nets in a directly connected Econet network. Example ------- *NetStat a Native Econet 0.5 information for native Econet Interface EconetA information for first AUN interface AUN Station 4.5 Full address 1.4.4.5 Interface Ether2 information for second AUN interface AUN Station 131.5 Full address 1.6.131.5 Known nets 1 2 3 *4 128 129 130 131 information below only given if optional parameter a supplied TX stats Data=0, Immediate=2, Imm_Reply=0, Retry=0 Error=20, Data_Ack=5, Data_Rej=0, Broadcast=10 (local=0, global=5) RX stats Data=5, Immediate=0, Broadcast=0, Discard=0 Retry=0, Error=0, Data_Ack=0, Data_Rej=0 Imm_Reply=2, Reply_Rej=0 Module status 0140 Related commands ---------------- None *Networks ========= Displays the current AUN routing table Syntax ------ *Networks Use --- *Networks displays the current AUN routing table. This shows the names of any local networks (i.e. those to which the station is directly connected). It also shows the names of those remote networks that the station knows how to reach, and the gateway that it will use to do so The AUN routing table alters as gateways start up and shut down, and so the information returned by this command varies as the state of the network alters. Examples -------- *Networks a client on the 'backbone' art gateway=131.5 connected to the 'art' net by backbone local gateway 131.5 *Networks a gateway between the 'art' art local net and the 'backbone' net backbone local (i.e. station 131.5 above) Related commands ---------------- *NetMap *SetStation =========== Sets a station's number Syntax ------ *SetStation [<station_number>] Parameters ---------- <station_number> a station number in the range 2 - 254 Use --- *SetStation sets a station's number, storing it in CMOS RAM so it is not lost when the computer is switched off. If no number is specified then one is prompted for. If the new station number given is invalid, then the current station number is preserved. This command is not a part of the supplied software, to prevent users from altering station numbers. It is instead supplied as a separate program on the Support disc of the Level 4 FileServer distribution, in the ArthurLib directory. You can run this program from the desktop by double-clicking on its icon; a window shows the prompt for the station number. The number is stored in the same location as is used by Econet to store station numbers. If the station is connected to both an AUN network and a native Econet, it will accordingly use the same station number for both types of network. Altering the station number for one network will alter it for the other. You can find out a station's current station number by typing at a command line: *Help Station if Econet is fitted or: *NetStat if AUN is installed Examples -------- *SetStation 20 *SetStation New station number: 20 Related commands ---------------- *Help Station
00000000 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000040 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 20 20 20 |============. | 00000050 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000060 20 20 20 20 20 20 20 20 42 6f 6f 74 4e 65 74 20 | BootNet | 00000070 63 6f 6d 6d 61 6e 64 73 0a 3d 3d 3d 3d 3d 3d 3d |commands.=======| 00000080 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 000000c0 3d 3d 3d 3d 3d 0a 0a 0a 54 68 69 73 20 73 65 63 |=====...This sec| 000000d0 74 69 6f 6e 20 67 69 76 65 73 20 64 65 74 61 69 |tion gives detai| 000000e0 6c 73 20 6f 66 20 74 68 65 20 2a 20 43 6f 6d 6d |ls of the * Comm| 000000f0 61 6e 64 73 20 70 72 6f 76 69 64 65 64 20 62 79 |ands provided by| 00000100 20 74 68 65 20 42 6f 6f 74 4e 65 74 20 6d 6f 64 | the BootNet mod| 00000110 75 6c 65 2e 0a 54 68 65 73 65 20 63 6f 6d 6d 61 |ule..These comma| 00000120 6e 64 73 20 6d 61 79 20 68 65 6c 70 20 79 6f 75 |nds may help you| 00000130 20 69 6e 20 6d 61 6e 61 67 69 6e 67 20 79 6f 75 | in managing you| 00000140 72 20 6e 65 74 77 6f 72 6b 2c 20 61 6e 64 20 73 |r network, and s| 00000150 65 65 69 6e 67 20 68 6f 77 20 69 74 20 69 73 0a |eeing how it is.| 00000160 6f 70 65 72 61 74 69 6e 67 2e 20 54 6f 20 75 73 |operating. To us| 00000170 65 20 74 68 65 20 6d 6f 72 65 20 65 73 6f 74 65 |e the more esote| 00000180 72 69 63 20 63 6f 6d 6d 61 6e 64 73 20 79 6f 75 |ric commands you| 00000190 20 77 69 6c 6c 20 6e 65 65 64 20 61 20 6d 6f 72 | will need a mor| 000001a0 65 20 74 65 63 68 6e 69 63 61 6c 0a 75 6e 64 65 |e technical.unde| 000001b0 72 73 74 61 6e 64 69 6e 67 20 6f 66 20 41 55 4e |rstanding of AUN| 000001c0 20 74 68 61 6e 20 69 73 20 69 6e 20 74 68 65 73 | than is in thes| 000001d0 65 20 66 69 6c 65 73 2c 20 70 61 72 74 69 63 75 |e files, particu| 000001e0 6c 61 72 6c 79 20 69 74 73 20 75 73 65 20 6f 66 |larly its use of| 000001f0 0a 49 6e 74 65 72 6e 65 74 20 61 64 64 72 65 73 |.Internet addres| 00000200 73 69 6e 67 2e 20 59 6f 75 27 6c 6c 20 66 69 6e |sing. You'll fin| 00000210 64 20 74 68 69 73 20 69 6e 66 6f 72 6d 61 74 69 |d this informati| 00000220 6f 6e 20 69 6e 20 76 6f 6c 75 6d 65 20 35 20 6f |on in volume 5 o| 00000230 66 20 74 68 65 0a 52 49 53 43 20 4f 53 20 33 20 |f the.RISC OS 3 | 00000240 50 72 6f 67 72 61 6d 6d 65 72 27 73 20 52 65 66 |Programmer's Ref| 00000250 65 72 65 6e 63 65 20 4d 61 6e 75 61 6c 2e 0a 0a |erence Manual...| 00000260 54 68 65 20 6c 69 73 74 20 62 65 6c 6f 77 20 73 |The list below s| 00000270 75 6d 6d 61 72 69 73 65 73 20 74 68 65 20 63 6f |ummarises the co| 00000280 6d 6d 61 6e 64 73 3a 0a 0a 43 6f 6d 6d 61 6e 64 |mmands:..Command| 00000290 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000002a0 20 53 75 6d 6d 61 72 79 0a 2d 2d 2d 2d 2d 2d 2d | Summary.-------| 000002b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000002c0 20 2d 2d 2d 2d 2d 2d 2d 0a 2a 43 6f 6e 66 69 67 | -------.*Config| 000002d0 75 72 65 20 42 6f 6f 74 4e 65 74 20 20 20 20 20 |ure BootNet | 000002e0 20 53 65 74 73 20 74 68 65 20 63 6f 6e 66 69 67 | Sets the config| 000002f0 75 72 65 64 20 73 74 61 74 65 20 66 6f 72 20 77 |ured state for w| 00000300 68 65 74 68 65 72 20 6f 72 20 6e 6f 74 20 74 68 |hether or not th| 00000310 65 20 41 55 4e 0a 20 20 20 20 20 20 20 20 20 20 |e AUN. | 00000320 20 20 20 20 20 20 20 20 20 20 20 20 20 20 73 6f | so| 00000330 66 74 77 61 72 65 20 69 73 20 6c 6f 61 64 65 64 |ftware is loaded| 00000340 20 66 72 6f 6d 20 52 4f 4d 0a 2a 4e 65 74 4d 61 | from ROM.*NetMa| 00000350 70 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |p | 00000360 20 20 44 69 73 70 6c 61 79 73 20 74 68 65 20 63 | Displays the c| 00000370 75 72 72 65 6e 74 20 41 55 4e 20 6d 61 70 20 74 |urrent AUN map t| 00000380 61 62 6c 65 0a 2a 4e 65 74 50 72 6f 62 65 20 20 |able.*NetProbe | 00000390 20 20 20 20 20 20 20 20 20 20 20 20 20 52 65 70 | Rep| 000003a0 6f 72 74 73 20 69 66 20 61 20 72 65 6d 6f 74 65 |orts if a remote| 000003b0 20 73 74 61 74 69 6f 6e 20 69 73 20 61 63 63 65 | station is acce| 000003c0 73 73 69 62 6c 65 20 61 6e 64 20 61 63 74 69 76 |ssible and activ| 000003d0 65 0a 2a 4e 65 74 53 74 61 74 20 20 20 20 20 20 |e.*NetStat | 000003e0 20 20 20 20 20 20 20 20 20 20 44 69 73 70 6c 61 | Displa| 000003f0 79 73 20 74 68 65 20 63 75 72 72 65 6e 74 20 73 |ys the current s| 00000400 74 61 74 75 73 20 6f 66 20 61 6e 79 20 6e 65 74 |tatus of any net| 00000410 77 6f 72 6b 0a 20 20 20 20 20 20 20 20 20 20 20 |work. | 00000420 20 20 20 20 20 20 20 20 20 20 20 20 20 69 6e 74 | int| 00000430 65 72 66 61 63 65 28 73 29 20 63 6f 6e 66 69 67 |erface(s) config| 00000440 75 72 65 64 20 66 6f 72 20 41 55 4e 0a 2a 4e 65 |ured for AUN.*Ne| 00000450 74 77 6f 72 6b 73 20 20 20 20 20 20 20 20 20 20 |tworks | 00000460 20 20 20 20 20 44 69 73 70 6c 61 79 73 20 74 68 | Displays th| 00000470 65 20 63 75 72 72 65 6e 74 20 41 55 4e 20 72 6f |e current AUN ro| 00000480 75 74 69 6e 67 20 74 61 62 6c 65 0a 2a 53 65 74 |uting table.*Set| 00000490 53 74 61 74 69 6f 6e 20 20 20 20 20 20 20 20 20 |Station | 000004a0 20 20 20 20 53 65 74 73 20 61 20 73 74 61 74 69 | Sets a stati| 000004b0 6f 6e 27 73 20 6e 75 6d 62 65 72 0a 0a 0a 43 6f |on's number...Co| 000004c0 6d 6d 61 6e 64 20 73 79 6e 74 61 78 0a 3d 3d 3d |mmand syntax.===| 000004d0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 53 70 65 |===========..Spe| 000004e0 63 69 61 6c 20 73 79 6d 62 6f 6c 73 20 61 72 65 |cial symbols are| 000004f0 20 75 73 65 64 20 77 68 65 6e 20 64 65 66 69 6e | used when defin| 00000500 69 6e 67 20 74 68 65 20 73 79 6e 74 61 78 20 66 |ing the syntax f| 00000510 6f 72 20 63 6f 6d 6d 61 6e 64 73 3a 0a 0a 2a 20 |or commands:..* | 00000520 41 6e 67 6c 65 20 62 72 61 63 6b 65 74 73 20 69 |Angle brackets i| 00000530 6e 64 69 63 61 74 65 20 74 68 61 74 20 79 6f 75 |ndicate that you| 00000540 20 6d 75 73 74 20 73 75 62 73 74 69 74 75 74 65 | must substitute| 00000550 20 61 6e 20 61 63 74 75 61 6c 20 76 61 6c 75 65 | an actual value| 00000560 2e 20 46 6f 72 0a 20 20 65 78 61 6d 70 6c 65 2c |. For. example,| 00000570 20 3c 66 69 6c 65 6e 61 6d 65 3e 20 6d 65 61 6e | <filename> mean| 00000580 73 20 74 68 61 74 20 79 6f 75 20 6d 75 73 74 20 |s that you must | 00000590 73 75 70 70 6c 79 20 61 6e 20 61 63 74 75 61 6c |supply an actual| 000005a0 20 66 69 6c 65 6e 61 6d 65 2e 0a 0a 2a 20 42 72 | filename...* Br| 000005b0 61 63 65 73 20 69 6e 64 69 63 61 74 65 20 74 68 |aces indicate th| 000005c0 61 74 20 74 68 65 20 69 74 65 6d 20 65 6e 63 6c |at the item encl| 000005d0 6f 73 65 64 20 69 73 20 6f 70 74 69 6f 6e 61 6c |osed is optional| 000005e0 2e 20 46 6f 72 20 65 78 61 6d 70 6c 65 2c 20 5b |. For example, [| 000005f0 4b 5d 20 73 68 6f 77 73 0a 20 20 74 68 61 74 20 |K] shows. that | 00000600 79 6f 75 20 6d 61 79 20 6f 6d 69 74 20 74 68 65 |you may omit the| 00000610 20 6c 65 74 74 65 72 20 27 4b 27 2e 0a 0a 2a 20 | letter 'K'...* | 00000620 41 20 62 61 72 20 69 6e 64 69 63 61 74 65 73 20 |A bar indicates | 00000630 61 6e 20 6f 70 74 69 6f 6e 2e 20 46 6f 72 20 65 |an option. For e| 00000640 78 61 6d 70 6c 65 20 30 7c 31 20 6d 65 61 6e 73 |xample 0|1 means| 00000650 20 74 68 61 74 20 79 6f 75 20 6d 75 73 74 20 73 | that you must s| 00000660 75 70 70 6c 79 20 74 68 65 0a 20 20 76 61 6c 75 |upply the. valu| 00000670 65 20 30 20 6f 72 20 31 2e 0a 0a 0a 2a 20 43 6f |e 0 or 1....* Co| 00000680 6d 6d 61 6e 64 73 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d |mmands.=========| 00000690 3d 0a 0a 0a 2a 43 6f 6e 66 69 67 75 72 65 20 42 |=...*Configure B| 000006a0 6f 6f 74 4e 65 74 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d |ootNet.=========| 000006b0 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 53 65 74 73 20 |=========..Sets | 000006c0 74 68 65 20 63 6f 6e 66 69 67 75 72 65 64 20 73 |the configured s| 000006d0 74 61 74 65 20 66 6f 72 20 77 68 65 74 68 65 72 |tate for whether| 000006e0 20 6f 72 20 6e 6f 74 20 74 68 65 20 41 55 4e 20 | or not the AUN | 000006f0 73 6f 66 74 77 61 72 65 20 69 73 20 6c 6f 61 64 |software is load| 00000700 65 64 20 66 72 6f 6d 0a 52 4f 4d 0a 0a 53 79 6e |ed from.ROM..Syn| 00000710 74 61 78 0a 2d 2d 2d 2d 2d 2d 0a 2a 43 6f 6e 66 |tax.------.*Conf| 00000720 69 67 75 72 65 20 42 6f 6f 74 4e 65 74 20 4f 6e |igure BootNet On| 00000730 7c 4f 66 66 0a 0a 55 73 65 0a 2d 2d 2d 0a 2a 43 ||Off..Use.---.*C| 00000740 6f 6e 66 69 67 75 72 65 20 42 6f 6f 74 4e 65 74 |onfigure BootNet| 00000750 20 73 65 74 73 20 74 68 65 20 63 6f 6e 66 69 67 | sets the config| 00000760 75 72 65 64 20 73 74 61 74 65 20 66 6f 72 20 77 |ured state for w| 00000770 68 65 74 68 65 72 20 6f 72 20 6e 6f 74 20 74 68 |hether or not th| 00000780 65 20 41 55 4e 0a 73 6f 66 74 77 61 72 65 20 69 |e AUN.software i| 00000790 73 20 74 6f 20 62 65 20 6c 6f 61 64 65 64 20 66 |s to be loaded f| 000007a0 72 6f 6d 20 61 20 6e 65 74 77 6f 72 6b 20 69 6e |rom a network in| 000007b0 74 65 72 66 61 63 65 27 73 20 52 4f 4d 20 6f 72 |terface's ROM or| 000007c0 20 66 72 6f 6d 20 52 49 53 43 20 4f 53 2e 0a 44 | from RISC OS..D| 000007d0 72 69 76 65 72 73 20 61 72 65 20 61 6c 77 61 79 |rivers are alway| 000007e0 73 20 6c 6f 61 64 65 64 20 66 72 6f 6d 20 74 68 |s loaded from th| 000007f0 65 20 6e 65 74 77 6f 72 6b 20 69 6e 74 65 72 66 |e network interf| 00000800 61 63 65 2c 20 69 72 72 65 73 70 65 63 74 69 76 |ace, irrespectiv| 00000810 65 20 6f 66 20 74 68 69 73 0a 63 6f 6e 66 69 67 |e of this.config| 00000820 75 72 65 64 20 73 65 74 74 69 6e 67 2e 0a 0a 59 |ured setting...Y| 00000830 6f 75 20 73 68 6f 75 6c 64 20 63 6f 6e 66 69 67 |ou should config| 00000840 75 72 65 20 74 68 69 73 20 76 61 6c 75 65 20 74 |ure this value t| 00000850 6f 20 27 4f 6e 27 20 69 66 20 74 68 65 20 73 74 |o 'On' if the st| 00000860 61 74 69 6f 6e 20 69 73 20 74 6f 20 62 65 20 61 |ation is to be a| 00000870 20 63 6c 69 65 6e 74 0a 73 74 61 74 69 6f 6e 20 | client.station | 00000880 75 73 69 6e 67 20 61 6e 20 41 55 4e 2d 63 6f 6e |using an AUN-con| 00000890 66 69 67 75 72 65 64 20 6e 65 74 77 6f 72 6b 2c |figured network,| 000008a0 20 61 6e 64 20 74 6f 20 27 4f 66 66 27 20 6f 74 | and to 'Off' ot| 000008b0 68 65 72 77 69 73 65 20 28 69 2e 65 2e 20 69 66 |herwise (i.e. if| 000008c0 20 74 68 65 0a 73 74 61 74 69 6f 6e 20 69 73 20 | the.station is | 000008d0 74 6f 20 62 65 20 61 20 67 61 74 65 77 61 79 20 |to be a gateway | 000008e0 73 74 61 74 69 6f 6e 2c 20 6f 72 20 74 6f 20 62 |station, or to b| 000008f0 65 20 63 6f 6e 6e 65 63 74 65 64 20 74 6f 20 61 |e connected to a| 00000900 0a 54 43 50 2f 49 50 2d 63 6f 6e 66 69 67 75 72 |.TCP/IP-configur| 00000910 65 64 20 6e 65 74 77 6f 72 6b 29 2e 0a 0a 54 68 |ed network)...Th| 00000920 65 20 64 65 66 61 75 6c 74 20 73 74 61 74 65 20 |e default state | 00000930 69 73 20 27 4f 66 66 27 2e 0a 0a 45 78 61 6d 70 |is 'Off'...Examp| 00000940 6c 65 0a 2d 2d 2d 2d 2d 2d 2d 0a 2a 43 6f 6e 66 |le.-------.*Conf| 00000950 69 67 75 72 65 20 42 6f 6f 74 4e 65 74 20 4f 6e |igure BootNet On| 00000960 0a 0a 52 65 6c 61 74 65 64 20 63 6f 6d 6d 61 6e |..Related comman| 00000970 64 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |ds.-------------| 00000980 2d 2d 2d 0a 4e 6f 6e 65 0a 0a 0a 2a 4e 65 74 4d |---.None...*NetM| 00000990 61 70 0a 3d 3d 3d 3d 3d 3d 3d 0a 0a 44 69 73 70 |ap.=======..Disp| 000009a0 6c 61 79 73 20 74 68 65 20 63 75 72 72 65 6e 74 |lays the current| 000009b0 20 41 55 4e 20 6d 61 70 20 74 61 62 6c 65 0a 0a | AUN map table..| 000009c0 53 79 6e 74 61 78 0a 2d 2d 2d 2d 2d 2d 0a 2a 4e |Syntax.------.*N| 000009d0 65 74 4d 61 70 20 5b 3c 6e 65 74 5f 6e 75 6d 62 |etMap [<net_numb| 000009e0 65 72 3e 5d 0a 0a 50 61 72 61 6d 65 74 65 72 73 |er>]..Parameters| 000009f0 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 3c 6e 65 74 |.----------.<net| 00000a00 5f 6e 75 6d 62 65 72 3e 20 20 20 20 6e 65 74 20 |_number> net | 00000a10 6e 75 6d 62 65 72 20 66 6f 72 20 77 68 69 63 68 |number for which| 00000a20 20 74 6f 20 64 69 73 70 6c 61 79 20 74 68 65 20 | to display the | 00000a30 6d 61 70 0a 0a 55 73 65 0a 2d 2d 2d 0a 2a 4e 65 |map..Use.---.*Ne| 00000a40 74 4d 61 70 20 64 69 73 70 6c 61 79 73 20 74 68 |tMap displays th| 00000a50 65 20 63 75 72 72 65 6e 74 20 41 55 4e 20 6d 61 |e current AUN ma| 00000a60 70 20 74 61 62 6c 65 20 65 69 74 68 65 72 20 66 |p table either f| 00000a70 6f 72 20 74 68 65 20 73 70 65 63 69 66 69 65 64 |or the specified| 00000a80 20 6e 65 74 2c 20 6f 72 0a 66 6f 72 20 61 6c 6c | net, or.for all| 00000a90 20 6e 65 74 73 20 69 66 20 6e 6f 20 70 61 72 61 | nets if no para| 00000aa0 6d 65 74 65 72 20 69 73 20 73 70 65 63 69 66 69 |meter is specifi| 00000ab0 65 64 2e 20 54 68 65 20 6d 61 70 20 74 61 62 6c |ed. The map tabl| 00000ac0 65 20 73 68 6f 77 73 20 74 68 65 20 6e 65 74 0a |e shows the net.| 00000ad0 6e 75 6d 62 65 72 20 6f 66 20 65 61 63 68 20 6e |number of each n| 00000ae0 65 74 2c 20 69 74 73 20 6e 61 6d 65 2c 20 61 6e |et, its name, an| 00000af0 64 20 69 74 73 20 49 6e 74 65 72 6e 65 74 20 61 |d its Internet a| 00000b00 64 64 72 65 73 73 2e 0a 0a 45 61 63 68 20 73 74 |ddress...Each st| 00000b10 61 74 69 6f 6e 20 6f 62 74 61 69 6e 73 20 74 68 |ation obtains th| 00000b20 65 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 68 65 |e information he| 00000b30 6c 64 20 69 6e 20 74 68 65 20 6d 61 70 20 74 61 |ld in the map ta| 00000b40 62 6c 65 20 66 72 6f 6d 20 61 20 67 61 74 65 77 |ble from a gatew| 00000b50 61 79 27 73 0a 4d 61 70 20 66 69 6c 65 2e 20 53 |ay's.Map file. S| 00000b60 69 6e 63 65 20 74 68 69 73 20 66 69 6c 65 20 69 |ince this file i| 00000b70 73 20 69 64 65 6e 74 69 63 61 6c 20 66 6f 72 20 |s identical for | 00000b80 61 6c 6c 20 67 61 74 65 77 61 79 73 20 6f 6e 20 |all gateways on | 00000b90 61 20 63 6f 72 72 65 63 74 6c 79 20 73 65 74 0a |a correctly set.| 00000ba0 75 70 20 6e 65 74 77 6f 72 6b 2c 20 74 68 65 20 |up network, the | 00000bb0 6f 75 74 70 75 74 20 66 72 6f 6d 20 74 68 69 73 |output from this| 00000bc0 20 63 6f 6d 6d 61 6e 64 20 69 73 20 74 68 65 20 | command is the | 00000bd0 73 61 6d 65 20 66 6f 72 20 61 6c 6c 20 73 74 61 |same for all sta| 00000be0 74 69 6f 6e 73 2c 20 61 6e 64 0a 6f 6e 6c 79 20 |tions, and.only | 00000bf0 76 61 72 69 65 73 20 77 68 65 6e 20 74 68 65 20 |varies when the | 00000c00 6e 65 74 77 6f 72 6b 27 73 20 6c 61 79 6f 75 74 |network's layout| 00000c10 20 69 73 20 61 6c 74 65 72 65 64 2e 0a 0a 45 78 | is altered...Ex| 00000c20 61 6d 70 6c 65 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 0a |amples.--------.| 00000c30 2a 4e 65 74 4d 61 70 20 31 32 39 0a 31 32 39 20 |*NetMap 129.129 | 00000c40 20 20 20 20 73 63 69 65 6e 63 65 20 20 20 20 20 | science | 00000c50 20 20 20 20 20 20 20 20 20 20 20 20 31 2e 33 2e | 1.3.| 00000c60 31 32 39 2e 78 0a 0a 2a 4e 65 74 4d 61 70 0a 31 |129.x..*NetMap.1| 00000c70 20 20 20 20 20 20 20 63 6f 6d 70 73 63 69 41 20 | compsciA | 00000c80 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 31 | 1| 00000c90 2e 31 2e 31 2e 78 0a 32 20 20 20 20 20 20 20 63 |.1.1.x.2 c| 00000ca0 6f 6d 70 73 63 69 41 20 20 20 20 20 20 20 20 20 |ompsciA | 00000cb0 20 20 20 20 20 20 20 31 2e 31 2e 32 2e 78 0a 33 | 1.1.2.x.3| 00000cc0 20 20 20 20 20 20 20 63 6f 6d 70 73 63 69 41 20 | compsciA | 00000cd0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 31 | 1| 00000ce0 2e 31 2e 33 2e 78 0a 31 32 38 20 20 20 20 20 63 |.1.3.x.128 c| 00000cf0 6f 6d 70 73 63 69 42 20 20 20 20 20 20 20 20 20 |ompsciB | 00000d00 20 20 20 20 20 20 20 31 2e 32 2e 31 32 38 2e 78 | 1.2.128.x| 00000d10 0a 31 32 39 20 20 20 20 20 73 63 69 65 6e 63 65 |.129 science| 00000d20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000d30 20 31 2e 33 2e 31 32 39 2e 78 0a 34 20 20 20 20 | 1.3.129.x.4 | 00000d40 20 20 20 61 72 74 20 20 20 20 20 20 20 20 20 20 | art | 00000d50 20 20 20 20 20 20 20 20 20 20 20 31 2e 34 2e 34 | 1.4.4| 00000d60 2e 78 0a 31 33 30 20 20 20 20 20 62 75 73 69 6e |.x.130 busin| 00000d70 65 73 73 20 20 20 20 20 20 20 20 20 20 20 20 20 |ess | 00000d80 20 20 20 31 2e 35 2e 31 33 30 2e 78 0a 31 33 31 | 1.5.130.x.131| 00000d90 20 20 20 20 20 62 61 63 6b 62 6f 6e 65 20 20 20 | backbone | 00000da0 20 20 20 20 20 20 20 20 20 20 20 20 20 31 2e 36 | 1.6| 00000db0 2e 31 33 31 2e 78 0a 0a 52 65 6c 61 74 65 64 20 |.131.x..Related | 00000dc0 63 6f 6d 6d 61 6e 64 73 0a 2d 2d 2d 2d 2d 2d 2d |commands.-------| 00000dd0 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 2a 4e 65 74 77 6f |---------.*Netwo| 00000de0 72 6b 73 0a 0a 0a 2a 4e 65 74 50 72 6f 62 65 0a |rks...*NetProbe.| 00000df0 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 52 65 70 6f 72 |=========..Repor| 00000e00 74 73 20 69 66 20 61 20 72 65 6d 6f 74 65 20 73 |ts if a remote s| 00000e10 74 61 74 69 6f 6e 20 69 73 20 61 63 63 65 73 73 |tation is access| 00000e20 69 62 6c 65 20 61 6e 64 20 61 63 74 69 76 65 0a |ible and active.| 00000e30 0a 53 79 6e 74 61 78 0a 2d 2d 2d 2d 2d 2d 0a 2a |.Syntax.------.*| 00000e40 4e 65 74 50 72 6f 62 65 20 3c 6e 65 74 5f 6e 75 |NetProbe <net_nu| 00000e50 6d 62 65 72 3e 2e 3c 73 74 61 74 69 6f 6e 5f 6e |mber>.<station_n| 00000e60 75 6d 62 65 72 3e 0a 0a 50 61 72 61 6d 65 74 65 |umber>..Paramete| 00000e70 72 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 3c 6e |rs.----------.<n| 00000e80 65 74 5f 6e 75 6d 62 65 72 3e 20 20 20 20 20 20 |et_number> | 00000e90 20 20 20 20 20 20 20 20 72 65 6d 6f 74 65 20 73 | remote s| 00000ea0 74 61 74 69 6f 6e 27 73 20 6e 65 74 20 6e 75 6d |tation's net num| 00000eb0 62 65 72 0a 0a 3c 73 74 61 74 69 6f 6e 5f 6e 75 |ber..<station_nu| 00000ec0 6d 62 65 72 3e 20 20 20 20 20 20 20 20 20 20 72 |mber> r| 00000ed0 65 6d 6f 74 65 20 73 74 61 74 69 6f 6e 27 73 20 |emote station's | 00000ee0 73 74 61 74 69 6f 6e 20 6e 75 6d 62 65 72 0a 0a |station number..| 00000ef0 55 73 65 0a 2d 2d 2d 0a 2a 4e 65 74 50 72 6f 62 |Use.---.*NetProb| 00000f00 65 20 72 65 70 6f 72 74 73 20 69 66 20 61 20 72 |e reports if a r| 00000f10 65 6d 6f 74 65 20 73 74 61 74 69 6f 6e 20 69 73 |emote station is| 00000f20 20 61 63 63 65 73 73 69 62 6c 65 20 61 6e 64 20 | accessible and | 00000f30 61 63 74 69 76 65 2c 20 61 6e 64 20 68 65 6e 63 |active, and henc| 00000f40 65 0a 63 61 6e 20 62 65 20 72 65 61 63 68 65 64 |e.can be reached| 00000f50 20 66 72 6f 6d 20 74 68 65 20 6c 6f 63 61 6c 20 | from the local | 00000f60 73 74 61 74 69 6f 6e 20 61 6e 64 20 6e 65 74 77 |station and netw| 00000f70 6f 72 6b 2e 20 54 68 69 73 20 63 6f 6d 6d 61 6e |ork. This comman| 00000f80 64 20 64 6f 65 73 20 73 6f 20 62 79 0a 73 65 6e |d does so by.sen| 00000f90 64 69 6e 67 20 61 20 63 6f 6e 74 72 6f 6c 20 6d |ding a control m| 00000fa0 65 73 73 61 67 65 20 74 6f 20 74 68 65 20 73 70 |essage to the sp| 00000fb0 65 63 69 66 69 65 64 20 73 74 61 74 69 6f 6e 20 |ecified station | 00000fc0 61 6e 64 20 61 77 61 69 74 69 6e 67 20 61 20 72 |and awaiting a r| 00000fd0 65 70 6c 79 2e 0a 0a 45 78 61 6d 70 6c 65 73 0a |eply...Examples.| 00000fe0 2d 2d 2d 2d 2d 2d 2d 2d 0a 2a 4e 65 74 50 72 6f |--------.*NetPro| 00000ff0 62 65 20 31 32 38 2e 31 33 35 0a 53 74 61 74 69 |be 128.135.Stati| 00001000 6f 6e 20 70 72 65 73 65 6e 74 0a 0a 2a 4e 65 74 |on present..*Net| 00001010 50 72 6f 62 65 20 31 32 38 2e 32 30 31 0a 53 74 |Probe 128.201.St| 00001020 61 74 69 6f 6e 20 6e 6f 74 20 70 72 65 73 65 6e |ation not presen| 00001030 74 0a 0a 52 65 6c 61 74 65 64 20 63 6f 6d 6d 61 |t..Related comma| 00001040 6e 64 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |nds.------------| 00001050 2d 2d 2d 2d 0a 4e 6f 6e 65 0a 0a 0a 2a 4e 65 74 |----.None...*Net| 00001060 53 74 61 74 0a 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 44 |Stat.========..D| 00001070 69 73 70 6c 61 79 73 20 74 68 65 20 63 75 72 72 |isplays the curr| 00001080 65 6e 74 20 73 74 61 74 75 73 20 6f 66 20 61 6e |ent status of an| 00001090 79 20 6e 65 74 77 6f 72 6b 20 69 6e 74 65 72 66 |y network interf| 000010a0 61 63 65 28 73 29 20 63 6f 6e 66 69 67 75 72 65 |ace(s) configure| 000010b0 64 0a 66 6f 72 20 41 55 4e 0a 0a 53 79 6e 74 61 |d.for AUN..Synta| 000010c0 78 0a 2d 2d 2d 2d 2d 2d 0a 2a 4e 65 74 53 74 61 |x.------.*NetSta| 000010d0 74 20 5b 61 5d 0a 0a 50 61 72 61 6d 65 74 65 72 |t [a]..Parameter| 000010e0 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 61 20 20 |s.----------.a | 000010f0 20 20 20 20 20 20 20 20 20 20 20 20 20 67 69 76 | giv| 00001100 65 20 61 6c 6c 20 69 6e 66 6f 72 6d 61 74 69 6f |e all informatio| 00001110 6e 2c 20 72 61 74 68 65 72 20 74 68 61 6e 20 73 |n, rather than s| 00001120 69 6d 70 6c 69 66 69 65 64 20 76 65 72 73 69 6f |implified versio| 00001130 6e 0a 0a 55 73 65 0a 2d 2d 2d 0a 2a 4e 65 74 53 |n..Use.---.*NetS| 00001140 74 61 74 20 64 69 73 70 6c 61 79 73 20 74 68 65 |tat displays the| 00001150 20 63 75 72 72 65 6e 74 20 73 74 61 74 75 73 20 | current status | 00001160 6f 66 20 61 6e 79 20 6e 65 74 77 6f 72 6b 20 69 |of any network i| 00001170 6e 74 65 72 66 61 63 65 28 73 29 0a 63 6f 6e 66 |nterface(s).conf| 00001180 69 67 75 72 65 64 20 66 6f 72 20 41 55 4e 2e 20 |igured for AUN. | 00001190 54 68 65 20 6f 70 74 69 6f 6e 61 6c 20 70 61 72 |The optional par| 000011a0 61 6d 65 74 65 72 20 61 20 67 69 76 65 73 20 65 |ameter a gives e| 000011b0 78 74 72 61 20 69 6e 66 6f 72 6d 61 74 69 6f 6e |xtra information| 000011c0 2c 0a 69 6e 63 6c 75 64 69 6e 67 20 74 72 61 66 |,.including traf| 000011d0 66 69 63 20 63 6f 75 6e 74 65 72 73 20 61 6e 64 |fic counters and| 000011e0 20 66 75 6c 6c 20 49 50 20 61 64 64 72 65 73 73 | full IP address| 000011f0 65 73 2e 20 4b 6e 6f 77 6e 20 6e 65 74 77 6f 72 |es. Known networ| 00001200 6b 20 6e 75 6d 62 65 72 73 0a 77 68 69 63 68 20 |k numbers.which | 00001210 61 72 65 20 6d 61 72 6b 65 64 20 77 69 74 68 20 |are marked with | 00001220 61 6e 20 61 73 74 65 72 69 73 6b 20 28 27 2a 27 |an asterisk ('*'| 00001230 29 20 72 65 70 72 65 73 65 6e 74 20 6e 65 74 73 |) represent nets| 00001240 20 69 6e 20 61 20 64 69 72 65 63 74 6c 79 0a 63 | in a directly.c| 00001250 6f 6e 6e 65 63 74 65 64 20 45 63 6f 6e 65 74 20 |onnected Econet | 00001260 6e 65 74 77 6f 72 6b 2e 0a 0a 45 78 61 6d 70 6c |network...Exampl| 00001270 65 0a 2d 2d 2d 2d 2d 2d 2d 0a 2a 4e 65 74 53 74 |e.-------.*NetSt| 00001280 61 74 20 61 0a 0a 4e 61 74 69 76 65 20 45 63 6f |at a..Native Eco| 00001290 6e 65 74 20 20 20 20 20 30 2e 35 20 20 20 20 20 |net 0.5 | 000012a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 69 6e | in| 000012b0 66 6f 72 6d 61 74 69 6f 6e 20 66 6f 72 20 6e 61 |formation for na| 000012c0 74 69 76 65 20 45 63 6f 6e 65 74 0a 0a 49 6e 74 |tive Econet..Int| 000012d0 65 72 66 61 63 65 20 20 20 20 20 20 20 20 20 45 |erface E| 000012e0 63 6f 6e 65 74 41 20 20 20 20 20 20 20 20 20 20 |conetA | 000012f0 20 20 20 20 20 69 6e 66 6f 72 6d 61 74 69 6f 6e | information| 00001300 20 66 6f 72 20 66 69 72 73 74 20 41 55 4e 20 69 | for first AUN i| 00001310 6e 74 65 72 66 61 63 65 0a 0a 41 55 4e 20 53 74 |nterface..AUN St| 00001320 61 74 69 6f 6e 20 20 20 20 20 20 20 34 2e 35 0a |ation 4.5.| 00001330 0a 46 75 6c 6c 20 61 64 64 72 65 73 73 20 20 20 |.Full address | 00001340 20 20 20 31 2e 34 2e 34 2e 35 0a 0a 49 6e 74 65 | 1.4.4.5..Inte| 00001350 72 66 61 63 65 20 20 20 20 20 20 20 20 20 45 74 |rface Et| 00001360 68 65 72 32 20 20 20 20 20 20 20 20 20 20 20 20 |her2 | 00001370 20 20 20 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 | information | 00001380 66 6f 72 20 73 65 63 6f 6e 64 20 41 55 4e 20 69 |for second AUN i| 00001390 6e 74 65 72 66 61 63 65 0a 0a 41 55 4e 20 53 74 |nterface..AUN St| 000013a0 61 74 69 6f 6e 20 20 20 20 20 20 20 31 33 31 2e |ation 131.| 000013b0 35 0a 0a 46 75 6c 6c 20 61 64 64 72 65 73 73 20 |5..Full address | 000013c0 20 20 20 20 20 31 2e 36 2e 31 33 31 2e 35 0a 0a | 1.6.131.5..| 000013d0 4b 6e 6f 77 6e 20 6e 65 74 73 20 20 20 20 20 20 |Known nets | 000013e0 20 20 31 20 20 20 20 20 32 20 20 20 20 20 33 20 | 1 2 3 | 000013f0 20 20 20 2a 34 20 20 20 20 20 31 32 38 20 20 20 | *4 128 | 00001400 31 32 39 20 20 20 31 33 30 0a 20 20 20 20 20 20 |129 130. | 00001410 20 20 20 20 20 20 20 20 20 20 20 20 31 33 31 0a | 131.| 00001420 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001440 20 20 20 20 20 20 20 20 69 6e 66 6f 72 6d 61 74 | informat| 00001450 69 6f 6e 20 62 65 6c 6f 77 20 6f 6e 6c 79 20 67 |ion below only g| 00001460 69 76 65 6e 20 69 66 0a 20 20 20 20 20 20 20 20 |iven if. | 00001470 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001490 6f 70 74 69 6f 6e 61 6c 20 70 61 72 61 6d 65 74 |optional paramet| 000014a0 65 72 20 61 20 73 75 70 70 6c 69 65 64 0a 0a 54 |er a supplied..T| 000014b0 58 20 73 74 61 74 73 20 20 20 20 20 20 20 20 20 |X stats | 000014c0 20 44 61 74 61 3d 30 2c 20 49 6d 6d 65 64 69 61 | Data=0, Immedia| 000014d0 74 65 3d 32 2c 20 49 6d 6d 5f 52 65 70 6c 79 3d |te=2, Imm_Reply=| 000014e0 30 2c 20 52 65 74 72 79 3d 30 0a 20 20 20 20 20 |0, Retry=0. | 000014f0 20 20 20 20 20 20 20 20 20 20 20 20 20 45 72 72 | Err| 00001500 6f 72 3d 32 30 2c 20 44 61 74 61 5f 41 63 6b 3d |or=20, Data_Ack=| 00001510 35 2c 20 44 61 74 61 5f 52 65 6a 3d 30 2c 20 42 |5, Data_Rej=0, B| 00001520 72 6f 61 64 63 61 73 74 3d 31 30 0a 20 20 20 20 |roadcast=10. | 00001530 20 20 20 20 20 20 20 20 20 20 20 20 20 20 28 6c | (l| 00001540 6f 63 61 6c 3d 30 2c 20 67 6c 6f 62 61 6c 3d 35 |ocal=0, global=5| 00001550 29 0a 0a 52 58 20 73 74 61 74 73 20 20 20 20 20 |)..RX stats | 00001560 20 20 20 20 20 44 61 74 61 3d 35 2c 20 49 6d 6d | Data=5, Imm| 00001570 65 64 69 61 74 65 3d 30 2c 20 42 72 6f 61 64 63 |ediate=0, Broadc| 00001580 61 73 74 3d 30 2c 20 44 69 73 63 61 72 64 3d 30 |ast=0, Discard=0| 00001590 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000015a0 20 20 20 52 65 74 72 79 3d 30 2c 20 45 72 72 6f | Retry=0, Erro| 000015b0 72 3d 30 2c 20 44 61 74 61 5f 41 63 6b 3d 30 2c |r=0, Data_Ack=0,| 000015c0 20 44 61 74 61 5f 52 65 6a 3d 30 0a 20 20 20 20 | Data_Rej=0. | 000015d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 49 6d | Im| 000015e0 6d 5f 52 65 70 6c 79 3d 32 2c 20 52 65 70 6c 79 |m_Reply=2, Reply| 000015f0 5f 52 65 6a 3d 30 0a 0a 4d 6f 64 75 6c 65 20 73 |_Rej=0..Module s| 00001600 74 61 74 75 73 20 20 20 20 20 30 31 34 30 0a 0a |tatus 0140..| 00001610 52 65 6c 61 74 65 64 20 63 6f 6d 6d 61 6e 64 73 |Related commands| 00001620 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |.---------------| 00001630 2d 0a 4e 6f 6e 65 0a 0a 0a 2a 4e 65 74 77 6f 72 |-.None...*Networ| 00001640 6b 73 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 44 69 |ks.=========..Di| 00001650 73 70 6c 61 79 73 20 74 68 65 20 63 75 72 72 65 |splays the curre| 00001660 6e 74 20 41 55 4e 20 72 6f 75 74 69 6e 67 20 74 |nt AUN routing t| 00001670 61 62 6c 65 0a 0a 53 79 6e 74 61 78 0a 2d 2d 2d |able..Syntax.---| 00001680 2d 2d 2d 0a 2a 4e 65 74 77 6f 72 6b 73 0a 0a 55 |---.*Networks..U| 00001690 73 65 0a 2d 2d 2d 0a 2a 4e 65 74 77 6f 72 6b 73 |se.---.*Networks| 000016a0 20 64 69 73 70 6c 61 79 73 20 74 68 65 20 63 75 | displays the cu| 000016b0 72 72 65 6e 74 20 41 55 4e 20 72 6f 75 74 69 6e |rrent AUN routin| 000016c0 67 20 74 61 62 6c 65 2e 20 54 68 69 73 20 73 68 |g table. This sh| 000016d0 6f 77 73 20 74 68 65 20 6e 61 6d 65 73 20 6f 66 |ows the names of| 000016e0 0a 61 6e 79 20 6c 6f 63 61 6c 20 6e 65 74 77 6f |.any local netwo| 000016f0 72 6b 73 20 28 69 2e 65 2e 20 74 68 6f 73 65 20 |rks (i.e. those | 00001700 74 6f 20 77 68 69 63 68 20 74 68 65 20 73 74 61 |to which the sta| 00001710 74 69 6f 6e 20 69 73 20 64 69 72 65 63 74 6c 79 |tion is directly| 00001720 20 63 6f 6e 6e 65 63 74 65 64 29 2e 0a 49 74 20 | connected)..It | 00001730 61 6c 73 6f 20 73 68 6f 77 73 20 74 68 65 20 6e |also shows the n| 00001740 61 6d 65 73 20 6f 66 20 74 68 6f 73 65 20 72 65 |ames of those re| 00001750 6d 6f 74 65 20 6e 65 74 77 6f 72 6b 73 20 74 68 |mote networks th| 00001760 61 74 20 74 68 65 20 73 74 61 74 69 6f 6e 20 6b |at the station k| 00001770 6e 6f 77 73 20 68 6f 77 0a 74 6f 20 72 65 61 63 |nows how.to reac| 00001780 68 2c 20 61 6e 64 20 74 68 65 20 67 61 74 65 77 |h, and the gatew| 00001790 61 79 20 74 68 61 74 20 69 74 20 77 69 6c 6c 20 |ay that it will | 000017a0 75 73 65 20 74 6f 20 64 6f 20 73 6f 0a 0a 54 68 |use to do so..Th| 000017b0 65 20 41 55 4e 20 72 6f 75 74 69 6e 67 20 74 61 |e AUN routing ta| 000017c0 62 6c 65 20 61 6c 74 65 72 73 20 61 73 20 67 61 |ble alters as ga| 000017d0 74 65 77 61 79 73 20 73 74 61 72 74 20 75 70 20 |teways start up | 000017e0 61 6e 64 20 73 68 75 74 20 64 6f 77 6e 2c 20 61 |and shut down, a| 000017f0 6e 64 20 73 6f 20 74 68 65 0a 69 6e 66 6f 72 6d |nd so the.inform| 00001800 61 74 69 6f 6e 20 72 65 74 75 72 6e 65 64 20 62 |ation returned b| 00001810 79 20 74 68 69 73 20 63 6f 6d 6d 61 6e 64 20 76 |y this command v| 00001820 61 72 69 65 73 20 61 73 20 74 68 65 20 73 74 61 |aries as the sta| 00001830 74 65 20 6f 66 20 74 68 65 20 6e 65 74 77 6f 72 |te of the networ| 00001840 6b 0a 61 6c 74 65 72 73 2e 0a 0a 45 78 61 6d 70 |k.alters...Examp| 00001850 6c 65 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 0a 2a 4e 65 |les.--------.*Ne| 00001860 74 77 6f 72 6b 73 0a 20 20 20 20 20 20 20 20 20 |tworks. | 00001870 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001890 20 20 20 20 20 20 20 61 20 63 6c 69 65 6e 74 20 | a client | 000018a0 6f 6e 20 74 68 65 20 27 62 61 63 6b 62 6f 6e 65 |on the 'backbone| 000018b0 27 0a 61 72 74 20 20 20 20 20 20 20 20 20 20 20 |'.art | 000018c0 20 20 67 61 74 65 77 61 79 3d 31 33 31 2e 35 20 | gateway=131.5 | 000018d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000018e0 20 20 63 6f 6e 6e 65 63 74 65 64 20 74 6f 20 74 | connected to t| 000018f0 68 65 20 27 61 72 74 27 20 6e 65 74 0a 62 79 20 |he 'art' net.by | 00001900 62 61 63 6b 62 6f 6e 65 20 20 20 20 20 20 20 20 |backbone | 00001910 6c 6f 63 61 6c 20 20 20 20 20 20 20 20 20 20 20 |local | 00001920 20 20 20 20 20 20 20 20 20 20 20 20 20 67 61 74 | gat| 00001930 65 77 61 79 20 31 33 31 2e 35 0a 0a 2a 4e 65 74 |eway 131.5..*Net| 00001940 77 6f 72 6b 73 0a 20 20 20 20 20 20 20 20 20 20 |works. | 00001950 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001970 20 20 20 20 20 20 61 20 67 61 74 65 77 61 79 20 | a gateway | 00001980 62 65 74 77 65 65 6e 20 74 68 65 20 27 61 72 74 |between the 'art| 00001990 27 0a 61 72 74 20 20 20 20 20 20 20 20 20 20 20 |'.art | 000019a0 20 20 6c 6f 63 61 6c 20 20 20 20 20 20 20 20 20 | local | 000019b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000019c0 20 20 6e 65 74 20 61 6e 64 20 74 68 65 20 27 62 | net and the 'b| 000019d0 61 63 6b 62 6f 6e 65 27 20 6e 65 74 0a 62 61 63 |ackbone' net.bac| 000019e0 6b 62 6f 6e 65 20 20 20 20 20 20 20 20 6c 6f 63 |kbone loc| 000019f0 61 6c 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |al | 00001a00 20 20 20 20 20 20 20 20 20 20 20 20 20 28 69 2e | (i.| 00001a10 65 2e 20 73 74 61 74 69 6f 6e 20 31 33 31 2e 35 |e. station 131.5| 00001a20 20 61 62 6f 76 65 29 0a 0a 52 65 6c 61 74 65 64 | above)..Related| 00001a30 20 63 6f 6d 6d 61 6e 64 73 0a 2d 2d 2d 2d 2d 2d | commands.------| 00001a40 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 2a 4e 65 74 4d |----------.*NetM| 00001a50 61 70 0a 0a 0a 2a 53 65 74 53 74 61 74 69 6f 6e |ap...*SetStation| 00001a60 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 53 65 |.===========..Se| 00001a70 74 73 20 61 20 73 74 61 74 69 6f 6e 27 73 20 6e |ts a station's n| 00001a80 75 6d 62 65 72 0a 0a 53 79 6e 74 61 78 0a 2d 2d |umber..Syntax.--| 00001a90 2d 2d 2d 2d 0a 2a 53 65 74 53 74 61 74 69 6f 6e |----.*SetStation| 00001aa0 20 5b 3c 73 74 61 74 69 6f 6e 5f 6e 75 6d 62 65 | [<station_numbe| 00001ab0 72 3e 5d 0a 0a 50 61 72 61 6d 65 74 65 72 73 0a |r>]..Parameters.| 00001ac0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 3c 73 74 61 74 |----------.<stat| 00001ad0 69 6f 6e 5f 6e 75 6d 62 65 72 3e 20 20 20 20 20 |ion_number> | 00001ae0 20 20 20 20 20 61 20 73 74 61 74 69 6f 6e 20 6e | a station n| 00001af0 75 6d 62 65 72 20 69 6e 20 74 68 65 20 72 61 6e |umber in the ran| 00001b00 67 65 20 32 20 2d 20 32 35 34 0a 0a 55 73 65 0a |ge 2 - 254..Use.| 00001b10 2d 2d 2d 0a 2a 53 65 74 53 74 61 74 69 6f 6e 20 |---.*SetStation | 00001b20 73 65 74 73 20 61 20 73 74 61 74 69 6f 6e 27 73 |sets a station's| 00001b30 20 6e 75 6d 62 65 72 2c 20 73 74 6f 72 69 6e 67 | number, storing| 00001b40 20 69 74 20 69 6e 20 43 4d 4f 53 20 52 41 4d 20 | it in CMOS RAM | 00001b50 73 6f 20 69 74 20 69 73 20 6e 6f 74 0a 6c 6f 73 |so it is not.los| 00001b60 74 20 77 68 65 6e 20 74 68 65 20 63 6f 6d 70 75 |t when the compu| 00001b70 74 65 72 20 69 73 20 73 77 69 74 63 68 65 64 20 |ter is switched | 00001b80 6f 66 66 2e 20 49 66 20 6e 6f 20 6e 75 6d 62 65 |off. If no numbe| 00001b90 72 20 69 73 20 73 70 65 63 69 66 69 65 64 20 74 |r is specified t| 00001ba0 68 65 6e 20 6f 6e 65 0a 69 73 20 70 72 6f 6d 70 |hen one.is promp| 00001bb0 74 65 64 20 66 6f 72 2e 20 49 66 20 74 68 65 20 |ted for. If the | 00001bc0 6e 65 77 20 73 74 61 74 69 6f 6e 20 6e 75 6d 62 |new station numb| 00001bd0 65 72 20 67 69 76 65 6e 20 69 73 20 69 6e 76 61 |er given is inva| 00001be0 6c 69 64 2c 20 74 68 65 6e 20 74 68 65 0a 63 75 |lid, then the.cu| 00001bf0 72 72 65 6e 74 20 73 74 61 74 69 6f 6e 20 6e 75 |rrent station nu| 00001c00 6d 62 65 72 20 69 73 20 70 72 65 73 65 72 76 65 |mber is preserve| 00001c10 64 2e 0a 0a 54 68 69 73 20 63 6f 6d 6d 61 6e 64 |d...This command| 00001c20 20 69 73 20 6e 6f 74 20 61 20 70 61 72 74 20 6f | is not a part o| 00001c30 66 20 74 68 65 20 73 75 70 70 6c 69 65 64 20 73 |f the supplied s| 00001c40 6f 66 74 77 61 72 65 2c 20 74 6f 20 70 72 65 76 |oftware, to prev| 00001c50 65 6e 74 20 75 73 65 72 73 20 66 72 6f 6d 0a 61 |ent users from.a| 00001c60 6c 74 65 72 69 6e 67 20 73 74 61 74 69 6f 6e 20 |ltering station | 00001c70 6e 75 6d 62 65 72 73 2e 20 49 74 20 69 73 20 69 |numbers. It is i| 00001c80 6e 73 74 65 61 64 20 73 75 70 70 6c 69 65 64 20 |nstead supplied | 00001c90 61 73 20 61 20 73 65 70 61 72 61 74 65 20 70 72 |as a separate pr| 00001ca0 6f 67 72 61 6d 20 6f 6e 0a 74 68 65 20 53 75 70 |ogram on.the Sup| 00001cb0 70 6f 72 74 20 64 69 73 63 20 6f 66 20 74 68 65 |port disc of the| 00001cc0 20 4c 65 76 65 6c 20 34 20 46 69 6c 65 53 65 72 | Level 4 FileSer| 00001cd0 76 65 72 20 64 69 73 74 72 69 62 75 74 69 6f 6e |ver distribution| 00001ce0 2c 20 69 6e 20 74 68 65 20 41 72 74 68 75 72 4c |, in the ArthurL| 00001cf0 69 62 0a 64 69 72 65 63 74 6f 72 79 2e 20 59 6f |ib.directory. Yo| 00001d00 75 20 63 61 6e 20 72 75 6e 20 74 68 69 73 20 70 |u can run this p| 00001d10 72 6f 67 72 61 6d 20 66 72 6f 6d 20 74 68 65 20 |rogram from the | 00001d20 64 65 73 6b 74 6f 70 20 62 79 20 64 6f 75 62 6c |desktop by doubl| 00001d30 65 2d 63 6c 69 63 6b 69 6e 67 20 6f 6e 0a 69 74 |e-clicking on.it| 00001d40 73 20 69 63 6f 6e 3b 20 61 20 77 69 6e 64 6f 77 |s icon; a window| 00001d50 20 73 68 6f 77 73 20 74 68 65 20 70 72 6f 6d 70 | shows the promp| 00001d60 74 20 66 6f 72 20 74 68 65 20 73 74 61 74 69 6f |t for the statio| 00001d70 6e 20 6e 75 6d 62 65 72 2e 0a 0a 54 68 65 20 6e |n number...The n| 00001d80 75 6d 62 65 72 20 69 73 20 73 74 6f 72 65 64 20 |umber is stored | 00001d90 69 6e 20 74 68 65 20 73 61 6d 65 20 6c 6f 63 61 |in the same loca| 00001da0 74 69 6f 6e 20 61 73 20 69 73 20 75 73 65 64 20 |tion as is used | 00001db0 62 79 20 45 63 6f 6e 65 74 20 74 6f 20 73 74 6f |by Econet to sto| 00001dc0 72 65 0a 73 74 61 74 69 6f 6e 20 6e 75 6d 62 65 |re.station numbe| 00001dd0 72 73 2e 20 49 66 20 74 68 65 20 73 74 61 74 69 |rs. If the stati| 00001de0 6f 6e 20 69 73 20 63 6f 6e 6e 65 63 74 65 64 20 |on is connected | 00001df0 74 6f 20 62 6f 74 68 20 61 6e 20 41 55 4e 20 6e |to both an AUN n| 00001e00 65 74 77 6f 72 6b 20 61 6e 64 20 61 0a 6e 61 74 |etwork and a.nat| 00001e10 69 76 65 20 45 63 6f 6e 65 74 2c 20 69 74 20 77 |ive Econet, it w| 00001e20 69 6c 6c 20 61 63 63 6f 72 64 69 6e 67 6c 79 20 |ill accordingly | 00001e30 75 73 65 20 74 68 65 20 73 61 6d 65 20 73 74 61 |use the same sta| 00001e40 74 69 6f 6e 20 6e 75 6d 62 65 72 20 66 6f 72 20 |tion number for | 00001e50 62 6f 74 68 0a 74 79 70 65 73 20 6f 66 20 6e 65 |both.types of ne| 00001e60 74 77 6f 72 6b 2e 20 41 6c 74 65 72 69 6e 67 20 |twork. Altering | 00001e70 74 68 65 20 73 74 61 74 69 6f 6e 20 6e 75 6d 62 |the station numb| 00001e80 65 72 20 66 6f 72 20 6f 6e 65 20 6e 65 74 77 6f |er for one netwo| 00001e90 72 6b 20 77 69 6c 6c 20 61 6c 74 65 72 20 69 74 |rk will alter it| 00001ea0 0a 66 6f 72 20 74 68 65 20 6f 74 68 65 72 2e 0a |.for the other..| 00001eb0 0a 59 6f 75 20 63 61 6e 20 66 69 6e 64 20 6f 75 |.You can find ou| 00001ec0 74 20 61 20 73 74 61 74 69 6f 6e 27 73 20 63 75 |t a station's cu| 00001ed0 72 72 65 6e 74 20 73 74 61 74 69 6f 6e 20 6e 75 |rrent station nu| 00001ee0 6d 62 65 72 20 62 79 20 74 79 70 69 6e 67 20 61 |mber by typing a| 00001ef0 74 20 61 20 63 6f 6d 6d 61 6e 64 0a 6c 69 6e 65 |t a command.line| 00001f00 3a 0a 0a 2a 48 65 6c 70 20 53 74 61 74 69 6f 6e |:..*Help Station| 00001f10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001f20 20 20 20 69 66 20 45 63 6f 6e 65 74 20 69 73 20 | if Econet is | 00001f30 66 69 74 74 65 64 0a 0a 6f 72 3a 0a 0a 2a 4e 65 |fitted..or:..*Ne| 00001f40 74 53 74 61 74 20 20 20 20 20 20 20 20 20 20 20 |tStat | 00001f50 20 20 20 20 20 20 20 20 20 20 20 20 20 69 66 20 | if | 00001f60 41 55 4e 20 69 73 20 69 6e 73 74 61 6c 6c 65 64 |AUN is installed| 00001f70 0a 0a 45 78 61 6d 70 6c 65 73 0a 2d 2d 2d 2d 2d |..Examples.-----| 00001f80 2d 2d 2d 0a 2a 53 65 74 53 74 61 74 69 6f 6e 20 |---.*SetStation | 00001f90 32 30 0a 0a 2a 53 65 74 53 74 61 74 69 6f 6e 0a |20..*SetStation.| 00001fa0 4e 65 77 20 73 74 61 74 69 6f 6e 20 6e 75 6d 62 |New station numb| 00001fb0 65 72 3a 20 32 30 0a 0a 52 65 6c 61 74 65 64 20 |er: 20..Related | 00001fc0 63 6f 6d 6d 61 6e 64 73 0a 2d 2d 2d 2d 2d 2d 2d |commands.-------| 00001fd0 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 2a 48 65 6c 70 20 |---------.*Help | 00001fe0 53 74 61 74 69 6f 6e 0a |Station.| 00001fe8