Orion 3000 User Manual

Page 52

Advertising
background image

User’s Guide

52

Wireless LAN Cable Router IP address. The standard MAC access list performs frame filtering
based on source MAC address from the CPE host(s). Basically, the access list works as a source
address packet filter, if the access list is empty, the cable router will forward any packet, if access
list is not empty, packet filtering will be enforced according to the access list(s). The wireless MAC
access list performs filtering based on source MAC address from the wireless card, configure this
list will make only the wireless card’s MAC address match this list will be associate to wireless AP.

1~20, access list ID, for standard IP access list
21~40, access list ID, for management access list
41~60, access list ID, for standard MAC access list
61~75, access list ID, for Wireless MAC access list

Example:
1) Set the access list to permit source IP 192.168.100.xxx to access network.
CM>access-list 1 permit 192.168.100.1 0.0.0.255
Note: 0.0.0.255 means 192.168.100.1~192.168.100.255

2) Set the access list to permit source IP 192.168.100.10 to access cable router (telnet, web-page,
snmp)
CM>access-list 21 permit 192.168.100.10 0.0.0.0
Note: No network packet will be filtered

3) Set the access list to permit source MAC 00D0.5921.3354 to access network
CM>access-list 41 permit 00d0.5921.3354 ffff.ffff.ffff
Note: The cable router only forward packet with this source MAC, all other packet will be
discarded.

4) Set the access list to permit source MAC 00D0.5911.22.33 to associated the wireless Cable
Router
CM>access-list 61 permit 00d0.5911.2233

¾

access-list delete {list ID|all}

Delete a specific access-list or delete all access-list

¾

pppoe-forwarding {enable|disable} (Optional)

To enable|disable PPPoE packet pass-through the NAT gateway

¾

copy tftp:config {tftp server ip address} {configuration filename}

Advertising