09-28-2015 12:16 PM - edited 03-01-2019 08:02 AM
Hi
I am trying to implement the Wake on LAN feature on a network where the WOL server is a Virtual Server with the gateway on a Nexus 7k.
The destination subnets site on the N7K and some other layer 3 Cisco switches. Has anyone implemented WOL on the 7Ks.
I understand that IP helper and ip forward protocol are not available on the N7K. Could I use ip dhcp relay to achieve the same as the ip helper. How do I enable forwarding of UDP packets as IP Forward-protocol command is not available on the 7Ks
Thanks
Solved! Go to Solution.
10-01-2015 08:51 AM
'ip helper-address " has been replaced with "ip dhcp relay address " on the NX-OS.
Also note teh following
- DHCP command-line interface (CLI) configuration and verification commands are not available until you enable the DCHP feature with the "feature dhcp" command.
- The DHCP service is not enabled by default, whereas it is enabled by default in Cisco IOS Software.
The support for ip forward protocol is not available on the Nexus yet. This support will be available in future. The workaround for it could be to use the ip directed broadcast configuration.
More information could be gleaned from the link below-
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/unicast/configuration/guide/l3_cli_nxos/l3_ip.html#wp1197224
Thanks,
Raj
10-01-2015 08:51 AM
'ip helper-address " has been replaced with "ip dhcp relay address " on the NX-OS.
Also note teh following
- DHCP command-line interface (CLI) configuration and verification commands are not available until you enable the DCHP feature with the "feature dhcp" command.
- The DHCP service is not enabled by default, whereas it is enabled by default in Cisco IOS Software.
The support for ip forward protocol is not available on the Nexus yet. This support will be available in future. The workaround for it could be to use the ip directed broadcast configuration.
More information could be gleaned from the link below-
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/unicast/configuration/guide/l3_cli_nxos/l3_ip.html#wp1197224
Thanks,
Raj
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