User`s manual

25
4.2.7 [ifaddr] command
Configure and display Micronet FXO Gateway network information.
usr/config$ ifaddr
LAN information and configuration
Usage:
ifaddr [-print]|[-dhcp used]|[-sntp mode [server]]
ifaddr [-ipsharing used [deviceAddr]][-cmcenter ip address]
ifaddr [-ip ipaddress] [-mask subNetmask] [-gate defaultGateway]
-print Display LAN information and configuration.
-ip Specify IP address.
-mask Set Internet subnet mask.
-gate Specify default Gateway IP address
-dhcp Set DHCP client service flag (On/Off).
-sntp Set SNTP server mode and specify IP address.
-http Set HTTP server port.
-DNS Set DNS sever IP address
-timezone Set local timezone.
-cmcenter Set Management Center IP Address.
-ipsharing Specify usage of an IP sharing device and specify IP address.
Note:
Range of IP address setting (0.0.0.0 ~ 255.255.255.255).
DHCP client setting value (On=1, Off=0). If DHCP set to 'On',
Obtain a set of Internet configuration from DHCP server assgined.
SNTP mode (0=no update, 1=specify server IP, 2=broadcast mode).
Example:
ifaddr -ip 210.59.163.202 -mask 255.255.255.0 -gate 210.59.163.254
ifaddr -dhcp 1
ifaddr -sntp 1 210.59.163.254
ifaddr -ipsharing 1 210.59.163.254
ifaddr -timezone 8
ifaddr -dns primary secondary
usr/config$