Changes

Line 186: Line 186:  
         {
 
         {
 
             "config":"dhcp", "type":"dhcp", "match":
 
             "config":"dhcp", "type":"dhcp", "match":
    {
+
            {
    "start":"<span style=color:orange>100</span>",
+
                "start":"<span style=color:orange>100</span>",
    "limit":"<span style=color:orange>150</span>",
+
                "limit":"<span style=color:orange>150</span>",
    "leasetime":"<span style=color:orange>12h</span>"
+
                "leasetime":"<span style=color:orange>12h</span>"
},
+
            },
"values":
+
            "values":
                        {
+
            {
          "start":"<span style=color:orange>75</span>",
+
                "start":"<span style=color:green>75</span>",
    "limit":"<span style=color:orange>100</span>",
+
                "limit":"<span style=color:green>100</span>",
    "leasetime":"<span style=color:orange>6h</span>"
+
                "leasetime":"<span style=color:green>6h</span>"
                        }
+
            }
 
         }
 
         }
 
     ]
 
     ]
 
  }
 
  }
 
The command above will change the router's DHCP Server's current Start address, Address limit and Lease time values (highlighted in orange) to custom values provided in the '''"values"''' section of the command (highlighted in green).
 
The command above will change the router's DHCP Server's current Start address, Address limit and Lease time values (highlighted in orange) to custom values provided in the '''"values"''' section of the command (highlighted in green).