05-02-2017 07:40 PM - edited 03-08-2019 10:24 AM
My initial question is how would you test ip directed-broadcast and no ip directed-broadcast?
We have a requirement (RSLinx) to enable ip directed-broadcast on some interfaces.
From a networking point of view how would I conduct a before and after test to prove ip directed-broadcast has actually done something?
Happy to provide more information, just wanted to kick the ball and see who comes back to me.
Thank you
Adam
05-02-2017 11:24 PM
Hello Adam,
you could send a ping to the broadcast address. Without ip directed broadcast enabled on the interface where the subnet is connected to, you will get no reply. With ip directed broadcast enabled, you will get a response from all hosts on that particular network.
So e.g. send a ping to 192.168.1.255, with ip directed broadcast enabled and disabled on the interface that is the gateway for that subnet.
05-02-2017 11:32 PM
Hi Georg,
Thank you for the response.
Yes, I have tried doing that but I was getting 100% success for both disabled and enabled. I need to debug ip-packet to actually see what is happening with the broadcast.
I wiIl report the debugs tomorrow.
Cheers
Adam
05-03-2017 12:26 AM
Hello Adam,
the test procedure described above doesn't work when you source the ping from a router directly connected to the target network.
Have a look at the document below, it is a pretty comprehensive overview of how to set up the test I described:
IP Directed-Broadcast on Cisco IOS
https://networklessons.com/uncategorized/ip-directed-broadcast-cisco-ios/
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide