Re: LTE модем от Микротик
Добавлено: 17 мар 2018, 16:49
Вот что выводит команда
/system default-configuration print
script: #| LAN:
#| IP on ether1: 192.168.88.1/24;
:log info Starting_defconf_script_;
#---------------------------------------------------------------------->
# Apply configuration.
# these commands are executed after installation or configuration reset
#---------------------------------------------------------------------->
:if ($action = "apply") do={
# wait for interfaces
:local count 0;
:while ([/interface ethernet find] = "") do={
:if ($count = 30) do={
:log warning "DefConf: Unable to find ethernet interfaces";
/quit;
}
:delay 1s; :set count ($count +1);
};
/ip address add address=192.168.88.1/24 interface=ether1 comment="defco>
}
#---------------------------------------------------------------------->
# Rever
-- [Q quit|D dump|right|dow
/system default-configuration print
script: #| LAN:
#| IP on ether1: 192.168.88.1/24;
:log info Starting_defconf_script_;
#---------------------------------------------------------------------->
# Apply configuration.
# these commands are executed after installation or configuration reset
#---------------------------------------------------------------------->
:if ($action = "apply") do={
# wait for interfaces
:local count 0;
:while ([/interface ethernet find] = "") do={
:if ($count = 30) do={
:log warning "DefConf: Unable to find ethernet interfaces";
/quit;
}
:delay 1s; :set count ($count +1);
};
/ip address add address=192.168.88.1/24 interface=ether1 comment="defco>
}
#---------------------------------------------------------------------->
# Rever
-- [Q quit|D dump|right|dow