Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

interface (RA Guard)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
interface interface-name {
    mark-interface (trusted | block);
    policy policy-name (stateful | stateless);
}

Hierarchy Level

content_copy zoom_out_map
[edit forwarding-options access-security router-advertisement-guard]

Description

Configure IPv6 Router Advertisement (RA) guard on an interface. In an IPv6 deployment, RA guard protects against rogue RA messages generated either maliciously or unintentionally by unauthorized or improperly configured routers connecting to the network segment. An RA guard policy is used to validate incoming RA messages on the basis of whether they match the conditions defined in a policy.

Before you can configure RA guard on an interface, you must first configure a policy at the [edit forwarding-options access-security router-advertisement-guard] hierarchy level. The policy is then applied to an interface at the [edit forwarding-options access-security router-advertisement-guard interface interface-name] hierarchy level.

Note:

If you apply an RA guard policy on an interface, you must enable RA guard on the VLAN that is associated with that interface by using the vlan statement at the [edit forwarding-options access-security router-advertisement-guard] hierarchy level.

The remaining statements are explained separately. See CLI Explorer.

Options

interface-name

Configure RA guard parameters on the specified interface.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 15.1X53-D55.

footer-navigation