PLANET Technology Corp. |
| ||
<Interface Operation> |
|
| |
LAN 1(Forward) | WAN 1( Filter) | WAN 2( Filter) | WAN 3( Filter) |
WAN 4( Filter) | WAN 5( Filter) | WAN 6( Filter) | WAN 7( Filter) |
WAN 8( Filter) |
|
|
|
To modify the first entry in the table, use the “modify” command:
admin# setup bridge static modify 1 mac 00:30:4f:00:00:01 admin# setup bridge static modify 1 lan_port filter admin# setup bridge static modify 1 wan1_port forward
To delete the first entry of the table, use the “delete” command:
admin# setup bridge static delete 1
To save your changes, enter:
admin# write
3.11 Routing Mode
Note: This section is for routing mode operation only.
Routing is often confused with bridging, which performs a similar function. The principal difference is that bridging occurs at a lower level (MAC layer) whereas routing occurs at a higher level, e.g., IP layer. And because routing occurs at a higher level, it can perform more complex analysis to determine the optimal path for the packet.
3.11.1 LAN setting
To setup
admin# setup lan 1 address 192.168.0.1 255.255.255.0
To save your changes, enter:
admin# write