CLI Guide

IPv6 Router Advertisement (RA) Guard
The IPv6 RA guard provides support to perform conditional forwarding or blocking of the router
advertisement messages that are received at the network device platform. This functionality analyzes and
filters the RAs sent by the devices and compares the configuration information on the layer 2 device with
the RA frame. Once the layer 2 device validates the content of the RA frame against the configuration, it
forwards the RA to its unicast or multicast destination. On failure to validate the RA frame content, the RA
frame is dropped.
The IPv6 RA guard supports two different modes:
Host mode — When a policy with device role as host is applied on an interface, all the RA packets are
dropped without validation. You can also configure the host mode policy with VLAN option to drop
the RA packets on that specific VLAN and port.
Router mode — When a policy with device role as router is applied on an interface, all the RA packets
are validated based on the configuration information in the policy. Similarly, you can also apply this
mode over any specific VLAN and the validation is performed only for that particular VLAN RA packets.
To configure the IPv6 RA guard, use the following Dell Networking OS commands.
debug ipv6 nd ra-guard
Enable debugging for IPv6 RA guard snooping information.
Syntax
debug ipv6 nd ra-guard [interface_type slot/port | count value]
Parameters
interface_type
slot/port
Enter the one of the following interfaces and slot/port
information:
For a port channel interface, enter the keywords port-
channel
then a number.
For a 1-Gigabit Ethernet interface, enter the keyword
GigabitEthernet then the slot/port information.
For a 10-Gigabit Ethernet interface, enter the keyword
TenGigabitEthernet then the slot/port information.
count value Enter the keyword count then the number of debug
outputs. The range is from 1 to 65534. The default is infinity.
Defaults None
Command Modes EXEC Privilege
Command History
This guide is platform-specific. For command information about other platforms,
see the relevant Dell Networking OS Command Line Reference Guide.
Version Description
9.9(0.0) Introduced on the Z9500.
9.8(2.0) Introduced on the S3100 series.
9.8(0.0P5) Introduced on the S4048-ON.
9.8(0.0P2) Introduced on the S3048-ON.
Neighbor Discovery Protocol (NDP)
1155