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 ancp summary neighbor

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show ancp summary neighbor
<ip-address ip-address | system-name mac-address>

Description

Display a summary of the counts and states for all ANCP neighbors and of the neighbor’s subscribers when you specify a particular neighbor.

Options

ip-address ip-address

(Optional) IP address of the ANCP neighbor (access node).

system-name mac-address

(Optional) MAC address of the ANCP neighbor (access node).

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show ancp summary command. Output fields are listed in the approximate order in which they appear.

Table 1: show ancp summary neighbor Output Fields

Field Name

Field Description

Configured

Number of ANCP neighbors in the Configured state; that is, that have been configured but never established.

Establishing

Number of ANCP neighbors in the Establishing state; that is, where negotiations are in progress.

Established

Number of ANCP neighbors in the Established state; that is, where negotiations have succeeded and the ANCP session has been established.

Not Estblshd

Number of ANCP neighbors in the Not Estblshd state; that is, that have lost a previously established adjacency and are ready to begin negotiations.

Total

Total number of ANCP neighbors; sum of neighbors in the Configured, Establishing, Established, and Not Estblshd states.

Showtime

Number of DSL lines for the neighbor in Showtime state.

Idle

Number of DSL lines for the neighbor in Idle state.

Silent

Number of DSL lines for the neighbor in Silent state.

Unknown

Number of DSL lines for the neighbor where the state is not Showtime, Idle, or Silent.

Total

Total number of DSL lines (ANCP subscribers); sum of DSL lines in the Showtime, Idle, Silent, and Unknown states.

Sample Output

show ancp summary neighbor

content_copy zoom_out_map
user@host> show ancp summary neighbor

Neighbors Summary:
  Configured  Establishing  Established  Not Established     Total
  ----------  ------------  -----------  ---------------  ----------
          22             0            2                0          24

show ancp summary neighbor (IP Address)

content_copy zoom_out_map
user@host> show ancp summary neighbor ip-address 192.168.10.1

Neighbor Summary:192.168.10.1 status Established

Subscribers Summary:
  Show Time     Idle      Silent     Unknown     Total
  ---------- ---------- ----------- ---------- ----------
           6          0           0          0          6

show ancp summary neighbor (MAC Address)

content_copy zoom_out_map
user@host> show ancp summary neighbor system-name 00:00:5E:00:53:02

Neighbor Summary:00:00:5E:00:53:02 status Established

Subscribers Summary:
  Show Time     Idle      Silent     Unknown     Total
  ---------- ---------- ----------- ---------- ----------
           5          1           2          0          8

Release Information

Command introduced in Junos OS Release 13.1.

footer-navigation