I’m not sure the majority of engineers realize that both Nortel and Cisco have directed broadcast disabled by default these days.
I recently came across a problem where I needed to remotely start a PC that supported Wake On LAN. Since I do most of my development on Linux I downloaded a Wake On LAN perl script from José Pedro Oliveira.
Wake On LAN works by sending specially crafted UDP packets to the MAC address of the PC. If the workstation sending the UDP packet is on the same VLAN or Layer 2 network this really isn’t a problem. If the workstation sending the UDP packets is on a different VLAN or Layer 2/3 network we need to rely on the router to send a broadcast to all devices in the target VLAN or Layer 2/3 network.
In Device Manager you’ll find the option under the VLAN -> IP,

Within the CLI you’ll need to issue the following command;
ERS8600:5# config vlan 2 ip directed-broadcast enable
Cheers!
In short Nortel is now advising that you MUST have unique VRRP IDs. Nortel recommends as best practice that you use the VLAN ID but that can be problematic since valid values for the VLAN ID are between 1..4096 and valid values for the VRRP ID are between 1..512. In my case the VLAN IDs were between 1 and 200 so I was able to match them up.