AV Bridge MATRIX PRO
AV Bridge Matrix Pro Manual - Document Number 342-0915 Rev C
Page 63 of 68
Administrative Commands
System administration commands include:
network
system
trigger
sleep
version
history
help
exit
Network ping
Sends ICMP ECHO_REQUEST packets to the specified IP address.
Synopsis
network ping [count <count>] [size <size>] <destination-ip>
Options
count
The number of ECHO_REQUEST packets to send. If this is
not specified, the default is five packets.
size
The size of each ECHO_REQUEST packet. If this is not
specified, the default is 56 bytes.
<destination-ip>
The IP address where the ECHO_REQUEST packets will be
sent.
Examples
network ping 192.168.1.1
Sends five ECHO_REQUEST packets of 56 bytes each to the host at 192.168.1.1.
network ping count 10 size 100 192.168.1.1
Sends 10 ECHO_REQUEST packets of 100 bytes each to the host at 192.168.1.1.
Network settings
Returns the current network settings.
Synopsis
network settings get
Examples
network settings get
Returns current settings in this form:
MAC Address:
00:04:a3:85:0a:ee
IP Address:
10.10.8.116
Netmask:
255.255.255.0
Gateway:
10.10.8.100
System reboot
Reboots the system either immediately or after the specified delay. Note that a reboot is required when resetting
the system to factory defaults (system factory-reset).
Synopsis
system reboot [<seconds>]
Option
<seconds>
Number of seconds to delay the reboot.
Examples
system reboot
Reboots the system immediately.
system reboot 30
Reboots the system 30 seconds later.