!
->ICMP detection retries(1-20)[3]:
->reset the interface?'yes'or'no'[no]:
this parameter will be take effect when reboot!
really want to modify[yes]:
MA-2040# write //save current configuration
Building configuration...
OK
MA-2040# reload
!Reboot the system ?'yes'or 'no':yes //reload to take effect
Example 4: Set IP address, Gateway and DNS for Eth0
MA-2040> enable
Password: *****
MA-2040#
MA-2040# show link-management //show current link-management
*********************************************
wan link : Eth0 Only // now “Eth0 Only” as wan-link
ICMP primary server : 8.8.8.8
ICMP second server : 8.8.8.4
ICMP detection interval : 30 seconds
ICMP detection timeout : 3 seconds
ICMP detection retries : 3
reset the interface : no
*********************************************
MA-2040# configure
MA-2040(config)# set eth0
Ethernet interface type:WAN
type select:
1. Static IP
2. DHCP
3. PPP0E
->please select mode(1-3)[1]:
->IP address[192.168.0.1]:58.1.1.1 //set IP address for eth0
->netmask[255.255.255.0]:255.0.0.0
->gateway[192.168.0.254]:58.1.1.254 //set gateway for eth0
->mtu value(1024-1500)[1500]:
->input primary DNS[192.168.0.254]:58.1.1.254 //set dns for eth0
->input secondary DNS[0.0.0.0]:
this parameter will be take effect when reboot!
really want to modify[yes]:
MA-2040(config)# end