Page 111 / 165 Scroll up to view Page 106 - 110
Telsey telecommunications
Command Line Interface
103
MT500--SIEN12
KILL
NAME:
kill
- send a signal to the specified process(es)
SYNOPSIS:
kill [ -signal ] pid ...
kill -l [ signal ]
DESCRIPTION:
kill sends the specified signal to the specified process or process group. If no
signal is specified, the TERM signal is sent. The TERM signal will kill processes
which do not catch this signal. For other processes, it may be necessary to use
the KILL (9) signal, since this signal cannot be caught.
COMMANDS:
None.
OPTIONS:
pid...
Specify the list of processes that kill should sigal.
-signal
given as a signal name or number.
-l
List all signal names and numbers.
EXAMPLES:
Terminate the process with pid 120
kill 120
Send KILL signal to the process with pid 120
kill -SIGKILL 120
List all signal names and numbers
kill -l
Page 112 / 165
Telsey
telecommunications
Command Line Interface
MT500--SIEN12
104
LAN
NAME:
lan
- allow a user to configure the IP layer for the LAN interfaces
SYNOPSIS:
lan config [--ipaddr <primary|secondary> <IP address>
<subnet mask>][--dhcpserver <enable|disable>]
lan delete -ipaddr <primary|secondary>
lan show [<primary|secondary>]
lan -help
DESCRIPTION:
Lan is used to configure the IP layer data for the primary and secondary LAN
interfaces. A LAN interface is a logic interface toward IP stack from the Bridge
module. Both primary and secondary LAN interfaces share the same MAC
address from the physical Ethernet port. This utility can:
Configure the IP address and subnet mask for the primary LAN
interface. It can be either a private or a public IP address.
Configure the IP address and subnet mask for the secondary LAN
interface. NAT is not supported on the secondary LAN interface.
Only public IP address is allowed.
Enable or disable the DHCP server on the primary LAN interface.
DHCP server is not supported on the secondary LAN interface.
Display configuration data for the primary and secondary LAN
interfaces.
Display usage.
All information is displayed to stdout. A program or shell script that calls this
utility can redirect stdout to a file and then parse the file in order to interpret
the displayed output.
COMMANDS:
config
configure IP layer for the primary or secondary LAN interface.
delete
delete the primary or secondary LAN interface configuration.
show
show configuration data for the primary and secondary LAN interfaces.
--help
display usage.
OPTIONS:
Options for the
config
command:
lan config [--ipaddr <primary|secondary> <IP address> <subnet
mask>]
[--dhcpserver
<enable|disable>]
--ipaddr
<primary|secondary><IP
address> <subnet mask>
Page 113 / 165
Telsey telecommunications
Command Line Interface
105
MT500--SIEN12
primary|secondary
: specify which LAN interface will be configured.
Valid values: primary or secondary.
IP address
: The IP address of the LAN interface. Valid values: any valid
IP address. Default value: 192.168.1.1.
Subnet mask
: The subnet mask of the LAN interface. Valid values:
0.0.0.1-255.255.255.255. Default value: 255.255.255.0
--dhcpserver <enable|disable> enable|disable
: specify DHCP
server should be enabled or disabled. This option is only valid for the
primary LAN interface.
Valid values: enable or disable. Default value is enable for the primary
LAN interface.
Options for the
delete
command:
lan
delete
--ipaddr
<primary|secondary>
--ipaddr
<primary|secondary>
primary|secondary
: specify which LAN interface will be deleted. Valid
values: primary or secondary.
Options for the
show
command:
lan show [<primary|secondary>]
primary|secondary :
specify which LAN interface will be shown. Valid
values: primary or secondary.
If it is omitted, all LAN interfaces are displayed.
Options for the --help command:
lan -help
EXAMPLES:
Configure a primary LAN interface.
lan config -ipaddr primary 192.168.1.1 255.255.255.0
Remove a secondary LAN interface.
lan delete -ipaddr secondary
Display all LAN interfaces.
lan show
br0 Link encap:Ethernet HWaddr 02:10:18:01:00:01
inet
addr:192.168.1.1
Bcast:192.168.1.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:42083 errors:0 dropped:0 overruns:0 frame:0
TX packets:107786 errors:0 dropped:0 overruns:0
carrier:0
collisions:0 txqueuelen:0
RX bytes:7412118 (7.0 MiB) TX bytes:34445874 (32.8 MiB)
br0:0 Link encap:Ethernet HWaddr 02:10:18:01:00:01
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Page 114 / 165
Telsey
telecommunications
Command Line Interface
MT500--SIEN12
106
Display usage.
lan -help
Usage: lan config [--ipaddr <primary|secondary> <IP
address> <subnet mask>]
[--dhcpserver <enable|disable>]
lan delete --ipaddr <primary|secondary>
lan show [<primary|secondary>]
lan -help
Page 115 / 165
Telsey telecommunications
Command Line Interface
107
MT500--SIEN12
LOGOUT
NAME:
logout
- log out current user console
SYNOPSIS:
logout
DESCRIPTION:
logout is used to log out current user console. After logout command is
executed, a bye bye message appears. Hit return to see a new Login prompt.
COMMANDS:
None
OPTIONS:
None
EXAMPLES:
logout
Bye bye. Have a nice day!!!
Login:

Rate

4 / 5 based on 1 vote.

Popular Telsey Models

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top