查看完整版本: [轉貼]Fortigate: add static arp entries.

chun 2014-2-20 16:59

[轉貼]Fortigate: add static arp entries.

<p>http://www.howtodo.co.il/?p=649</p><p> use this commands to list,&nbsp;troubleshot and edit arp related problems/settings on a Fortigate unit.
</p><p><em>To list your existing ARP table entries on a Fortigate unit.</em></p>
<pre>get system arp-table</pre>
<p><em>Use this command to add ARP table entries to the Fortigate unit.<span id="more-649"></span></em></p>
<pre>config system arp-table
        edit %value%
        set interface %int%
        set ip 192.168.0.100
        set mac 00:00:00:00:00:00
end</pre>
<p><span style="color: #ff0000;">%value%</span> – create or edit entry number.<br>
<span style="color: #ff0000;">%int%</span> – Interface name (wan1, wan2,internal,dmz).</p>
<p>Use this command to delete ARP table entries to the Fortigate unit.</p>
<pre>config system arp-table
        delete %value%
end</pre>
<p><span style="color: #ff0000;">%value%</span> – is the entry number you want to delete.</p>
<p>Use this command to clear ARP cache entries on a Fortigate unit.</p>
<pre>execute clear system arp table</pre>
頁: [1]
查看完整版本: [轉貼]Fortigate: add static arp entries.