cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
788
Views
0
Helpful
3
Replies

ip direct-broadcast

dubrava2003
Level 1
Level 1

These is the situation:

-There is a more VLANs in our corporate network and we have need for WOL functionality in network. WOL server is member of one VLANs

-routing between VLANs is performing on router(there are subinterfaces on ethernet interface, one for each VLAN)

How WOL server can wake up PC on another VLAN? I know that the ip direct-broadcast must be enabled for destination subnetwork for magic wol packets. But, where I must type that command, in interface mode configuration for ethernet interface or subinterfaces mode command for VLAN subinterfaces?

Thanks in advice!

3 Replies 3

Pravin Phadte
Level 5
Level 5

Hi,

In this case it would be on the sub-interface you have created on the router.

Is ther any acl that have been applied on the router for ip address range ?

Below is a link to a doc which can be helpful.

http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_example09186a008084b55c.shtml

regrads,

Pravin

there is acl used for enabling magic packets traffic only from wol server.there is config:

ACL:

access-list 10 permit 10.3.5.10

And on interface g0/0.4:

ip directed-broadcast 10

but WOL stil does not work :(

drasko

The question about enabling directed broadcast assumes that something will be sending a packet with the subnet broadcast address as the destination address. Is the WOL server sending these directed broadcast packets?

If not then you may need to configure ip helper-address on the router interface where the server is connected to take the local broadcast from the server and forward it to the remote subnet. And you probably need to configure ip forward-protocol on that router interface to identify the protocol port number of the broadcast to forward.

HTH

Rick

HTH

Rick
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card