87 MPH200 series video encoders CLI user manual
**************************************
network menu
**************************************
linkstatus
linklevel
ip
hostname
dns
ntp
up
help
exit
-------------------------
Network command
Enter the network command to view network menu:
Use CLI commands in network menu to congure device IP settings.
Entering help linkstatus displays information about the linkstatus command:
linkstatus
Description:
Displays network interface and link status
linklevel [<-mode=mode_str>] [<-mtusize=mtu_size>]
Description:
Sets the link mode and/or mtu size.
mode_str: Can be one of the following:
auto : Auto negotiation
100FD : 100 mbps full duplex
100HD : 100 mbps half duplex
mtu_size: MTU size in bytes (Valid range: 64 to 1500)
If no arguments are passed, the command will display current
configuration
ip <-mode=ip_mode> [<-addr=ip_addr>] [<-mask=subnet>]
[<-gate=gateway>]
Description:
Sets the IP mode. Also sets IP address, subnet and gateway in
case of static IP mode only
If no arguments are passed, the command will display the
current configuration.
<ip_mode>: static / dhcp
If manual mode is selected, then ip address, subnet mask and
gate way also should be provided
[<ip_addr>]: IP address
[<subnet>]: Subnet mask
[<gateway>]: Default gateway
Caution: If ip address is changed, you might have to login
using new IP address. Change in IP address might make the
device in-accessbile from your network if configured to a
different subnet
Entering help linklevel displays information about the linklevel command:
Entering help
ip
displays information about the
ip
command:
Use the linkstatus command to see
information from the network inter-
face and link status.
Use the linklevel command to set link
mode and mtu size.
Use the ip command to change
device IP settings.
An example how to change device
IP address, subnet and gateway:
network
ip -mode=static -addr=172.31.252.13
-mask=255.255.0.0 -gate=172.31.2.1