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

show access-security slaac-snooping statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show access-security slaac-snooping statistics
<interface (interface-name | all>

Description

Display the statistics for IPv6 clients using stateless address auto-configuration (SLAAC). SLAAC snooping extracts address information from Duplicate Address Detection (DAD) packets exchanged during the SLAAC process to build the SLAAC snooping table. The IPv6-MAC address bindings in this table are used to inspect and validate NDP/IP packets sent by IPv6 clients using SLAAC.

Options

interface (interface-name | all)

Display the SLAAC snooping statistics for the specified interface or for all interfaces.

logical-system logical-system-name

Display the SLAAC snooping statistics for the specified logical system.

routing-instance routing-instance-name

Display the SLAAC snooping statistics for the specified routing instance.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show access-security slaac-snooping statistics command. Output fields are listed in the approximate order in which they appear.

Table 1: show access-security slaac-snooping statistics Output Fields

Field Name

Field Description

Statistics

Statistics for SLAAC snooping.

  • DAD request queued—Number of Duplicate Address Detection (DAD) requests queued.

  • Confirmed bindings—Number of SLAAC snooping address bindings in confirmed state.

  • Decline bindings—Number of SLAAC snooping address bindings declined.

  • Conflicting DAD entries—Number of address conflicts found by DAD.

  • NS request queued—Number of Neighbor Solicitation requests queued.

  • AUTO DAD packet tx—Number of auto-DAD packets transmitted.

Packets dropped

Number of packets not considered for SLAAC snooping because of errors.

  • Total—Total number of packets discarded by SLAAC snooping.

  • Bad read—Number of packets discarded because they could not be read.

  • No configuration—Number of packets discarded because they did not have a valid configuration.

  • No VLAN—Number of packets discarded because they did not belong to a valid VLAN.

  • No interface—Number of packets discarded because they did not belong to a valid interface.

  • Request rx on trusted port—Number of packets discarded because a Request message was received on a trusted port.

Interface statistics (interface detail)

Statistics for the specified interface.

  • Interface name—Name of the interface.

  • NA-PKT-RX—Number of Neighbor Advertisement requests received.

  • NA-PKT-TX—Number of Neighbor Advertisement requests transmitted.

Sample Output

show access-security slaac-snooping statistics

content_copy zoom_out_map
user@device> show access-security slaac-snooping statistics             
Statistics:
---------------
DAD request queued                      4
Confirmed bindings                      4
Decline bindings                        0
Conflicting DAD entries                 0
NS request queued                       2
AUTO DAD packet tx                      2

Packets dropped:
---------------
Total                                   4
Bad Read                                0
No configuration                        0
No VLAN                                 0
No interface                            0
Request rx on Trusted port              0

show access-security slaac-snooping statistics interface ge-0/0/40

content_copy zoom_out_map
user@device> show access-security slaac-snooping statistics interface ge-0/0/40 
	Interface Statistics:
	---------------------
	Interface Name             NA-PKT-RX          NA-PKT-TX
	ge-0/0/35.0                0                  0
	ge-0/0/41.0                0                  0
	ge-0/0/40.0                6                  0

Release Information

Command introduced in Junos OS Release 19.2R1.

footer-navigation