Skip Links

Network World

Brad Reese

How to configure an IP access list to control directed broadcasts for the Cisco Wake-on-LAN setup

By Brad Reese on Tue, 03/04/08 - 5:55am.

Cisco Wake-on-LAN Setup

How to configure an IP access list to control directed broadcasts for the Wake-on-LAN setup.

In order to configure an IP access list to control directed broadcasts, complete one of these steps:

Step 1:

Configure the ip directed-broadcast command directly on an interface:

Hostname(config)#interface FastEthernet
Hostname(config-if)#ip directed-broadcast


Step 2:

Configure an access control list (ACL) in order to permit traffic only from a trusted source.

For example, 192.168.10.10 is the Wake-on-LAN (WoL) server.

Hostname(config)#access-list 10 permit 192.168.10.10


Then, apply that under the VLAN interface:

Hostname(config)#interface Vlan
Hostname(config-if)#ip address x.x.y.y subnet mask
Hostname(config-if)#no ip redirects
Hostname(config-if)#ip directed-broadcast 10
!--- 10 is the ACL number.


For further information refer to:

Control Directed Broadcasts

Contact Brad Reese
http://www.BradReese.Com

2008 Cisco Salary Rates
  
About Brad Reese on Cisco

Brad Reese cofounded BradReese.Com Cisco Refurbished, which enables affordable Cisco networks globally by assuring customer satisfaction with guaranteed one year warranties on both Cisco Repair as well as Refurbished Cisco.

Don't be shy, contact Brad Reese online or call him at 646-827-1130.

 

Most Discussed Posts

On The Web
Twitter