a Commands

aa-anl-list

aa-anl-list

Syntax

aa-anl-list [congested-only] [sort-type { top-by-subs | top-by-rate} [isa mda-id]

aa-anl-list summary

Context

[Tree] (tools>dump>app-assure>group aa-anl-list)

Full Context

tools dump application-assurance group aa-anl-list

Description

This command displays the list of active ANLs detected by AA along with the associated conditions (for example, congestion, measured rate, and number of subscribers).

Parameters

congested-only

Specifies only congested ANLs.

sort-type

Filters by the specified sub-type.

Values

top-by-subs — Displays the top ANLs sorted by measured ANL bandwidth.

top-by-rate — Displays the top ANLs sorted by those ANLs that have the highest number of subscribers.

mda-id

Specifies the slot and MDA in the format slot/mda.

Values

slot—1 to 10

mda—1 or 2

summary

Displays summary information.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following output displays aa-anl-list information.

Sample Output
A:Dut-C# tools dump application-assurance group 120:10 aa-anl-list 
============================================================================
Application-Assurance Access Network Location List: Group 120:10, ISA 3/1
============================================================================
Type          Location                Congestion State     Rate (kbps) Subscribers
----------------------------------------------------------------------------
AP-MAC+VLAN   23:89:be:c2:64:50+1034  RTT Limits Exceeded  21961       113
AP-MAC+VLAN   83:2d:3d:73:c4:9a+4090  RTT Limits Exceeded  15963       86
AP-MAC+VLAN   f2:ee:cc:47:71:f7+0034  Not Congested        6147        12
============================================================================

aa-interface

aa-interface

Syntax

aa-interface isa mda-id

Context

[Tree] (show>app-assure>group aa-interface)

Full Context

show application-assurance group aa-interface

Description

This command displays AA interface information.

Parameters

mda-id

Specifies the MDA ID.

Values

<mda-id>

<slot>/<mda>

slot

[1 to 10] (depending on platform)

mda

[1 to 2]

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

aa-sub

aa-sub

Syntax

aa-sub esm sub-ident-string [snapshot]

aa-sub esm-mac esm-mac-name [snapshot]

aa-sub sap sap-id

aa-sub spoke-id sdp-id:vc-id [ snapshot]

aa-sub transit transit-aasub-name [snapshot]

Context

[Tree] (show>app-assure>group aa-sub)

Full Context

show application-assurance group aa-sub

Description

This command displays per-subscriber statistics.

Parameters

esm sub-ident-string

Specifies an existing subscriber identification string.

esm-mac esm-mac-name

Specifies an existing subscriber MAC.

sap sap-id

Specifies the physical port identifier portion of the SAP definition.

spoke-id sdp-id:vc-id

Specifies the spoke SDP ID and VC ID.

Values

1 to 17407

1 to 4294967295

snapshot

Specifies that the statistics retrieved include the sum of the statistics from the previous collection windows, and the statistics for any closed flows since the last collection window.

transit transit-aasub-name

Specifies an existing transit subscriber name string up to 32 characters in length.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following is an example of show output for the aa-sub command.

Sample Output
*A:Dut-C# show application-assurance group 1 aa-sub spoke-sdp 1:1 snapshot application count 
===============================================================================
Application-Assurance Subscriber 1:1 (spoke-sdp)
Application Statistics (snapshot)
===============================================================================
Application                      Disc Octets          Packets       Flows
-------------------------------------------------------------------------------
Unknown                            0% 0               0             0
===============================================================================
*A:Dut-C# 


show application-assurance group 1 aa-sub {esm <sub-ident-string> | esm-mac <esm-mac-name> | sap <sap-id> | spoke-sdp <sdp-id:vc-id> } summary
===============================================================================
Application-Assurance Subscriber summary (realtime | snapshot)
===============================================================================
AA-Subscriber        : <sub-ident-string> or <sap-id> or <sdp-id:vc-id> 
ISA assigned         : <Slot/MDA> Unassigned
App-Profile          : <app-profile-name>
App-Profile divert   : Yes or No
capacity-cost        : 100 // for sap/spoke-sdp & esm aa-sub)
Traffic                   Octets            Packets         Flows
-------------------------------------------------------------------------------
Admitted from subscriber: 0                 0               0
Denied from subscriber:   0                 0               0
Active flows from subscriber:                               0
Admitted to subscriber:   0                 0               0
Denied to subscriber:     0                 0               0
Active flows to subscriber:                                 0
Total flow duration:      0 seconds
Terminated flows:                                           0
Short Duration flows:                                       0
Medium Duration flows:                                      0
Long Duration flows:                                        0

Top App-Groups            Octets            Packets         Flows
-------------------------------------------------------------------------------
<app-group-name>          100000            3000            30
<app-group-name>          90000             3000            30
<app-group-name>          80000             3000            30
-------------------------------------------------------------------------------
Application Service Options (ASO)
-------------------------------------------------------------------------------
Characteristic                   Value                            Derived from 
-------------------------------------------------------------------------------
Server                           Block                            default      
ServiceBw                        SuperUser                        app-profile  
Teleworker                       Yes                              override     
VideoBoost                       Priority                         override     

Total characteristics            : 4
Total derived from aso defaults  : 1
Total derived from app-profile   : 1
Total derived from overrides     : 2
-------------------------------------------------------------------------------


A:ALA-IPD# show application-assurance group 1 aa-sub {esm <sub-ident-string> 
| esm-mac <esm-mac-name> | sap <sap-id> | spoke-sdp <sdp-id:vc-id> | transit 
<transit-aasub-name>} summary
===============================================================================
Application-Assurance Subscriber summary (realtime | snapshot)
==============================================================================
AA-Subscriber       : 1:1 (spoke-sdp)
ISA assigned        : 3/1
App-Profile         : app_prof_D_4
App-Profile divert  : Yes
Capacity cost       : 1
-------------------------------------------------------------------------------
Traffic                   Octets            Packets         Flows
-------------------------------------------------------------------------------
Admitted from subscriber: 0                 0               0
Denied from subscriber:   0                 0               0
Active flows from subscriber:                               0
Admitted to subscriber:   0                 0               0
Denied to subscriber:     0                 0               0
Active flows to subscriber:                                 0
Total flow duration:      0 seconds
Terminated flows:                                           0
Short Duration flows:                                       0
Medium Duration flows:                                      0
Long Duration flows:                                        0

Top App-Groups            Octets            Packets         Flows
-------------------------------------------------------------------------------
<app-group-name>          100000            3000            30
<app-group-name>          90000             3000            30
<app-group-name>          80000             3000            30
===============================================================================
A:ALA-IPD# 

A:ALA-IPD# show application-assurance group 1 aa-sub transit <transit-aasub-name> 
summary
===============================================================================
Application-Assurance Subscriber summary (realtime | snapshot)
===============================================================================
AA-Subscriber        : <transit-aasub-name>
App-Profile          : <app-profile-name>

aa-filter            : aa-ip <aa-ip-filter-id> or aa-prefix <aa-prefix-filter-id>
    Parent               : SAP <sap-id> or Spoke-SDP <id> or N/A
    Parent ISA assigned  : <Slot/MDA> or <None (fail-to-closed | fail-to-open)> or 
Unassigned or N/A
    Parent app-profile   : <app-profile-name> or N/A
    Parent divert        : Yes or No or N/A
    Parent capacity-cost : 2000 or N/A
Traffic                   Octets            Packets         Flows
-------------------------------------------------------------------------------
Admitted from subscriber: 0                 0               0
Denied from subscriber:   0                 0               0
Active flows from subscriber:                               0
Admitted to subscriber:   0                 0               0
Denied to subscriber:     0                 0               0
Active flows to subscriber:                                 0
Total flow duration:      0 seconds
Terminated flows:                                           0
Short Duration flows:                                       0
Medium Duration flows:                                      0
Long Duration flows:                                        0

Top App-Groups            Octets            Packets         Flows
-------------------------------------------------------------------------------
<app-group-name>          100000            3000            30
<app-group-name>          90000             3000            30
<app-group-name>          80000             3000            30
===============================================================================
A:ALA-IPD# 
show application-assurance group 1 aa-sub {esm <sub-ident-string> | esm-mac <esm-mac-name> |sap <sap-id> | spoke-sdp <sdp-id:vc-id> | transit <transit-aasub-name>} count


A:ALA-IPD# show application-assurance group 1 aa-sub {esm <sub-ident-string> | esm-mac <esm-mac-name> | sap <sap-id> | spoke-sdp <sdp-id:vc-id> | transit <transit-aasub-name>} snapshot
count
===============================================================================
Application-Assurance Subscriber esm|sap|spoke-sdp|transit <name>
Application Group, Application and Protocol Statistics (realtime | snapshot)
===============================================================================
Application Group                Disc Octets          Packets       Flows
-------------------------------------------------------------------------------
Games                              0% 0               0             0
Mail                               0% 0               0             0
Peer to Peer                       0% 0               0             0
Unknown                            0% 0               0             0
Web                                0% 0               0             0
===============================================================================
Application                      Disc Octets          Packets       Flows
-------------------------------------------------------------------------------
SIP                                0% 0               0             0
-------------------------------------------------------------------------------
Protocol statistics are not configured in statistics>aa-sub
===============================================================================
A:ALA-IPD# 


A:ALA-IPD# show application-assurance group 1 aa-sub {esm <sub-ident-string> | esm-mac <esm-mac-name> | sap <sap-id> | spoke-sdp <sdp-id:vc-id> | transit <transit-aasub-name>} 
application count detail
===============================================================================
Application-Assurance Subscriber esm|esm-mac|sap|spoke-sdp|transit <name>
Application Statistics (realtime | snapshot)
===============================================================================
    Subscriber                        Application:
Type                      Octets            Packets         Flows
-------------------------------------------------------------------------------
    name                              SIP:
Admitted from subscriber: 0                 0               0
Denied from subscriber:   0                 0               0
Active flows from subscriber:                               0
Admitted to subscriber:   0                 0               0
Denied to subscriber:     0                 0               0
Active flows to subscriber:                                 0
Max per min from sub:     1000              10
Max per min to sub:       2000              20
Total flow duration:      0 seconds
Terminated flows:                                           0
Short Duration flows:                                       0
Medium Duration flows:                                      0
Long Duration flows:                                        0
===============================================================================
A:ALA-IPD# 

aa-sub

Syntax

aa-sub dsm mac mac-address [snapshot]

aa-sub esm sub-ident-string

aa-sub esm-mac esm-mac-name

aa-sub transit transit-aasub-name

Context

[Tree] (tools>dump>app-assure>group aa-sub)

Full Context

tools dump application-assurance group aa-sub

Description

This command displays AA subscriber information for a specific ISA.

Parameters

esm-mac-name

Specifies the ESM MAC name; a maximum of 32 characters.

mac-address

Specifies the MAC address in xx:xx:xx:xx:xx:xx or xx-xx-xx-xx-xx-xx format.

snapshot

Displays snapshot statistics.

sub-ident-string

Specifies the AA subscriber identifier string, up to 32 characters.

transit-aasub-name

Specifies the AA transit subscriber name, up to 32 characters.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following output display AA subscriber information.

Sample Output
A:Dut-C# tools dump application-assurance group 120:10 aa-sub dsm mac  00:01:02:00:00:00 summary 
============================================================================
Application-Assurance Subscriber Summary (realtime)
============================================================================
MAC                      : 00:01:02:00:00:00 (dsm) 
ISA assigned             : 3/1 
Group                    : 120:10
App-Profile              : AppPro1 
HTTP URL Parameters      : (Not Specified) 
Access Network Location  : 04:7d:be:fb:64:a8+0243 (Not Congested)
ANL Type                 : AP-MAC+VLAN
Last HTTP Notified Time  : N/A 

----------------------------------------------------------------------------
Traffic                        Octets               Packets            Flows
----------------------------------------------------------------------------
From subscriber:
  Admitted                          0                    0                 0
  Denied                            0                    0                 0
  Active flows                                                             0
To subscriber:
  Admitted                          0                    0                 0
  Denied                            0                    0                 0
  Active flows                                                             0
Flow counts:
  Short duration                                                           0
  Med duration                                                             0
  Long duration                                                            0
Total flow duration :  0 seconds

----------------------------------------------------------------------------
Application Service Options (ASO)
----------------------------------------------------------------------------
Characteristic               Value           Derived from
----------------------------------------------------------------------------
Char1                        val10           default
============================================================================

aa-sub

Syntax

aa-sub esm sub-ident-string

aa-sub esm-mac esm-mac-name

aa-sub sap sap-id

aa-sub spoke-id sdp-id:vc-id

aa-sub transit transit-aasub-name

Context

[Tree] (tools>perform>app-assure>group aa-sub)

Full Context

tools perform application-assurance group aa-sub

Description

This command performs application assurance group aa-sub operations.

Parameters

esm sub-ident-string

Specifies an existing subscriber identification string.

esm-mac esm-mac-name

Specifies an existing subscriber MAC.

sap sap-id

Specifies the physical port identifier portion of the SAP definition.

spoke-id sdp-id:vc-id

Specifies the spoke SDP ID and VC ID.

Values

1 to 17407

1 to 4294967295

transit transit-aasub-name

Specifies an existing transit subscriber name string up to 32 characters in length.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

aa-sub-list

aa-sub-list

Syntax

aa-sub-list [isa mda-id]

aa-sub-list policers-exceeded

aa-sub-list summary

Context

[Tree] (show>app-assure>group aa-sub-list)

Full Context

show application-assurance group aa-sub-list

Description

This command displays AA subscriber lists.

Parameters

isa mda-id

Displays the slot and MDA ID.

Values

1 to 10 (depending on chassis model)

1, 2

policers-exceeded

Displays the policer resources which are exceeded.

summary

Displays summary information.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following is an example show output for the aa-sub-list command.

Sample Output
*A:Dut-C# show application-assurance group 74:40346 aa-sub-list summary
=============================================================================
Application-Assurance Subscriber Summary for Group 74:40346
=============================================================================
           all        esm        sap        spoke-sdp  transit    esm-mac
-----------------------------------------------------------------------------
Total      100        0          0          0          0          100       
Overrides  100        0          0          0          0          100       
-----------------------------------------------------------------------------
Total number of aa-subs found                : 100
Total number of aa-subs with overrides found : 100
=============================================================================

*A:Dut-C# show application-assurance group 224:10559 aa-sub-list 
============================================================================
Application-Assurance Subscriber List for Group 224:10559
============================================================================
type      aa-sub                   ISA      App-Profile              divert    
                                   assigned                                    
----------------------------------------------------------------------------
sap       1/1/1:113                3/2      prof_224_10559_1         Yes   
sap       1/1/1:241                3/2      prof_224_10559_1         Yes   
sap       1/1/1:369                3/2      prof_224_10559_1         Yes   
sap       1/1/1:497                3/2      prof_224_10559_1         Yes   
sap       1/1/4:113                3/2      prof_224_10559_2         Yes   
sap       1/1/4:241                3/2      prof_224_10559_2         Yes   
sap       1/1/4:369                3/2      prof_224_10559_2         Yes   
sap       1/1/4:497                3/2      prof_224_10559_2         Yes   
----------------------------------------------------------------------------
Total number of aa-subs found               : 8
============================================================================
*A:Dut-C# 

*A:Dut-C# show application-assurance group 224:10559 aa-sub-list isa 3/2 
============================================================================
Application-Assurance Subscriber List for Group 224:10559, isa 3/2
============================================================================
type      aa-sub                   ISA      App-Profile              divert    
                                   assigned                                    
----------------------------------------------------------------------------
sap       1/1/1:113                3/2      prof_224_10559_1         Yes   
sap       1/1/1:241                3/2      prof_224_10559_1         Yes   
sap       1/1/1:369                3/2      prof_224_10559_1         Yes   
sap       1/1/1:497                3/2      prof_224_10559_1         Yes   
sap       1/1/4:113                3/2      prof_224_10559_2         Yes   
sap       1/1/4:241                3/2      prof_224_10559_2         Yes   
sap       1/1/4:369                3/2      prof_224_10559_2         Yes   
sap       1/1/4:497                3/2      prof_224_10559_2         Yes   
----------------------------------------------------------------------------
Total number of aa-subs found               : 8
============================================================================
*A:Dut-C# 

A:ALA-IPD# show application-assurance group 2 aa-sub-list [isa <mda-id>] 
===========================================================================
Application-Assurance Subscriber List for Group 2, isa <slot/mda>
===========================================================================
type      aa-sub                   ISA      App-Profile              divert    
                                   assigned                                    
---------------------------------------------------------------------------
group 2:50
---------------------------------------------------------------------------
esm       Bob                      3/1      Grp2P50appProf1          Yes   
esm       Fred                     1/1      Grp2P50appProf2          Yes   
sap       1/2/9                    3/1      Grp2P50appProf1          Yes   
sap       1/2/10                   1/1      Grp2P50appProf2          Yes   
spoke-sdp 1:7                      1/1      Grp2P50appProf1          Yes   
spoke-sdp 2:101                    3/1      Grp2P50appProf2          Yes   
esm-mac   Sub3-000102030405        1/1      Grp2P50appProf2          Yes   
---------------------------------------------------------------------------
group 2:32656
---------------------------------------------------------------------------
esm       Alex                     1/1      appProf1                 Yes   
esm       Sub1                     3/1      Lite                     Yes   
esm       Max                      3/1      appProf1                 Yes   
esm       tcpr_sub                 1/1      appProf2                 Yes   
sap       1/2/5                    3/1      appProf1                 Yes   
sap       1/2/6                    1/1      appProf1                 Yes   
sap       2/2/4:111                1/1      Power                    Yes   
spoke-sdp 1:6                      1/1      appProf1                 Yes   
spoke-sdp 2:100                    3/1      appProf2                 Yes   
esm-mac   Sub4-000203040506        3/1      appProf2                 Yes
---------------------------------------------------------------------------
Number of aa-subs found in group 2:50       : 6
Number of aa-subs found in group 2:32656    : 9
Total number of aa-subs found               : 15
===========================================================================
A:ALA-IPD#


A:ALA-IPD# show application-assurance group 2:32656 aa-sub-list [isa <mda-id>
=========================================================================
Application-Assurance Subscriber List for Group 2:32656, isa <slot/mda>
=========================================================================
type    aa-sub                      ISA      App-Profile              divert   
                                    assigned                                  
-------------------------------------------------------------------------
esm       Alex                      1/1      appProf1                 Yes   
esm       Sub1                      3/1      Lite                     Yes   
esm       Max                       3/1      appProf1                 Yes   
esm       tcpr_sub                  1/1      appProf2                 Yes   
sap       1/2/5                     3/1      appProf1                 Yes   
sap       1/2/6                     1/1      appProf1                 Yes   
sap       2/2/4:111                 1/1      Power                    Yes
spoke-sdp 2:100                     1/1      appProf8                 Yes   
esm-mac   diameter_esm-000100000001 3/2      appProf2                 Yes
esm-mac   diameter_esm-000100000002 3/2      appProf2                 Yes
-------------------------------------------------------------------------
Number of aa-subs : 8
=========================================================================
A:ALA-IPD#

*A:Dut-C# show application-assurance group 74 aa-sub-list isa 3/2 
==============================================================================
Application-Assurance Subscriber List for Group 74, isa 3/2
==============================================================================
type      aa-sub                    ISA       App-Profile              divert
                                    assigned                           
------------------------------------------------------------------------------
group 74:40346
------------------------------------------------------------------------------
esm-mac   diameter_esm-000100000001 3/2      appProf2                  Yes
esm-mac   diameter_esm-000100000002 3/2      appProf2                  Yes

aa-sub-list

Syntax

aa-sub-list [filter-by-type sub-type] [ isa mda-id] quarantined-only

aa-sub-list [filter-by-type sub-type] [ isa mda-id] policers-exceeded

aa-sub-list summary

Context

[Tree] (tools>dump>app-assure>group aa-sub-list)

Full Context

tools dump application-assurance group aa-sub-list

Description

This command displays the AA subscriber list for a specific ISA.

Parameters

filter-by-type sub-type

Filters by the specified sub-type.

Values

dsm, esm, esm-mac, sap, spoke-sdp, transit

mda-id

Specifies the slot and MDA in the format slot/mda.

Values

slot—1 to 10

mda—1 or 2

summary

Displays summary information.

quarantined-only

Displays the AA subscribers that are under quarantine.

policers-exceeded

Displays subscribers that have exceeded policer resources.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following output displays AA subscriber list information.

Sample Output
*A:Dut-C#  tools dump application-assurance group 1 aa-sub-list quarantined-only
===============================================================================
Application-Assurance Sub List (quarantined): Group 1, ISA 3/1
===============================================================================
Type          AA-Sub                         App Profile                  Part
                                                                          Id
              (Quarantined Since)            (Last Quarantine Event)
-------------------------------------------------------------------------------
esm           Sub1                           app-profile-1                0
              (01/30/2018 14:25:22)          (01/30/2018 15:27:3)
spoke-Sdp     1000:150                       app-profile-2                0
              (01/30/2018 13:25:22)          (01/30/2018 16:27:3)
esm-mac       Sub3-000102030405              app-profile-1                0
              (01/30/2018 12:25:22)          (01/30/2018 17:27:3)
transit       t1                             app-profile-4                0
              (01/30/2018 11:25:22)          (01/30/2018 18:27:3)
-------------------------------------------------------------------------------
Number of AA Subscribers  : 4


*A:Dut-C# tools dump application-assurance group 1 aa-sub-list summary 
==========================================================================
Application-Assurance Subscriber Summary for Group 1, ISA 5/2
==========================================================================
             all      esm      sap      spoke-   transit  dsm      esm-mac
                                        sdp                        
--------------------------------------------------------------------------
Total        0        0        0        0        0        0        0       
Overrides    0        0        0        0        0        0        0       
Pol Exceeded 0        0        0        0        0        0        0       
Congested    0        0        0        0        0        0        0    
Quarantined  0        0        0        0        0        0        0       
   
--------------------------------------------------------------------------
Total number of aa-subs found                                 : 0
Total number of aa-subs with overrides found                  : 0
Total number of aa-subs with policer resources exceeded found : 0
Total number of congested aa-subs found                       : 0
Total number of quarantined aa-subs found                     : 0
==========================================================================

aa-sub-search

aa-sub-search

Syntax

aa-sub-search search-type granularity [direction direction] [max-count max-count]

Context

[Tree] (tools>dump>app-assure>group aa-sub-search)

Full Context

tools dump application-assurance group aa-sub-search

Description

This command displays AA aa-sub information.

Parameters

search-type

Specifies the type of search.

Values

top

granularity

Specifies the granularity of the search.

Values

bytes, packets, flows

direction direction

Specifies the network/subscriber direction.

Values

from-sub, to-sub, both

max-count max-count

Specifies the maximum flows to display.

Values

1 to 100

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following output display AA aa-sub information.

Sample Output
A:Dut-C#  tools dump application-assurance group 74 aa-sub-search top bytes 
===============================================================================
Application-Assurance aa-sub search for Group 74: Top 10 by bytes (both)
===============================================================================
Entry isa   SubType     SubName                            
         From-sub-count   To-sub-count         Group:Partition Interval(UTC)        
1     3/2   esm-mac     "diameter_esm-000100000001"        
         40               42                   74:40346        "01/13/2017 14:39:18"
2     3/2   esm-mac     "diameter_esm-000100000002"        
         40               42                   74:40346        "01/13/2017 14:39:18"
3     3/2   esm-mac     "diameter_esm-000100000003"        
         40               42                   74:40346        "01/13/2017 14:39:18"
4     3/2   esm-mac     "diameter_esm-000100000004"        
         40               42                   74:40346        "01/13/2017 14:39:18"
5     3/2   esm-mac     "diameter_esm-000100000005"        
         40               42                   74:40346        "01/13/2017 14:39:18"
6     3/2   esm-mac     "diameter_esm-000100000006"        
         40               42                   74:40346        "01/13/2017 14:39:18"
7     3/2   esm-mac     "diameter_esm-000100000007"        
         40               42                   74:40346        "01/13/2017 14:39:18"
8     3/2   esm-mac     "diameter_esm-000100000008"        
         40               42                   74:40346        "01/13/2017 14:39:18"
9     3/2   esm-mac     "diameter_esm-000100000009"        
         40               42                   74:40346        "01/13/2017 14:39:18"
10    3/2   esm-mac     "diameter_esm-00010000000a"        
         40               42                   74:40346        "01/13/2017 14:39:18"

Total number of aa-subs found:  10

aa-sub-study

aa-sub-study

Syntax

aa-sub-study esm sub-ident-string [snapshot]

aa-sub-study esm-mac esm-mac-name [snapshot]

aa-sub-study sap sap-id [snapshot]

aa-sub-study spoke-sdp sdp-id:vc-id [snapshot]

aa-sub-study transit transit-aasub-name [ snapshot]

Context

[Tree] (show>app-assure>group aa-sub-study)

Full Context

show application-assurance group aa-sub-study

Description

This command displays per-subscriber special study statistics.

Parameters

esm sub-ident-string

Specifies an existing subscriber identification string.

esm-mac esm-mac-name

Specifies an existing subscriber MAC.

sap sap-id

Specifies the physical port identifier portion of the SAP definition.

spoke-id sdp-id:vc-id

Specifies the spoke SDP ID and VC ID.

Values

1 to 17407

1 to 4294967295

snapshot

Specifies that the statistics retrieved include the sum of the statistics from the previous collection windows, and the statistics for any closed flows since the last collection window.

transit transit-aasub-name

Specifies an existing transit subscriber name string.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

aa-sub-using

aa-sub-using

Syntax

aa-sub-using

aa-sub-using app-profile app-profile-name

Context

[Tree] (show>service aa-sub-using)

Full Context

show service aa-sub-using

Description

This command displays the subscribers and associated services diverted to Application Assurance using a specific app profile name.

Parameters

app-profile-name

Specifies the application profile name.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following is an example show output for the aa-sub-using command.

Sample Output
*A:Dut-C# show service aa-sub-using 
===============================================================================
Aa-Subscribers
===============================================================================
aa-sub-type  aa-sub-name                      app-profile-name
-------------------------------------------------------------------------------
esm-mac      diameter_esm-000100000001        app-prof~%;&+-!?
esm-mac      diameter_esm-000100000002        app-prof~%;&+-!?
....
esm-mac      diameter_esm-000100000064        app-prof~%;&+-!?
-------------------------------------------------------------------------------
Number of ESM subs                  : 0
Number of ESM mac subs              : 100
Number of SAP subs                  : 0
Number of Spoke-Sdp subs            : 0
Number of Transit subs              : 0
Total number of aa-subs             : 100
-------------------------------------------------------------------------------

aaa

aaa

Syntax

aaa

Context

[Tree] (clear aaa)

Full Context

clear aaa

Description

Commands in this context clear authentication, authorization, and accounting data.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

aaa

Syntax

aaa

Context

[Tree] (show aaa)

Full Context

show aaa

Description

Commands in this context display authentication, authorization, and accounting data.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

aaa

Syntax

aaa

Context

[Tree] (tools>dump aaa)

Full Context

tools dump aaa

Description

Commands in this context dump authentication, authorization, and accounting information.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

aaa

Syntax

aaa

Context

[Tree] (tools>perform aaa)

Full Context

tools perform aaa

Description

Commands in this context perform AAA operations.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

aal-5

aal-5

Syntax

aal-5 [interval seconds] [ repeat repeat] [absolute| rate]

Context

[Tree] (monitor>port>atm aal-5)

Full Context

monitor port atm aal-5

Description

This command monitors ATM AAL-5 statistics.

Parameters

seconds

Configures the interval for each display in seconds.

Values

3 to 60

Default

10

repeat

Configures how many times the command is repeated.

Values

1 to 999

Default

10

absolute

Displays raw statistics, without processing. No calculations are performed on the delta or rate statistics.

rate

Displays rate-per-second for each statistic instead of the delta.

Platforms

7450 ESS, 7750 SR-7/12/12e, 7750 SR-a, 7750 SR-e, 7950 XRS

aal-5

Syntax

aal-5 [interval seconds] [ repeat repeat] [absolute| rate]

Context

[Tree] (monitor>port>atm>pvc aal-5)

Full Context

monitor port atm pvc aal-5

Description

This command monitors ATM PVC AAL-5 statistics.

Parameters

seconds

Configures the interval for each display in seconds.

Values

3 to 60

Default

10

repeat

Configures how many times the command is repeated.

Values

1 to 999

Default

10

absolute

Displays raw statistics, without processing. No calculations are performed on the delta or rate statistics.

rate

Displays rate-per-second for each statistic instead of the delta.

Platforms

7450 ESS, 7750 SR-7/12/12e, 7750 SR-a, 7750 SR-e, 7950 XRS

aarp

aarp

Syntax

aarp

aarp aarpId

Context

[Tree] (show>app-assur aarp)

Full Context

show application-assurance aarp

Description

This command displays the Application Assurance Redundancy Protocol (AARP) instance status.

Parameters

aarpId

Specifies an integer that identifies an AARP instance.

Values

1 to 65535

detail

Displays detailed information.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

aarp

Syntax

aarp aarpId event-history [clear]

Context

[Tree] (tools>dump>application-assurance aarp)

Full Context

tools dump application-assurance aarp

Description

This command dumps application-assurance AARP information for a specified instance.

Parameters

aarpId

Specifies the AARP ID.

Values

1 to 65535

event-history

Dumps historical information for the instance.

clear

Clears the event history after reading.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

aarp

Syntax

aarp aarpId force-evaluate

Context

[Tree] (tools>perform>app-assure aarp)

Full Context

tools perform application-assurance aarp

Description

This command performs Application Assurance Redundancy Protocol instance operations.

Parameters

aarpId

Specifies an integer that identifies an AARP instance.

Values

1 to 65535

force-evaluate

Forces a re-evaluation of the preferred AARP instance.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

abort-startup-wait

abort-startup-wait

Syntax

abort-startup-wait

Context

[Tree] (tools>perform>router>dhcp6>server>pool>failover abort-startup-wait)

[Tree] (tools>perform>router>dhcp6>server>failover abort-startup-wait)

[Tree] (tools>perform>router>dhcp>server>pool>failover abort-startup-wait)

[Tree] (tools>perform>router>dhcp>server>failover abort-startup-wait)

Full Context

tools perform router dhcp6 local-dhcp-server pool failover abort-startup-wait

tools perform router dhcp6 local-dhcp-server failover abort-startup-wait

tools perform router dhcp local-dhcp-server pool failover abort-startup-wait

tools perform router dhcp local-dhcp-server failover abort-startup-wait

Description

This command aborts the running start-up-wait time, forcing the DCHP server to transition immediately to the COMMUNICATIONS-INTERRUPTED state.

The start-up-wait time is started after a boot to enable two redundant routers to synchronize the DHCP server lease database before transitioning to the (PRE-)NORMAL state when the last state record from the peer is synchronized. If the last state record is not received before the start-up-wait time expires, it is assumed that the remote DHCP server is not operational and the DHCP server goes in COMMUNICATIONS-INTERRUPTED state.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

access-group

access-group

Syntax

access-group [group-name]

Context

[Tree] (show>system>security access-group)

Full Context

show system security access-group

Description

This command displays SNMP access group information.

Parameters

group-name

This command displays information for the specified access group.

Platforms

All

Output

The following is an example of access group information.

Show System Security Access Group Output Fields describes security access group output fields.

Sample Output
A:ALA-4# show system security access-group
===============================================================================
Access Groups                                                                  
===============================================================================
group name        security  security  read          write         notify       
                  model     level     view          view          view         
-------------------------------------------------------------------------------
snmp-ro           snmpv1    none      no-security                 no-security  
snmp-ro           snmpv2c   none      no-security                 no-security  
snmp-rw           snmpv1    none      no-security   no-security   no-security  
snmp-rw           snmpv2c   none      no-security   no-security   no-security  
snmp-rwa          snmpv1    none      iso           iso           iso          
snmp-rwa          snmpv2c   none      iso           iso           iso          
snmp-trap         snmpv1    none                                  iso          
snmp-trap         snmpv2c   none                                  iso          
===============================================================================
A:ALA-7#
Table 1. Show System Security Access Group Output Fields

Label

Description

Group name

The access group name.

Security model

The security model required to access the views configured in this node.

Security level

Specifies the required authentication and privacy levels to access the views configured in this node.

Read view

Specifies the variable of the view to read the MIB objects.

Write view

Specifies the variable of the view to configure the contents of the agent.

Notify view

Specifies the variable of the view to send a trap about MIB objects.

access-group

Syntax

access-group group-name

Context

[Tree] (show>system>security access-group)

Full Context

show system security access-group

Description

This command displays access-group information.

Platforms

All

Output

The following is an example of access group information.

Show System Security Access-Group Output Fields describes the access-group output fields.

Sample Output
A:ALA-1# show system security access-group
===============================================================================
Access Groups
===============================================================================
group name        security  security  read          write         notify
                  model     level     view          view          view
-------------------------------------------------------------------------------
snmp-ro           snmpv1    none      no-security                 no-security
snmp-ro           snmpv2c   none      no-security                 no-security
snmp-rw           snmpv1    none      no-security   no-security   no-security
snmp-rw           snmpv2c   none      no-security   no-security   no-security
snmp-rwa          snmpv1    none      iso           iso           iso
snmp-rwa          snmpv2c   none      iso           iso           iso
snmp-trap         snmpv1    none                                  iso
snmp-trap         snmpv2c   none                                  iso
-------------------------------------------------------------------------------
No. of Access Groups: 8
===============================================================================
A:ALA-1#


A:ALA-1# show system security access-group detail
===============================================================================
Access Groups
===============================================================================
group name        security  security  read          write         notify
                  model     level     view          view          view
-------------------------------------------------------------------------------
snmp-ro           snmpv1    none      no-security                 no-security
-------------------------------------------------------------------------------
No. of Access Groups: 
...
===============================================================================
A:ALA-1#
Table 2. Show System Security Access-Group Output Fields

Label

Description

Group name

The access group name.

Security model

The security model required to access the views configured in this node.

Security level

Specifies the required authentication and privacy levels to access the views configured in this node.

Read view

Specifies the view to read the MIB objects.

Write view

Specifies the view to configure the contents of the agent.

Notify view

Specifies the view to send a trap about MIB objects.

No. of access groups

The total number of configured access groups.

accounting-policy

accounting-policy

Syntax

accounting-policy [acct-policy-id] [access | network] [associations]

Context

[Tree] (show>log accounting-policy)

Full Context

show log accounting-policy

Description

This command displays accounting policy information.

Parameters

policy-id

Specifies the policy ID that uniquely identifies the accounting policy, expressed as a decimal integer.

Values

1 to 99

access

Specifies to only display access accounting policies.

network

Specifies to only display network accounting policies.

association

Displays accounting-policy associations.

Platforms

All

Output

The following is an example of accounting policy information.

Show Accounting Policy Output Fields describes accounting policy output fields.

Sample Output
A:ALA-1# show log accounting-policy
==============================================================================
Accounting Policies
==============================================================================
Policy Type    Def Admin Oper  Intvl     File Record Name
Id                 State State           Id
------------------------------------------------------------------------------
1      network No  Up    Up    15        1    network-ingress-packets
2      network Yes Up    Up    15        2    network-ingress-octets
10     access  Yes Up    Up    5         3    complete-service-ingress-egress
==============================================================================
A:ALA-1#


A:ALA-1# show log accounting-policy 10
==============================================================================
Accounting Policies
==============================================================================
Policy Type    Def Admin Oper  Intvl     File Record Name
Id                 State State           Id
------------------------------------------------------------------------------
10     access  Yes Up    Up    5         3 complete-service-ingress-egress

Description : (Not Specified)

This policy is applied to:
    Svc Id: 100  SAP : 1/1/8:0     Collect-Stats
    Svc Id: 101  SAP : 1/1/8:1     Collect-Stats
    Svc Id: 102  SAP : 1/1/8:2     Collect-Stats
    Svc Id: 103  SAP : 1/1/8:3     Collect-Stats
    Svc Id: 104  SAP : 1/1/8:4     Collect-Stats
    Svc Id: 105  SAP : 1/1/8:5     Collect-Stats
    Svc Id: 106  SAP : 1/1/8:6     Collect-Stats
    Svc Id: 107  SAP : 1/1/8:7     Collect-Stats
    Svc Id: 108  SAP : 1/1/8:8     Collect-Stats
    Svc Id: 109  SAP : 1/1/8:9     Collect-Stats
...
==============================================================================
A:ALA-1#

A:ALA-1# show log accounting-policy network
==============================================================================
Accounting Policies
==============================================================================
Policy Type    Def Admin Oper  Intvl     File Record Name
Id                 State State           Id
------------------------------------------------------------------------------
1      network No  Up    Up    15        1    network-ingress-packets
2      network Yes Up    Up    15        2    network-ingress-octets
==============================================================================
A:ALA-1# 


A:ALA-1# show log accounting-policy access
==============================================================================
Accounting Policies
==============================================================================
Policy Type    Def Admin Oper  Intvl     File Record Name
Id                 State State           Id
------------------------------------------------------------------------------
10     access  Yes Up    Up    5         3 complete-service-ingress
==============================================================================
A:ALA-1#
Table 3. Show Accounting Policy Output Fields

Label

Description

Policy ID

The identifying value assigned to a specific policy.

Type

Identifies accounting record type forwarded to the configured accounting file.

access — Indicates that the policy is an access accounting policy.

network — Indicates that the policy is a network accounting policy.

none — Indicates no accounting record types assigned.

Def

Yes — Indicates that the policy is a default access or network policy.

No — Indicates that the policy is not a default access or network policy.

Admin State

Displays the administrative state of the policy.

Up — Indicates that the policy is administratively enabled.

Down — Indicates that the policy is administratively disabled.

Oper State

Displays the operational state of the policy.

Up — Indicates that the policy is operationally up.

Down — Indicates that the policy is operationally down.

Intvl

Displays the interval, in minutes, in which statistics are collected and written to their destination. The default depends on the record name type.

File ID

The log destination.

Record Name

The accounting record name which represents the configured record type.

This policy is applied to

Specifies the entity where the accounting policy is applied.

accounting-records

accounting-records

Syntax

accounting-records

Context

[Tree] (show>log accounting-records)

Full Context

show log accounting-records

Description

This command displays accounting policy record names.

Platforms

All

Output

The following is an example of accounting records output information.

Accounting Policy Output Fields describes accounting records output fields.

Table 4. Accounting Policy Output Fields

Label

Description

Record #

The record ID that uniquely identifies the accounting policy, expressed as a decimal integer.

Record Name

The accounting record name.

Def. Interval

The default interval, in minutes, in which statistics are collected and written to their destination.

Sample Output
Note:

aa, video and subscriber records are not applicable to the 7950 XRS.

# show log accounting-records
===========================================================
Accounting Policy Records
===========================================================
Record # Record Name                        Def. Interval
-----------------------------------------------------------
1        service-ingress-octets             5
2        service-egress-octets              5
3        service-ingress-packets            5
4        service-egress-packets             5
5        network-ingress-octets             15
6        network-egress-octets              15
7        network-ingress-packets            15
8        network-egress-packets             15
9        compact-service-ingress-octets     5
10       combined-service-ingress           5
11       combined-network-ing-egr-octets    15
12       combined-service-ing-egr-octets    5
13       complete-service-ingress-egress    5
14       combined-sdp-ingress-egress        5
15       complete-sdp-ingress-egress        5
16       complete-subscriber-ingress-egress 5
17       aa-protocol                        15
18       aa-application                     15
19       aa-app-group                       15
20       aa-subscriber-protocol             15
21       aa-subscriber-application          15
23       custom-record-subscriber           5
24       custom-record-service              5
25       custom-record-aa-sub               15
26       queue-group-octets                 15
27       queue-group-packets                15
28       combined-queue-group               15
29       combined-mpls-lsp-ingress          5
30       combined-mpls-lsp-egress           5
31       combined-ldp-lsp-egress            5
32       saa                                5
33       video                              10
34       kpi-system                         5
35       kpi-bearer-mgmt                    5
36       kpi-bearer-traffic                 5
37       kpi-ref-point                      5
38       kpi-path-mgmt                      5
39       kci-iom-3                          5
40       kci-system                         5
41       kci-bearer-mgmt                    5
42       kci-path-mgmt                      5
43       complete-kpi                       5
44       complete-kci                       5
45       kpi-bearer-group                   5
46       kpi-ref-path-group                 5
47       kpi-kci-bearer-mgmt                5
48       kpi-kci-path-mgmt                  5
49       kpi-kci-system                     5
50       complete-kpi-kci                   5
51       aa-performance                     15
52       complete-ethernet-port             15
53       extended-service-ingress-egress    5
54       complete-network-ing-egr           15
55       aa-partition                       15
56       complete-pm                        5
63       aa-admit-deny                      15
0        nat-binding-port-block             0
65       network-interface-ingress-octets   15
66       network-interface-egress-octets    15
67       network-interface-ingress-packets  15
68       network-interface-egress-packets   15
69       combined-network-interface-ingress 15
70       combined-network-interface-egress  15
71       complete-network-interface-ing-egr 15
72       access-egress-octets               15
73       access-egress-packets              15
74       combined-access-egress             15
75       combined-network-egress            15
76       complete-service-activation-test   5
77       combined-mpls-srte-egress          5
===========================================================

Default Collection Interval for Accounting Records lists the accounting record names available and the default collection interval.

Table 5. Default Collection Interval for Accounting Records

Record Type

Accounting Record Name

Default Interval

1

service-ingress-octets

5

2

service-egress-octets

5

3

service-ingress-packets

5

4

service-egress-packets

5

5

network-ingress-octets

15

6

network-egress-octets

15

7

network-ingress-packets

15

8

network-egress-packets

15

9

compact-service-ingress-octets

5

10

combined-service-ingress

5

11

combined-network-ing-egr-octets

15

12

combined-service-ing-egr-octets

5

13

complete-service-ingress-egress

5

14

combined-sdp-ingress-egress

5

15

complete-sdp-ingress-egress

5

16

complete-subscriber-ingress-egress

5

17

aa-protocol

15

18

aa-application

15

19

aa-app-group

15

20

aa-subscriber-protocol

15

21

aa-subscriber-application

15

23

custom-record-subscriber

5

24

custom-record-service

5

25

custom-record-aa-sub

15

26

queue-group-octets

15

27

queue-group-packets

15

28

combined-queue-group

15

29

combined-mpls-lsp-ingress

5

30

combined-mpls-lsp-egress

5

31

combined-ldp-lsp-egress

5

32

saa

5

33

video

10

34

kpi-system

5

35

kpi-bearer-mgmt

5

36

kpi-bearer-traffic

5

37

kpi-ref-point

5

38

kpi-path-mgmt

5

39

kci-iom-3

5

40

kci-system

5

41

kci-bearer-mgmt

5

42

kci-path-mgmt

5

43

complete-kpi

5

44

complete-kci

5

45

kpi-bearer-group

5

46

kpi-ref-path-group

5

47

kpi-kci-bearer-mgmt

5

48

kpi-kci-path-mgmt

5

49

kpi-kci-system

5

50

complete-kpi-kci

5

51

aa-performance

15

52

complete-ethernet-port

15

53

extended-service-ingress-egress

5

54

complete-network-ing-egr

15

55

aa-partition

15

56

complete-pm

5

63

aa-admit-deny

15

0

nat-binding-port-block

0

65

network-interface-ingress-octets

15

66

network-interface-egress-octets

15

67

network-interface-ingress-packets

15

68

network-interface-egress-packets

15

69

combined-network-interface-ingress

15

70

combined-network-interface-egress

15

71

complete-network-interface-ing-egr

15

72

access-egress-octets

15

73

access-egress-packets

15

74

combined-access-egress

15

75

combined-network-egress

15

76

complete-service-activation-test

5

77

combined-mpls-srte-egress

5

acct-off

acct-off

Syntax

acct-off [radius-server-policy policy-name] [ force] [acct-terminate-cause number]

Context

[Tree] (tools>perform>aaa acct-off)

Full Context

tools perform aaa acct-off

Description

This command triggers a RADIUS Accounting-Off message:

  • for all radius-server-policies that have acct-on-off configured

  • for the specified radius-server-policy if the acct-on-off is configured

The Accounting-Off message is not sent when the last successful event for the radius server policy was an Accounting-Off message. In this case, an Accounting-On should be sent first. By specifying the keyword force, this is overruled.

Parameters

policy-name

Specifies the radius-server-policy for which the Accounting-Off should be sent.

force

Sends an Accounting-On also if the last successful event was an Accounting-Off.

number

Overrides the default Acct-Terminate-Cause (User-Request) in the Accounting-Off message.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

acct-on

acct-on

Syntax

acct-on [radius-server-policy policy-name] [ force]

Context

[Tree] (tools>perform>aaa acct-on)

Full Context

tools perform aaa acct-on

Description

This command triggers a RADIUS Accounting-On message:

  • for all radius-server-policies that have acct-on-off configured.

  • for the specified radius-server-policy if the acct-on-off is configured

The Accounting-On message is not sent when the last successful event for the RADIUS server policy was an Accounting-On message. In this case, an Accounting-Off should be sent first. By specifying the keyword force, this is overruled.

Parameters

policy-name

Specifies the radius-server-policy for which the Accounting-On should be sent.

force

Sends an Accounting-On also if the last successful event was an Accounting-On.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

acct-on-off-group

acct-on-off-group

Syntax

acct-on-off-group [group-name]

Context

[Tree] (show>aaa acct-on-off-group)

Full Context

show aaa acct-on-off-group

Description

This command displays Acct-On-Off group information and the associated RADIUS server policies.

Parameters

group-name

Displays information pertaining to the specified acct-on-off group.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following output is an example of AAA Acct-On-Off group information.

Sample Output
# show aaa acct-on-off-group "group-1" 
===============================================================================
Acct-On-Off-Group Information
===============================================================================
acct on off group name               : group-1
  - controlling Radius-Server-policy :  
        aaa-server-policy-3
  - monitored by Radius-Server-policy :  
        aaa-server-policy-4
-------------------------------------------------------------------------------
Nbr of Acct-on-off-groups displayed : 1
-------------------------------------------------------------------------------
===============================================================================

Table 6. WiFi Acct-On-Off Field Descriptions

Label

Description

acct on off group name

The name of a RADIUS server policy Accounting-On-Off-Group

controlling Radius-Server-policy

The controlling RADIUS server policy name

monitored by Radius-Server-policy

The policy monitored a RADIUS server policy.

Nbr of Acct-on-off-groups displayed

The RADIUS policy that controls the Acct-On-Off group

accu-stats

accu-stats

Syntax

accu-stats subscriber subscriber-id

Context

[Tree] (show>subscriber-mgmt accu-stats)

Full Context

show subscriber-mgmt accu-stats

Description

This command displays the accumulated statistics for both online and offline statistics.

Parameters

subscriber-id

Specifies the subscriber ID, up to 32 characters.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following is an example of subscriber statistics.

Sample Output
A:active# show subscriber-mgmt accu-stats subscriber home-1
===============================================================================
Subscriber accumulated statistics for "home-1”
===============================================================================

-------------------------------------------------------------------------------
Subscriber accumulated statistics ingress queue 1
-------------------------------------------------------------------------------
                                     packets                octets
-------------------------------------------------------------------------------
Offered high priority                0                      0        
Offered low priority                 0                      0        
Dropped high priority                0                      0    
Dropped low priority                 0                      0        
Forwarded in-profile                 0                      0   
Forwarded out-of-profile             0                      0   
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
Subscriber accumulated statistics egress queue 1
-------------------------------------------------------------------------------
                                     packets                octets
Forwarded in-profile                 0                      0   
Forwarded out-of-profile             0                      0   
Dropped in-profile                   0                      0   
Dropped out-of--profile              0                      0   
-------------------------------------------------------------------------------
===============================================================================

Accumulated Statistics Field Descriptions describes accumulated statistics output fields.

Table 7. Accumulated Statistics Field Descriptions

Field

Description

packets

The number of packets associated with this policy

octets

The number of octets associated with this policy

Offered high priority

The number of offered high priority packets or octets

Offered low priority

The number of offered low priority packets or octets

Dropped high priority

The number of dropped high priority packets or octets

Forwarded in-profile

The number of forwarded in-profile packets or octets

Forwarded out-of-profile

The number of forwarded out-of-profile packets or octets

Dropped in-profile

The number of dropped in-profile packets or octets

Dropped out-of-profile

The number of dropped out-of-profile packets or octets

accu-stats

Syntax

accu-stats active-subs no-accu-stats-policy

accu-stats active-subs sub-profile profile-name

accu-stats inactive-subs

accu-stats subscriber subscriber-id

Context

[Tree] (clear>subscriber-mgmt accu-stats)

Full Context

clear subscriber-mgmt accu-stats

Description

This command removes the accumulated statistics for a subscriber.

Parameters

active-subs no accu-stats-policy

Removes the accumulated statistics that are no longer associated with an accu-stats-policy. These are active subscribers that are referencing a subscriber profile that removed an accu-stats-policy.

active-subs sub-profile profile-name

Removes the accumulated statistics for the specified subscriber profile.

inactive-subs

Removes the accumulated statistics from all inactive subscribers.

profile-name

Specifies the subscriber profile up to 32 characters.

subscriber-id

Specifies the subscriber up to 32 characters.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

accu-stats-policy

accu-stats-policy

Syntax

accu-stats-policy

accu-stats-policy policy-name [associations]

Context

[Tree] (show>subscriber-mgmt accu-stats-policy)

Full Context

show subscriber-mgmt accu-stats-policy

Description

This command displays the configuration of the accumulated statistics policy for the subscriber profile that referenced the accumulated statistics policy.

Parameters

policy-name

Specifies the policy name, up to 32 characters.

associations

Lists the sub-profile that referenced the policy.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following displays subscriber management accumulated statistics information.

Sample Output
A:active# show subscriber-mgmt accu-stats-policy "accu-stats-policy-01” associations
===============================================================================
Subscriber profile associations
===============================================================================
no-prof                         
sub-prof
-------------------------------------------------------------------------------
===============================================================================
No. of subscriber profiles: 2
===============================================================================
A:active# show subscriber-mgmt accu-stats-policy "accu-stats-policy-01”
===============================================================================
Subscriber accumulated statistics policy accu-stats-policy-01
===============================================================================
Description                          : (Not Specified)         
Last management change               : 09/23/2016 16:48:46
===============================================================================

===============================================================================
Entries
===============================================================================
Direction Type     Id
-------------------------------------------------------------------------------
ingress   queue    1     
egress    queue    1     
===============================================================================

Accumulated Statistics Policy Field Descriptions describes subscriber management accumulated statistics policy fields.

Table 8. Accumulated Statistics Policy Field Descriptions

Field

Description

Description

The user provided description of this policy

Last management change

The date and time of the last management change

Direction Type

The specific direction for the policer or the queue to be stored, ingress or egress

ID

The queue ID

No. of subscriber profiles

The number of entries matching the search criteria

accu-stats-subscribers

accu-stats-subscribers

Syntax

accu-stats-subscribers [subscriber sub-ident] [ sub-profile name]

Context

[Tree] (show>subscriber-mgmt accu-stats-subscribers)

Full Context

show subscriber-mgmt accu-stats-subscribers

Description

This command lists all subscribers on the system that had referenced an accumulated statistics policy. The list contains subscribers that are currently referencing an accu-stats-policy as well as subscribers that no longer reference an accu-stats-policy (due to removal of the policy from the subscriber profile).

Parameters

sub-ident

Specifies a specific subscriber ID, up to 32 characters.

sub-profile name

Lists all subscribers that are referencing the specified subscriber profile, up to 32 characters.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following output displays subscriber management accumulated statistics information.

Sample Output
*DUT# show subscriber-mgmt accu-stats-subscribers    
===============================================================================
Subscribers with accumulated statistics
===============================================================================
Subscriber                            : home-1
Subscriber profile                    : no-prof
Accumulated-stats policy              : accu-stats-policy-01
-------------------------------------------------------------------------------
Subscriber                            : home-2
Subscriber profile                    : no-prof
Accumulated-stats policy              : accu-stats-policy-02
-------------------------------------------------------------------------------
Subscriber                            : twamp-host
Subscriber profile                    : no-prof
Accumulated-stats policy              : (Unknown)
-------------------------------------------------------------------------------
No. of Subscribers with accumulated statistics: 3
===============================================================================
Sample Output

The show subscriber-mgmt status system command shows the number of subscribers using accumulated statistics and whether the statistics usage has reached the peak value.

*A:Dut-C# show subscriber-mgmt status system 
===============================================================================
Subscriber Management System Status
===============================================================================
Chassis 1
-------------------------------------------------------------------------------
Memory usage high                                       : No
DHCP message processing overload                        : No
Statistics usage high                                   : Yes
Number of subscribers using statistics                  : 131072
Data-trigger statistics
-------------------------------------------------------------------------------
Packets received                                        : 0
Packets dropped                                         : 0
Packets in queue (actual)                               : 0
Packets in queue (peak)                                 : 0
Bridged Residential Gateway statistics
-------------------------------------------------------------------------------
BRG initialized                                         : 0
BRG operational                                         : 0
BRG in connectivity verification                        : 0
BRG on hold                                             : 0
BRG authenticated by proxy                              : 0
===============================================================================

Status System Field Descriptions describes subscriber management status system fields.

Table 9. Status System Field Descriptions

Field

Description

Chassis

The chassis number

Memory usage high

The memory usage of the subscriber management function on this chassis is near the limit; Yes or No

DHCP message processing overload

The subscriber management DHCP message processing function is in overload; Yes or No

Statistics usage high

The memory used for subscriber statistics on this chassis is near the limit; Yes or No

Number of subscribers using statistics

The number of subscribers using memory to store accumulated statistics

Packets received

The number of data packets received that may trigger creation of data-triggered subscriber hosts on this system

Packets dropped

The number of data packets dropped that could have triggered creation of data-triggered subscriber hosts on this system

Packets in queue (actual)

The number of data packets currently in the waiting queue that may trigger creation of data-triggered subscriber hosts on this system

Packets in queue (peak)

The maximum value of the packets in queue object since the start up of this system or the last time that the value of packets in queue was reset

BRG initialized

The number of BRGs with the init timer running; waiting for the first host

BRG operational

The number of BRGs in the normal operating state, with dynamic hosts

BRG in connectivity verification

The number of BRGs with no hosts, pinging the residential gateway

BRG on hold

The number of BRGs with no hosts attached, in hold

BRG authenticated by proxy

The number of BRGs in this system

activate-best-dest

activate-best-dest

Syntax

activate-best-dest

Context

[Tree] (tools>perform>filter>redirect-policy activate-best-dest)

Full Context

tools perform filter redirect-policy activate-best-dest

Description

This command allows the operator to force a PBR switch to the best destination selected by the redirect policy when that destination is not currently active as result of sticky destination functionality being enabled for the specified redirect policy. If hold-time-up is running, the timer is also expired.

Platforms

All

activate-primary-action

activate-primary-action

Syntax

activate-primary-action

Context

[Tree] (tools>perform>filter>ipv6-filter>entry activate-primary-action)

[Tree] (tools>perform>filter>mac-filter>entry activate-primary-action)

[Tree] (tools>perform>filter>ip-filter>entry activate-primary-action)

Full Context

tools perform filter ipv6-filter entry activate-primary-action

tools perform filter mac-filter entry activate-primary-action

tools perform filter ip-filter entry activate-primary-action

Description

This command allows an operator to activate the primary action for the given filter policy entry. If the primary action is already active, the command has no effect. If a secondary action is active, the primary action will be activated unless the primary target is down. If the sticky destination timer is running for the primary action entry, it will expire.

Platforms

All

active

active

Syntax

active egress-lsp [tunnel-id]

active detail [family] [egress-if port-id]

active detail [family] [egress-lsp tunnel-id]

active detail [egress-nh ip-address] [family]

active egress-if port-id [summary | detail] [ family]

active egress-lsp tunnel-id [summary | detail] [family]

active egress-nh [family] [summary | detail] ip-address

active ipv4 [summary | detail] [ egress-if port-id]

active ipv4 [summary | detail] [ egress-lsp tunnel-id]

active ipv4 [summary | detail] [ egress-nh ip-address]

active ipv6 [summary | detail] [egress-if port-id]

active ipv6 [summary | detail] [ egress-nh ip-address]

active ipv6 [summary | detail] [ egress-lsp tunnel-id]

active p2mp p2mp-id identifier root ip-address [summary | detail] [ egress-if port-id]

active p2mp p2mp-id identifier root ip-address [ summary | detail] [egress-lsp tunnel-id]

active p2mp p2mp-id identifier root ip-address [summary | detail] [egress-nh ip-address]

active p2mp p2mp-id identifier root ip-address [rd rd] [ summary | detail] [egress-if port-id] inner-root ip-address

active p2mp p2mp-id identifier root ip-address [ rd rd] [summary | detail] [ egress-lsp tunnel-id] inner-root ip-address

active p2mp p2mp-id identifier root ip-address [rd rd] [summary | detail] [egress-nh ip-address] inner-root ip-address

active p2mp [family] [summary | detail] [ egress-if port-id] [opaque-type opaque-type]

active p2mp [family] [summary | detail] [ egress-lsp tunnel-id] [opaque-type opaque-type]

active p2mp [family] [summary | detail] [ egress-nh ip-address] [opaque-type opaque-type]

active p2mp source ip-address group mcast-address root ip-address [summary | detail] [ egress-if port-id] inner-root ip-address

active p2mp source ip-address group mcast-address root ip-address [summary | detail] [ egress-lsp tunnel-id] inner-root ip-address

active p2mp source ip-address group mcast-address root ip-address [summary | detail] [ egress-nh ip-address] inner-root ip-address

active p2mp source ip-address group mcast-address root ip-address [rd rd] [ summary | detail] [egress-if port-id]

active p2mp source ip-address group mcast-address root ip-address [rd rd] [ summary | detail] [egress-lsp tunnel-id]

active p2mp source ip-address group mcast-address root ip-address [rd rd] [ summary | detail] [egress-nh ip-address]

active p2mp source ip-address group mcast-address root ip-address [rd rd] [ summary | detail] [innermost-root ip-address]

active prefixes [family] [summary | detail] [ egress-if port-id] [community community]

active prefixes [family] [summary | detail] [ egress-lsp tunnel-id] [community community]

active prefixes [egress-nh ip-address] [ family] [summary | detail] [ community community]

active prefixes prefix ip-prefix/ip-prefix-length [ summary | detail] [egress-if port-id] [community community]

active prefixes prefix ip-prefix/ip-prefix-length [summary | detail] [egress-lsp tunnel-id] [ community community]

active prefixes prefix ip-prefix/ip-prefix-length [egress-nh ip-address] [summary | detail] [ community community]

active summary [family] [egress-if port-id]

active summary [family] [egress-lsp tunnel-id]

active summary [egress-nh ip-address] [family]

Context

[Tree] (show>router>ldp>bindings active)

Full Context

show router ldp bindings active

Description

This command display information about LDP active bindings.

Parameters

detail

Displays detailed information.

summary

Displays information in a summarized format.

family

Displays either IPv4 or IPv6 active LDP information.

opaque-type opaque-type

Specifies the type of a Multi-Point Opaque Value Element.

Values

generic, ssm, vpn-ssm, recursive-ssm

egress-lsp tunnel-id

Displays LDP active bindings by matching on the egress RSVP-TE LSP tunnel-id for LDP FECs which are tunneled over a RSVP-TE LSP. The tunnel-id for the RSVP-TE LSP can be found in the output of the show router mpls lsp detail command and in the show router tunnel-table command. It is not the path LSP ID shown in the output of the show router mpls lsp path detail command.

Values

0 to 4294967295

egress-nh ip-address

Displays LDP active bindings by matching egress-nh.

Values

ipv4-address

- a.b.c.d

ipv6-address

- x:x:x:x:x:x:x:x (eight 16-bit pieces)

x:x:x:x:x:x:d.d.d.d

x - [0 to FFFF]H

d - [0 to 255]D

egress-if port-id

Displays LDP active bindings by matching egress-if.

inner-root ip-address

Displays recursive FECs whose inner root address matches the specified address.

innermost-root ip-address

Displays recursive FECs whose inner root address matches the specified address and non-recursive FECs that have a root address that matches the specified address.

p2mp source ip-address

Displays LDP active P2MP source bindings.

Values

ipv4-address

- a.b.c.d

ipv6-address

- x:x:x:x:x:x:x:x (eight 16-bit pieces)

x:x:x:x:x:x:d.d.d.d

x - [0 to FFFF]H

d - [0 to 255]D

p2mp-id identifier

Displays LDP active P2MP identifier bindings.

Values

0 to 4294 967 295

group mcast-address

Displays the P2MP group multicast address bindings.

root ip-address

Displays root IP address information.

rd rd

Displays information for the route distinguisher.

Values

ip-addr:comm-val | 2byte-asnumber:ext-comm-val | 4byte-asnumber:comm-val

prefix ip-prefix/ip-prefix-length

Specifies information for the specified IP prefix and mask length.

Values

ipv4-address

- a.b.c.d

ipv6-address

- x:x:x:x:x:x:x:x (eight 16-bit pieces)

x:x:x:x:x:x:d.d.d.d

x - [0 to FFFF]H

d - [0 to 255]D

community

The string defining the LDP community assigned to the session. Allowed values are any string up to 32 characters long composed of printable, 7-bit ASCII characters excluding double quotes. If the string contains spaces, use double quotes to delimit the start and end of the string.

Platforms

All

Output

Sample Output
*A:Dut-C# show router ldp bindings active 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Label Status:
        U - Label In Use, N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        e - Label ELC
FEC Flags:
        LF - Lower FEC, UF - Upper FEC, M - Community Mismatch, BA - ASBR Backup FEC
        (S) - Static           (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop     (BU) - Alternate Next-hop for Fast Re-Route
        (I) - SR-ISIS Next Hop (O) - SR-OSPF Next Hop
        (C) - FEC resolved with class-based-forwarding
===============================================================================
LDP IPv4 Prefix Bindings (Active)
===============================================================================
Prefix                                      Op              IngLbl    EgrLbl
EgrNextHop                                  EgrIf/LspId               
-------------------------------------------------------------------------------
10.20.1.1/32                                Push              --      262143
10.10.2.1                                   1/1/1                      
                                                                       
10.20.1.1/32                                Swap            262141    262143
10.10.2.1                                   1/1/1                      
                                                                       
10.20.1.2/32                                Push              --      262143
10.10.12.2                                  lag-1                      
                                                                       
10.20.1.2/32                                Swap            262140    262143
10.10.12.2                                  lag-1                      
                                                                       
10.20.1.3/32                                Pop             262143      --
  --                                          --                       
                                                                       
10.20.1.4/32                                Push              --      262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.4/32                                Swap            262139    262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.5/32                                Push              --      262143
10.10.5.5                                   2/1/1                      
                                                                       
10.20.1.5/32                                Swap            262137    262143
10.10.5.5                                   2/1/1                      
                                                                       
10.20.1.6/32                                Push              --      262137
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.6/32                                Swap            262135    262137
10.10.11.4                                  2/1/2                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv4 Prefix Active Bindings: 11
===============================================================================

===============================================================================
LDP IPv6 Prefix Bindings (Active)
===============================================================================
Prefix                                         Op              IngLbl    EgrLbl
EgrNextHop                                     EgrIf/LspId               
-------------------------------------------------------------------------------
3ffe::a14:101/128                              Push              --      262142
fe80::21                                       1/1/1                      
                                                                       
3ffe::a14:101/128                              Swap            262136    262142
fe80::21                                       1/1/1                      
                                                                       
3ffe::a14:102/128                              Push              --      262142
fe80::122                                      lag-1                      
                                                                       
3ffe::a14:102/128                              Swap            262138    262142
fe80::122                                      lag-1                      
                                                                       
3ffe::a14:103/128                              Pop             262142      --
  --                                          --                       
                                                                       
3ffe::a14:104/128                              Push              --      262142
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:104/128                              Swap            262134    262142
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:105/128                              Push              --      262142
fe80::55                                       2/1/1                      
                                                                       
3ffe::a14:105/128                              Swap            262132    262142
fe80::55                                       2/1/1                      
                                                                       
3ffe::a14:106/128                              Push              --      262136
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:106/128                              Swap            262133    262136
fe80::114                                      2/1/2                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv6 Prefix Active Bindings: 11
===============================================================================

===============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================

===============================================================================
LDP Generic IPv6 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================

===============================================================================
LDP In-Band-SSM IPv4 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================

===============================================================================
LDP In-Band-SSM IPv6 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================

===============================================================================
LDP In-Band-VPN-SSM IPv4 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       RD              Op         
RootAddr                                    Interface       IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================

===============================================================================
LDP In-Band-VPN-SSM IPv6 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       RD              Op         
RootAddr                                    Interface       IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================

*A:Dut-C# show router ldp bindings active detail 

===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
==============================================================================
LDP IPv4 Prefix Bindings (Active)
==============================================================================
-------------------------------------------------------------------------------
Prefix         : 10.20.1.1/32
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262143
Egr Int/LspId  : 1/1/1              
EgrNextHop     : 10.10.2.1
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.2.3       
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 10.20.1.1/32
Op             : Swap               
Ing Lbl        : 262141             Egr Lbl    : 262143
Egr Int/LspId  : 1/1/1              
EgrNextHop     : 10.10.2.1
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.2.3       
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 10.20.1.2/32
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262143
Egr Int/LspId  : lag-1              
EgrNextHop     : 10.10.12.2
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.12.3      
Metric         : 333                Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 10.20.1.2/32
Op             : Swap               
Ing Lbl        : 262140             Egr Lbl    : 262143
Egr Int/LspId  : lag-1              
EgrNextHop     : 10.10.12.2
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.12.3      
Metric         : 333                Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 10.20.1.3/32
Op             : Pop                
Ing Lbl        : 262143             Egr Lbl    :   --
Egr Int/LspId  :   --               
EgrNextHop     :   --
Egr. Flags     : None               Ing. Flags : None
-------------------------------------------------------------------------------
Prefix         : 10.20.1.4/32
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262143
Egr Int/LspId  : 2/1/2              
EgrNextHop     : 10.10.11.4
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.11.3      
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 10.20.1.4/32
Op             : Swap               
Ing Lbl        : 262139             Egr Lbl    : 262143
Egr Int/LspId  : 2/1/2              
EgrNextHop     : 10.10.11.4
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.11.3      
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 10.20.1.5/32
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262143
Egr Int/LspId  : 2/1/1              
EgrNextHop     : 10.10.5.5
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.5.3       
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 10.20.1.5/32
Op             : Swap               
Ing Lbl        : 262137             Egr Lbl    : 262143
Egr Int/LspId  : 2/1/1              
EgrNextHop     : 10.10.5.5
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.5.3       
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 10.20.1.6/32
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262137
Egr Int/LspId  : 2/1/2              
EgrNextHop     : 10.10.11.4
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.11.3      
Metric         : 2000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 10.20.1.6/32
Op             : Swap               
Ing Lbl        : 262135             Egr Lbl    : 262137
Egr Int/LspId  : 2/1/2              
EgrNextHop     : 10.10.11.4
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.11.3      
Metric         : 2000               Mtu        : 1500
===============================================================================
No. of IPv4 Prefix Active Bindings: 11
==============================================================================

==============================================================================
LDP IPv6 Prefix Bindings (Active)
==============================================================================
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:101/128
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262142
Egr Int/LspId  : 1/1/1              
EgrNextHop     : fe80::21
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.2.3       
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:101/128
Op             : Swap               
Ing Lbl        : 262136             Egr Lbl    : 262142
Egr Int/LspId  : 1/1/1              
EgrNextHop     : fe80::21
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.2.3       
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:102/128
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262142
Egr Int/LspId  : lag-1              
EgrNextHop     : fe80::122
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.12.3      
Metric         : 333                Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:102/128
Op             : Swap               
Ing Lbl        : 262138             Egr Lbl    : 262142
Egr Int/LspId  : lag-1              
EgrNextHop     : fe80::122
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.12.3      
Metric         : 333                Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:103/128
Op             : Pop                
Ing Lbl        : 262142             Egr Lbl    :   --
Egr Int/LspId  :   --               
EgrNextHop     :   --
Egr. Flags     : None               Ing. Flags : None
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:104/128
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262142
Egr Int/LspId  : 2/1/2              
EgrNextHop     : fe80::114
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.11.3      
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:104/128
Op             : Swap               
Ing Lbl        : 262134             Egr Lbl    : 262142
Egr Int/LspId  : 2/1/2              
EgrNextHop     : fe80::114
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.11.3      
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:105/128
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262142
Egr Int/LspId  : 2/1/1              
EgrNextHop     : fe80::55
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.5.3       
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:105/128
Op             : Swap               
Ing Lbl        : 262132             Egr Lbl    : 262142
Egr Int/LspId  : 2/1/1              
EgrNextHop     : fe80::55
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.5.3       
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:106/128
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262136
Egr Int/LspId  : 2/1/2                
EgrNextHop     : fe80::114
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.11.3      
Metric         : 2000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:106/128
Op             : Swap               
Ing Lbl        : 262133             Egr Lbl    : 262136
Egr Int/LspId  : 2/1/2              
EgrNextHop     : fe80::114
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.11.3      
Metric         : 2000               Mtu        : 1500
===============================================================================
No. of IPv6 Prefix Active Bindings: 11
==============================================================================
==============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
==============================================================================
No Matching Entries Found
==============================================================================
==============================================================================
LDP Generic IPv6 P2MP Bindings (Active)
==============================================================================
No Matching Entries Found
==============================================================================
==============================================================================
LDP In-Band-SSM IPv4 P2MP Bindings (Active)
==============================================================================
No Matching Entries Found
==============================================================================
==============================================================================
LDP In-Band-SSM IPv6 P2MP Bindings (Active)
==============================================================================
No Matching Entries Found
==============================================================================
==============================================================================
LDP In-Band-VPN-SSM IPv4 P2MP Bindings (Active)
==============================================================================
No Matching Entries Found
==============================================================================
==============================================================================
LDP In-Band-VPN-SSM IPv6 P2MP Bindings (Active)
==============================================================================
No Matching Entries Found
==============================================================================
*A:Dut-C# show router ldp bindings active  egress-if  2/1/2 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
===============================================================================
LDP IPv4 Prefix Bindings (Active)
===============================================================================
Prefix                                      Op              IngLbl    EgrLbl
EgrNextHop                                  EgrIf/LspId               
-------------------------------------------------------------------------------
10.20.1.4/32                                Push              --      262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.4/32                                Swap            262139    262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.6/32                                Push              --      262137
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.6/32                                Swap            262135    262137
10.10.11.4                                  2/1/2                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv4 Prefix Active Bindings: 4
===============================================================================
===============================================================================
LDP IPv6 Prefix Bindings (Active)
===============================================================================
Prefix                                         Op              IngLbl    EgrLbl
EgrNextHop                                     EgrIf/LspId               
-------------------------------------------------------------------------------
3ffe::a14:104/128                              Push              --      262142
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:104/128                              Swap            262134    262142
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:106/128                              Push              --      262136
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:106/128                              Swap            262133    262136
fe80::114                                      2/1/2                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv6 Prefix Active Bindings: 4
===============================================================================
===============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP Generic IPv6 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP In-Band-SSM IPv4 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP In-Band-SSM IPv6 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP In-Band-VPN-SSM IPv4 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       RD              Op         
RootAddr                                    Interface       IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP In-Band-VPN-SSM IPv6 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       RD              Op         
RootAddr                                    Interface       IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================

*A:Dut-C# show router ldp bindings active  egress-nh 10.10.11.4 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
===============================================================================
LDP IPv4 Prefix Bindings (Active)
===============================================================================
Prefix                                      Op              IngLbl    EgrLbl
EgrNextHop                                  EgrIf/LspId               
-------------------------------------------------------------------------------
10.20.1.4/32                                Push              --      262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.4/32                                Swap            262139    262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.6/32                                Push              --      262137
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.6/32                                Swap            262135    262137
10.10.11.4                                  2/1/2                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv4 Prefix Active Bindings: 4
===============================================================================
===============================================================================
LDP IPv6 Prefix Bindings (Active)
===============================================================================
Prefix                                      Op              IngLbl    EgrLbl
EgrNextHop                                  EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP Generic IPv6 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP In-Band-SSM IPv4 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP In-Band-SSM IPv6 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found             
===============================================================================
===============================================================================
LDP In-Band-VPN-SSM IPv4 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       RD              Op         
RootAddr                                    Interface       IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP In-Band-VPN-SSM IPv6 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       RD              Op         
RootAddr                                    Interface       IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================

*A:Dut-C# show router ldp bindings active ipv4                  
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
===============================================================================
LDP IPv4 Prefix Bindings (Active)
===============================================================================
Prefix                                      Op              IngLbl    EgrLbl
EgrNextHop                                  EgrIf/LspId               
-------------------------------------------------------------------------------
10.20.1.1/32                                Push              --      262143
10.10.2.1                                   1/1/1                      
                                                                       
10.20.1.1/32                                Swap            262141    262143
10.10.2.1                                   1/1/1                      
                                                                       
10.20.1.2/32                                Push              --      262143
10.10.12.2                                  lag-1                      
                                                                       
10.20.1.2/32                                Swap            262140    262143
10.10.12.2                                  lag-1                      
                                                                       
10.20.1.3/32                                Pop             262143      --
  --                                          --                       
                                                                       
10.20.1.4/32                                Push              --      262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.4/32                                Swap            262139    262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.5/32                                Push              --      262143
10.10.5.5                                   2/1/1                      
                                                                       
10.20.1.5/32                                Swap            262137    262143
10.10.5.5                                   2/1/1                      
                                                                       
10.20.1.6/32                                Push              --      262137
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.6/32                                Swap            262135    262137
10.10.11.4                                  2/1/2                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv4 Prefix Active Bindings: 11
===============================================================================
===============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP In-Band-SSM IPv4 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP In-Band-VPN-SSM IPv4 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       RD              Op         
RootAddr                                    Interface       IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================

*A:Dut-C# show router ldp bindings active ipv6 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
===============================================================================
LDP IPv6 Prefix Bindings (Active)
===============================================================================
Prefix                                         Op              IngLbl    EgrLbl
EgrNextHop                                     EgrIf/LspId               
-------------------------------------------------------------------------------
3ffe::a14:101/128                              Push              --      262142
fe80::21                                       1/1/1                      
                                                                       
3ffe::a14:101/128                              Swap            262136    262142
fe80::21                                       1/1/1                      
                                                                       
3ffe::a14:102/128                              Push              --      262142
fe80::122                                      lag-1                      
                                                                       
3ffe::a14:102/128                              Swap            262138    262142
fe80::122                                      lag-1                      
                                                                       
3ffe::a14:103/128                              Pop             262142      --
  --                                          --                       
                                                                       
3ffe::a14:104/128                              Push              --      262142
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:104/128                              Swap            262134    262142
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:105/128                              Push              --      262142
fe80::55                                       2/1/1                      
                                                                       
3ffe::a14:105/128                              Swap            262132    262142
fe80::55                                       2/1/1                      
                                                                       
3ffe::a14:106/128                              Push              --      262136
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:106/128                              Swap            262133    262136
fe80::114                                      2/1/2                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv6 Prefix Active Bindings: 11
===============================================================================
===============================================================================
LDP Generic IPv6 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP In-Band-SSM IPv6 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
===============================================================================
LDP In-Band-VPN-SSM IPv6 P2MP Bindings (Active)
===============================================================================
Source                                                                 
Group                                       RD              Op         
RootAddr                                    Interface       IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
No Matching Entries Found
===============================================================================
*A:Dut-C# show router ldp bindings active summary 
 No. of IPv4 Prefix Active Bindings: 11
 No. of IPv6 Prefix Active Bindings: 11
 No. of Generic IPv4 P2MP Active Bindings: 0
 No. of Generic IPv6 P2MP Active Bindings: 0
 No. of In-Band-SSM IPv4 P2MP Active Bindings: 0
 No. of In-Band-SSM IPv6 P2MP Active Bindings: 0
 No. of In-Band-VPN-SSM IPv4 P2MP Active Bindings: 0
 No. of In-Band-VPN-SSM IPv6 P2MP Active Bindings: 0
*A:Dut-C# 

*A:Dut-C# show router ldp bindings active prefixes 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
===============================================================================
LDP IPv4 Prefix Bindings (Active)
===============================================================================
Prefix                                      Op              IngLbl    EgrLbl
EgrNextHop                                  EgrIf/LspId               
-------------------------------------------------------------------------------
10.20.1.1/32                                Push              --      262143
10.10.2.1                                   1/1/1                      
                                                                       
10.20.1.1/32                                Swap            262141    262143
10.10.2.1                                   1/1/1                      
                                                                       
10.20.1.2/32                                Push              --      262143
10.10.12.2                                  lag-1                      
                                                                       
10.20.1.2/32                                Swap            262140    262143
10.10.12.2                                  lag-1                      
                                                                       
10.20.1.3/32                                Pop             262143      --
  --                                          --                       
                                                                       
10.20.1.4/32                                Push              --      262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.4/32                                Swap            262139    262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.5/32                                Push              --      262143
10.10.5.5                                   2/1/1                      
                                                                       
10.20.1.5/32                                Swap            262137    262143
10.10.5.5                                   2/1/1                      
                                                                       
10.20.1.6/32                                Push              --      262137
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.6/32                                Swap            262135    262137
10.10.11.4                                  2/1/2                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv4 Prefix Active Bindings: 11
===============================================================================
===============================================================================
LDP IPv6 Prefix Bindings (Active)
===============================================================================
Prefix                                         Op              IngLbl    EgrLbl
EgrNextHop                                     EgrIf/LspId               
-------------------------------------------------------------------------------
3ffe::a14:101/128                              Push              --      262142
fe80::21                                       1/1/1                      
                                                                       
3ffe::a14:101/128                              Swap            262136    262142
fe80::21                                       1/1/1                      
                                                                       
3ffe::a14:102/128                              Push              --      262142
fe80::122                                      lag-1                      
                                                                       
3ffe::a14:102/128                              Swap            262138    262142
fe80::122                                      lag-1                      
                                                                       
3ffe::a14:103/128                              Pop             262142      --
  --                                          --                       
                                                                       
3ffe::a14:104/128                              Push              --      262142
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:104/128                              Swap            262134    262142
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:105/128                              Push              --      262142
fe80::55                                       2/1/1                      
                                                                       
3ffe::a14:105/128                              Swap            262132    262142
fe80::55                                       2/1/1                      
                                                                       
3ffe::a14:106/128                              Push              --      262136
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:106/128                              Swap            262133    262136
fe80::114                                      2/1/2                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv6 Prefix Active Bindings: 11
===============================================================================
*A:Dut-C# 

*A:Dut-C# show router ldp bindings active prefixes ipv4       
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
===============================================================================
LDP IPv4 Prefix Bindings (Active)
===============================================================================
Prefix                                      Op              IngLbl    EgrLbl
EgrNextHop                                  EgrIf/LspId               
-------------------------------------------------------------------------------
10.20.1.1/32                                Push              --      262143
10.10.2.1                                   1/1/1                      
                                                                       
10.20.1.1/32                                Swap            262141    262143
10.10.2.1                                   1/1/1                      
                                                                       
10.20.1.2/32                                Push              --      262143
10.10.12.2                                  lag-1                      
                                                                       
10.20.1.2/32                                Swap            262140    262143
10.10.12.2                                  lag-1                      
                                                                       
10.20.1.3/32                                Pop             262143      --
  --                                          --                       
                                                                       
10.20.1.4/32                                Push              --      262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.4/32                                Swap            262139    262143
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.5/32                                Push              --      262143
10.10.5.5                                   2/1/1                      
                                                                       
10.20.1.5/32                                Swap            262137    262143
10.10.5.5                                   2/1/1                      
                                                                       
10.20.1.6/32                                Push              --      262137
10.10.11.4                                  2/1/2                      
                                                                       
10.20.1.6/32                                Swap            262135    262137
10.10.11.4                                  2/1/2                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv4 Prefix Active Bindings: 11
===============================================================================
*A:Dut-C# 

*A:Dut-C# show router ldp bindings active prefixes ipv6 

===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
===============================================================================
LDP IPv6 Prefix Bindings (Active)
===============================================================================
Prefix                                         Op              IngLbl    EgrLbl
EgrNextHop                                     EgrIf/LspId               
-------------------------------------------------------------------------------
3ffe::a14:101/128                              Push              --      262142
fe80::21                                       1/1/1                      
                                                                       
3ffe::a14:101/128                              Swap            262136    262142
fe80::21                                       1/1/1                      
                                                                       
3ffe::a14:102/128                              Push              --      262142
fe80::122                                      lag-1                      
                                                                       
3ffe::a14:102/128                              Swap            262138    262142
fe80::122                                      lag-1                      
                                                                       
3ffe::a14:103/128                              Pop             262142      --
  --                                          --                       
                                                                       
3ffe::a14:104/128                              Push              --      262142
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:104/128                              Swap            262134    262142
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:105/128                              Push              --      262142
fe80::55                                       2/1/1                      
                                                                       
3ffe::a14:105/128                              Swap            262132    262142
fe80::55                                       2/1/1                      
                                                                       
3ffe::a14:106/128                              Push              --      262136
fe80::114                                      2/1/2                      
                                                                       
3ffe::a14:106/128                              Swap            262133    262136
fe80::114                                      2/1/2                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv6 Prefix Active Bindings: 11
===============================================================================
*A:Dut-C# 

*A:Dut-C# show router ldp bindings active prefixes prefix 3ffe::a14:101/128 detail 
egress-if 1/1/1 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
==============================================================================
LDP IPv6 Prefix Bindings (Active)
==============================================================================
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:101/128
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262142
Egr Int/LspId  : 1/1/1              
EgrNextHop     : fe80::21
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.2.3       
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:101/128
Op             : Swap               
Ing Lbl        : 262136             Egr Lbl    : 262142
Egr Int/LspId  : 1/1/1              
EgrNextHop     : fe80::21
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.2.3       
Metric         : 1000               Mtu        : 1500
===============================================================================
No. of IPv6 Prefix Active Bindings: 2
==============================================================================
*A:Dut-C# 

*A:Dut-C# show router ldp bindings active prefixes prefix 3ffe::a14:101/128 egress-
nh fe80::21 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
===============================================================================
LDP IPv6 Prefix Bindings (Active)
===============================================================================
Prefix                                         Op              IngLbl    EgrLbl
EgrNextHop                                     EgrIf/LspId               
-------------------------------------------------------------------------------
3ffe::a14:101/128                              Push              --      262142
fe80::21                                       1/1/1                      
                                                                       
3ffe::a14:101/128                              Swap            262136    262142
fe80::21                                       1/1/1                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv6 Prefix Active Bindings: 2
===============================================================================
*A:Dut-C# 

*A:SRU4# show router ldp bindings active p2mp 
===============================================================================
LDP Bindings (IPv4 LSR ID 192.168.1.4:0)
             (IPv6 LSR ID 3ffe::6e14:104[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
===============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
8193                                        77156                      
192.168.1.1                                 Pop             255042      --
  --                                          --                       
                                                                       
8193                                        77156                      
192.168.1.1                                 Swap            255042    259773
192.168.110.110                             3/1/5:1                    
                                                                       
8193                                        77156                      
192.168.1.1                                 Pop             258780BU    --
  --                                          --                       
                                                                       
8193                                        77156                      
192.168.1.1                                 Swap            258780BU  259773
192.168.110.110                             3/1/5:1                    
                                                                       
8194                                        77157                      
192.168.1.1                                 Pop             255041      --
  --                                          --                       
                                                                       
8194                                        77157                      
192.168.1.1                                 Swap            255041    259772
192.168.110.110                             3/1/5:1                    
                                                                       
8194                                        77157                      
192.168.1.1                                 Pop             258779BU    --
  --                                          --                       
                                                                       
8194                                        77157                      
192.168.1.1                                 Swap            258779BU  259772
192.168.110.110                             3/1/5:1                    
                                                                       
8195                                        77158                      
192.168.1.1                                 Pop             255040      --
  --                                          --                       
                                                                       
8195                                        77158                      
192.168.1.1                                 Swap            255040    259769
192.168.110.110                             3/1/5:1                    
                                                                       
8195                                        77158                      
192.168.1.1                                 Pop             258777BU    --
  --                                          --                       
                                                                       
8195                                        77158                      
192.168.1.1                                 Swap            258777BU  259769
*A:SRU4#                     

The following show output displays recursive FECs.

A:Dut-C# show router ldp bindings active p2mp
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3)
             (IPv6 LSR ID ::)
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        LF - Lower FEC, UF - Upper FEC
===============================================================================
LDP Recursive with In-Band-SSM IPv4 P2MP Bindings (Active)
===============================================================================
RootAddr
InnerRootAddr
Source                                      Interface
Group                                       Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId
-------------------------------------------------------------------------------
10.4.0.2
10.20.1.6
10.0.101.10                                 73728
192.168.1.1                                 Pop             262135      --
  --                                          --
10.4.0.2 (UF)
10.20.1.6
10.0.101.10                                 73728
192.168.1.1                                 Swap            262135    Stitched
  --                                          --
10.20.1.3 (LF)
10.20.1.6
10.0.101.10                                 Unknw
192.168.1.1                                 Push              --      262139
10.3.0.1                                    lag-1
10.20.1.3 (LF)
10.20.1.6
10.0.101.10                                 Unknw
192.168.1.1                                 Push              --      262139
10.33.0.1                                   1/1/2:2
-------------------------------------------------------------------------------
No. of In-Band-SSM IPv4 P2MP Active Bindings: 4
===============================================================================


*A:SRU4# show router ldp bindings active p2mp p2mp-id 1 root 192.168.1.2 
===============================================================================
LDP Bindings (IPv4 LSR ID 192.168.1.4:0)
             (IPv6 LSR ID 3ffe::6e14:104[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
===============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
1                                           73728                      
192.168.1.2                                 Pop             253348      --
  --                                          --                       
                                                                       
1                                           73728                      
192.168.1.2                                 Swap            253348    256245
192.168.58.6                                3/2/3:8                    
                                                                       
1                                           73728                      
192.168.1.2                                 Pop             260103BU    --
  --                                          --                       
                                                                       
1                                           73728                      
192.168.1.2                                 Swap            260103BU  256245
192.168.58.6                                3/2/3:8                    
                                                                       
-------------------------------------------------------------------------------
No. of Generic IPv4 P2MP Active Bindings: 4
===============================================================================
*A:SRU4# 


*A:SRU4# show router ldp bindings active p2mp p2mp-id 1 root 192.168.1.2 summary 
 No. of Generic IPv4 P2MP Active Bindings: 4
*A:SRU4# show router ldp bindings active p2mp p2mp-id 1 root 192.168.1.2 detail 
===============================================================================
LDP Bindings (IPv4 LSR ID 192.168.1.4:0)
             (IPv6 LSR ID 3ffe::6e14:104[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
==============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
==============================================================================
-------------------------------------------------------------------------------
P2MP Type      : 1                  P2MP-Id    : 1
Root-Addr      : 192.168.1.2
-------------------------------------------------------------------------------
Op             : Pop                
Ing Lbl        : 253348             
Egr Lbl        :   --               
Egr Int/LspId  :   --
EgrNextHop     :   --
Egr. Flags     : None               Ing. Flags : None
-------------------------------------------------------------------------------
P2MP Type      : 1                  P2MP-Id    : 1
Root-Addr      : 192.168.1.2
-------------------------------------------------------------------------------
Op             : Swap               
Ing Lbl        : 253348             
Egr Lbl        : 256245             
Egr Int/LspId  : 3/2/3:8
EgrNextHop     : 192.168.58.6
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : src-1.8
Metric         : 1                  Mtu        : 1500
-------------------------------------------------------------------------------
P2MP Type      : 1                  P2MP-Id    : 1
Root-Addr      : 192.168.1.2
-------------------------------------------------------------------------------
Op             : Pop                
Ing Lbl        : 260103BU           
Egr Lbl        :   --               
Egr Int/LspId  :   --
EgrNextHop     :   --
Egr. Flags     : None               Ing. Flags : None
-------------------------------------------------------------------------------
P2MP Type      : 1                  P2MP-Id    : 1
Root-Addr      : 192.168.1.2
-------------------------------------------------------------------------------
Op             : Swap               
Ing Lbl        : 260103BU           
Egr Lbl        : 256245             
Egr Int/LspId  : 3/2/3:8
EgrNextHop     : 192.168.58.6
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : src-1.8
Metric         : 1                  Mtu        : 1500
===============================================================================
No. of Generic IPv4 P2MP Active Bindings: 4
==============================================================================
*A:SRU4# 

*A:SRU4# show router ldp bindings active p2mp p2mp-
id 1 root 192.168.1.2 detail egress-
if 3/2/3:8 
===============================================================================
LDP Bindings (IPv4 LSR ID 192.168.1.4:0)
             (IPv6 LSR ID 3ffe::6e14:104[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
==============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
==============================================================================
-------------------------------------------------------------------------------
P2MP Type      : 1                  P2MP-Id    : 1
Root-Addr      : 192.168.1.2
-------------------------------------------------------------------------------
Op             : Swap               
Ing Lbl        : 253348             
Egr Lbl        : 256245             
Egr Int/LspId  : 3/2/3:8
EgrNextHop     : 192.168.58.6
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : src-1.8
Metric         : 1                  Mtu        : 1500
-------------------------------------------------------------------------------
P2MP Type      : 1                  P2MP-Id    : 1
Root-Addr      : 192.168.1.2
-------------------------------------------------------------------------------
Op             : Swap               
Ing Lbl        : 260103BU           
Egr Lbl        : 256245             
Egr Int/LspId  : 3/2/3:8
EgrNextHop     : 192.168.58.6
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : src-1.8
Metric         : 1                  Mtu        : 1500
===============================================================================
No. of Generic IPv4 P2MP Active Bindings: 2
==============================================================================
*A:SRU4# 


*A:SRU4# show router ldp bindings active p2mp p2mp-id 1 root 192.168.1.2 egress-nh
 192.168.58.6 
===============================================================================
LDP Bindings (IPv4 LSR ID 192.168.1.4:0)
             (IPv6 LSR ID 3ffe::6e14:104[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
===============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                      Interface                  
RootAddr                                     Op              IngLbl    EgrLbl
EgrNH                                        EgrIf/LspId               
-------------------------------------------------------------------------------
1                                            73728                      
192.168.1.2                                  Swap            253348    256245
192.168.58.6                                 3/2/3:8                    
                                                                       
1                                            73728                      
192.168.1.2                                  Swap            260103BU  256245
192.168.58.6                                 3/2/3:8                    
                                                                       
-------------------------------------------------------------------------------
No. of Generic IPv4 P2MP Active Bindings: 2
===============================================================================
*A:SRU4# 


*A:SRU4# show router ldp bindings active p2mp ipv4 summary 
 No. of Generic IPv4 P2MP Active Bindings: 8870
 No. of In-Band-SSM IPv4 P2MP Active Bindings: 182
 No. of In-Band-VPN-SSM IPv4 P2MP Active Bindings: 0
*A:SRU4# 
*A:SRU4# show router ldp bindings active p2mp ipv4 detail  
===============================================================================
LDP Bindings (IPv4 LSR ID 192.168.1.4:0)
             (IPv6 LSR ID 3ffe::6e14:104[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
==============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
==============================================================================
-------------------------------------------------------------------------------
P2MP Type      : 1                  P2MP-Id    : 8193
Root-Addr      : 192.168.1.1
-------------------------------------------------------------------------------
Op             : Pop                
Ing Lbl        : 255042             
Egr Lbl        :   --               
Egr Int/LspId  :   --
EgrNextHop     :   --
Egr. Flags     : None               Ing. Flags : None
-------------------------------------------------------------------------------
P2MP Type      : 1                  P2MP-Id    : 8193
Root-Addr      : 192.168.1.1
-------------------------------------------------------------------------------
Op             : Swap               
Ing Lbl        : 255042             
Egr Lbl        : 259773             
Egr Int/LspId  : 3/1/5:1
EgrNextHop     : 192.168.110.110
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : sicily1-1:1
Metric         : 1                  Mtu        : 9194
-------------------------------------------------------------------------------
P2MP Type      : 1                  P2MP-Id    : 8193
Root-Addr      : 192.168.1.1
-------------------------------------------------------------------------------
Op             : Pop                
Ing Lbl        : 258780BU           
Egr Lbl        :   --               
Egr Int/LspId  :   --
EgrNextHop     :   --
Egr. Flags     : None               Ing. Flags : None
-------------------------------------------------------------------------------
P2MP Type      : 1                  P2MP-Id    : 8193
Root-Addr      : 192.168.1.1
-------------------------------------------------------------------------------
Op             : Swap               
Ing Lbl        : 258780BU           
Egr Lbl        : 259773             
Egr Int/LspId  : 3/1/5:1
EgrNextHop     : 192.168.110.110
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : sicily1-1:1
Metric         : 1                  Mtu        : 9194
-------------------------------------------------------------------------------
P2MP Type      : 1                  P2MP-Id    : 8194
Root-Addr      : 192.168.1.1
-------------------------------------------------------------------------------
Op             : Pop                
Ing Lbl        : 255041             
*A:SRU4#                              


*A:SRU4# show router ldp bindings active p2mp ipv4 egress-if  3/1/5:1 
===============================================================================
LDP Bindings (IPv4 LSR ID 192.168.1.4:0)
             (IPv6 LSR ID 3ffe::6e14:104[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
===============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
8193                                        77156                      
192.168.1.1                                 Swap            255042    259773
192.168.110.110                             3/1/5:1                    
                                                                       
8193                                        77156                      
192.168.1.1                                 Swap            258780BU  259773
192.168.110.110                             3/1/5:1                    
                                                                       
8194                                        77157                      
192.168.1.1                                 Swap            255041    259772
192.168.110.110                             3/1/5:1                    
                                                                       
8194                                        77157                      
192.168.1.1                                 Swap            258779BU  259772
192.168.110.110                             3/1/5:1                    
                                                                       
8195                                        77158                      
192.168.1.1                                 Swap            255040    259769
192.168.110.110                             3/1/5:1                    
                                                                       
8195                                        77158                      
192.168.1.1                                 Swap            258777BU  259769
192.168.110.110                             3/1/5:1                    
                                                                       
8196                                        77159                      
192.168.1.1                                 Swap            255039    259768
192.168.110.110                             3/1/5:1                    
                                                                       
8196                                        77159                      
192.168.1.1                                 Swap            258772BU  259768
192.168.110.110                             3/1/5:1                    
                                                                       
8197                                        77160                      
192.168.1.1                                 Swap            255034    259762
192.168.110.110                             3/1/5:1                    
                                                                       
8197                                        77160                      
192.168.1.1                                 Swap            258758BU  259762
192.168.110.110                             3/1/5:1                    
                                                                       
8198                                        77161                      
192.168.1.1                                 Swap            255033    259761
192.168.110.110                             3/1/5:1                    
                                                                       
8198                                        77161                      
192.168.1.1                                 Swap            258755BU  259761
*A:SRU4#                              


*A:SRU4# show router ldp bindings active p2mp ipv4 egress-nh 192.168.110.110 
===============================================================================
LDP Bindings (IPv4 LSR ID 192.168.1.4:0)
             (IPv6 LSR ID 3ffe::6e14:104[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
===============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
8193                                        77156                      
192.168.1.1                                 Swap            255042    259773
192.168.110.110                             3/1/5:1                    
                                                                       
8193                                        77156                      
192.168.1.1                                 Swap            258780BU  259773
192.168.110.110                             3/1/5:1                    
                                                                       
8194                                        77157                      
192.168.1.1                                 Swap            255041    259772
192.168.110.110                             3/1/5:1                    
                                                                       
8194                                        77157                      
192.168.1.1                                 Swap            258779BU  259772
192.168.110.110                             3/1/5:1                    
                                                                       
8195                                        77158                      
192.168.1.1                                 Swap            255040    259769
192.168.110.110                             3/1/5:1                    
                                                                       
8195                                        77158                      
192.168.1.1                                 Swap            258777BU  259769
192.168.110.110                             3/1/5:1                    
                                                                       
8196                                        77159                      
192.168.1.1                                 Swap            255039    259768
192.168.110.110                             3/1/5:1                    
                                                                       
8196                                        77159                      
192.168.1.1                                 Swap            258772BU  259768
192.168.110.110                             3/1/5:1                    
                                                                       
8197                                        77160                      
192.168.1.1                                 Swap            255034    259762
192.168.110.110                             3/1/5:1                    
                                                                       
8197                                        77160                      
192.168.1.1                                 Swap            258758BU  259762
192.168.110.110                             3/1/5:1                    
                                                                       
8198                                        77161                      
192.168.1.1                                 Swap            255033    259761
192.168.110.110                             3/1/5:1                    
                                                                       
8198                                        77161                      
192.168.1.1                                 Swap            258755BU  259761
*A:SRU4#                            


*A:SRU4# show router ldp bindings active p2mp ipv4 egress-if  3/1/5:1 opaque-type
 generic 
===============================================================================
LDP Bindings (IPv4 LSR ID 192.168.1.4:0)
             (IPv6 LSR ID 3ffe::6e14:104[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
===============================================================================
LDP Generic IPv4 P2MP Bindings (Active)
===============================================================================
P2MP-Id                                     Interface                  
RootAddr                                    Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId               
-------------------------------------------------------------------------------
8193                                        77156                      
192.168.1.1                                 Swap            255042    259773
192.168.110.110                             3/1/5:1                    
                                                                       
8193                                        77156                      
192.168.1.1                                 Swap            258780BU  259773
192.168.110.110                             3/1/5:1                    
                                                                       
8194                                        77157                      
192.168.1.1                                 Swap            255041    259772
192.168.110.110                             3/1/5:1                    
                                                                       
8194                                        77157                      
192.168.1.1                                 Swap            258779BU  259772
192.168.110.110                             3/1/5:1                    
                                                                       
8195                                        77158                      
192.168.1.1                                 Swap            255040    259769
192.168.110.110                             3/1/5:1                    
                                                                       
8195                                        77158                      
192.168.1.1                                 Swap            258777BU  259769
192.168.110.110                             3/1/5:1                    
                                                                       
8196                                        77159                      
192.168.1.1                                 Swap            255039    259768
192.168.110.110                             3/1/5:1                    
                                                                       
8196                                        77159                      
192.168.1.1                                 Swap            258772BU  259768
192.168.110.110                             3/1/5:1                    
                                                                       
8197                                        77160                      
192.168.1.1                                 Swap            255034    259762
192.168.110.110                             3/1/5:1                    
                                                                       
8197                                        77160                      
192.168.1.1                                 Swap            258758BU  259762
192.168.110.110                             3/1/5:1                    
                                                                       
8198                                        77161                      
192.168.1.1                                 Swap            255033    259761
192.168.110.110                             3/1/5:1                    
                                                                       
8198                                        77161                      
192.168.1.1                                 Swap            258755BU  259761
*A:SRU4#                              


The following show output displays recursive FECs.

A:Dut-C# show router ldp bindings active p2mp source 10.0.101.10 group 192.168.1.1
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3)
             (IPv6 LSR ID ::)
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        LF - Lower FEC, UF - Upper FEC
===============================================================================
LDP Recursive with In-Band-SSM IPv4 P2MP Bindings (Active)
===============================================================================
RootAddr
InnerRootAddr
Source                                      Interface
Group                                       Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId
-------------------------------------------------------------------------------
10.4.0.2
10.20.1.6
10.0.101.10                                 73728
192.168.1.1                                 Pop             262135      --
  --                                          --
10.4.0.2 (UF)
10.20.1.6
10.0.101.10                                 73728
192.168.1.1                                 Swap            262135    Stitched
  --                                          --
10.20.1.3 (LF)
10.20.1.6
10.0.101.10                                 Unknw
192.168.1.1                                 Push              --      262139
10.3.0.1                                    lag-1
10.20.1.3 (LF)
10.20.1.6
10.0.101.10                                 Unknw
192.168.1.1                                 Push              --      262139
10.33.0.1                                   1/1/2:2
-------------------------------------------------------------------------------
No. of In-Band-SSM IPv4 P2MP Active Bindings: 4
===============================================================================


A:Dut-C# show router ldp bindings active p2mp source 10.0.101.10 group 192.168.1.1 
innermost-root 10.20.1.6
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3)
             (IPv6 LSR ID ::)
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        LF - Lower FEC, UF - Upper FEC
===============================================================================
LDP Recursive with In-Band-SSM IPv4 P2MP Bindings (Active)
===============================================================================
RootAddr
InnerRootAddr
Source                                      Interface
Group                                       Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId
-------------------------------------------------------------------------------
10.4.0.2
10.20.1.6
10.0.101.10                                 73728
192.168.1.1                                 Pop             262135      --
  --                                          --
10.4.0.2 (UF)
10.20.1.6
10.0.101.10                                 73728
192.168.1.1                                 Swap            262135    Stitched
  --                                          --
10.20.1.3 (LF)
10.20.1.6
10.0.101.10                                 Unknw
192.168.1.1                                 Push              --      262139
10.3.0.1                                    lag-1
10.20.1.3 (LF)
10.20.1.6
10.0.101.10                                 Unknw
192.168.1.1                                 Push              --      262139
10.33.0.1                                   1/1/2:2
-------------------------------------------------------------------------------
No. of In-Band-SSM IPv4 P2MP Active Bindings: 4
===============================================================================


A:Dut-C# show router ldp bindings active p2mp source 10.0.101.10 group 192.168.1.1  
inner-root 10.20.1.6 root 10.20.1.3
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3)
             (IPv6 LSR ID ::)
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        LF - Lower FEC, UF - Upper FEC
===============================================================================
LDP Recursive with In-Band-SSM IPv4 P2MP Bindings (Active)
===============================================================================
RootAddr
InnerRootAddr
Source                                      Interface
Group                                       Op              IngLbl    EgrLbl
EgrNH                                       EgrIf/LspId
-------------------------------------------------------------------------------
10.20.1.3 (LF)
10.20.1.6
10.0.101.10                                 Unknw
192.168.1.1                                 Push              --      262139
10.3.0.1                                    lag-1
10.20.1.3 (LF)
10.20.1.6
10.0.101.10                                 Unknw
192.168.1.1                                 Push              --      262139
10.33.0.1                                   1/1/2:2
-------------------------------------------------------------------------------
No. of In-Band-SSM IPv4 P2MP Active Bindings: 2


*A:Dut-C# show router ldp bindings active prefixes prefix 3ffe::a14:101/128 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
===============================================================================
LDP IPv6 Prefix Bindings (Active)
===============================================================================
Prefix                                         Op              IngLbl    EgrLbl
EgrNextHop                                     EgrIf/LspId               
-------------------------------------------------------------------------------
3ffe::a14:101/128                              Push              --      262142
fe80::21                                       1/1/1                      
                                                                       
3ffe::a14:101/128                              Swap            262136    262142
fe80::21                                       1/1/1                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv6 Prefix Active Bindings: 2
===============================================================================


*A:Dut-C# show router ldp bindings active prefixes prefix 3ffe::a14:101/128 detail 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3:0)
             (IPv6 LSR ID 3ffe::a14:103[0])
===============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
==============================================================================
LDP IPv6 Prefix Bindings (Active)
==============================================================================
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:101/128
Op             : Push               
Ing Lbl        :   --               Egr Lbl    : 262142
Egr Int/LspId  : 1/1/1              
EgrNextHop     : fe80::21
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.2.3       
Metric         : 1000               Mtu        : 1500
-------------------------------------------------------------------------------
Prefix         : 3ffe::a14:101/128
Op             : Swap               
Ing Lbl        : 262136             Egr Lbl    : 262142
Egr Int/LspId  : 1/1/1              
EgrNextHop     : fe80::21
Egr. Flags     : None               Ing. Flags : None
Egr If Name    : ip-10.10.2.3       
Metric         : 1000               Mtu        : 1500
===============================================================================
No. of IPv6 Prefix Active Bindings: 2
===============================================================================
*A:Dut-C#


*A:Dut-C>config>router>isis# show router ldp  bindings active  prefixes prefix
10.20.1.1/32 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3)
             (IPv6 LSR ID 3ffe::a14:103)
===============================================================================
Label Status:
        U - Label In Use, N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        e - Label ELC
FEC Flags:
        LF - Lower FEC, UF - Upper FEC, BA - ASBR Backup FEC
        (S) - Static           (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop     (BU) - Alternate Next-hop for Fast Re-Route
        (I) - SR-ISIS Next Hop (O) - SR-OSPF Next Hop
        (C) - FEC resolved with class-based-forwarding
===============================================================================
LDP IPv4 Prefix Bindings (Active)
===============================================================================
Prefix                                      Op              IngLbl    EgrLbl
EgrNextHop                                  EgrIf/LspId               
-------------------------------------------------------------------------------
10.20.1.1/32(I)                             Swap            262122    474387
10.10.2.1                                   1/1/1                      
                                                                       
-------------------------------------------------------------------------------
No. of IPv4 Prefix Active Bindings: 1
===============================================================================


*A:Dut-C>config>router>isis# show router ldp  bindings prefixes prefix 10.20.1.1/32 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3)
             (IPv6 LSR ID 3ffe::a14:103)
===============================================================================
Label Status:
        U - Label In Use, N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        e - Label ELC
FEC Flags:
        LF - Lower FEC, UF - Upper FEC, BA - ASBR Backup FEC
===============================================================================
LDP IPv4 Prefix Bindings
===============================================================================
Prefix                                      IngLbl                    EgrLbl
Peer                                        EgrIntf/LspId             
EgrNextHop                                                            
-------------------------------------------------------------------------------
10.20.1.1/32                                262122U                   262131
10.20.1.2:0                                   --                      
  --                                                                  
                                                                       
10.20.1.1/32                                262122U                   262140
10.20.1.4:0                                   --                      
  --                                                                  
                                                                       
10.20.1.1/32                                262122U                   262139
10.20.1.5:0                                   --                      
  --                                                                  
                                                                       
-------------------------------------------------------------------------------
No. of IPv4 Prefix Bindings: 3
===============================================================================


*A:Dut-C# show router ldp bindings  prefixes prefix 10.20.1.6/32       
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3)
             (IPv6 LSR ID ::)
===============================================================================
Label Status:
        U - Label In Use, N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        e - Label ELC
FEC Flags:
        LF - Lower FEC, UF - Upper FEC, BA - ASBR Backup FEC
===============================================================================
LDP IPv4 Prefix Bindings
===============================================================================
Prefix                                      IngLbl                    EgrLbl
Peer                                        EgrIntf/LspId             
EgrNextHop                                                            
-------------------------------------------------------------------------------
10.20.1.6/32                                262142U                   262142
10.20.1.1:0                                   --                      
  --                                                                  
                                                                       
10.20.1.6/32                                262142U                     --
10.20.1.2:0                                   --                      
  --                                                                  
                                                                       
-------------------------------------------------------------------------------
No. of IPv4 Prefix Bindings: 2
===============================================================================


*A:Dut-C# show router ldp bindings active prefixes prefix 10.20.1.6/32 
===============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.3)
             (IPv6 LSR ID ::)
===============================================================================
Label Status:
        U - Label In Use, N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        e - Label ELC
FEC Flags:
        LF - Lower FEC, UF - Upper FEC, BA - ASBR Backup FEC
        (S) - Static           (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop     (BU) - Alternate Next-hop for Fast Re-Route
        (I) - SR-ISIS Next Hop (O) - SR-OSPF Next Hop
        (C) - FEC resolved with class-based-forwarding
===============================================================================
LDP IPv4 Prefix Bindings (Active)
===============================================================================
Prefix                                      Op              IngLbl    EgrLbl
EgrNextHop                                  EgrIf/LspId               
-------------------------------------------------------------------------------
10.20.1.6/32(B)                             Swap            262142    262142
10.20.1.2                                   LspId 65545                
                                                                       
-------------------------------------------------------------------------------
No. of IPv4 Prefix Active Bindings: 1


*A:Dut-C# show router ldp bindings active prefixes prefix 10.20.1.3/32

============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.2:0)
             (IPv6 LSR ID ::[0])
============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
        (C) - FEC resolved with class-based-forwarding
============================================================================
LDP IPv4 Prefix Bindings (Active)
============================================================================
Prefix                                      Op              IngLbl    EgrLbl
EgrNextHop                                  EgrIf/LspId
----------------------------------------------------------------------------
10.20.1.3/32                                Push              --      262143
10.20.1.3                                   LspId 5

10.20.1.3/32                                Push              --      262143
10.20.1.3                                   LspId 6

10.20.1.3/32                                Push              --      262143
10.20.1.3                                   LspId 7

10.20.1.3/32                                Push              --      262143
10.20.1.3                                   LspId 8

10.20.1.3/32(C)                             Swap            262141    262143
10.20.1.3                                   LspId 5

10.20.1.3/32(C)                             Swap            262141    262143
10.20.1.3                                   LspId 6

10.20.1.3/32(C)                             Swap            262141    262143
10.20.1.3                                   LspId 7

10.20.1.3/32(C)                             Swap            262141    262143
10.20.1.3                                   LspId 8 
----------------------------------------------------------------------------
No. of IPv4 Prefix Active Bindings: 8
============================================================================


show router ldp bindings active prefixes prefix 10.20.1.3/32 detail

============================================================================
LDP Bindings (IPv4 LSR ID 10.20.1.2:0)
             (IPv6 LSR ID ::[0])
============================================================================
Legend: U - Label In Use,  N - Label Not In Use, W - Label Withdrawn
        WP - Label Withdraw Pending, BU - Alternate For Fast Re-Route
        (S) - Static       (M) - Multi-homed Secondary Support
        (B) - BGP Next Hop (BU) - Alternate Next-hop for Fast Re-Route
        (C) - FEC resolved with class-based-forwarding
============================================================================
LDP IPv4 Prefix Bindings (Active)
============================================================================
----------------------------------------------------------------------------
Prefix         : 10.20.1.3/32
Op             : Push
Ing Lbl        :   --               Egr Lbl    : 262143
Egr Int/LspId  : LspId 5
EgrNextHop     : 10.20.1.3
Egr. Flags     : None               Ing. Flags : None
Lsp Name       : B_C_5
Metric         : 1000               Mtu        : 1492
----------------------------------------------------------------------------
Prefix         : 10.20.1.3/32
Op             : Push
Ing Lbl        :   --               Egr Lbl    : 262143
Egr Int/LspId  : LspId 6
EgrNextHop     : 10.20.1.3
Egr. Flags     : None               Ing. Flags : None
Lsp Name       : B_C_6
Metric         : 1000               Mtu        : 1492
----------------------------------------------------------------------------
Prefix         : 10.20.1.3/32
Op             : Push
Ing Lbl        :   --               Egr Lbl    : 262143
Egr Int/LspId  : LspId 7
EgrNextHop     : 10.20.1.3
Egr. Flags     : None               Ing. Flags : None
Lsp Name       : B_C_7
Metric         : 1000               Mtu        : 1492
----------------------------------------------------------------------------
Prefix         : 10.20.1.3/32
Op             : Push
Ing Lbl        :   --               Egr Lbl    : 262143
Egr Int/LspId  : LspId 8
EgrNextHop     : 10.20.1.3
Egr. Flags     : None               Ing. Flags : None
Lsp Name       : B_C_8
Metric         : 1000               Mtu        : 1492
----------------------------------------------------------------------------
Prefix         : 10.20.1.3/32(C)
Op             : Swap
Ing Lbl        : 262141             Egr Lbl    : 262143
Egr Int/LspId  : LspId 5
EgrNextHop     : 10.20.1.3
Egr. Flags     : None               Ing. Flags : None
Lsp Name       : B_C_5
Metric         : 1000               Mtu        : 1492
CBF Default LSP: No                 CBF FC     : None
----------------------------------------------------------------------------
Prefix         : 10.20.1.3/32(C)
Op             : Swap
Ing Lbl        : 262141             Egr Lbl    : 262143
Egr Int/LspId  : LspId 6
EgrNextHop     : 10.20.1.3
Egr. Flags     : None               Ing. Flags : None
Lsp Name       : B_C_6
Metric         : 1000               Mtu        : 1492
CBF Default LSP: No                 CBF FC     : None
----------------------------------------------------------------------------
Prefix         : 10.20.1.3/32(C)
Op             : Swap
Ing Lbl        : 262141             Egr Lbl    : 262143
Egr Int/LspId  : LspId 7
EgrNextHop     : 10.20.1.3
Egr. Flags     : None               Ing. Flags : None
Lsp Name       : B_C_7
Metric         : 1000               Mtu        : 1492
CBF Default LSP: Yes                CBF FC     : be l2 af l1 h2 ef h1 nc
----------------------------------------------------------------------------
Prefix         : 10.20.1.3/32(C)
Op             : Swap
Ing Lbl        : 262141             Egr Lbl    : 262143
Egr Int/LspId  : LspId 8
EgrNextHop     : 10.20.1.3
Egr. Flags     : None               Ing. Flags : None
Lsp Name       : B_C_8
Metric         : 1000               Mtu        : 1492
CBF Default LSP: No                 CBF FC     : None
============================================================================
No. of IPv4 Prefix Active Bindings: 8
============================================================================

active-subscribers

active-subscribers

Syntax

active-subscribers detail

active-subscribers mirror

active-subscribers [summary]

Context

[Tree] (show>service active-subscribers)

Full Context

show service active-subscribers

Description

This command displays active subscriber information.

Parameters

detail

Displays detailed output.

mirror

Displays active subscriber mirror information.

summary

Displays active subscriber information in a brief format.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following output is an example of active service subscriber information. Active Subscriber Field Descriptions describes the fields.

Sample Output
*A:Dut-C# show service active-subscribers
===============================================================================
Active Subscribers
===============================================================================
-------------------------------------------------------------------------------
Subscriber hpolSub1 (hpolSubProf2)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
(1) SLA Profile Instance sap:lag-1:2000.1 - sla:hpolSlaProf1
-------------------------------------------------------------------------------
IP Address
                MAC Address          Session        Origin       Svc        Fwd
-------------------------------------------------------------------------------
239.1.4.194
                00:01:00:00:03:c1    PPP 1          IPCP         1000       Y  
-------------------------------------------------------------------------------
(2) SLA Profile Instance sap:lag-1:2000.1 - sla:hpolSlaProf2
-------------------------------------------------------------------------------
IP Address
                MAC Address          Session        Origin       Svc        Fwd
-------------------------------------------------------------------------------
239.1.4.35
                00:01:00:00:03:22    N/A            ARP-Host     1000       Y
239.1.4.195
                00:01:00:00:03:c2    PPP 1          IPCP         1000       Y
-------------------------------------------------------------------------------
Subscriber hpolSub16 (hpolSubProf1)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
(1) SLA Profile Instance sap:[lag-1:2000.2] - sla:hpolSlaProf1
-------------------------------------------------------------------------------
IP Address
                MAC Address          Session        Origin       Svc        Fwd
-------------------------------------------------------------------------------
239.1.4.224
                00:01:00:00:03:df    PPP 1          IPCP         1000       Y
-------------------------------------------------------------------------------
Subscriber hpolSub2 (hpolSubProf1)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
(1) SLA Profile Instance sap:lag-1:2000.1 - sla:hpolSlaProf1
-------------------------------------------------------------------------------
IP Address
                MAC Address          Session        Origin       Svc        Fwd
-------------------------------------------------------------------------------
239.1.4.196
                00:01:00:00:03:c3    PPP 1          IPCP         1000       Y
-------------------------------------------------------------------------------
Number of active subscribers : 3
===============================================================================
*A:Dut-C#
*A:EsrC# show service active-subscribers mirror
===============================================================================
Active Subscribers
===============================================================================
Subscriber user1 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.1         00:00:01:00:00:01 Static
                    Ingress mirror:      100   l2 af l1 nc
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:11 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
11.1.0.1        00:00:01:00:00:01 Static
                    Ingress mirror:      100   l2 af l1 nc
---------------------------------------------
Subscriber user10 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.10        00:00:01:00:00:01 Static
                    Ingress mirror:      100   af ef h1 nc
---------------------------------------------
Subscriber user11 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.11        00:00:01:00:00:02 Static
                    Egress  mirror:      100   l2 ef h1
---------------------------------------------
Subscriber user12 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.12        00:00:01:00:00:03 Static
                    Ingress mirror:      100   be l2 af l1 h2 ef h1 nc
                    Egress  mirror:      100   be l2 af l1 h2 ef h1 nc
---------------------------------------------
Subscriber user13 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.13        00:00:01:00:00:01 Static
                    Ingress mirror:      100   l1 ef h1
---------------------------------------------
Subscriber user14 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.14        00:00:01:00:00:02 Static
                    Egress  mirror:      100   l2 h2 ef h1
---------------------------------------------
Subscriber user15 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.15        00:00:01:00:00:03 Static
                    Ingress mirror:      100   l1 nc
                    Egress  mirror:      100   l1 nc
---------------------------------------------
Subscriber user16 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.16        00:00:01:00:00:01 Static
                    Ingress mirror:      100   be l2 af nc
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:11 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
11.1.0.16       00:00:01:00:00:01 Static
                    Ingress mirror:      100   be l2 af nc
---------------------------------------------
Subscriber user17 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla2
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.17        00:00:01:00:00:01 Static
                    Egress  mirror:      100   af l1 h1
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:11 - sla:sla2
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
11.1.0.17       00:00:01:00:00:01 Static
                    Egress  mirror:      100   af l1 h1
---------------------------------------------
Subscriber user18 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla3
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.18        00:00:01:00:00:01 Static
                    Ingress mirror:      100   h2
                    Egress  mirror:      100   h2
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:11 - sla:sla3
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
11.1.0.18       00:00:01:00:00:01 Static
                    Ingress mirror:      100   h2
                    Egress  mirror:      100   h2
---------------------------------------------
Subscriber user2 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.2         00:00:01:00:00:01 Static
                    Egress  mirror:      100   be l2 af l1 h2 ef h1 nc
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:11 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
11.1.0.2        00:00:01:00:00:01 Static
                    Egress  mirror:      100   be l2 af l1 h2 ef h1 nc
---------------------------------------------
Subscriber user3 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.3         00:00:01:00:00:01 Static
                    Ingress mirror:      100   be l2 af l1 h2 ef h1 nc
                    Egress  mirror:      100   be l2 af l1 h2 ef h1 nc
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:11 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
11.1.0.3        00:00:01:00:00:01 Static
                    Ingress mirror:      100   be l2 af l1 h2 ef h1 nc
                    Egress  mirror:      100   be l2 af l1 h2 ef h1 nc
---------------------------------------------
Subscriber user4 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.4         00:00:01:00:00:01 Static
                    Ingress mirror:      100   be l2 af l1 h2 ef h1 nc
---------------------------------------------
Subscriber user5 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.5         00:00:01:00:00:01 Static
                    Egress  mirror:      100   be l2 af l1 h2 ef h1 nc
---------------------------------------------
Subscriber user6 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.6         00:00:01:00:00:01 Static
                    Ingress mirror:      100   be af l1 h2
                    Egress  mirror:      100   be af l1 h2
---------------------------------------------
Subscriber user7 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.7         00:00:01:00:00:01 Static
                    Ingress mirror:      100   be l2 af l1 h2 ef h1 nc
---------------------------------------------
Subscriber user8 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.8         00:00:01:00:00:01 Static
                    Egress  mirror:      100   be af l1 h1 nc
---------------------------------------------
Subscriber user9 (sub1)
---------------------------------------------------------------------------
SLA Profile Instance sap:lag-8:1 - sla:sla1
---------------------------------------------------------------------------
IP Address      MAC Address       Origin
---------------------------------------------
1.1.0.9         00:00:01:00:00:01 Static
                    Ingress mirror:      100   be l2 af l1 h2 ef h1 nc
                    Egress  mirror:      100   be l2 af l1 h2 ef h1 nc
===============================================================================
*A:EsrC#
*B:Dut-C# show service active-subscribers detail 
===============================================================================
Active Subscribers
===============================================================================
-------------------------------------------------------------------------------
Subscriber basic1
           (sub__S1)
-------------------------------------------------------------------------------
I. Sched. Policy : N/A                              
E. Sched. Policy : HSch1                            E. Agg Rate Limit: Max
                                                    E. Min Resv Bw   : 1
I. Policer Ctrl. : N/A                              
E. Policer Ctrl. : N/A                              
I. vport-hashing : Disabled                         
I. sec-sh-hashing: Disabled                         
Q Frame-Based Ac*: Disabled                         
Acct. Policy     : N/A                              Collect Stats    : Disabled
ANCP Pol.        : N/A                              
Accu-stats-pol   : (Not Specified)                  
HostTrk Pol.     : N/A                              
IGMP Policy      : igmp1                            
MLD Policy       : mld1                             
PIM Policy       : N/A                              
Sub. MCAC Policy : N/A                              
NAT Policy       : N/A
Firewall Policy  : N/A                              
UPnP Policy      : N/A                              
NAT Prefix List  : N/A                              
Allow NAT bypass : No                               
NAT access mode  : auto                             
Def. Encap Offset: none                             Encap Offset Mode: none
Vol stats type   : full                             
Preference       : 5                                
LAG hash class   : 1                                
LAG hash weight  : 1                                
Sub. ANCP-String : "basic1"
Sub. Int Dest Id : ""
Igmp Rate Adj    : N/A                              
RADIUS Rate-Limit: N/A                              
Oper-Rate-Limit  : Maximum                          
-------------------------------------------------------------------------------
Radius Accounting
-------------------------------------------------------------------------------
Policy           : radacct                          
Session Opti.Stop: False                            
* indicates that the corresponding row element may have been truncated.
-------------------------------------------------------------------------------
(1) SLA Profile Instance
    - sap:1/1/2:51 (VPRN 10 - gi-1-6)
    - sla:slaS2S1
-------------------------------------------------------------------------------
Description          : SLA Profile Id slaS2S1
Control plane(s)     : local                  
Host Limits          : No Limit
Session Limits       : No Limit
Egr Sched-Policy     : N/A                    
Ingress Qos-Policy   : 11                     Egress Qos-Policy : 110
Ingress Queuing Type : Service-queuing (Not Applicable to Policer)
Ingr IP Fltr-Id      : N/A                    Egr IP Fltr-Id    : N/A
Ingr IPv6 Fltr-Id    : N/A                    Egr IPv6 Fltr-Id  : N/A
Ingress Report-Rate  : Maximum                
Egress Report-Rate   : Maximum                
Egress Remarking     : from Sap Qos           
Credit Control Pol.  : N/A
Category Map         : (Not Specified)        
Use ing L2TP DSCP    : false                  
Default SPI sharing  : per-sap                
Hs-Agg-Rate-Limit    : Maximum                
Egress HS Q stat mode: no-override            
Bonding Rate-thresh. : high 90 low 80         
Bonding Weight       : weight 100 5           
Hs-Oper-Rate-Limit   : Maximum                
Egr hqos mgmt status : disabled               
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
IP Address                                                                  
              MAC Address        Session            Origin       Svc        Fwd
-------------------------------------------------------------------------------
3fe0:0:0:10::/64
              10:00:00:00:01:10  N/A                DHCP6        10         Y
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
SLA Profile Instance statistics
-------------------------------------------------------------------------------
                        Packets                 Octets
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 5                       670                      
Off. Uncolor          : 0                       0                        
Off. Managed          : 0                       0                        
Queueing Stats (Ingress QoS Policy 11)
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 5                       670                      
Queueing Stats (Egress QoS Policy 110)
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 5                       670                      
-------------------------------------------------------------------------------
SLA Profile Instance per Queue statistics
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress Queue 2 (Unicast) (Priority) 
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 0                       0                        
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
Ingress Queue 3 (Unicast) (Priority) 
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 0                       0                        
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
Ingress Queue 4 (Unicast) (Priority) 
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 0                       0                        
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
Ingress Queue 5 (Unicast) (Priority) 
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 0                       0                        
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
Ingress Queue 6 (Unicast) (Priority) 
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 0                       0                        
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
Ingress Queue 7 (Unicast) (Priority) 
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 0                       0                        
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
Ingress Queue 8 (Unicast) (Priority) 
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 0                       0                        
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
Ingress Queue 9 (Unicast) (Priority) 
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 5                       670                      
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 5                       670                      
Egress Queue 1 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 2 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 3 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 5                       670                      
Egress Queue 4 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 5 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 6 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 7 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 8 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
-------------------------------------------------------------------------------
(2) SLA Profile Instance
    - sap:1/1/2:113 (VPRN 10 - gi-1-11)
    - sla:sla17S1 PPP session:23
-------------------------------------------------------------------------------
Description          : SLA Profile Id sla17S1
Control plane(s)     : local                  
Host Limits          : No Limit
Session Limits       : No Limit
Egr Sched-Policy     : N/A                    
Ingress Qos-Policy   : 17                     Egress Qos-Policy : 110
Ingress Queuing Type : Service-queuing (Not Applicable to Policer)
Ingr IP Fltr-Id      : N/A                    Egr IP Fltr-Id    : N/A
Ingr IPv6 Fltr-Id    : N/A                    Egr IPv6 Fltr-Id  : N/A
Ingress Report-Rate  : Maximum                
Egress Report-Rate   : Maximum                
Egress Remarking     : from Sap Qos           
Credit Control Pol.  : ccpol
Category Map         : (Not Specified)        
Use ing L2TP DSCP    : false                  
Default SPI sharing  : per-session            
Hs-Agg-Rate-Limit    : Maximum                
Egress HS Q stat mode: no-override            
Bonding Rate-thresh. : high 90 low 80         
Bonding Weight       : weight 100 5           
Hs-Oper-Rate-Limit   : Maximum                
Egr hqos mgmt status : disabled               
-------------------------------------------------------------------------------
Credit Control Policy: ccpol
Category Map         : catmap1
Diameter Session Gy  : router.be;1624914238;80
CC Failure Handling  : terminate
Number of categories
static               : 1
gx-session           : 0
gx-pcc               : 0
Category Name        : cat1                 
Ingress Queues       : 1
Egress Queues        : 1
Ingress Policers     : (Not Specified)
Egress Policers      : (Not Specified)
Credit Volume Used   : 0                    Credit Time Used     : 213
Credit Volume Avail. : 0                    Credit Time Avail.   : 87
Credit Volume Thres. : 0                    Credit Time Thres.   : 0
Credit Expired       : False                Credit Negotiating   : False
Out Of Credit Action : None                 Quota Holding Time   : 0
Validity Time Used   : 212                  Validity Time Avail. : 988
HTTP Rdr URL Override: (Not Specified)
-------------------------------------------------------------------------------
IP Address                                                                  
              MAC Address        Session            Origin       Svc        Fwd
-------------------------------------------------------------------------------
10.1.0.111
              10:00:00:00:01:91  PPP 1              IPCP         10         Y
3fe1:0:0:11::/64
              10:00:00:00:01:91  PPP 1              SLAAC        10         Y
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
SLA Profile Instance statistics
-------------------------------------------------------------------------------
                        Packets                 Octets
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 10                      1320                     
Off. Uncolor          : 0                       0                        
Off. Managed          : 0                       0                        
Queueing Stats (Ingress QoS Policy 17)
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 10                      1320                     
Queueing Stats (Egress QoS Policy 110)
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 10                      1320                     
-------------------------------------------------------------------------------
SLA Profile Instance per Queue statistics
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress Queue 1 (Unicast) (Priority) 
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 0                       0                        
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
Ingress Queue 2 (Unicast) (Priority) 
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 10                      1320                     
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 10                      1320                     
Ingress Queue 3 (Unicast) (Priority) 
Off. HiPrio           : 0                       0                        
Off. LowPrio          : 0                       0                        
Dro. HiPrio           : 0                       0                        
Dro. LowPrio          : 0                       0                        
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
Egress Queue 1 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 2 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 3                        
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 10                      1320                     
Egress Queue 4 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 5 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 6 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 7 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
Egress Queue 8 
Dro. In/InplusProf    : 0                       0                        
Dro. Out/ExcProf      : 0                       0                        
For. In/InplusProf    : 0                       0                        
For. Out/ExcProf      : 0                       0                        
-------------------------------------------------------------------------------
Number of active subscribers : 1
===============================================================================
*B:Dut-C# 

Active Subscriber Field Descriptions describes active subscriber output fields.

Table 10. Active Subscriber Field Descriptions

Field

Description

Active Subscribers

The active subscriber’s name

IP Address

The IP address of the active subscriber

MAC Address

The MAC address of the active subscriber

Session

The session type

Origin

The IPCP parameter

Svc

The service ID

Fwd

Option to forward

Number of active subscribers

The total number of active subscribers

adi

adi

Syntax

adi [service service-id] [ interface ip-int-name] [address mcast-address] [source ip-address] [detail]

Context

[Tree] (show>video adi)

Full Context

show video adi

Description

This command displays ad insertion channel information.

Parameters

service service-id

Displays information pertaining to the specified service ID.

Values

1 — 2147483648 svc-name — a string up to 64 characters in length.

interface ip-int-name

Displays information pertaining to the specified interface.

address mcast-address

Displays information pertaining to the specified multicast channel address.

source ip-address

Displays information pertaining to the source IP address.

detail

The output displays detailed information.

Platforms

7450 ESS, 7750 SR-1, 7750 SR-7/12/12e, 7750 SR-1s, 7750 SR-2s, 7750 SR-7s, 7750 SR-14s

adi-session

adi-session

Syntax

adi-session

Context

[Tree] (clear>video>statistics>id adi-session)

Full Context

clear video statistics id adi-session

Description

This command clears video statistics for an ADI session.

Platforms

7450 ESS, 7750 SR-1, 7750 SR-7/12/12e, 7750 SR-1s, 7750 SR-2s, 7750 SR-7s, 7750 SR-14s

adjacency

adjacency

Syntax

adjacency [detail]

Context

[Tree] (show>service>id>spb adjacency)

Full Context

show service id spb adjacency

Description

This command displays SPB adjacency information.

Parameters

detail

Shows detailed information

Platforms

All

Output

The following output is an example of service SPB adjacency information.

Sample Output
===============================================================================
ISIS Adjacency
===============================================================================
System ID                Usage State Hold Interface                     MT Enab
-------------------------------------------------------------------------------
Dut-B                    L1    Up    19   sap:1/2/2:1.1                 No
Dut-C                    L1    Up    21   sap:1/2/3:1.1                 No
-------------------------------------------------------------------------------
Adjacencies : 2
===============================================================================

adjacency

Syntax

adjacency [ip-address | ip-int-name | nbr-system-id] [detail]

Context

[Tree] (show>router>isis adjacency)

Full Context

show router isis adjacency

Description

This command displays information regarding IS-IS neighbors. When no ip-address, ip-int-name, or nbr-system-id is specified, then all adjacencies are displayed.

Parameters

ip-address

When specified, only adjacencies with that interface is displayed.

Values

ipv4-address:

  • a.b.c.d (host bits must be 0)

ipv6-address:

  • x:x:x:x:x:x:x:x (eight 16-bit pieces)

  • x:x:x:x:x:x:d.d.d.d

  • x: [0 to FFFF]H

  • d: [0 to 255]D

ip-int-name

When specified, only adjacencies with that interface is displayed.

nbr-system-id

When specified, only the adjacency with that ID is displayed.

detail

All output is displayed in the detailed format.

mt-id-number

Specifies the multi topology ID number for this route.

Platforms

All

Output

Standard and Detailed IS-IS Adjacency Output

Standard and Detailed Adjacency Output Fields describes the standard and detailed command output fields for an IS-IS adjacency.

Table 11. Standard and Detailed Adjacency Output Fields

Label

Description

Interface

Interface name associated with the neighbor.

System-id

Neighbor’s system ID.

Level

1-L1 only, 2-L2 only, 3-L1 and L2.

State

Up, down, new, one-way, initializing, or rejected.

Hold

Hold time remaining for the adjacency.

SNPA

Subnetwork point of attachment, MAC address of the next hop.

Circuit type

Level on the interface L1, L2, or both.

Expires In

Number of seconds until adjacency expires.

Priority

Priority to become designated router.

Up/down transitions

Number of times neighbor state has changed.

Event

Event causing last transition.

Last transition

Time since last transition change.

Speaks

Supported protocols (only IP).

IP address

IP address of neighbor.

MT enab

Yes — The neighbor is advertising at least 1 non MTID#0.

Topology

Derived from the MT TLV in the IIH

  • MT#0, MT#2 => "Topology : Unicast, IPv6-Unicast”

  • Native IPv4 or native IPv6 => "Topology : Unicast”

Not supported MTIDs => Topology line suppressed

Sample Output
*A:Dut-C# show router isis adjacency

===============================================================================
Rtr Base ISIS Instance 0 Adjacency
===============================================================================
System ID                Usage State Hold Interface                     MT-ID
-------------------------------------------------------------------------------
Dut-B                    L1L2  Up    23   to_Dut-B                      0
Dut-D                    L1L2  Up    23   to_Dut-D1                     0
-------------------------------------------------------------------------------
Adjacencies : 2
===============================================================================
*A:Dut-C# show router isis adjacency Dut-D detail

===============================================================================
Rtr Base ISIS Instance 0 Adjacency (detail)
===============================================================================
SystemID    : Dut-D                            SNPA        : 00:00:00:00:00:04
Interface   : to_Dut-D1                        Up Time     : 0d 00:05:23
State       : Up                               Priority    : 0
Nbr Sys Typ : L1L2                             L. Circ Typ : L1L2
Hold Time   : 19                               Max Hold    : 27
Adj Level   : L1L2                             MT Enabled  : No
Topology    : Unicast

IPv6 Neighbor     : fe80::200:ff:fe00:4
IPv4 Neighbor     : 1.3.4.4
IPv4 Adj SID      : Label 262139
Restart Support   : Disabled
Restart Status    : Not currently being helped
Restart Suppressed : Disabled
Number of Restarts: 0
Last Restart at   : Never

===============================================================================
*A:Dut-C#


*A:ALA-A# show router isis adjacency 180.0.7.12
===============================================================================
Rtr Base ISIS Instance 0 Adjacency
===============================================================================
System ID                        Usage State Hold Interface
-------------------------------------------------------------------------------
asbr_east                        L2    Up    25   if2/5
-------------------------------------------------------------------------------
Adjacencies : 1
===============================================================================
*A:ALA-A# 


*A:ALA-A# show router isis adjacency if2/5
===============================================================================
Rtr Base ISIS Instance 0 Adjacency
===============================================================================
System ID                        Usage State Hold Interface
-------------------------------------------------------------------------------
asbr_east                        L2    Up    20   if2/5
-------------------------------------------------------------------------------
Adjacencies : 1
===============================================================================
*A:ALA-A# 


*A:Dut-A# show router isis adjacency detail 
===============================================================================
Rtr Base ISIS Instance 0 Adjacency (detail)
===============================================================================
SystemID    : Dut-B                            SNPA        : 20:81:01:01:00:01 
Interface   : ip-3FFE::A0A:101                 Up Time     : 0d 00:56:10       
State       : Up                               Priority    : 64                
Nbr Sys Typ : L1                               L. Circ Typ : L1                
Hold Time   : 2                                Max Hold    : 2                 
Adj Level   : L1                               MT Enabled  : Yes               
Topology    : Unicast, IPv6-Unicast                                            
 
IPv6 Neighbor     : FE80::2281:1FF:FE01:1
IPv4 Neighbor     : 10.10.1.2
Restart Support   : Disabled
Restart Status    : Not currently being helped
Restart Supressed : Disabled
Number of Restarts: 0
Last Restart at   : Never
 
SystemID    : Dut-B                            SNPA        : 20:81:01:01:00:01 
Interface   : ip-3FFE::A0A:101                 Up Time     : 0d 00:56:10       
State       : Up                               Priority    : 64                
Nbr Sys Typ : L2                               L. Circ Typ : L2                
Hold Time   : 2                                Max Hold    : 2                 
Adj Level   : L2                               MT Enabled  : Yes               
Topology    : Unicast, IPv6-Unicast                                            
 
IPv6 Neighbor     : FE80::2281:1FF:FE01:1
IPv4 Neighbor     : 10.10.1.2
Restart Support   : Disabled
Restart Status    : Not currently being helped
Restart Supressed : Disabled
Number of Restarts: 0
Last Restart at   : Never
                                      
SystemID    : Dut-F                            SNPA        : 00:00:00:00:00:00 
Interface   : ies-1-3FFE::A0A:1501             Up Time     : 0d 01:18:34       
State       : Up                               Priority    : 0                 
Nbr Sys Typ : L1L2                             L. Circ Typ : L1L2              
Hold Time   : 5                                Max Hold    : 6                 
Adj Level   : L1L2                             MT Enabled  : Yes               
Topology    : Unicast, IPv6-Unicast                                            
 
IPv6 Neighbor     : FE80::2285:FFFF:FE00:0
IPv4 Neighbor     : 10.10.21.6
Restart Support   : Disabled
Restart Status    : Not currently being helped
Restart Supressed : Disabled
Number of Restarts: 0
Last Restart at   : Never
===============================================================================
*A:Dut-A# 

adjacency

Syntax

adjacency [system-id]

Context

[Tree] (clear>router>isis adjacency)

Full Context

clear router isis adjacency

Description

This command clears and resets the entries from the IS-IS adjacency database.

Parameters

system-id

When the system ID is entered, only the specified entries are removed from the IS-IS adjacency database.

Platforms

All

adjacency

Syntax

adjacency [system-id]

Context

[Tree] (clear>service>id>spb adjacency)

Full Context

clear service id spb adjacency

Description

This command clears and resets IS-IS adjacencies.

Parameters

system-id

Specifies the system ID. When the system ID is entered, only the specified entries are removed from the IS-IS adjacency database.

Values

6-octet system identifier (xxxx.xxxx.xxxx)

Platforms

All

adjust-autobandwidth

adjust-autobandwidth

Syntax

adjust-autobandwidth [lsp lsp-name [force [ bandwidth mbps]]]

Context

[Tree] (tools>perform>router>mpls adjust-autobandwidth)

Full Context

tools perform router mpls adjust-autobandwidth

Description

This command initiates an immediate automatic bandwidth adjustment attempt for either one specific LSP or all active LSPs. The automatic bandwidth adjustment is made to the primary or secondary path of the LSP, whichever is the currently active path. If an LSP is not specified, then the system assumes the command applies to all LSPs. The optional force parameter, which is available only when an LSP is referenced, determines whether adjust-up and adjust-down threshold checks are applied. If force is not specified then the maximum average data rate must differ from the current reservation by more than the adjust-up or adjust-down thresholds, otherwise no bandwidth adjustment occurs. If the force option is specified then, bandwidth adjustment ignores the configured thresholds. If a bandwidth is specified as part of the force option then the bandwidth of the LSP is changed to this specific value, otherwise the bandwidth is changed to the maximum average data rate that has been measured by the system in the current adjust interval.

The adjust-count and maximum average data rate are not reset by the manual auto-bandwidth command, whether or not the bandwidth adjustment succeeds or fails. The overflow count is reset only if the manual auto-bandwidth attempt is successful.

Parameters

lsp-name

Specifies the LSP name, up to 64 characters, to which this command applies. If this parameter is not supplied the command applies to all active LSPs.

mbps

Specifies the bandwidth that the LSP should be immediately resized to.

Values

0 to 6400000

Platforms

All

admin

admin

Syntax

admin

Context

[Tree] (show>app-assure>group>policy admin)

Full Context

show application-assurance group policy admin

Description

This command displays the application-assurance policy uncommitted changes.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following is an example output for the admin command.

Sample Output
*A:ALA-48>show>app-assure>group>policy# admin
                begin
                app-filter
                    entry 10 create
                        shutdown
                    exit
                exit
                app-qos-policy
                    entry 10 create
                        shutdown
                    exit
                exit
                commit
*A:ALA-48>show>app-assure>group>policy#

admin-group

admin-group

Syntax

admin-group [name]

Context

[Tree] (show>router>if-attribute admin-group)

Full Context

show router if-attribute admin-group

Description

This command displays administrative group statistics.

Parameters

name

Displays entries that are associated with the specified administrative group name, up to 32 characters.

Platforms

All

Output

The following output is an example of administrative group statistics, and Administrative Group Fields describes the fields.

Sample Output
*A:node-3# show router if-attribute admin-group
==================================================
Interface Administrative Groups
==================================================
Group Name                       Group Value
--------------------------------------------------
Admin                            4
admin                            1
--------------------------------------------------
No. of Groups: 2
==================================================
*A:node-3#
Table 12. Administrative Group Fields

Label

Description

Group Name

The name of the administrative group

Group Value

The integer value of the administrative group

No. of Groups

The total number of displayed administrative groups

admin-lock

admin-lock

Syntax

admin-lock

Context

[Tree] (tools>perform>service>id admin-lock)

Full Context

tools perform service id admin-lock

Description

Commands in this context apply an administrative lock for a spoke SDP that is bound to a VLL SAP, another spoke-\ sdp or a VPLS interface for an MPLS-TP PW. After the PW is locked, it can be put into loopback mode. The command must be executed at both ends of the PW or MS-PW represented by the spoke-\ SDP. Test traffic can then be injected using a test SAP.

Platforms

All

admit-deny-stats

admit-deny-stats

Syntax

admit-deny-stats

Context

[Tree] (tools>dump>app-assure>group admit-deny-stats)

Full Context

tools dump application-assurance group admit-deny-stats

Description

This command displays application-assurance admit-deny statistics.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following output is an example of AA admit-deny statistics information.

Sample Output
tools dump application-assurance group 1 admit-deny-stats
===================================================================================
Application-Assurance Group 1 Admit-Deny Statistics
===================================================================================
-----------------------------------------------------------------------------------
Packet Validation Statistics 
     Admitted Sub-To-Net  Denied Sub-To-Net  Admitted Net-To-Sub  Denied Net-To-Sub
     (Packets)            (Packets)          (Packets)            (Packets)
-----------------------------------------------------------------------------------
Error
     0                    0                  0                    0
Fragments: Out-Of-Order
     0                    0                  0                    0
Fragments: All
     0                    0                  0                    0
Overload
     N/A                  0                  N/A                  0
-----------------------------------------------------------------------------------
TCP Validation Statistics
     Admitted Sub-To-Net  Denied Sub-To-Net  Admitted Net-To-Sub  Denied Net-To-Sub
     (Packets)            (Packets)          (Packets)            (Packets)
-----------------------------------------------------------------------------------
2    0                    0                  0                    0
net  14                   1                  15                   1
-----------------------------------------------------------------------------------

adv-config-policy

adv-config-policy

Syntax

adv-config-policy [policy-name] [association]

Context

[Tree] (show>qos adv-config-policy)

Full Context

show qos adv-config-policy

Description

This command displays advanced QoS policy information.

Parameters

policy-name

The name of the advanced QoS policy.

association

Displays associations related to the specified adv-config-policy.

Platforms

All

Output

The following output is an example of advanced QoS policy information, and Show QoS Scheduler-Hierarchy Customer Output Fields describes the advanced QoS policy fields.

Sample Output
*A:PE# show qos adv-config-policy "adv1"
===============================================================================
QoS Advanced Configure Policy
===============================================================================
Policy Name             : adv1
Description             : (Not Specified)
OM Add PIR Prcnt        : 0.00          OM Add Rate             : 0
 OM Add [min-only : false] [active-min-only : false]
OM Gran PIR Prcnt       : 0.00          OM Gran Rate            : 0
Max Dec PIR Prcnt       : 100.00        Max Dec Rate            : 0
Abv Off PIR Prcnt       : 100.00        Abv Off Rate            : max
BWD Gran PIR Prcnt      : 0.00          BWD Gran Rate           : 0
Fast Start              : Disabled      Fast Stop               : Disabled
Time Average Factor     : 0  [dec-only : false]
Hi Rate Hold Time       : 0  [active-min-only : false]
Sample Interval         : 1             Enqueue on PIR Zero     : false
Limit PIR Zero Drain    : false         Init LUB with min PIR   : false
Internal Sched Wght Mode: no-override
Unconsumed Agg-rate     : 100.00        Delta Consumed Agg-rate      : 20.00
Unconsumed Hi-tier-rate : 100.00        Delta Consumed Hi-tier-rate  : 5.00
===============================================================================
*APE#
Table 13. Show QoS Scheduler-Hierarchy Customer Output Fields

Label

Description

Policy Name

Displays the policy name.

Description

Displays the policy description.

OM Add PIR Prcnt

Displays the percentage of the administrative PIR by which the measured rate is increased.

OM Add Rate

Displays the amount, in kb/s, by which the measured rate is increased.

OM Add

min-only — When this option is true, the system uses the specified increase as a minimum offered rate even for inactive queues or policers associated with the policy.

active-min-only — When this option is true, the respective rate or percentage is treated as the minimum offered rate for a queue only when the queue has an actual non-zero offered rate. This is intended to limit the artificial increase in offered rate to queues that are currently active. When a queue’s measured offered rate drops to zero, the system stops enforcing the minimum value.

OM Gran PIR Prcnt

Displays the percentage of the child’s administrative PIR that is used as the threshold sensitivity to the offered rate change. If a value of 0 or 0.00 is used, the system will interpret this equivalent to no granularity.

OM Gran Rate

Displays the explicit rate, in kb/s, that are used as the child’s offered rate change sensitivity value. If a rate sensitivity of 0 is specified, the system interprets this equivalent to no granularity.

Max Dec PIR Prcnt

Displays the percentage of the child’s administrative PIR that is used as the decrement limit to the offered rate change. If a value of 100 or 100.00 is used, the system interprets this equivalent as no max-decrement.

Max Dec Rate

Displays the rate, in kb/s, that is used as the child’s offered rate change sensitivity value. If a rate sensitivity of 0 is specified, the system interprets this equivalent to no granularity.

Abv Off PIR Prcnt

Displays the percentage of the child’s administrative PIR that is used as the fair share increase limit. The new operational PIR result is capped by the child’s PIR.

If a value of 0 or 0.00 is specified, the system will disable the fair share increase function and only configure the actual distribution rate.

If a value of 100 or 100.00 is used, the system will interpret this equivalent to executing the no above-offered-cap command and return the fair-share operation to the default behavior.

Abv Off Rate

Specifies the explicit rate, in kb/s, that is used as the limit to the child’s fair share increase to the operational PIR. The new operational PIR result is capped by the child’s PIR.

If a value of 0 is used, the system will disable the fair share increase function and only configure the actual distribution rate.

BWD Gran PIR Prcnt

Displays the percentage of the child’s administrative PIR that is used as the rounding step value. If a value of 0 or 0.00 is used, the system will interpret this equivalent to no granularity.

BWD Gran Rate

Displays the rate, in kb/s, that is used as the rounding step value. If a value of 0 is used, the system will interpret this equivalent to no granularity.

Fast Start

Displays whether fast detection of initial bandwidth on a child policer or queue associated with the policy is enabled.

Fast Stop

Displays whether fast detection of lack of offered rate on a child policer or queue associated with the policy is enabled.

Time Average Factor

Displays the time average factor used to calculate the weight of the new offered rate using a portion of the previous offered rate.

If dec-only is true, the time average factor adjustment is only applied if the new offered rate is decreasing compared to the previous offered rate.

Hi Rate Hold Time

Displays the time period that the current offered rate is maintained for a child policer or queue when it is seen that the offered rate is decreasing. The offered measurement that triggers the hold time is used when the hold timer expires, unless a higher offered rate is seen in the interim. When a higher rate is observed, the hold timer is canceled and the higher offered rate is used immediately.

If active-min-only is true, the respective rate or percentage is treated as the minimum offered rate for a queue, only when the queue has an actual non-zero offered rate.

Sample Interval

Displays the number of intervening sample periods before a new offered rate is measured.

Enqueue on PIR Zero

Displays whether enqueue-on-pir-zero is enabled. If it is enabled, when the operational PIR is set to zero, the queue’s MBS remains set to the normal value and is not also set to zero.

Limit PIR Zero Drain

If true, the system to use the minimum configurable PIR instead of an H-QoS derived zero operational PIR.

Init LUB with min PIR

If true, new queues associated with a LUB context are assigned a minimum rate operational PIR to be applied to the queue for use by enqueued packets prior to an H-QoS iteration.

Internal Sched Wght Mode

Specifies the internal scheduler weight:

default — Specifies that queues are equally weighted, except at ingress for mixed-speed LAGs without per-fp-inq-queuing enabled and at egress for all mixed-speed LAGs, in which cases the queues are weighted based on port speed.

force-equal — Specifies that the queues are always equally weighted.

offered-load — Specifies that the queues are weighted based on observed offered load.

capped-offered-load — Specifies that the queues are weighted based on observed offered load capped by PIR.

Unconsumed Agg-rate

Displays the percentage of the unconsumed aggregate rate that can be given to a queue at the end of an H-QoS pass.

Delta Consumed Agg-rate

Displays the percentage of the delta consumed aggregate rate that can be given to a queue at the end of an H-QoS pass.

Unconsumed Hi-tier-rate

Displays the percentage of the unconsumed higher tier rate that can be given to a queue at the end of an H-QoS pass.

Delta Consumed Hi-tier-rate

Displays the percentage of the delta consumed higher tier rate that can be given to a queue at the end of an H-QoS pass.

agg-rate

agg-rate

Syntax

agg-rate

Context

[Tree] (show>qos agg-rate)

Full Context

show qos agg-rate

Description

This command displays aggregate rate information.

Platforms

All

aggregate

aggregate

Syntax

aggregate [family] [active] [ detail]

Context

[Tree] (show>router aggregate)

Full Context

show router aggregate

Description

This command displays aggregated routes.

Parameters

active

This keyword filters out inactive aggregates.

detail

This keyword displays detailed information.

family

Specifies the family to display.

Values

ipv4, ipv6

Platforms

All

Output

The following output is an example of router aggregate information, and Show Aggregate Field Descriptions describes the output fields.

Sample Output
*A:ALA-12# show router 3 aggregate
==============================================================================
Aggregates (Service: 3)
==============================================================================
Prefix                Summary  AS Set   Aggr AS     Aggr IP-Address   State
------------------------------------------------------------------------------
------------------------------------------------------------------------------
No. of Aggregates: 0
-----------------------------------------------------------
*A:ALA-12#

*A:Dut-A>config>router# show router aggregate 

===============================================================================
Aggregates (Router: Base)
===============================================================================
Prefix                                          Aggr IP-Address   Aggr AS
   Summary                                         AS Set          State
     NextHop                                                       NextHopType
-------------------------------------------------------------------------------
10.2.3.0/24                                     0.0.0.0           0
   False                                           False            Inactive
    10.2.2.2                                                        Indirect

10.2.0.0/16                                     0.0.0.0           0
   False                                           False            Active
                                                                    None
-------------------------------------------------------------------------------
No. of Aggregates: 2
===============================================================================


*A:CPM133>config>router# show router aggregate

===============================================================================
Aggregates (Router: Base)
===============================================================================
Prefix                                          Aggr IP-Address   Aggr AS
   Summary                                         AS Set          State
     NextHop                                     Community      NextHopType
-------------------------------------------------------------------------------
10.0.0.0/8                                       0.0.0.0          0
   False                                           False           Inactive
                                                 100:33         Blackhole
-------------------------------------------------------------------------------
No. of Aggregates: 1
===============================================================================

Table 14. Show Aggregate Field Descriptions

Label

Description

Prefix

Displays the destination address of the aggregate route in dotted decimal notation.

Summary

Specifies whether the aggregate or more specific components are advertised.

AS Set

Displays an aggregate where the path advertised for the route consists of all elements contained in all paths that are being summarized.

Aggr AS

Displays the aggregator path attribute to the aggregate route.

Aggr IP-Address

The IP address of the aggregated route.

State

The operational state of the aggregated route.

No. of Aggregates

The total number of aggregated routes.

alarm-contact-input

alarm-contact-input

Syntax

alarm-contact-input {alarm-contact-input-id | all} [detail]

Context

[Tree] (show>system alarm-contact-input)

Full Context

show system alarm-contact-input

Description

This command displays the alarm contact input information.

Parameters

alarm-contact-input-id

Specifies the alarm contact input pin number. Alarm contact input information is displayed only for the specified pin.

Values

1 to 4

all

Displays alarm contact input information for all pins.

detail

Displays detailed alarm contact input information for the specifies pin or all pins.

Platforms

7750 SR-a

Output

The following output is an example of alarm contact input information, and Alarm Contact Input Field Descriptions describes the output fields.

Sample Output
============================================================
Alarm Contact Input
============================================================
Alarm Input Pin Number                 : 1
    Description                        : (Not Specified)
    Alarm Input Pin Current State      : Disabled
    Alarm Severity                     : major
    Alarm Raised                       : No
    Last State Change                  : 03/18/2021 14:45:31
Alarm Input Pin Number                 : 2
    Description                        : (Not Specified)
    Alarm Input Pin Current State      : Disabled
    Alarm Severity                     : major
    Alarm Raised                       : No
    Last State Change                  : 02/21/2021 11:46:45
Alarm Input Pin Number                 : 3
    Description                        : (Not Specified)
    Alarm Input Pin Current State      : Disabled
    Alarm Severity                     : major
    Alarm Raised                       : No
    Last State Change                  : 02/22/2021 16:20:00
Alarm Input Pin Number                 : 4
    Description                        : (Not Specified)
    Alarm Input Pin Current State      : Disabled
    Alarm Severity                     : major
    Alarm Raised                       : No
    Last State Change                  : 03/18/2021 14:45:31
Table 15. Alarm Contact Input Field Descriptions

Label

Description

Alarm Input Pin Number

Indicates the alarm contact input pin number.

Description

Displays the configured description string for the alarm contact input

Alarm Input Pin Current State

Indicates the configured administrative state of the alarm contact input.

Disabled — The alarm contact input is disabled (shutdown) and log events will not be generated for changes to the input pin status.

Enabled — The alarm contact input is enabled (no shutdown) and log events are generated for changes to the input pin status as long as the log events are not suppressed in event-control configuration.

Alarm Severity

Indicates the configured severity of the associated CHASSIS log event.

Alarm Raised

Indicates if the input pin is triggered or not.

Last State Change

Indicates when the input pin last changed state.

alarms

alarms

Syntax

alarms [cleared] [count count] [newer-than days] [severity severity-level]

Context

[Tree] (show>system alarms)

Full Context

show system alarms

Description

This command displays facility alarms on the system. Alarm support covers a focused subset of router states that are likely to indicate service impacts (or imminent service impacts) related to the overall state of hardware assemblies (cards, fans, links, and so on).

Platforms

All

Output

Show Facility Alarms Output Fields describes the alarms output fields.

Use the following command to display facility alarms on the system.

show system alarms
Sample Output
===============================================================================
Alarms [Critical:1 Major:2 Minor:0 Warning:0 Total:3]
===============================================================================
Index      Date/Time               Severity     Alarm         Resource
   Details
-------------------------------------------------------------------------------
8          2011/04/01 18:36:43.80  MAJOR        7-2011-1      Power Supply 1
   Power supply 1, power lost

7          2011/04/01 18:35:57.00  MAJOR        7-2005-1      Chassis 1
   Chassis 1: temperature too high

6          2011/04/01 18:35:24.80  CRITICAL     7-2006-1      Fan 1
   Fan 1 failed
===============================================================================
Sample Output (ESA)
===============================================================================
Alarms [Critical:3 Major:1 Minor:0 Warning:0 Total:4]
===============================================================================
Index      Date/Time               Severity  Alarm      Resource
   Details                                             
-------------------------------------------------------------------------------
8          2022/08/23 17:06:54.70  MAJOR     7-2426-1   Chassis esa-1
   ESA Chassis temperature status degraded
 
7          2022/08/23 17:06:54.70  CRITICAL  7-2416-1   Chassis esa-1
   ESA Chassis fan status degraded
 
6          2022/08/23 17:06:14.70  CRITICAL  7-2410-1   Chassis esa-1
   ESA Chassis power supply 2 status failed
 
5          2022/08/23 17:06:14.70  CRITICAL  7-2404-1   Chassis esa-1
   ESA Chassis power supply 1 status degraded
===============================================================================

Use the following command to display cleared facility alarms on the system.

show system alarms cleared
Sample Output
===============================================================================
Cleared Alarms [Size:500 Total:5 (not wrapped)]
===============================================================================
Index      Date/Time               Severity     Alarm         Resource
   Details
-------------------------------------------------------------------------------
5          2011/04/01 18:11:55.00  MAJOR        7-2005-1      Chassis 1
   Clear Chassis temperature too high alarm

3          2011/04/01 18:11:54.50  CRITICAL     7-2051-1      Power Supply 1
   Clear Power Supply failure

2          2011/04/01 18:11:54.40  CRITICAL     7-2050-1      Power Supply 1
   Clear Power Supply failure

4          2011/04/01 18:11:54.10  MINOR        7-2004-1      Fan 1
   Clear Fan wrong type failure

1          2011/04/01 18:11:54.00  CRITICAL     7-2007-1      Power Supply 1
   Clear Power Supply failure
===============================================================================
Sample Output (ESA)
===============================================================================
Cleared Alarms [Size:500 Total:14 (not wrapped)]
===============================================================================
Index      Date/Time               Severity  Alarm      Resource
   Details                                              
-------------------------------------------------------------------------------
15         2022/09/22 14:49:36.00  MAJOR     7-2422-1   Chassis esa-1
   ESA Chassis power supply redundancy degraded - cleared, now redundant   

14         2022/09/22 14:49:36.00  MAJOR     7-2400-1   Chassis esa-1
   ESA Chassis aggregate hardware degraded status cleared, now ok

13         2022/09/22 14:49:31.00  CRITICAL  7-2410-1   Chassis esa-1
   ESA Chassis power supply 2 failed status cleared, now ok

12         2022/09/22 11:27:04.80  MAJOR     7-2400-1   Chassis esa-1
   ESA Chassis aggregate hardware degraded status cleared, now ok
Table 16. Show Facility Alarms Output Fields

Label

Description

Index

Alarm index number

Date/Time

Date and time string for the alarm

Severity

Severity level of the alarm

Alarm

Alarm identifier

Resource

Facility associated with the alarm

Details

Description of the alarm

ale-adjust

ale-adjust

Syntax

ale-adjust

ale-adjust subscriber sub-ident-string

Context

[Tree] (show>service>active-subscribers ale-adjust)

Full Context

show service active-subscribers ale-adjust

Description

This command displays subscriber Access Loop Encapsulation adjust information.

Parameters

sub-ident-string

Displays subscriber Access Loop Encapsulation adjust for the specified subscriber, up to 32 characters.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

alias

alias

Syntax

alias

Context

[Tree] (show alias)

Full Context

show alias

Description

This command shows command aliases.

Note:

This command is not available in the MD-CLI. Use the MD-CLI info detail environment command-alias command.

Platforms

All

Output

The following output is an example of alias information, and Show Alias Output Fields describes the output fields.

Sample Output
A:ALA-103>config>system# show alias
==============================================================================
Alias-Name                    Alias-command-name
==============================================================================
sri                           show router interface
sse                           show service service-using epipe
ssvpls                        show service service-using vpls
ssvprn                        show service service-using vprn
ssi                           show service service-using ies
------------------------------------------------------------------------------
Number of aliases : 5
==============================================================================
A:ALA-103>config>system#
Table 17. Show Alias Output Fields

Label

Description

Alias-Name

Displays the name of the alias.

Alias-command-name

The command and parameter syntax that define the alias.

Number of aliases

The total number of aliases configured on the router.

all

all

Syntax

all

Context

[Tree] (show>service>id all)

Full Context

show service id all

Description

This command displays all information about the service.

Platforms

All

Output

Show All Service-ID Output

Sample Output
*A:PE-6# show service id 1 all
===============================================================================
Service Detailed Information
===============================================================================
Service Id        : 1                   Vpn Id            : 0
Service Type      : VPLS
Name              : 1
Description       : (Not Specified)
Customer Id       : 1                   Creation Origin   : manual
Last Status Change: 05/08/2018 09:40:32
Last Mgmt Change  : 05/08/2018 09:40:24
Etree Mode        : Disabled
Admin State       : Up                  Oper State        : Up
MTU               : 1514
SAP Count         : 1                   SDP Bind Count    : 1
Snd Flush on Fail : Disabled            Host Conn Verify  : Disabled
SHCV pol IPv4     : None
Propagate MacFlush: Disabled            Per Svc Hashing   : Disabled
Allow IP Intf Bind: Disabled
Fwd-IPv4-Mcast-To*: Disabled            Fwd-IPv6-Mcast-To*: Disabled
Mcast IPv6 scope  : mac-based
Def. Gateway IP   : None
Def. Gateway MAC  : None
Evpn Mcast GW     : Enabled             Mcast-GW Type     : MEG
Temp Flood Time   : Disabled            Temp Flood        : Inactive
Temp Flood Chg Cnt: 0
SPI load-balance  : Disabled
TEID load-balance : Disabled
Src Tep IP        : N/A
Vxlan ECMP        : Disabled
VSD Domain        : <none>
-------------------------------------------------------------------------------
BGP Information
-------------------------------------------------------------------------------
Split Horizon Group specifics
-------------------------------------------------------------------------------
ETH-CFM service specifics
-------------------------------------------------------------------------------
Tunnel Faults     : ignore
-------------------------------------------------------------------------------
Service Destination Points(SDPs)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Sdp Id 65:1  -(192.0.2.5)
-------------------------------------------------------------------------------
Description     : (Not Specified)
SDP Id             : 65:1                     Type              : Spoke
Spoke Descr     : (Not Specified)
Split Horiz Grp    : (Not Specified)
Etree Root Leaf Tag: Disabled                 Etree Leaf AC     : Disabled
VC Type            : Ether                    VC Tag            : n/a
Admin Path MTU     : 0                        Oper Path MTU     : 8974
Delivery           : MPLS
Far End            : 192.0.2.5                Tunnel Far End    : 
Oper Tunnel Far End: 192.0.2.5
LSP Types          : LDP
Hash Label         : Disabled                 Hash Lbl Sig Cap  : Disabled
Oper Hash Label    : Disabled
Entropy Label      : Disabled

Admin State        : Up                       Oper State        : Down
MinReqd SdpOperMTU : 1514
Acct. Pol          : None                     Collect Stats     : Disabled
Ingress Label      : 524279                   Egress Label      : None
Ingr Mac Fltr-Id   : n/a                      Egr Mac Fltr-Id   : n/a
Ingr IP Fltr-Id    : n/a                      Egr IP Fltr-Id    : n/a
Ingr IPv6 Fltr-Id  : n/a                      Egr IPv6 Fltr-Id  : n/a
Admin ControlWord  : Not Preferred            Oper ControlWord  : False
BFD Template       : None
BFD-Enabled        : no                       BFD-Encap         : ipv4
Last Status Change : 05/07/2018 16:50:10      Signaling         : TLDP
Last Mgmt Change   : 05/08/2018 09:40:24
Endpoint           : N/A                      Precedence        : 4
PW Status Sig      : Enabled
Force Vlan-Vc      : Disabled                 Force Qinq-Vc     : none
Class Fwding State : Down
Flags              : NoEgrVCLabel
Time to RetryReset : never                    Retries Left      : 3
Mac Move           : Blockable                Blockable Level   : Tertiary
Local Pw Bits      : None
Peer Pw Bits       : None
Peer Fault Ip      : None
Peer Vccv CV Bits  : None
Peer Vccv CC Bits  : None

Application Profile: None
Max Nbr of MAC Addr: No Limit                 Total MAC Addr    : 0
Learned MAC Addr   : 0                        Static MAC Addr   : 0
OAM MAC Addr       : 0                        DHCP MAC Addr     : 0
Host MAC Addr      : 0                        Intf MAC Addr     : 0
SPB MAC Addr       : 0                        Cond MAC Addr     : 0
BGP EVPN Addr      : 0                        EVPN Static Addr  : 0

MAC Learning       : Enabled                  Discard Unkwn Srce: Disabled
MAC Aging          : Enabled
BPDU Translation   : Disabled
L2PT Termination   : Disabled
MAC Pinning        : Disabled
Ignore Standby Sig : False                    Block On Mesh Fail: False
Oper Group         : (none)                   Monitor Oper Grp  : (none)
Auto Learn Mac Prot: Disabled
RestMacProtSrc Act : none

Ingress Qos Policy : (none)                   Egress Qos Policy : (none)
Ingress FP QGrp    : (none)                   Egress Port QGrp  : (none)
Ing FP QGrp Inst   : (none)                   Egr Port QGrp Inst: (none)

KeepAlive Information :
Admin State        : Disabled                 Oper State        : Disabled
Hello Time         : 10                       Hello Msg Len     : 0
Max Drop Count     : 3                        Hold Down Time    : 10

Statistics            :
I. Fwd. Pkts.      : 0                        I. Dro. Pkts.     : 0
I. Fwd. Octs.      : 0                        I. Dro. Octs.     : 0
E. Fwd. Pkts.      : 0                        E. Fwd. Octets    : 0
-------------------------------------------------------------------------------
Control Channel Status
-------------------------------------------------------------------------------
PW Status          : disabled                 Refresh Timer     : <none>
Peer Status Expire : false
Request Timer      : <none>
Acknowledgement    : false

MCAC Policy Name   : 
MCAC Max Unconst BW: no limit                 MCAC Max Mand BW  : no limit
MCAC In use Mand BW: 0                        MCAC Avail Mand BW: unlimited
MCAC In use Opnl BW: 0                        MCAC Avail Opnl BW: unlimited
MCAC If-Policy Name: 
-------------------------------------------------------------------------------
ETH-CFM SDP-Bind specifics
-------------------------------------------------------------------------------
V-MEP Filtering          : Disabled
Squelch ch Levels        : None
Squelch ch Ctag Levels   : None
Collect Lmm Stats        : Disabled
LMM FC Stats             : None 
LMM FC In Prof           : None 
-------------------------------------------------------------------------------
LDP Information :
-------------------------------------------------------------------------------
LDP LSP Id         : 65541 
-------------------------------------------------------------------------------
RSVP/Static LSPs
-------------------------------------------------------------------------------
Associated LSP List :
No LSPs Associated
-------------------------------------------------------------------------------
Class-based forwarding :
-------------------------------------------------------------------------------
Class forwarding   : Disabled                 EnforceDSTELspFc  : Disabled
Default LSP        : Uknwn 
Multicast LSP      : None 
===============================================================================
FC Mapping Table
===============================================================================
FC Name             LSP Name
-------------------------------------------------------------------------------
No FC Mappings
-------------------------------------------------------------------------------
Segment Routing
-------------------------------------------------------------------------------
ISIS               : disabled 
OSPF               : disabled 
TE-LSP             : disabled 
-------------------------------------------------------------------------------
Stp Service Destination Point specifics
-------------------------------------------------------------------------------
Stp Admin State    : Up                       Stp Oper State    : Down
Core Connectivity  : Down 
Port Role          : N/A                      Port State        : Discarding
Port Number        : 0                        Port Priority     : 128
Port Path Cost     : 10                       Auto Edge         : Enabled
Admin Edge         : Disabled                 Oper Edge         : N/A
Link Type          : Pt-pt                    BPDU Encap        : Dot1d
Root Guard         : Disabled                 Active Protocol   : N/A
Last BPDU from     : N/A 
Designated Bridge  : N/A                      Designated Port Id: 0

Fwd Transitions    : 0                        Bad BPDUs rcvd    : 0
Cfg BPDUs rcvd     : 0                        Cfg BPDUs tx      : 0
TCN BPDUs rcvd     : 0                        TCN BPDUs tx      : 0
TC bit BPDUs rcvd  : 0                        TC bit BPDUs tx   : 0
RST BPDUs rcvd     : 0                        RST BPDUs tx      : 0
------------------------------------------------------------------------------
Number of SDPs : 1
-------------------------------------------------------------------------------
Service Access Points
-------------------------------------------------------------------------------
SAP 1/1/c1/1:1
-------------------------------------------------------------------------------
Service Id         : 1 
SAP                : 1/1/c1/1:1               Encap             : q-tag
Description        : (Not Specified)
Admin State        : Up                       Oper State        : Up
Flags              : None
Multi Svc Site     : None 
Last Status Change : 05/07/2018 16:50:10 
Last Mgmt Change   : 05/08/2018 09:40:32 
Sub Type           : regular 
Dot1Q Ethertype    : 0x8100                   QinQ Ethertype    : 0x8100
Split Horizon Group: (Not Specified)

Etree Root Leaf Tag: Disabled                 Etree Leaf Tag    : 0
Etree Leaf AC      : Disabled 
Max Nbr of MAC Addr: No Limit                 Total MAC Addr    : 0
Learned MAC Addr   : 0                        Static MAC Addr   : 0
OAM MAC Addr       : 0                        DHCP MAC Addr     : 0
Host MAC Addr      : 0                        Intf MAC Addr     : 0
SPB MAC Addr       : 0                        Cond MAC Addr     : 0
BGP EVPN Addr      : 0                        EVPN Static Addr  : 0
Admin MTU          : 9000                     Oper MTU          : 9000
Ingr IP Fltr-Id    : n/a                      Egr IP Fltr-Id    : n/a
Ingr Mac Fltr-Id   : n/a                      Egr Mac Fltr-Id   : n/a
Ingr IPv6 Fltr-Id  : n/a                      Egr IPv6 Fltr-Id  : n/a
qinq-pbit-marking  : both 
Egr Agg Rate Limit : max 
Q Frame-Based Acct : Disabled                 Limit Unused BW   : Disabled
ARP Reply Agent    : Disabled                 Host Conn Verify  : Disabled
SHCV pol IPv4      : None
Mac Learning       : Enabled                  Discard Unkwn Srce: Disabled
Mac Aging          : Enabled                  Mac Pinning       : Disabled
BPDU Translation   : Disabled 
L2PT Termination   : Disabled
Vlan-translation   : None 
Qinq-vlan-                                    Qinq-vlan- 
translation        : None                     translation Ids   : None

Acct. Pol          : None                     Collect Stats     : Disabled

Anti Spoofing      : None                     Dynamic Hosts     : Enabled
Avl Static Hosts   : 0                        Tot Static Hosts  : 0
Calling-Station-Id : n/a 

Oper Group         : (none)                   Monitor Oper Grp  : (none)
Host Lockout Plcy  : n/a 
Lag Link Map Prof  : (none) 
Cflowd             : Disabled 
Bandwidth          : Not-Applicable 
Oper DCpu Prot Pol*: _default-access-policy 
MCAC Policy Name   :                          MCAC Const Adm St : Enable
MCAC Max Unconst BW: no limit                 MCAC Max Mand BW  : no limit
MCAC In use Mand BW: 0                        MCAC Avail Mand BW: unlimited
MCAC In use Opnl BW: 0                        MCAC Avail Opnl BW: unlimited
Use LAG port weight: no 
MCAC If-Policy Name: 
Restr MacUnpr Dst  : Disabled 
Auto Learn Mac Prot: Disabled 
RestMacProtSrc Act : none
Time to RetryReset : never                    Retries Left      : 3
Mac Move           : Blockable                Blockable Level   : Tertiary
Auth Policy        : None 
DestMac Rewrite    : Disabled 
SendBvplsEvpnFlush : Enabled 
-------------------------------------------------------------------------------
ETH-CFM SAP specifics
-------------------------------------------------------------------------------
Tunnel Faults            : n/a                      AIS               : Disabled
MC Prop-Hold-Timer       : n/a                      V-MEP Filtering   : Disabled
Squelch ch Levels        : None 
Squelch ch Ctag Levels   : None 
Collect Lmm Stats        : Disabled 
LMM FC Stats             : None 
LMM FC In Prof           : None 
-------------------------------------------------------------------------------
Stp Service Access Point specifics
-------------------------------------------------------------------------------
Stp Admin State    : Up                       Stp Oper State    : Down
Core Connectivity  : Down 
Port Role          : N/A                      Port State        : Forwarding
Port Number        : N/A                      Port Priority     : 128
Port Path Cost     : 10                       Auto Edge         : Enabled
Admin Edge         : Disabled                 Oper Edge         : N/A
Link Type          : Pt-pt                    BPDU Encap        : Dot1d
Root Guard         : Disabled                 Active Protocol   : N/A
Last BPDU from     : N/A 
CIST Desig Bridge  : N/A                      Designated Port   : N/A

Forward transitions: 0                        Bad BPDUs rcvd    : 0
Cfg BPDUs rcvd     : 0                        Cfg BPDUs tx      : 0
TCN BPDUs rcvd     : 0                        TCN BPDUs tx      : 0
TC bit BPDUs rcvd  : 0                        TC bit BPDUs tx   : 0
RST BPDUs rcvd     : 0                        RST BPDUs tx      : 0
MST BPDUs rcvd     : 0                        MST BPDUs tx      : 0
-------------------------------------------------------------------------------
ARP host
-------------------------------------------------------------------------------
Admin State        : outOfService 
Host Limit         : 1                        Min Auth Interval : 15 minutes

-------------------------------------------------------------------------------
QOS
-------------------------------------------------------------------------------
Ingress qos-policy : 1                        Egress qos-policy : 1
Ingress FP QGrp    : (none)                   Egress Port QGrp  : (none)
Ing FP QGrp Inst   : (none)                   Egr Port QGrp Inst: (none)
Shared Q plcy      : n/a                      Multipoint shared : Disabled
I. Sched Pol       : (Not Specified)
E. Sched Pol       : (Not Specified)
I. Policer Ctl Pol : (Not Specified)
E. Policer Ctl Pol : (Not Specified)
I. QGrp Redir. List: (Not Specified)
E. QGrp Redir. List: (Not Specified) 
-------------------------------------------------------------------------------
DHCP
-------------------------------------------------------------------------------
Description        : (Not Specified)
Admin State        : Down                     Lease Populate    : 0
DHCP Snooping      : Down                     Action            : Keep

Proxy Admin State  : Down 
Proxy Lease Time   : N/A 
Emul. Server Addr  : Not Configured 
-------------------------------------------------------------------------------
DHCP6
-------------------------------------------------------------------------------
Description        : (Not Specified)
Admin State        : Down 
DHCP Snooping      : Down 
Interface-Id       : AsciiTuple               Remote-Id         : Disabled
-------------------------------------------------------------------------------
Subscriber Management
-------------------------------------------------------------------------------
Admin State        : Down                     MAC DA Hashing    : False
Def Sub-Id         : None 
Def Sub-Profile    : None 
Def SLA-Profile    : None 
Def Inter-Dest-Id  : None 
Sub-Ident-Policy   : None 

Subscriber Limit   : 1 
Single-Sub-Parameters
Prof Traffic Only : False 
Non-Sub-Traffic   : N/A 

Static host management
MAC learn options  : N/A

-------------------------------------------------------------------------------
Sap Aggregate Stats
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress
Aggregate Offered     : 0                       0
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0

Egress
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0
-------------------------------------------------------------------------------
Sap Statistics
-------------------------------------------------------------------------------
Last Cleared Time     : N/A

                        Packets                 Octets
CPM Ingress           : 0                       0 

Forwarding Engine Stats
Dropped               : 0                       0 
Received Valid        : 0                       0 
Off. HiPrio           : 0                       0 
Off. LowPrio          : 0                       0 
Off. Uncolor          : 0                       0 
Off. Managed          : 0                       0 

Queueing Stats(Ingress QoS Policy 1)
Dro. HiPrio           : 0                       0 
Dro. LowPrio          : 0                       0 
For. InProf           : 0                       0 
For. OutProf          : 0                       0 

Queueing Stats(Egress QoS Policy 1)
Dro. In/InplusProf    : 0                       0 
Dro. Out/ExcProf      : 0                       0 
For. In/InplusProf    : 0                       0 
For. Out/ExcProf      : 0                       0 
-------------------------------------------------------------------------------
Sap per Queue stats 
-------------------------------------------------------------------------------
                        Packets                 Octets

Ingress Queue 1 (Unicast) (Priority)
Off. HiPrio           : 0                       0 
Off. LowPrio          : 0                       0 
Dro. HiPrio           : 0                       0 
Dro. LowPrio          : 0                       0 
For. InProf           : 0                       0 
For. OutProf          : 0                       0 

Ingress Queue 11 (Multipoint) (Priority)
Off. Combined         : 0                       0 
Off. Managed          : 0                       0 
Dro. HiPrio           : 0                       0 
Dro. LowPrio          : 0                       0 
For. InProf           : 0                       0 
For. OutProf          : 0                       0 

Egress Queue 1
For. In/InplusProf    : 0                       0 
For. Out/ExcProf      : 0                       0 
Dro. In/InplusProf    : 0                       0 
Dro. Out/ExcProf      : 0                       0 
* indicates that the corresponding row element may have been truncated.

-------------------------------------------------------------------------------
VPLS Spanning Tree Information
-------------------------------------------------------------------------------
VPLS oper state    : Up                       Core Connectivity : Down
Stp Admin State    : Down                     Stp Oper State    : Down
Mode               : Rstp                     Vcp Active Prot.  : N/A

Bridge Id          : 80:00.d8:4a:ff:00:00:00  Bridge Instance Id: 0
Bridge Priority    : 32768                    Tx Hold Count     : 6
Topology Change    : Inactive                 Bridge Hello Time : 2
Last Top. Change   : 0d 00:00:00              Bridge Max Age    : 20
Top. Change Count  : 0                        Bridge Fwd Delay  : 15
MST region revision: 0                        Bridge max hops   : 20
MST region name    : 

Root Bridge        : N/A 
Primary Bridge     : N/A 

Root Path Cost     : 0                        Root Forward Delay: 0
Rcvd Hello Time    : 0                        Root Max Age      : 0
Root Priority      : 0                        Root Port         : N/A
-------------------------------------------------------------------------------
Forwarding Database specifics
-------------------------------------------------------------------------------
Service Id        : 1                   Mac Move          : Disabled
Primary Factor    : 3                   Secondary Factor  : 2
Mac Move Rate     : 2                   Mac Move Timeout  : 10
Mac Move Retries  : 3 
Table Size        : 250                 Allocated Count   : 0
Total In Use      : 0 
Learned Count     : 0                   Static Count      : 0
OAM MAC Count     : 0                   DHCP MAC Count    : 0
Host MAC Count    : 0                   Intf MAC Count    : 0
Spb Count         : 0                   Cond MAC Count    : 0
BGP EVPN Count    : 0                   EVPN Static Cnt   : 0
EVPN Dup Det Cnt  : 0 
Remote Age        : 900                 Local Age         : 300
High Watermark    : 95%                 Low Watermark     : 90%
Mac Learning      : Enabled             Discard Unknown   : Disabled
Mac Aging         : Enabled             Relearn Only      : False
Mac Subnet Len    : 48 
Sel Learned FDB   : Disabled 
-------------------------------------------------------------------------------
IGMP Snooping Base info
-------------------------------------------------------------------------------
Admin State : Down
Querier     : No querier found
-------------------------------------------------------------------------------
Port                      Oper MRtr Pim  Send Max   Max  Max   MVR       Num
Id                        Stat Port Port Qrys Grps  Srcs Grp   From-VPLS Grps
                                                         Srcs 
-------------------------------------------------------------------------------
sap:1/1/c1/1:1            Up   No   No   No   None  None None  Local     0
sdp:65:1                  Down No   No   No   None  None None  N/A       0
-------------------------------------------------------------------------------
MLD Snooping Base info
-------------------------------------------------------------------------------
Admin State : Down
Querier     : No querier found
-------------------------------------------------------------------------------
Port                     Oper    MRtr  Send      Max Num   MVR        Num
Id                       State   Port  Queries   Groups    From-VPLS  Groups
-------------------------------------------------------------------------------
sap:1/1/c1/1:1           Up      No    Disabled  No Limit  Local      0
sdp:65:1                 Down    No    Disabled  No Limit  N/A        0
-------------------------------------------------------------------------------
DHCP Summary, service 1
-------------------------------------------------------------------------------
Sap/Sdp                Snoop  Used/       Arp Reply   Info     Admin
                              Provided    Agent       Option   State
-------------------------------------------------------------------------------
sap:1/1/c1/1:1         No     0/0         No          Keep     Down
sdp:65:1               No     N/A         N/A         N/A      N/A
-------------------------------------------------------------------------------
Number of Entries : 2
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
ARP host Summary, service 1
-------------------------------------------------------------------------------
Sap                    Used        Provided    Admin State
-------------------------------------------------------------------------------
sap:1/1/c1/1:1         0           1           outOfService
-------------------------------------------------------------------------------
Number of SAPs : 1     0 
-------------------------------------------------------------------------------
===============================================================================
Service VPLS Group Information
===============================================================================
===============================================================================
No vxlan information for 1
-------------------------------------------------------------------------------
Service Endpoints
-------------------------------------------------------------------------------
No Endpoints found.
-------------------------------------------------------------------------------
===============================================================================
VPLS Sites
===============================================================================
Site                Site-Id   Dest                Mesh-SDP  Admin   Oper  Fwdr
-------------------------------------------------------------------------------
No Matching Entries
===============================================================================
===============================================================================
* indicates that the corresponding row element may have been truncated.

All Service-ID Field Descriptions describes the show all service-id command output fields:

Table 18. All Service-ID Field Descriptions

Label

Description

Service Id

The value that identifies a service

VPN Id

The number that identifies the VPN

Service Type

The type of service

SDP Id

The SDP identifier

Description

The text string describing general information about the service

Customer Id

The customer identifier

Last Mgmt Change

The date and time of the most recent management-initiated change to this customer

SAP Count

The number of SAPs specified for this service

SDP Bind Count

The number of SDPs bound to this service

Evpn Mcast GW

The status of the EVPN multicast gateway

Mcast-GW Type

The multicast gateway type: MEG, PEG, or MEG-PEG

Split Horizon Group

The name of the split horizon group for this service

Description

The text string describing the split horizon group

Last Changed

The date and time of the most recent management-initiated change to this split horizon group

SDP Id

The SDP identifier

Type

The service SDP binding type, spoke or mesh

Admin Path MTU

The desired largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented

Oper Path MTU

The actual largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented

Delivery

The type of delivery used by the SDP: GRE or MPLS

Admin State

The administrative state of this SDP

Oper State

The operational status of the KeepAlive protocol.

Ingress Label

The label used by the far-end device to send packets to this device in this service by this SDP

Egress Label

The label used by this device to send packets to the far-end device in this service by this SDP

Ingress Filter

The ID of the ingress filter policy

Egress Filter

The ID of the egress filter policy

Far End

The IP address of the remote end of the GRE or MPLS tunnel defined by this SDP

Last Changed

The date and time of the most recent change to this customer

Signaling

The signaling protocol used to obtain the ingress and egress labels used in frames transmitted and received on this SDP.

Admin State

The operating status of the SDP

Oper State

The operational state of the SDP

Hello Time

The frequency that SDP echo request messages are transmitted on this SDP

Hello Msg Len

The length of the SDP echo request messages transmitted on this SDP

Max Drop Count

The maximum number of consecutive SDP echo request messages that can be unacknowledged before the keepalive protocol reports a fault

Hold Down Time

The amount of time to wait before the keepalive operating status is eligible to enter the alive state.

SDP Delivery Mechanism

When the SDP type is MPLS, a list of LSPs used to reach the far-end router displays. All the LSPs in the list must terminate at the IP address specified in the Far End field.

If the SDP type is GRE, then the following message displays:

SDP Delivery Mechanism is not MPLS

Number of SDPs

The total number SDPs applied to this service ID

Service Access Points

Service Id

The value that identifies a service

Port Id

The ID of the access port where this SAP is defined

Description

The generic information about the SAP

Encap Value

The value of the label used to identify this SAP on the access port.

Admin State

The desired state of the SAP

Oper State

The operating state of the SAP

Last Changed

The date and time of the last change

Admin MTU

The desired largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented

Oper MTU

The actual largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented

Ingress qos-policy

The SAP ingress QoS policy ID

Egress qos-policy

The SAP egress QoS policy ID

Ingress Filter-Id

The SAP ingress filter policy ID

Egress Filter-Id

The SAP egress filter policy ID

Multi Svc Site

The multi-service site in which the SAP is a member

Ingress sched-policy

The ingress QoS scheduler for the SAP

Egress sched-policy

The egress QoS scheduler for the SAP

Acct. Pol

The accounting policy applied to the SAP

Collect Stats

Accounting statistics collected on the SAP

Dropped

The number of packets or octets dropped

Offered Hi Priority

The number of high priority packets, as determined by the SAP ingress QoS policy

Offered Low Priority

The number of low priority packets, as determined by the SAP ingress QoS policy

Forwarded In Profile

The number of in-profile packets or octets (rate below CIR) forwarded

Forwarded Out Profile

The number of out-of-profile packets or octets (rate above CIR) forwarded

Dropped In Profile

The number of in-profile packets or octets discarded

Dropped Out Profile

The number of out-of-profile packets or octets discarded

Forwarded In Profile

The number of in-profile packets or octets (rate below CIR) forwarded

Forwarded Out Profile

The number of out-of-profile packets or octets (rate above CIR) forwarded

Ingress Queue 1

The index of the ingress QoS queue of this SAP

High priority offered

The packets or octets count of the high priority traffic for the SAP

High priority dropped

The number of high priority traffic packets or octets dropped

Low priority offered

The packets or octets count of the low priority traffic

Low priority dropped

The number of low priority traffic packets or octets dropped

In profile forwarded

The number of in-profile packets or octets (rate below CIR) forwarded

Out profile forwarded

The number of out-of-profile octets (rate above CIR) forwarded

Egress Queue 1

The index of the egress QoS queue of the SAP

In profile forwarded

The number of in-profile packets or octets (rate below CIR) forwarded

In profile dropped

The number of in-profile packets or octets dropped for the SAP

Out profile forwarded

The number of out-of-profile packets or octets (rate above CIR) forwarded

Out profile dropped

The number of out-of-profile packets or octets discarded

State

The DHCP relay state on this SAP

Info Option

Option 82 processing state on this SAP

Action

Option 82 processing state SAP or interface: keep, replace or drop

Circuit ID

If index is inserted in Circuit ID sub-option of Option 82

Remote ID

The far-end MAC address inserted in remote ID sub-option of Option 82

Managed by Service

The service-id of the management VPLS managing this SAP

Managed by SAP

The SAP ID inside the management VPLS managing this SAP

Prune state

The STP state inherited from the management VPLS

Managed by Service

The service ID of the management VPLS managing this spoke SDP

Managed by Spoke

The SAP ID inside the management VPLS managing this spoke SDP

Prune state

The STP state inherited from the management VPLS

all

Syntax

all

Context

[Tree] (show>service>id all)

Full Context

show service id all

Description

This command displays detailed information for all aspects of the service.

Platforms

All

Output

The following output is an example of all service ID information, and Show Service ID Output Fields describes the output fields.

Sample Output
*A:PE# show service id 1 all

===============================================================================
Service Detailed Information
===============================================================================
Service Id        : 1                   Vpn Id            : 0
Service Type      : Epipe
Name              : 1
Description       : (Not Specified)
Customer Id       : 1                   Creation Origin   : manual
Last Status Change: 08/31/2018 11:12:04
Last Mgmt Change  : 08/31/2018 11:09:25
Test Service      : No
Admin State       : Up                  Oper State        : Up
MTU               : 1514
Vc Switching      : False
SAP Count         : 2                   SDP Bind Count    : 0
Per Svc Hashing   : Disabled
Vxlan Src Tep Ip  : N/A
Force QTag Fwd    : Disabled
Oper Group        : <none>

-------------------------------------------------------------------------------
BGP Information
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
ETH-CFM service specifics
-------------------------------------------------------------------------------
Tunnel Faults     : ignore


-------------------------------------------------------------------------------
Service Destination Points(SDPs)
-------------------------------------------------------------------------------
No Matching Entries
-------------------------------------------------------------------------------
Service Access Points
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
SAP 1/1/1
-------------------------------------------------------------------------------
Service Id         : 1
SAP                : 1/1/1                    Encap             : null
Description        : (Not Specified)
Admin State        : Up                       Oper State        : Up
Flags              : None
Multi Svc Site     : None
Last Status Change : 08/31/2018 11:12:04
Last Mgmt Change   : 08/31/2018 11:09:24
Sub Type           : regular
Dot1Q Ethertype    : 0x8100                   QinQ Ethertype    : 0x8100
Split Horizon Group: (Not Specified)

LLF Admin State    : Down                     LLF Oper State    : Clear
Admin MTU          : 1514                     Oper MTU          : 1514
Ingr IP Fltr-Id    : n/a                      Egr IP Fltr-Id    : n/a
Ingr Mac Fltr-Id   : n/a                      Egr Mac Fltr-Id   : n/a
Ingr IPv6 Fltr-Id  : n/a                      Egr IPv6 Fltr-Id  : n/a
qinq-pbit-marking  : both
Endpoint           : N/A
Egr Agg Rate Limit : max
Q Frame-Based Acct : Disabled                 Limit Unused BW   : Disabled
Vlan-translation   : None
Qinq-vlan-                                    Qinq-vlan-
translation        : None                     translation Ids   : None

Acct. Pol          : None                     Collect Stats     : Disabled

Application Profile: None
Transit Policy     : None

Oper Group         : (none)                   Monitor Oper Grp  : (none)
Host Lockout Plcy  : n/a
Ignore Oper Down   : Disabled
Lag Link Map Prof  : (none)
Cflowd             : Disabled
Bandwidth          : Not-Applicable
Oper DCpu Prot Pol*: _default-access-policy

-------------------------------------------------------------------------------
ETH-CFM SAP specifics
-------------------------------------------------------------------------------
Tunnel Faults      : n/a                      AIS               : Disabled
MC Prop-Hold-Timer : n/a
Squelch Levels     : None
Collect Lmm Stats  : Disabled
LMM FC Stats       : None
LMM FC In Prof     : None

-------------------------------------------------------------------------------
QOS
-------------------------------------------------------------------------------
Ingress qos-policy : 1                        Egress qos-policy : 1
Ingress FP QGrp    : (none)                   Egress Port QGrp  : (none)
Ing FP QGrp Inst   : (none)                   Egr Port QGrp Inst: (none)
Shared Q plcy      : n/a                      Multipoint shared : Disabled
I. Sched Pol       : (Not Specified)
E. Sched Pol       : (Not Specified)
I. Policer Ctl Pol : (Not Specified)
E. Policer Ctl Pol : (Not Specified)
E. HS Sec. Shaper  : (Not Specified)
I. QGrp Redir. List: (Not Specified)
E. QGrp Redir. List: (Not Specified)
-------------------------------------------------------------------------------
Sap Aggregate Stats
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress
Aggregate Offered     : 0                       0
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0

Egress
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0
-------------------------------------------------------------------------------
Sap Statistics
-------------------------------------------------------------------------------
Last Cleared Time     : 08/31/2018 11:19:51

                        Packets                 Octets
CPM Ingress           : 0                       0

Forwarding Engine Stats
Dropped               : 0                       0
Received Valid        : 0                       0
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Off. Uncolor          : 0                       0
Off. Managed          : 0                       0

Queueing Stats(Ingress QoS Policy 1)
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Queueing Stats(Egress QoS Policy 1)
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
-------------------------------------------------------------------------------
Sap per Queue stats
-------------------------------------------------------------------------------
                        Packets                 Octets

Ingress Queue 1 (Unicast) (Priority)
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Egress Queue 1
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
* indicates that the corresponding row element may have been truncated.

-------------------------------------------------------------------------------
SAP 1/1/9:1
-------------------------------------------------------------------------------
Service Id         : 1
SAP                : 1/1/9:1                  Encap             : q-tag
Description        : (Not Specified)
Admin State        : Up                       Oper State        : Up
Flags              : None
Multi Svc Site     : None
Last Status Change : 08/31/2018 11:09:25
Last Mgmt Change   : 08/31/2018 11:23:45
Sub Type           : regular
Dot1Q Ethertype    : 0x8100                   QinQ Ethertype    : 0x8100
Split Horizon Group: (Not Specified)

Admin MTU          : 1518                     Oper MTU          : 1518
Ingr IP Fltr-Id    : n/a                      Egr IP Fltr-Id    : n/a
Ingr Mac Fltr-Id   : n/a                      Egr Mac Fltr-Id   : n/a
Ingr IPv6 Fltr-Id  : n/a                      Egr IPv6 Fltr-Id  : n/a
qinq-pbit-marking  : both
Endpoint           : N/A
Egr Agg Rate Limit : max
Q Frame-Based Acct : Disabled                 Limit Unused BW   : Disabled
Vlan-translation   : None
Qinq-vlan-                                    Qinq-vlan-
translation        : None                     translation Ids   : None

Acct. Pol          : None                     Collect Stats     : Disabled

Application Profile: None
Transit Policy     : None

Oper Group         : (none)                   Monitor Oper Grp  : (none)
Host Lockout Plcy  : n/a
Ignore Oper Down   : Disabled
Lag Link Map Prof  : (none)
Cflowd             : Disabled
Bandwidth          : Not-Applicable
Oper DCpu Prot Pol*: _default-access-policy

-------------------------------------------------------------------------------
ETH-CFM SAP specifics
-------------------------------------------------------------------------------
Tunnel Faults      : n/a                      AIS               : Disabled
MC Prop-Hold-Timer : n/a
Squelch Levels     : None
Collect Lmm Stats  : Disabled
LMM FC Stats       : None
LMM FC In Prof     : None

-------------------------------------------------------------------------------
QOS
-------------------------------------------------------------------------------
Ingress qos-policy : 1                        Egress qos-policy : 1
Ingress FP QGrp    : (none)                   Egress Port QGrp  : (none)
Ing FP QGrp Inst   : (none)                   Egr Port QGrp Inst: (none)
Shared Q plcy      : n/a                      Multipoint shared : Disabled
I. Sched Pol       : (Not Specified)
E. Sched Pol       : (Not Specified)
I. Policer Ctl Pol : (Not Specified)
E. Policer Ctl Pol : (Not Specified)
E. HS Sec. Shaper  : (Not Specified)
I. QGrp Redir. List: (Not Specified)
E. QGrp Redir. List: (Not Specified)
-------------------------------------------------------------------------------
Sap Aggregate Stats
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress
Aggregate Offered     : 0                       0
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0

Egress
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0
-------------------------------------------------------------------------------
Sap Statistics
-------------------------------------------------------------------------------
Last Cleared Time     : 08/31/2018 11:19:51

                        Packets                 Octets
CPM Ingress           : 0                       0

Forwarding Engine Stats
Dropped               : 0                       0
Received Valid        : 0                       0
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Off. Uncolor          : 0                       0
Off. Managed          : 0                       0

Queueing Stats(Ingress QoS Policy 1)
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Queueing Stats(Egress QoS Policy 1)
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
-------------------------------------------------------------------------------
Sap per Queue stats
-------------------------------------------------------------------------------
                        Packets                 Octets

Ingress Queue 1 (Unicast) (Priority)
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Egress Queue 1
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
* indicates that the corresponding row element may have been truncated.

-------------------------------------------------------------------------------
Service Endpoints
-------------------------------------------------------------------------------
No Endpoints found.
-------------------------------------------------------------------------------

==========================================================================
VLL Sites
==========================================================================
Site                Site-Id   Dest                Admin       Oper  Fwdr
--------------------------------------------------------------------------
No Matching Entries
==========================================================================
===============================================================================
*A:PE#

Show Service ID Output Fields describes the Show service ID output fields when the all option is specified.

Table 19. Show Service ID Output Fields

Label

Description

Service Id

The service identifier

VPN Id

The number which identifies the VPN

Service Type

The type of service

VLL Type

The the VLL type

SDP Id

The SDP identifier for the 7450 ESS or 7750 SR

Description

Generic information about the service

Customer Id

The customer identifier

Last Mgmt Change

The date and time of the most recent management-initiated change

Endpoint

The name of the service endpoint for the 7450 ESS or 7750 SR

Flags

The conditions that affect the operating status of this SAP.

Display output includes: ServiceAdminDown, SapAdminDown, InterfaceAdminDown, PortOperDown, PortMTUTooSmall, L2OperDown, SapIngressQoSMismatch, SapEgressQoSMismatch,RelearnLimitExceeded, RxProtSrcMac, ParentIfAdminDown, NoSapIpipeCeIpAddr, SapParamMismatch, CemSapNoEcidOrMacAddr, StandByForMcRing, ServiceMTUTooSmall, NoSapEpipeRingNode.

SAP Count

The number of SAPs specified for this service

SDP Bind Count

The number of SDPs bound to this service for the 7450 ESS or 7750 SR

Split Horizon Group Specifics

Split Horizon Group

The name of the split horizon group for this VPLS for the 7450 ESS or 7750 SR

Description

The description of the split horizon group for the 7450 ESS or 7750 SR

Last Changed

The date and time of the most recent management-initiated change to this split horizon group for the 7450 ESS or 7750 SR

Service Destination Points (SDPs)

SDP Id

The SDP identifier for the 7450 ESS or 7750 SR

Type

Indicates whether this service SDP binding is a spoke or a mesh for the 7450 ESS or 7750 SR

Admin Path MTU

The desired largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented for the 7450 ESS or 7750 SR.

Oper Path MTU

The actual largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented for the 7450 ESS or 7750 SR

Delivery

The type of delivery used by the SDP: GRE or MPLS for the 7450 ESS or 7750 SR

Admin State

The administrative state of this SD for the 7450 ESS or 7750 SR

Oper State

The operational state of this SDP for the 7450 ESS or 7750 SR

Jitter Buffer (packets)

The jitter buffer length in number of packet buffers for the 7450 ESS or 7750 SR

Playout Threshold (packets)

The playout buffer packets threshold in number of packet buffers for the 7450 ESS or 7750 SR

Playout Threshold (packets)

Indicates the current packet depth of the jitter buffer for the 7450 ESS or 7750 SR

Peer Pw Bits

The bits set by the LDP peer when there is a fault on its side of the pseudowire for the 7450 ESS or 7750 SR. LAC failures occur on the SAP that has been configured on the pipe service, PSN bits are set by SDP-binding failures on the pipe service. The pwNotForwarding bit is set when none of the above failures apply, such as an MTU mismatch failure. This value is only applicable if the peer is using the pseudowire status signaling method to indicate faults.

pwNotForwarding — Pseudowire not forwarding

lacIngressFault Local — Attachment circuit RX fault

lacEgressFault Local — Attachment circuit TX fault

psnIngressFault Local — PSN-facing PW RX fault

psnEgressFault Local — PSN-facing PW TX fault

pwFwdingStandby — Pseudowire in standby mode

Signaling Override

The overriding signaled pseudowire type, as configured under the signaled-vc-type-override option for Apipes. This field is only displayed if signaled-vc-type-override is configured for the 7750 SR.

all

Syntax

all

Context

[Tree] (show>service>id all)

Full Context

show service id all

Description

This command displays detailed information for all aspects of the service.

Platforms

All

Output

The following output displays an example of a service displaying all information.

Sample Output
*A:PE# show service id 1 all

===============================================================================
Service Detailed Information
===============================================================================
Service Id        : 1                   Vpn Id            : 0
Service Type      : VPLS
Name              : 1
Description       : (Not Specified)
Customer Id       : 1                   Creation Origin   : manual
Last Status Change: 08/31/2018 11:46:13
Last Mgmt Change  : 08/31/2018 11:46:13
Etree Mode        : Disabled
Admin State       : Up                  Oper State        : Up
MTU               : 1514
SAP Count         : 2                   SDP Bind Count    : 0
Snd Flush on Fail : Disabled            Host Conn Verify  : Disabled
SHCV pol IPv4     : None
Propagate MacFlush: Disabled            Per Svc Hashing   : Disabled
Allow IP Intf Bind: Disabled
Fwd-IPv4-Mcast-To*: Disabled            Fwd-IPv6-Mcast-To*: Disabled
Mcast IPv6 scope  : mac-based
Def. Gateway IP   : None
Def. Gateway MAC  : None
Temp Flood Time   : Disabled            Temp Flood        : Inactive
Temp Flood Chg Cnt: 0
SPI load-balance  : Disabled
TEID load-balance : Disabled
Src Tep IP        : N/A
Vxlan ECMP        : Disabled
VSD Domain        : <none>

-------------------------------------------------------------------------------
BGP Information
-------------------------------------------------------------------------------
PW-Template Id    : None

-------------------------------------------------------------------------------
Split Horizon Group specifics
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
ETH-CFM service specifics
-------------------------------------------------------------------------------
Tunnel Faults     : ignore


-------------------------------------------------------------------------------
Service Destination Points(SDPs)
-------------------------------------------------------------------------------
No Matching Entries
-------------------------------------------------------------------------------
Service Access Points
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
SAP 1/1/1
-------------------------------------------------------------------------------
Service Id         : 1
SAP                : 1/1/1                    Encap             : null
Description        : (Not Specified)
Admin State        : Up                       Oper State        : Up
Flags              : None
Multi Svc Site     : None
Last Status Change : 08/31/2018 11:46:13
Last Mgmt Change   : 08/31/2018 11:46:13
Sub Type           : regular
Dot1Q Ethertype    : 0x8100                   QinQ Ethertype    : 0x8100
Split Horizon Group: (Not Specified)

Etree Root Leaf Tag: Disabled                 Etree Leaf Tag    : 0
Etree Leaf AC      : Disabled
Max Nbr of MAC Addr: No Limit                 Total MAC Addr    : 0
Learned MAC Addr   : 0                        Static MAC Addr   : 0
OAM MAC Addr       : 0                        DHCP MAC Addr     : 0
Host MAC Addr      : 0                        Intf MAC Addr     : 0
SPB MAC Addr       : 0                        Cond MAC Addr     : 0
BGP EVPN Addr      : 0                        EVPN Static Addr  : 0
Admin MTU          : 1514                     Oper MTU          : 1514
Ingr IP Fltr-Id    : n/a                      Egr IP Fltr-Id    : n/a
Ingr Mac Fltr-Id   : n/a                      Egr Mac Fltr-Id   : n/a
Ingr IPv6 Fltr-Id  : n/a                      Egr IPv6 Fltr-Id  : n/a
qinq-pbit-marking  : both
Egr Agg Rate Limit : max
Q Frame-Based Acct : Disabled                 Limit Unused BW   : Disabled
ARP Reply Agent    : Disabled                 Host Conn Verify  : Disabled
SHCV pol IPv4      : None
Mac Learning       : Enabled                  Discard Unkwn Srce: Disabled
Mac Aging          : Enabled                  Mac Pinning       : Disabled
BPDU Translation   : Disabled
L2PT Termination   : Disabled
Vlan-translation   : None
Qinq-vlan-                                    Qinq-vlan-
translation        : None                     translation Ids   : None

Acct. Pol          : None                     Collect Stats     : Disabled

Anti Spoofing      : None                     Dynamic Hosts     : Enabled
Avl Static Hosts   : 0                        Tot Static Hosts  : 0
Calling-Station-Id : n/a

Application Profile: None
Transit Policy     : None

Oper Group         : (none)                   Monitor Oper Grp  : (none)
Host Lockout Plcy  : n/a
Lag Link Map Prof  : (none)
Cflowd             : Disabled
Bandwidth          : Not-Applicable
Oper DCpu Prot Pol*: _default-access-policy
MCAC Policy Name   :                          MCAC Const Adm St : Enable
MCAC Max Unconst BW: no limit                 MCAC Max Mand BW  : no limit
MCAC In use Mand BW: 0                        MCAC Avail Mand BW: unlimited
MCAC In use Opnl BW: 0                        MCAC Avail Opnl BW: unlimited
Use LAG port weight: no
MCAC If-Policy Name:
Restr MacUnpr Dst  : Disabled
Auto Learn Mac Prot: Disabled
RestMacProtSrc Act : none
Time to RetryReset : never                    Retries Left      : 3
Mac Move           : Blockable                Blockable Level   : Tertiary
Auth Policy        : None
DestMac Rewrite    : Disabled
SendBvplsEvpnFlush : Enabled

-------------------------------------------------------------------------------
ETH-CFM SAP specifics
-------------------------------------------------------------------------------
Tunnel Faults      : n/a                      AIS               : Disabled
MC Prop-Hold-Timer : n/a                      V-MEP Filtering   : Disabled
Squelch Levels     : None
Collect Lmm Stats  : Disabled
LMM FC Stats       : None
LMM FC In Prof     : None

-------------------------------------------------------------------------------
Stp Service Access Point specifics
-------------------------------------------------------------------------------
Stp Admin State    : Up                       Stp Oper State    : Down
Core Connectivity  : Down
Port Role          : N/A                      Port State        : Forwarding
Port Number        : N/A                      Port Priority     : 128
Port Path Cost     : 10                       Auto Edge         : Enabled
Admin Edge         : Disabled                 Oper Edge         : N/A
Link Type          : Pt-pt                    BPDU Encap        : Dot1d
Root Guard         : Disabled                 Active Protocol   : N/A
Last BPDU from     : N/A
CIST Desig Bridge  : N/A                      Designated Port   : N/A

Forward transitions: 0                        Bad BPDUs rcvd    : 0
Cfg BPDUs rcvd     : 0                        Cfg BPDUs tx      : 0
TCN BPDUs rcvd     : 0                        TCN BPDUs tx      : 0
TC bit BPDUs rcvd  : 0                        TC bit BPDUs tx   : 0
RST BPDUs rcvd     : 0                        RST BPDUs tx      : 0
MST BPDUs rcvd     : 0                        MST BPDUs tx      : 0
-------------------------------------------------------------------------------
ARP host
-------------------------------------------------------------------------------
Admin State        : outOfService
Host Limit         : 1                        Min Auth Interval : 15 minutes

-------------------------------------------------------------------------------
QOS
-------------------------------------------------------------------------------
Ingress qos-policy : 1                        Egress qos-policy : 1
Ingress FP QGrp    : (none)                   Egress Port QGrp  : (none)
Ing FP QGrp Inst   : (none)                   Egr Port QGrp Inst: (none)
Shared Q plcy      : n/a                      Multipoint shared : Disabled
I. Sched Pol       : (Not Specified)
E. Sched Pol       : (Not Specified)
I. Policer Ctl Pol : (Not Specified)
E. Policer Ctl Pol : (Not Specified)
E. HS Sec. Shaper  : (Not Specified)
I. QGrp Redir. List: (Not Specified)
E. QGrp Redir. List: (Not Specified)

-------------------------------------------------------------------------------
DHCP
-------------------------------------------------------------------------------
Description        : (Not Specified)
Admin State        : Down                     Lease Populate    : 0
DHCP Snooping      : Down                     Action            : Keep
Proxy Admin State  : Down
Proxy Lease Time   : N/A
Emul. Server Addr  : Not Configured

-------------------------------------------------------------------------------
DHCP6
-------------------------------------------------------------------------------
Description        : (Not Specified)
Admin State        : Down
DHCP Snooping      : Down
Interface-Id       : AsciiTuple               Remote-Id         : Disabled

-------------------------------------------------------------------------------
Subscriber Management
-------------------------------------------------------------------------------
Admin State        : Down                     MAC DA Hashing    : False
Def Sub-Id         : None
Def Sub-Profile    : None
Def SLA-Profile    : None
Def Inter-Dest-Id  : None
Def App-Profile    : None
Sub-Ident-Policy   : None
Subscriber Limit   : 1
Single-Sub-Parameters
 Prof Traffic Only : False
 Non-Sub-Traffic   : N/A
Static host management
MAC learn options  : N/A

-------------------------------------------------------------------------------
Sap Aggregate Stats
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress
Aggregate Offered     : 0                       0
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0

Egress
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0
-------------------------------------------------------------------------------
Sap Statistics
-------------------------------------------------------------------------------
Last Cleared Time     : N/A

                        Packets                 Octets
CPM Ingress           : 0                       0

Forwarding Engine Stats
Dropped               : 0                       0
Received Valid        : 0                       0
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Off. Uncolor          : 0                       0
Off. Managed          : 0                       0

Queueing Stats(Ingress QoS Policy 1)
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Queueing Stats(Egress QoS Policy 1)
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
-------------------------------------------------------------------------------
Sap per Queue stats
-------------------------------------------------------------------------------
                        Packets                 Octets

Ingress Queue 1 (Unicast) (Priority)
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Ingress Queue 11 (Multipoint) (Priority)
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Off. Managed          : 0                       0
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Egress Queue 1
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
* indicates that the corresponding row element may have been truncated.

-------------------------------------------------------------------------------
SAP 1/1/9:1
-------------------------------------------------------------------------------
Service Id         : 1
SAP                : 1/1/9:1                  Encap             : q-tag
Description        : (Not Specified)
Admin State        : Up                       Oper State        : Up
Flags              : None
Multi Svc Site     : None
Last Status Change : 08/31/2018 11:46:13
Last Mgmt Change   : 08/31/2018 11:46:13
Sub Type           : regular
Dot1Q Ethertype    : 0x8100                   QinQ Ethertype    : 0x8100
Split Horizon Group: (Not Specified)

Etree Root Leaf Tag: Disabled                 Etree Leaf Tag    : 0
Etree Leaf AC      : Disabled
Max Nbr of MAC Addr: No Limit                 Total MAC Addr    : 0
Learned MAC Addr   : 0                        Static MAC Addr   : 0
OAM MAC Addr       : 0                        DHCP MAC Addr     : 0
Host MAC Addr      : 0                        Intf MAC Addr     : 0
SPB MAC Addr       : 0                        Cond MAC Addr     : 0
BGP EVPN Addr      : 0                        EVPN Static Addr  : 0
Admin MTU          : 1518                     Oper MTU          : 1518
Ingr IP Fltr-Id    : n/a                      Egr IP Fltr-Id    : n/a
Ingr Mac Fltr-Id   : n/a                      Egr Mac Fltr-Id   : n/a
Ingr IPv6 Fltr-Id  : n/a                      Egr IPv6 Fltr-Id  : n/a
qinq-pbit-marking  : both
Egr Agg Rate Limit : max
Q Frame-Based Acct : Disabled                 Limit Unused BW   : Disabled
ARP Reply Agent    : Disabled                 Host Conn Verify  : Disabled
SHCV pol IPv4      : None
Mac Learning       : Enabled                  Discard Unkwn Srce: Disabled
Mac Aging          : Enabled                  Mac Pinning       : Disabled
BPDU Translation   : Disabled
L2PT Termination   : Disabled
Vlan-translation   : None
Qinq-vlan-                                    Qinq-vlan-
translation        : None                     translation Ids   : None

Acct. Pol          : None                     Collect Stats     : Disabled

Anti Spoofing      : None                     Dynamic Hosts     : Enabled
Avl Static Hosts   : 0                        Tot Static Hosts  : 0
Calling-Station-Id : n/a

Application Profile: None
Transit Policy     : None

Oper Group         : (none)                   Monitor Oper Grp  : (none)
Host Lockout Plcy  : n/a
Lag Link Map Prof  : (none)
Cflowd             : Disabled
Bandwidth          : Not-Applicable
Oper DCpu Prot Pol*: _default-access-policy
MCAC Policy Name   :                          MCAC Const Adm St : Enable
MCAC Max Unconst BW: no limit                 MCAC Max Mand BW  : no limit
MCAC In use Mand BW: 0                        MCAC Avail Mand BW: unlimited
MCAC In use Opnl BW: 0                        MCAC Avail Opnl BW: unlimited
Use LAG port weight: no
MCAC If-Policy Name:
Restr MacUnpr Dst  : Disabled
Auto Learn Mac Prot: Disabled
RestMacProtSrc Act : none
Time to RetryReset : never                    Retries Left      : 3
Mac Move           : Blockable                Blockable Level   : Tertiary
Auth Policy        : None
DestMac Rewrite    : Disabled
SendBvplsEvpnFlush : Enabled

-------------------------------------------------------------------------------
ETH-CFM SAP specifics
-------------------------------------------------------------------------------
Tunnel Faults      : n/a                      AIS               : Disabled
MC Prop-Hold-Timer : n/a                      V-MEP Filtering   : Disabled
Squelch Levels     : None
Collect Lmm Stats  : Disabled
LMM FC Stats       : None
LMM FC In Prof     : None

-------------------------------------------------------------------------------
Stp Service Access Point specifics
-------------------------------------------------------------------------------
Stp Admin State    : Up                       Stp Oper State    : Down
Core Connectivity  : Down
Port Role          : N/A                      Port State        : Forwarding
Port Number        : N/A                      Port Priority     : 128
Port Path Cost     : 10                       Auto Edge         : Enabled
Admin Edge         : Disabled                 Oper Edge         : N/A
Link Type          : Pt-pt                    BPDU Encap        : Dot1d
Root Guard         : Disabled                 Active Protocol   : N/A
Last BPDU from     : N/A
CIST Desig Bridge  : N/A                      Designated Port   : N/A

Forward transitions: 0                        Bad BPDUs rcvd    : 0
Cfg BPDUs rcvd     : 0                        Cfg BPDUs tx      : 0
TCN BPDUs rcvd     : 0                        TCN BPDUs tx      : 0
TC bit BPDUs rcvd  : 0                        TC bit BPDUs tx   : 0
RST BPDUs rcvd     : 0                        RST BPDUs tx      : 0
MST BPDUs rcvd     : 0                        MST BPDUs tx      : 0
-------------------------------------------------------------------------------
ARP host
-------------------------------------------------------------------------------
Admin State        : outOfService
Host Limit         : 1                        Min Auth Interval : 15 minutes

-------------------------------------------------------------------------------
QOS
-------------------------------------------------------------------------------
Ingress qos-policy : 1                        Egress qos-policy : 1
Ingress FP QGrp    : (none)                   Egress Port QGrp  : (none)
Ing FP QGrp Inst   : (none)                   Egr Port QGrp Inst: (none)
Shared Q plcy      : n/a                      Multipoint shared : Disabled
I. Sched Pol       : (Not Specified)
E. Sched Pol       : (Not Specified)
I. Policer Ctl Pol : (Not Specified)
E. Policer Ctl Pol : (Not Specified)
E. HS Sec. Shaper  : (Not Specified)
I. QGrp Redir. List: (Not Specified)
E. QGrp Redir. List: (Not Specified)

-------------------------------------------------------------------------------
DHCP
-------------------------------------------------------------------------------
Description        : (Not Specified)
Admin State        : Down                     Lease Populate    : 0
DHCP Snooping      : Down                     Action            : Keep
Proxy Admin State  : Down
Proxy Lease Time   : N/A
Emul. Server Addr  : Not Configured

-------------------------------------------------------------------------------
DHCP6
-------------------------------------------------------------------------------
Description        : (Not Specified)
Admin State        : Down
DHCP Snooping      : Down
Interface-Id       : AsciiTuple               Remote-Id         : Disabled

-------------------------------------------------------------------------------
Subscriber Management
-------------------------------------------------------------------------------
Admin State        : Down                     MAC DA Hashing    : False
Def Sub-Id         : None
Def Sub-Profile    : None
Def SLA-Profile    : None
Def Inter-Dest-Id  : None
Def App-Profile    : None
Sub-Ident-Policy   : None
Subscriber Limit   : 1
Single-Sub-Parameters
 Prof Traffic Only : False
 Non-Sub-Traffic   : N/A
Static host management
MAC learn options  : N/A

-------------------------------------------------------------------------------
Sap Aggregate Stats
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress
Aggregate Offered     : 0                       0
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0

Egress
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0
-------------------------------------------------------------------------------
Sap Statistics
-------------------------------------------------------------------------------
Last Cleared Time     : N/A

                        Packets                 Octets
CPM Ingress           : 0                       0

Forwarding Engine Stats
Dropped               : 0                       0
Received Valid        : 0                       0
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Off. Uncolor          : 0                       0
Off. Managed          : 0                       0

Queueing Stats(Ingress QoS Policy 1)
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Queueing Stats(Egress QoS Policy 1)
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
-------------------------------------------------------------------------------
Sap per Queue stats
-------------------------------------------------------------------------------
                        Packets                 Octets

Ingress Queue 1 (Unicast) (Priority)
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Ingress Queue 11 (Multipoint) (Priority)
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Off. Managed          : 0                       0
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Egress Queue 1
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
* indicates that the corresponding row element may have been truncated.

-------------------------------------------------------------------------------
VPLS Spanning Tree Information
-------------------------------------------------------------------------------
VPLS oper state    : Up                       Core Connectivity : Down
Stp Admin State    : Down                     Stp Oper State    : Down
Mode               : Rstp                     Vcp Active Prot.  : N/A

Bridge Id          : 80:00.d8:2c:ff:00:00:00  Bridge Instance Id: 0
Bridge Priority    : 32768                    Tx Hold Count     : 6
Topology Change    : Inactive                 Bridge Hello Time : 2
Last Top. Change   : 0d 00:00:00              Bridge Max Age    : 20
Top. Change Count  : 0                        Bridge Fwd Delay  : 15
MST region revision: 0                        Bridge max hops   : 20
MST region name    :

Root Bridge        : N/A
Primary Bridge     : N/A

Root Path Cost     : 0                        Root Forward Delay: 0
Rcvd Hello Time    : 0                        Root Max Age      : 0
Root Priority      : 0                        Root Port         : N/A

-------------------------------------------------------------------------------
Forwarding Database specifics
-------------------------------------------------------------------------------
Service Id        : 1                   Mac Move          : Disabled
Primary Factor    : 3                   Secondary Factor  : 2
Mac Move Rate     : 2                   Mac Move Timeout  : 10
Mac Move Retries  : 3
Table Size        : 250                 Allocated Count   : 0
Total In Use      : 0
Learned Count     : 0                   Static Count      : 0
OAM MAC Count     : 0                   DHCP MAC Count    : 0
Host MAC Count    : 0                   Intf MAC Count    : 0
Spb Count         : 0                   Cond MAC Count    : 0
BGP EVPN Count    : 0                   EVPN Static Cnt   : 0
EVPN Dup Det Cnt  : 0
Remote Age        : 900                 Local Age         : 300
High Watermark    : 95%                 Low Watermark     : 90%
Mac Learning      : Enabled             Discard Unknown   : Disabled
Mac Aging         : Enabled             Relearn Only      : False
Mac Subnet Len    : 48
Sel Learned FDB   : Disabled

-------------------------------------------------------------------------------
IGMP Snooping Base info
-------------------------------------------------------------------------------
Admin State : Down
Querier     : No querier found
-------------------------------------------------------------------------------
Port                      Oper MRtr Pim  Send Max   Max  Max   MVR       Num
Id                        Stat Port Port Qrys Grps  Srcs Grp   From-VPLS Grps
                                                         Srcs
-------------------------------------------------------------------------------
sap:1/1/1                 Up   No   No   No   None  None None  Local     0
sap:1/1/9:1               Up   No   No   No   None  None None  Local     0

-------------------------------------------------------------------------------
MLD Snooping Base info
-------------------------------------------------------------------------------
Admin State : Down
Querier     : No querier found
-------------------------------------------------------------------------------
Port                     Oper    MRtr  Send      Max Num   MVR        Num
Id                       State   Port  Queries   Groups    From-VPLS  Groups
-------------------------------------------------------------------------------
sap:1/1/1                Up      No    Disabled  No Limit  Local      0
sap:1/1/9:1              Up      No    Disabled  No Limit  Local      0

-------------------------------------------------------------------------------
DHCP Summary, service 1
-------------------------------------------------------------------------------
Sap/Sdp                Snoop  Used/       Arp Reply   Info     Admin
                              Provided    Agent       Option   State
-------------------------------------------------------------------------------
sap:1/1/1              No     0/0         No          Keep     Down
sap:1/1/9:1            No     0/0         No          Keep     Down
-------------------------------------------------------------------------------
Number of Entries : 2
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
ARP host Summary, service 1
-------------------------------------------------------------------------------
Sap                    Used        Provided    Admin State
-------------------------------------------------------------------------------
sap:1/1/1              0           1           outOfService
sap:1/1/9:1            0           1           outOfService
-------------------------------------------------------------------------------
Number of SAPs : 2     0
-------------------------------------------------------------------------------

===============================================================================

===============================================================================
-------------------------------------------------------------------------------
WLAN Gateway specifics
-------------------------------------------------------------------------------
Admin State            : disabled
Description            : (Not Specified)
SAP-template           : (Not Specified)
Last management change : (Not Specified)
No associated WLAN Gateway interface VLAN tag ranges found.
===============================================================================

===============================================================================
Service VPLS Group Information
===============================================================================
===============================================================================

===============================================================================
Egress VTEP, VNI
===============================================================================
Instance    VTEP Address                            Egress VNI  Evpn/   Static
 Mcast       Oper State                              L2 PBR     Static  Num.
                                                                        MACs
-------------------------------------------------------------------------------
No Matching Entries
===============================================================================

-------------------------------------------------------------------------------
Service Endpoints
-------------------------------------------------------------------------------
No Endpoints found.
-------------------------------------------------------------------------------

===============================================================================
VPLS Sites
===============================================================================
Site                Site-Id   Dest                Mesh-SDP  Admin   Oper  Fwdr
-------------------------------------------------------------------------------
No Matching Entries
===============================================================================
===============================================================================
* indicates that the corresponding row element may have been truncated.
*A:PE#

Show Service ID All Output Fields describes the command output fields.

Table 20. Show Service ID All Output Fields

Label

Description

Service Id

The service identifier.

VPN Id

The number which identifies the VPN.

Service Type

Specifies the type of service.

SDP Id

The SDP identifier.

Description

Generic information about the service.

Customer Id

The customer identifier.

Last Mgmt Change

The date and time of the most recent management-initiated change to this customer.

SAP Count

The number of SAPs specified for this service.

SDP Bind Count

The number of SDPs bound to this service.

Split Horizon Group

Name of the split horizon group for this service.

Description

Description of the split horizon group.

Last Changed

The date and time of the most recent management-initiated change to this split horizon group.

SDP Id

The SDP identifier.

Type

Indicates whether this service SDP binding is a spoke or a mesh.

Admin Path MTU

The desired largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Oper Path MTU

The actual largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Delivery

Specifies the type of delivery used by the SDP: GRE or MPLS.

Admin State

The administrative state of this SDP.

Oper State

The operational state of this SDP.

Ingress Label

The label used by the far-end device to send packets to this device in this service by this SDP.

Egress Label

The label used by this device to send packets to the far-end device in this service by this SDP.

Ingress Filter

The ID of the ingress filter policy.

Egress Filter

The ID of the egress filter policy.

Far End

Specifies the IP address of the remote end of the GRE or MPLS tunnel defined by this SDP.

Last Changed

The date and time of the most recent change to this customer.

Hello Time

Specifies how often the SDP echo request messages are transmitted on this SDP.

Hello Msg Len

Specifies the length of the SDP echo request messages transmitted on this SDP.

Max Drop Count

Specifies the maximum number of consecutive SDP Echo Request messages that can be unacknowledged before the keepalive protocol reports a fault.

Hold Down Time

Specifies the amount of time to wait before the keepalive operating status is eligible to enter the alive state.

SDP Delivery Mechanism

When the SDP type is MPLS, a list of LSPs used to reach the far-end router displays. All the LSPs in the list must terminate at the IP address specified in the Far End field.

If the SDP type is GRE, then the following message displays:

SDP Delivery Mechanism is not MPLS

Number of SDPs

The total number SDPs applied to this service ID.

Service Id

The service identifier.

Port Id

The ID of the access port where this SAP is defined.

Description

Generic information about the SAP.

Encap Value

The value of the label used to identify this SAP on the access port.

Admin State

The administrative state of the SAP.

Oper State

The operating state of the SAP.

Last Changed

The date and time of the last change.

Admin MTU

The desired largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Oper MTU

The actual largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Ingress qos-policy

The SAP ingress QoS policy ID.

Egress qos-policy

The SAP egress QoS policy ID.

Ingress Filter-Id

The SAP ingress filter policy ID.

Egress Filter-Id

The SAP egress filter policy ID.

Multi Svc Site

Indicates the multi-service site that the SAP is a member.

Ingress sched-policy

Indicates the ingress QoS scheduler for the SAP.

Egress sched-policy

Indicates the egress QoS scheduler for the SAP.

Acct. Pol

Indicates the accounting policy applied to the SAP.

Collect Stats

Specifies whether accounting statistics are collected on the SAP.

Dropped

The number of packets or octets dropped.

Offered Hi Priority

The number of high priority packets, as determined by the SAP ingress QoS policy.

Offered Low Priority

The number of low priority packets, as determined by the SAP ingress QoS policy.

Offered Low Priority

The number of low priority packets, as determined by the SAP ingress QoS policy.

Forwarded In Profile

The number of in-profile packets or octets (rate below CIR) forwarded.

Forwarded Out Profile

The number of out-of-profile packets or octets (rate above CIR) forwarded.

Dropped In Profile

The number of in-profile packets or octets discarded.

Dropped Out Profile

The number of out-of-profile packets or octets discarded.

Forwarded In Profile

The number of in-profile packets or octets (rate below CIR) forwarded.

Forwarded Out Profile

The number of out-of-profile packets or octets (rate above CIR) forwarded.

Ingress Queue 1

The index of the ingress QoS queue of this SAP.

High priority offered

The packets or octets count of the high priority traffic for the SAP.

High priority dropped

The number of high priority traffic packets/octets dropped.

Low priority offered

The packets or octets count of the low priority traffic.

Low priority dropped

The number of low priority traffic packets/octets dropped.

In profile forwarded

The number of in-profile packets or octets (rate below CIR) forwarded.

Out profile forwarded

The number of out-of-profile octets (rate above CIR) forwarded.

Egress Queue 1

The index of the egress QoS queue of the SAP.

In profile forwarded

The number of in-profile packets or octets (rate below CIR) forwarded.

In profile dropped

The number of in-profile packets or octets dropped for the SAP.

Out profile forwarded

The number of out-of-profile packets or octets (rate above CIR) forwarded.

Out profile dropped

The number of out-of-profile packets or octets discarded.

State

Specifies whether DHCP Relay is enabled on this SAP.

Info Option

Specifies whether Option 82 processing is enabled on this SAP.

Action

Specifies the Option 82 processing on this SAP or interface: keep, replace or drop.

Circuit ID

Specifies whether the If Index is inserted in Circuit ID sub-option of Option 82.

Remote ID

Specifies whether the far-end MAC address is inserted in Remote ID sub-option of Option 82.

Managed by Service

Specifies the service-id of the management VPLS managing this SAP.

Managed by MSTI

Specifies the MST instance inside the management VPLS managing this SAP.

Last BPDU from

The bridge ID of the sender of the last BPDU received on this SAP.

Managed by SAP

Specifies the sap-id inside the management VPLS managing this SAP.

Prune state

Specifies the STP state inherited from the management VPLS.

Managed by Service

Specifies the service-id of the management VPLS managing this spoke-SDP.

Last BPDU from

The bridge ID of the sender of the last BPDU received on this SAP.

Managed by Spoke

Specifies the sap-id inside the management VPLS managing this spoke-SDP.

Prune state

Specifies the STP state inherited from the management VPLS.

Peer Pw Bits

Indicates the bits set by the LDP peer when there is a fault on its side of the pseudowire. LAC failures occur on the SAP that has been configured on the pipe service, PSN bits are set by SDP-binding failures on the pipe service. The pwNotForwarding bit is set when none of the above failures apply, such as an MTU mismatch failure. This value is only applicable if the peer is using the pseudowire status signaling method to indicate faults.

pwNotForwarding — Pseudowire not forwarding.

lacIngressFault Local — Attachment circuit RX fault.

lacEgressFault Local — Attachment circuit TX fault.

psnIngressFault Local — PSN-facing PW RX fault.

psnEgressFault Local — PSN-facing PW TX fault.

pwFwdingStandby — Pseudowire in standby mode.

all

Syntax

all

Context

[Tree] (show>service>id all)

Full Context

show service id all

Description

This command displays detailed information for all aspects of the service.

Platforms

All

Output

The following output is an example of service id information, and Show All Service-ID Field Descriptions describes the output fields.

Sample Output
A:PE# show service id 500 all

===============================================================================
Service Detailed Information
===============================================================================
Service Id        : 500                 Vpn Id            : 0
Service Type      : IES
Name              : 500
Description       : (Not Specified)
Customer Id       : 1                   Creation Origin   : manual
Last Status Change: 08/31/2018 16:07:55
Last Mgmt Change  : 08/31/2018 16:07:55
Admin State       : Up                  Oper State        : Up
SAP Count         : 2                   SDP Bind Count    : 0

-------------------------------------------------------------------------------
ETH-CFM service specifics
-------------------------------------------------------------------------------
Tunnel Faults     : ignore


-------------------------------------------------------------------------------
Service Destination Points(SDPs)
-------------------------------------------------------------------------------
No Matching Entries
-------------------------------------------------------------------------------
Service Access Points
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
SAP 1/1/9:1
-------------------------------------------------------------------------------
Service Id         : 500
SAP                : 1/1/9:1                  Encap             : q-tag
Description        : (Not Specified)
Admin State        : Up                       Oper State        : Up
Flags              : None
Multi Svc Site     : None
Last Status Change : 08/31/2018 16:07:55
Last Mgmt Change   : 08/31/2018 16:07:55
Sub Type           : regular
Dot1Q Ethertype    : 0x8100                   QinQ Ethertype    : 0x8100
Split Horizon Group: (Not Specified)

Admin MTU          : 1518                     Oper MTU          : 1518
Ingr IP Fltr-Id    : n/a                      Egr IP Fltr-Id    : n/a
Ingr Mac Fltr-Id   : n/a                      Egr Mac Fltr-Id   : n/a
Ingr IPv6 Fltr-Id  : n/a                      Egr IPv6 Fltr-Id  : n/a
qinq-pbit-marking  : both
Egr Agg Rate Limit : max
Q Frame-Based Acct : Disabled                 Limit Unused BW   : Disabled
Qinq-vlan-                                    Qinq-vlan-
translation        : None                     translation Ids   : None

Acct. Pol          : None                     Collect Stats     : Disabled

Anti Spoofing      : None                     Dynamic Hosts     : Enabled
Avl Static Hosts   : 0                        Tot Static Hosts  : 0
Calling-Station-Id : n/a

Application Profile: None
Transit Policy     : None
AARP Id            : None

Oper Group         : (none)                   Monitor Oper Grp  : (none)
Host Lockout Plcy  : n/a
Lag Link Map Prof  : (none)
Bandwidth          : Not-Applicable
Oper DCpu Prot Pol*: _default-access-policy

-------------------------------------------------------------------------------
ETH-CFM SAP specifics
-------------------------------------------------------------------------------
Tunnel Faults      : n/a                      AIS               : Disabled
MC Prop-Hold-Timer : n/a
Squelch Levels     : None
Collect Lmm Stats  : Disabled
LMM FC Stats       : None
LMM FC In Prof     : None

-------------------------------------------------------------------------------
QOS
-------------------------------------------------------------------------------
Ingress qos-policy : 1                        Egress qos-policy : 1
Ingress FP QGrp    : (none)                   Egress Port QGrp  : (none)
Ing FP QGrp Inst   : (none)                   Egr Port QGrp Inst: (none)
Shared Q plcy      : n/a                      Multipoint shared : Disabled
I. Sched Pol       : (Not Specified)
E. Sched Pol       : (Not Specified)
I. Policer Ctl Pol : (Not Specified)
E. Policer Ctl Pol : (Not Specified)
E. HS Sec. Shaper  : (Not Specified)
I. QGrp Redir. List: (Not Specified)
E. QGrp Redir. List: (Not Specified)
-------------------------------------------------------------------------------
Sap Aggregate Stats
-------------------------------------------------------------------------------
                        Packets                 Octets

Ingress
Aggregate Offered     : 0                       0
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0

Egress
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0
-------------------------------------------------------------------------------
Sap Statistics
-------------------------------------------------------------------------------
Last Cleared Time     : 08/31/2018 16:19:29

                        Packets                 Octets
CPM Ingress           : 0                       0

Forwarding Engine Stats
Dropped               : 0                       0
Received Valid        : 0                       0
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Off. Uncolor          : 0                       0
Off. Managed          : 0                       0

Queueing Stats(Ingress QoS Policy 1)
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Queueing Stats(Egress QoS Policy 1)
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
-------------------------------------------------------------------------------
Sap per Queue stats
-------------------------------------------------------------------------------
                        Packets                 Octets

Ingress Queue 1 (Unicast) (Priority)
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Egress Queue 1
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
* indicates that the corresponding row element may have been truncated.

-------------------------------------------------------------------------------
SAP pw-1:500
-------------------------------------------------------------------------------
Service Id         : 500
SAP                : pw-1:500                 Encap             : q-tag
Description        : (Not Specified)
Admin State        : Up                       Oper State        : Up
Flags              : None
Multi Svc Site     : None
Last Status Change : 08/31/2018 16:09:16
Last Mgmt Change   : 08/31/2018 16:07:55
Sub Type           : regular
Split Horizon Group: (Not Specified)

Admin MTU          : 1518                     Oper MTU          : 8660
Ingr IP Fltr-Id    : n/a                      Egr IP Fltr-Id    : n/a
Ingr Mac Fltr-Id   : n/a                      Egr Mac Fltr-Id   : n/a
Ingr IPv6 Fltr-Id  : n/a                      Egr IPv6 Fltr-Id  : n/a
qinq-pbit-marking  : both
Egr Agg Rate Limit : max
                                              Limit Unused BW   : Disabled
Qinq-vlan-                                    Qinq-vlan-
translation        : None                     translation Ids   : None

Acct. Pol          : None                     Collect Stats     : Disabled

Anti Spoofing      : None                     Dynamic Hosts     : Enabled
Avl Static Hosts   : 0                        Tot Static Hosts  : 0
Calling-Station-Id : n/a

Application Profile: None
Transit Policy     : None
AARP Id            : None

Oper Group         : (none)                   Monitor Oper Grp  : (none)
Host Lockout Plcy  : n/a
Lag Link Map Prof  : (none)
Bandwidth          : Not-Applicable
Oper DCpu Prot Pol*: _default-access-policy

-------------------------------------------------------------------------------
ETH-CFM SAP specifics
-------------------------------------------------------------------------------
Tunnel Faults      : n/a                      AIS               : Disabled
MC Prop-Hold-Timer : n/a
Squelch Levels     : None
Collect Lmm Stats  : Disabled
LMM FC Stats       : None
LMM FC In Prof     : None

-------------------------------------------------------------------------------
QOS
-------------------------------------------------------------------------------
Ingress qos-policy : 1                        Egress qos-policy : 500
Ingress FP QGrp    : (none)                   Egress Port QGrp  : (none)
Ing FP QGrp Inst   : (none)                   Egr Port QGrp Inst: (none)
Shared Q plcy      : n/a                      Multipoint shared : Disabled
I. Sched Pol       : (Not Specified)
E. Sched Pol       : pw-sap
I. Policer Ctl Pol : (Not Specified)
E. Policer Ctl Pol : (Not Specified)
E. HS Sec. Shaper  : (Not Specified)
I. QGrp Redir. List: (Not Specified)
E. QGrp Redir. List: (Not Specified)
-------------------------------------------------------------------------------
Sap Aggregate Stats
-------------------------------------------------------------------------------
                        Packets                 Octets

Ingress
Aggregate Offered     : 0                       0
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0

Egress
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0
-------------------------------------------------------------------------------
Sap Statistics
-------------------------------------------------------------------------------
Last Cleared Time     : 08/31/2018 16:19:29

                        Packets                 Octets
CPM Ingress           : 0                       0

Forwarding Engine Stats
Dropped               : 0                       0
Received Valid        : 0                       0
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Off. Uncolor          : 0                       0
Off. Managed          : 0                       0

Queueing Stats(Ingress QoS Policy 1)
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Queueing Stats(Egress QoS Policy 500)
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
-------------------------------------------------------------------------------
Sap per Queue stats
-------------------------------------------------------------------------------
                        Packets                 Octets

Ingress Queue 1 (Unicast) (Priority)
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Egress Queue 1
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
* indicates that the corresponding row element may have been truncated.

-------------------------------------------------------------------------------
Service Interfaces
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Interface
-------------------------------------------------------------------------------
If Name           : int
Admin State       : Up                  Oper (v4/v6)      : Up/Down
Down Reason V6    : ifProtoOperDown
Protocols         : None
IP Addr/mask      : 192.168.0.1/24      Address Type      : Primary
IGP Inhibit       : Disabled            Broadcast Address : Host-ones
HoldUp-Time       : 0                   Track Srrp Inst   : 0
Description       : N/A
Ignore Port State : None
-------------------------------------------------------------------------------
Details
-------------------------------------------------------------------------------
Description       : (Not Specified)
If Index          : 4                   Virt. If Index    : 4
Last Oper Chg     : 08/31/2018 16:14:20 Global If Index   : 258
Mon Oper Grp      : None
Srrp En Rtng      : Disabled            Hold time         : N/A
SAP Id            : pw-1:500
TOS Marking       : Untrusted           If Type           : IES
SNTP B.Cast       : False               IES ID            : 500
MAC Address       : d8:2c:ff:00:00:00   Mac Accounting    : Disabled
Ingress stats     : Disabled            IPv6 DAD          : Enabled
TCP MSS V4        : 0                   TCP MSS V6        : 0
ARP Timeout       : 14400s              IPv6 Nbr ReachTime: 30s
ARP Retry Timer   : 5000ms              IPv6 stale time   : 14400s
ARP Limit         : Disabled            IPv6 Nbr Limit    : Disabled
ARP Threshold     : Disabled            IPv6 Nbr Threshold: Disabled
ARP Limit Log Only: Disabled            IPv6 Nbr Log Only : Disabled
ARP Learn Unsolic*: Disabled            ND Learn Unsolici*: None
ARP Proactive Ref*: Disabled            ND Proactive Refr*: None
ARP Populate Host : Disabled            ND Populate Host  : Disabled
ARP Route Tag     : 0                   ND Route tag      : 0
IP MTU            : (default)
IP Oper MTU       : 8660
ARP Populate      : Disabled            Host Conn Verify  : Disabled
SHCV pol IPv4     : None
Cflowd (unicast)  : None                Cflowd (multicast): None
LdpSyncTimer      : None
LSR Load Balance  : system
EGR Load Balance  : both
Vas If Type       : none
TEID Load Balance : Disabled
SPI Load Balance  : Disabled
uRPF Chk          : disabled
uRPF Ipv6 Chk     : disabled
uRPF Select VPRN  : False
PTP HW Assist     : Disabled
Rx Pkts           : 0                   Rx Bytes          : 0
Rx V4 Pkts        : N/A                 Rx V4 Bytes       : N/A
Rx V6 Pkts        : N/A                 Rx V6 Bytes       : N/A
Tx DBcast Dis. Pk*: 0                   Tx DBcast Dis. By*: 0
Mpls Rx Pkts      : 0                   Mpls Rx Bytes     : 0
Mpls Tx Pkts      : 0                   Mpls Tx Bytes     : 0
OperDCpuProtPlcy  : N/A

Proxy ARP Details
Rem Proxy ARP     : Disabled            Local Proxy ARP   : Disabled
Policies          : none

Proxy Neighbor Discovery Details
Local Pxy ND      : Disabled
Policies          : none

DHCP no local server

DHCP Details
Description  : (Not Specified)
Admin State       : Down                Lease Populate    : 0
Gi-Addr           : 192.168.0.1*        Gi-Addr as Src Ip : Disabled
* = inferred gi-address from interface IP address

Action            : Keep                Trusted           : Disabled

DHCP Proxy Details
Admin State       : Down
Lease Time        : N/A
Emul. Server      : Not configured

DHCP Relay Proxy Details
Relay ucast       : none
Siaddr ovr        : N/A

Subscriber Authentication Details
Auth Policy       : None

DHCP6 Relay Details
Description       : (Not Specified)
Admin State       : Down                Lease Populate    : 0
Oper State        : Down                Nbr Resolution    : Disabled
If-Id Option      : None                Remote Id         : Disabled
Src Addr          : Not configured
Python plcy       : (Not Specified)

DHCP6 Server Details
Admin State       : Down                Max. Lease States : 8000

ISA Tunnel redundant next-hop information
Static Next-Hop   :
Dynamic Next-Hop  :

ICMP Details
Redirects        : Number - 100         Time (seconds)   - 10
Unreachables     : Number - 100         Time (seconds)   - 10
TTL Expired      : Number - 100         Time (seconds)   - 10
Parameter Problem: Number - 100         Time (seconds)   - 10
ICMP Mask Reply  : True

ICMPv6 Details
Packet Too Big   : Number - 100         Time (seconds)   - 10
Parameter Problem: Number - 100         Time (seconds)   - 10
Redirects        : Number - 100         Time (seconds)   - 10
Time Exceeded    : Number - 100         Time (seconds)   - 10
Unreachables     : Number - 100         Time (seconds)   - 10

IPCP Address Extension Details
Peer IP Addr      : Not configured
Peer Pri DNS Addr : Not configured
Peer Sec DNS Addr : Not configured

Network Domains Associated
default

-------------------------------------------------------------------------------
Admin Groups
-------------------------------------------------------------------------------
No Matching Entries
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
Srlg Groups
-------------------------------------------------------------------------------
No Matching Entries
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
QoS Queue-Group Redirection Details
-------------------------------------------------------------------------------
Ingress FP QGrp   : (none)              Egress Port QGrp  : (none)
Ing FP QGrp Inst  : (none)              Egr Port QGrp Inst: (none)

-------------------------------------------------------------------------------
Interface
-------------------------------------------------------------------------------
If Name           : int1
Admin State       : Up                  Oper (v4/v6)      : Up/Down
Down Reason V6    : ifProtoOperDown
Protocols         : None
IP Addr/mask      : 20.0.0.1/30         Address Type      : Primary
IGP Inhibit       : Disabled            Broadcast Address : Host-ones
HoldUp-Time       : 0                   Track Srrp Inst   : 0
Description       : N/A
Ignore Port State : None
-------------------------------------------------------------------------------
Details
-------------------------------------------------------------------------------
Description       : (Not Specified)
If Index          : 5                   Virt. If Index    : 5
Last Oper Chg     : 08/31/2018 16:07:55 Global If Index   : 259
Mon Oper Grp      : None
Srrp En Rtng      : Disabled            Hold time         : N/A
SAP Id            : 1/1/9:1
TOS Marking       : Untrusted           If Type           : IES
SNTP B.Cast       : False               IES ID            : 500
MAC Address       : d8:2c:01:01:00:09   Mac Accounting    : Disabled
Ingress stats     : Disabled            IPv6 DAD          : Enabled
TCP MSS V4        : 0                   TCP MSS V6        : 0
ARP Timeout       : 14400s              IPv6 Nbr ReachTime: 30s
ARP Retry Timer   : 5000ms              IPv6 stale time   : 14400s
ARP Limit         : Disabled            IPv6 Nbr Limit    : Disabled
ARP Threshold     : Disabled            IPv6 Nbr Threshold: Disabled
ARP Limit Log Only: Disabled            IPv6 Nbr Log Only : Disabled
ARP Learn Unsolic*: Disabled            ND Learn Unsolici*: None
ARP Proactive Ref*: Disabled            ND Proactive Refr*: None
ARP Populate Host : Disabled            ND Populate Host  : Disabled
ARP Route Tag     : 0                   ND Route tag      : 0
IP MTU            : (default)
IP Oper MTU       : 1500
ARP Populate      : Disabled            Host Conn Verify  : Disabled
SHCV pol IPv4     : None
Cflowd (unicast)  : None                Cflowd (multicast): None
LdpSyncTimer      : None
LSR Load Balance  : system
EGR Load Balance  : both
Vas If Type       : none
TEID Load Balance : Disabled
SPI Load Balance  : Disabled
uRPF Chk          : disabled
uRPF Ipv6 Chk     : disabled
uRPF Select VPRN  : False
PTP HW Assist     : Disabled
Rx Pkts           : 3                   Rx Bytes          : 0
Rx V4 Pkts        : N/A                 Rx V4 Bytes       : N/A
Rx V6 Pkts        : N/A                 Rx V6 Bytes       : N/A
Tx Pkts           : 5                   Tx Bytes          : 530
Tx V4 Pkts        : 5                   Tx V4 Bytes       : 530
Tx V4 Discard Pkts: 0                   Tx V4 Discard Byt*: 0
Tx V6 Pkts        : 0                   Tx V6 Bytes       : 0
Tx V6 Discard Pkts: 0                   Tx V6 Discard Byt*: 0
Tx DBcast Dis. Pk*: 0                   Tx DBcast Dis. By*: 0
Mpls Rx Pkts      : 0                   Mpls Rx Bytes     : 0
Mpls Tx Pkts      : 0                   Mpls Tx Bytes     : 0
OperDCpuProtPlcy  : N/A

Proxy ARP Details
Rem Proxy ARP     : Disabled            Local Proxy ARP   : Disabled
Policies          : none

Proxy Neighbor Discovery Details
Local Pxy ND      : Disabled
Policies          : none

DHCP no local server

DHCP Details
Description  : (Not Specified)
Admin State       : Down                Lease Populate    : 0
Gi-Addr           : 20.0.0.1*           Gi-Addr as Src Ip : Disabled
* = inferred gi-address from interface IP address

Action            : Keep                Trusted           : Disabled

DHCP Proxy Details
Admin State       : Down
Lease Time        : N/A
Emul. Server      : Not configured

DHCP Relay Proxy Details
Relay ucast       : none
Siaddr ovr        : N/A

Subscriber Authentication Details
Auth Policy       : None

DHCP6 Relay Details
Description       : (Not Specified)
Admin State       : Down                Lease Populate    : 0
Oper State        : Down                Nbr Resolution    : Disabled
If-Id Option      : None                Remote Id         : Disabled
Src Addr          : Not configured
Python plcy       : (Not Specified)

DHCP6 Server Details
Admin State       : Down                Max. Lease States : 8000

ISA Tunnel redundant next-hop information
Static Next-Hop   :
Dynamic Next-Hop  :

ICMP Details
Redirects        : Number - 100         Time (seconds)   - 10
Unreachables     : Number - 100         Time (seconds)   - 10
TTL Expired      : Number - 100         Time (seconds)   - 10
Parameter Problem: Number - 100         Time (seconds)   - 10
ICMP Mask Reply  : True

ICMPv6 Details
Packet Too Big   : Number - 100         Time (seconds)   - 10
Parameter Problem: Number - 100         Time (seconds)   - 10
Redirects        : Number - 100         Time (seconds)   - 10
Time Exceeded    : Number - 100         Time (seconds)   - 10
Unreachables     : Number - 100         Time (seconds)   - 10

IPCP Address Extension Details
Peer IP Addr      : Not configured
Peer Pri DNS Addr : Not configured
Peer Sec DNS Addr : Not configured

Network Domains Associated
default

-------------------------------------------------------------------------------
Admin Groups
-------------------------------------------------------------------------------
No Matching Entries
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
Srlg Groups
-------------------------------------------------------------------------------
No Matching Entries
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
QoS Queue-Group Redirection Details
-------------------------------------------------------------------------------
Ingress FP QGrp   : (none)              Egress Port QGrp  : (none)
Ing FP QGrp Inst  : (none)              Egr Port QGrp Inst: (none)
===============================================================================
* indicates that the corresponding row element may have been truncated.
A:PE#
Table 21. Show All Service-ID Field Descriptions

Label

Description

Service Detailed Information

Service Id

The service identifier.

VPN Id

The number which identifies the VPN.

Service Type

Specifies the type of service.

SDP Id

The SDP identifier.

Description

Generic information about the service.

Customer Id

The customer identifier.

Last Mgmt Change

The date and time of the most recent management-initiated change to this customer.

SAP Count

The number of SAPs specified for this service.

SDP Bind Count

The number of SDPs bound to this service.

Service Destination Points (SDPs)

SDP Id

The SDP identifier.

Type

Indicates whether this Service SDP binding is a spoke or a mesh.

Admin Path MTU

The largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Oper Path MTU

The actual largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Delivery

Specifies the type of delivery used by the SDP: GRE or MPLS.

Admin State

The administrative state of this SDP.

Oper State

The operational state of this SDP.

Ingress Label

The label used by the far-end device to send packets to this device in this service by this SDP.

Egress Label

The label used by this device to send packets to the far-end device in this service by this SDP.

Ingress Filter

The ID of the ingress filter policy.

Egress Filter

The ID of the egress filter policy.

Far End

Specifies the IP address of the remote end of the GRE or MPLS tunnel defined by this SDP.

Last Changed

The date and time of the most recent change to this customer.

Signaling

Specifies the signaling protocol used to obtain the ingress and egress labels used in frames transmitted and received on this SDP.

Admin State

Specifies the operating status of the service.

Oper State

The current status of the service.

Hello Time

Specifies how often the SDP echo request messages are transmitted on this SDP.

Hello Msg Len

Specifies the length of the SDP echo request messages transmitted on this SDP.

Max Drop Count

Specifies the maximum number of consecutive SDP Echo Request messages that can be unacknowledged before the keepalive protocol reports a fault.

Hold Down Time

Specifies the amount of time to wait before the keepalive operating status is eligible to enter the alive state.

SDP Delivery Mechanism

When the SDP type is MPLS, a list of LSPs used to reach the far-end router displays. All the LSPs in the list must terminate at the IP address specified in the far-end field.

If the SDP type is GRE, then the following message displays:

"SDP Delivery Mechanism is not MPLS”.

Number of SDPs

The total number SDPs applied to this service ID.

Service Access Points

Service Id

The service identifier.

Port Id

The ID of the access port where this SAP is defined.

Description

Generic information about the SAP.

Encap

The value of the label used to identify this SAP on the access port.

Admin State

The desired state of the SAP.

Oper State

The operating state of the SAP.

Last Changed

The date and time of the last change.

Admin MTU

The largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Oper MTU

The actual largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Ingress qos-policy

The SAP ingress QoS policy ID.

Egress qos-policy

The SAP egress QoS policy ID.

Ingress Filter-Id

The SAP ingress filter policy ID.

Egress Filter-Id

The SAP egress filter policy ID.

Multi Svc Site

Indicates the multi-service site that the SAP is a member.

Ingress sched-policy

Indicates the ingress QoS scheduler for the SAP.

Egress sched-policy

Indicates the egress QoS scheduler for the SAP.

Acct. Pol

Indicates the accounting policy applied to the SAP.

Collect Stats

Specifies whether accounting statistics are collected on the SAP.

SAP Statistics

Dropped

The number of packets or octets dropped.

Offered Hi Priority

The number of high priority packets, as determined by the SAP ingress QoS policy.

Offered Low Priority

The number of low priority packets, as determined by the SAP ingress QoS policy.

Forwarded In Profile

The number of in-profile packets or octets (rate below CIR) forwarded.

Forwarded Out Profile

The number of out-of-profile packets or octets (rate above CIR) forwarded.

Queueing Stats

Dropped In Profile

The number of in-profile packets or octets discarded.

Dropped Out Profile

The number of out-of-profile packets or octets discarded.

Forwarded In Profile

The number of in-profile packets or octets (rate below CIR) forwarded.

Forwarded Out Profile

The number of out-of-profile packets or octets (rate above CIR) forwarded.

SAP per Queue stats

Ingress Queue 1

The index of the ingress QoS queue of this SAP.

High priority offered

The packets or octets count of the high priority traffic for the SAP.

High priority dropped

The number of high priority traffic packets/octets dropped.

Low priority offered

The packets or octets count of the low priority traffic.

Low priority dropped

The number of low priority traffic packets/octets dropped.

In profile forwarded

The number of in-profile packets or octets (rate below CIR) forwarded.

Out profile forwarded

The number of out-of-profile octets (rate above CIR) forwarded.

Egress Queue 1

The index of the egress QoS queue of the SAP.

In profile forwarded

The number of in-profile packets or octets (rate below CIR) forwarded.

IPCP Address Extension Details

In profile dropped

The number of in-profile packets or octets dropped for the SAP.

Peer IP Addr

Specifies the remote IP address to be assigned to the far-end of the associated PPP/MLPPP link via IPCP extensions.

Peer Pri DNS Addr

Specifies a unicast IPv4 address for the primary DNS server to be signaled to the far-end of the associate PPP/MLPPP link via IPCP extensions.

Peer Sec DNS Addr

Specifies a unicast IPv4 address for the secondary DNS server to be signaled to the far-end of the associate PPP/MLPPP link via IPCP extensions (optional).

all

Syntax

all

Context

[Tree] (show>service>id all)

Full Context

show service id all

Description

This command displays detailed information for all aspects of the service.

Platforms

All

Output

The following output is an example of show all service-ID information, and Show All Service-ID Field Descriptions describes the output fields.

Sample Output
Note:

Ing ipv6 Fltr and Egr ipv6 Fltr are for the 7750 SR only.

A:PE# show service id 9 all

===============================================================================
Service Detailed Information
===============================================================================
Service Id        : 9                   Vpn Id            : 0
Service Type      : VPRN
Name              : 9
Description       : (Not Specified)
Customer Id       : 1                   Creation Origin   : manual
Last Status Change: 08/31/2018 16:07:55
Last Mgmt Change  : 08/31/2018 16:07:55
Admin State       : Up                  Oper State        : Up

Router Oper State : Up
Route Dist.       : 65536:9             VPRN Type         : regular
Oper Route Dist   : 65536:9
Oper RD Type      : configured
AS Number         : None                Router Id         : 1.1.1.1
ECMP              : Enabled             ECMP Max Routes   : 1
Max IPv4 Routes   : No Limit

Auto Bind Tunnel
Resolution        : disabled
Weighted ECMP     : Disabled            ECMP Max Routes   : 1

Max IPv6 Routes   : No Limit
Ignore NH Metric  : Disabled
Hash Label        : Disabled
Entropy Label     : Disabled
Vrf Target        : None
Vrf Import        : None
Vrf Export        : None
MVPN Vrf Target   : None
MVPN Vrf Import   : None
MVPN Vrf Export   : None
Car. Sup C-VPN    : Disabled
Label mode        : vrf
BGP VPN Backup    : Disabled
BGP Export Inactv : Disabled

SAP Count         : 1                   SDP Bind Count    : 0
VSD Domain        : <none>

-------------------------------------------------------------------------------
ETH-CFM service specifics
-------------------------------------------------------------------------------
Tunnel Faults     : ignore


-------------------------------------------------------------------------------
VPRN service Network Specifics
-------------------------------------------------------------------------------
Ing Net QoS Policy : none
Ingress FP QGrp    : (none)                           Ing FP QGrp Inst : (none)
Ingress uRPF check : enabled
-------------------------------------------------------------------------------

===============================================================================
Vxlan Tunnel Termination
===============================================================================
Tunnel Term IP                               FPE ID    Last Change
-------------------------------------------------------------------------------
No Matching Entries
===============================================================================

-------------------------------------------------------------------------------
Service Destination Points(SDPs)
-------------------------------------------------------------------------------
No Matching Entries
-------------------------------------------------------------------------------
Service Access Points
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
SAP 1/1/10:1
-------------------------------------------------------------------------------
Service Id         : 9
SAP                : 1/1/10:1                 Encap             : q-tag
Description        : (Not Specified)
Admin State        : Up                       Oper State        : Up
Flags              : None
Multi Svc Site     : None
Last Status Change : 08/31/2018 16:07:55
Last Mgmt Change   : 08/31/2018 16:07:55
Sub Type           : regular
Dot1Q Ethertype    : 0x8100                   QinQ Ethertype    : 0x8100
Split Horizon Group: (Not Specified)

Admin MTU          : 1518                     Oper MTU          : 1518
Ingr IP Fltr-Id    : n/a                      Egr IP Fltr-Id    : n/a
Ingr Mac Fltr-Id   : n/a                      Egr Mac Fltr-Id   : n/a
Ingr IPv6 Fltr-Id  : n/a                      Egr IPv6 Fltr-Id  : n/a
qinq-pbit-marking  : both
Egr Agg Rate Limit : max
Q Frame-Based Acct : Disabled                 Limit Unused BW   : Disabled
Qinq-vlan-                                    Qinq-vlan-
translation        : None                     translation Ids   : None

Acct. Pol          : None                     Collect Stats     : Disabled

Anti Spoofing      : None                     Dynamic Hosts     : Enabled
Avl Static Hosts   : 0                        Tot Static Hosts  : 0
Calling-Station-Id : n/a

Application Profile: None
Transit Policy     : None
AARP Id            : None

Oper Group         : (none)                   Monitor Oper Grp  : (none)
Host Lockout Plcy  : n/a
Lag Link Map Prof  : (none)
Bandwidth          : Not-Applicable
Oper DCpu Prot Pol*: _default-access-policy

-------------------------------------------------------------------------------
ETH-CFM SAP specifics
-------------------------------------------------------------------------------
Tunnel Faults      : n/a                      AIS               : Disabled
MC Prop-Hold-Timer : n/a
Squelch Levels     : None
Collect Lmm Stats  : Disabled
LMM FC Stats       : None
LMM FC In Prof     : None

-------------------------------------------------------------------------------
QOS
-------------------------------------------------------------------------------
Ingress qos-policy : 1                        Egress qos-policy : 1
Ingress FP QGrp    : (none)                   Egress Port QGrp  : (none)
Ing FP QGrp Inst   : (none)                   Egr Port QGrp Inst: (none)
Shared Q plcy      : n/a                      Multipoint shared : Disabled
I. Sched Pol       : (Not Specified)
E. Sched Pol       : (Not Specified)
I. Policer Ctl Pol : (Not Specified)
E. Policer Ctl Pol : (Not Specified)
E. HS Sec. Shaper  : (Not Specified)
I. QGrp Redir. List: (Not Specified)
E. QGrp Redir. List: (Not Specified)
-------------------------------------------------------------------------------
Sap Aggregate Stats
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress
Aggregate Offered     : 0                       0
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0

Egress
Aggregate Forwarded   : 0                       0
Aggregate Dropped     : 0                       0
-------------------------------------------------------------------------------
Sap Statistics
-------------------------------------------------------------------------------
Last Cleared Time     : 08/31/2018 16:29:08

                        Packets                 Octets
CPM Ingress           : 0                       0

Forwarding Engine Stats
Dropped               : 0                       0
Received Valid        : 0                       0
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Off. Uncolor          : 0                       0
Off. Managed          : 0                       0

Queueing Stats(Ingress QoS Policy 1)
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Queueing Stats(Egress QoS Policy 1)
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
-------------------------------------------------------------------------------
Sap per Queue stats
-------------------------------------------------------------------------------
                        Packets                 Octets

Ingress Queue 1 (Unicast) (Priority)
Off. HiPrio           : 0                       0
Off. LowPrio          : 0                       0
Dro. HiPrio           : 0                       0
Dro. LowPrio          : 0                       0
For. InProf           : 0                       0
For. OutProf          : 0                       0

Egress Queue 1
For. In/InplusProf    : 0                       0
For. Out/ExcProf      : 0                       0
Dro. In/InplusProf    : 0                       0
Dro. Out/ExcProf      : 0                       0
* indicates that the corresponding row element may have been truncated.

-------------------------------------------------------------------------------
Service Interfaces
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
Interface
-------------------------------------------------------------------------------
If Name           : int
Admin State       : Up                  Oper (v4/v6)      : Up/Down
Down Reason V6    : ifProtoOperDown
Protocols         : None
IP Addr/mask      : 20.0.0.2/30         Address Type      : Primary
IGP Inhibit       : Disabled            Broadcast Address : Host-ones
HoldUp-Time       : 0                   Track Srrp Inst   : 0
Description       : N/A
Ignore Port State : None
-------------------------------------------------------------------------------
Details
-------------------------------------------------------------------------------
Description       : (Not Specified)
If Index          : 3                   Virt. If Index    : 3
Last Oper Chg     : 08/31/2018 16:07:55 Global If Index   : 257
Mon Oper Grp      : None
Srrp En Rtng      : Disabled            Hold time         : N/A
SAP Id            : 1/1/10:1
TOS Marking       : Trusted             If Type           : VPRN
SNTP B.Cast       : False
MAC Address       : 00:00:00:00:00:01   Mac Accounting    : Disabled
Ingress stats     : Disabled            IPv6 DAD          : Enabled
TCP MSS V4        : 0                   TCP MSS V6        : 0
ARP Timeout       : 14400s              IPv6 Nbr ReachTime: 30s
ARP Retry Timer   : 5000ms              IPv6 stale time   : 14400s
ARP Limit         : Disabled            IPv6 Nbr Limit    : Disabled
ARP Threshold     : Disabled            IPv6 Nbr Threshold: Disabled
ARP Limit Log Only: Disabled            IPv6 Nbr Log Only : Disabled
ARP Learn Unsolic*: Disabled            ND Learn Unsolici*: None
ARP Proactive Ref*: Disabled            ND Proactive Refr*: None
ARP Populate Host : Disabled            ND Populate Host  : Disabled
ARP Route Tag     : 0                   ND Route tag      : 0
IP MTU            : (default)
IP Oper MTU       : 1500
ARP Populate      : Disabled            Host Conn Verify  : Disabled
SHCV pol IPv4     : None
Cflowd (unicast)  : None                Cflowd (multicast): None
LdpSyncTimer      : None
LSR Load Balance  : system
EGR Load Balance  : both
Vas If Type       : none
TEID Load Balance : Disabled
SPI Load Balance  : Disabled
uRPF Chk          : disabled
uRPF Ipv6 Chk     : disabled
PTP HW Assist     : Disabled
Rx Pkts           : 9                   Rx Bytes          : 0
Rx V4 Pkts        : N/A                 Rx V4 Bytes       : N/A
Rx V6 Pkts        : N/A                 Rx V6 Bytes       : N/A
Tx Pkts           : 10                  Tx Bytes          : 1060
Tx V4 Pkts        : 10                  Tx V4 Bytes       : 1060
Tx V4 Discard Pkts: 0                   Tx V4 Discard Byt*: 0
Tx V6 Pkts        : 0                   Tx V6 Bytes       : 0
Tx V6 Discard Pkts: 0                   Tx V6 Discard Byt*: 0
Tx DBcast Dis. Pk*: 0                   Tx DBcast Dis. By*: 0
Mpls Rx Pkts      : 0                   Mpls Rx Bytes     : 0
Mpls Tx Pkts      : 0                   Mpls Tx Bytes     : 0
OperDCpuProtPlcy  : N/A

Proxy ARP Details
Rem Proxy ARP     : Disabled            Local Proxy ARP   : Disabled
Policies          : none

Proxy Neighbor Discovery Details
Local Pxy ND      : Disabled
Policies          : none

DHCP no local server

DHCP Details
Description  : (Not Specified)
Admin State       : Down                Lease Populate    : 0
Gi-Addr           : 20.0.0.2*           Gi-Addr as Src Ip : Disabled
* = inferred gi-address from interface IP address

Action            : Keep                Trusted           : Disabled

DHCP Proxy Details
Admin State       : Down
Lease Time        : N/A
Emul. Server      : Not configured
DHCP Relay Proxy Details
Relay ucast       : none
Siaddr ovr        : N/A

Subscriber Authentication Details
Auth Policy       : None

DHCP6 Relay Details
Description       : (Not Specified)
Admin State       : Down                Lease Populate    : 0
Oper State        : Down                Nbr Resolution    : Disabled
If-Id Option      : None                Remote Id         : Disabled
Src Addr          : Not configured
Python plcy       : (Not Specified)

DHCP6 Server Details
Admin State       : Down                Max. Lease States : 8000

ISA Tunnel redundant next-hop information
Static Next-Hop   :
Dynamic Next-Hop  :

ICMP Details
Redirects        : Number - 100         Time (seconds)   - 10
Unreachables     : Number - 100         Time (seconds)   - 10
TTL Expired      : Number - 100         Time (seconds)   - 10
Parameter Problem: Number - 100         Time (seconds)   - 10
ICMP Mask Reply  : True

ICMPv6 Details
Packet Too Big   : Number - 100         Time (seconds)   - 10
Parameter Problem: Number - 100         Time (seconds)   - 10
Redirects        : Number - 100         Time (seconds)   - 10
Time Exceeded    : Number - 100         Time (seconds)   - 10
Unreachables     : Number - 100         Time (seconds)   - 10

IPCP Address Extension Details
Peer IP Addr      : Not configured
Peer Pri DNS Addr : Not configured
Peer Sec DNS Addr : Not configured

-------------------------------------------------------------------------------
Admin Groups
-------------------------------------------------------------------------------
No Matching Entries
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
Srlg Groups
-------------------------------------------------------------------------------
No Matching Entries
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
QoS Queue-Group Redirection Details
-------------------------------------------------------------------------------
Ingress FP QGrp   : (none)              Egress Port QGrp  : (none)
Ing FP QGrp Inst  : (none)              Egr Port QGrp Inst: (none)
===============================================================================
* indicates that the corresponding row element may have been truncated.
A:PE#
Sample Output

The following is a part of a sample output relevant to PW SAPs:

*A:Dut-B# show service id 3 all
...
-------------------------------------------------------------------------------
SAP pw-3:3
-------------------------------------------------------------------------------
Service Id         : 3
SAP                : pw-3:3                   Encap             : q-tag
Description        : (Not Specified)
Admin State        : Up                       Oper State        : Up
Flags              : None
Multi Svc Site     : None
Last Status Change : 02/03/2015 18:04:39
Last Mgmt Change   : 02/03/2015 18:04:13
Sub Type           : regular
Split Horizon Group: (Not Specified)
Admin MTU          : 1518                     Oper MTU          : 1518
Ingr IP Fltr-Id    : n/a                      Egr IP Fltr-Id    : n/a
Ingr Mac Fltr-Id   : n/a                      Egr Mac Fltr-Id   : n/a
Ingr IPv6 Fltr-Id  : n/a                      Egr IPv6 Fltr-Id  : n/a
                                              qinq-pbit-marking : both
                                              Egr Agg Rate Limit: max
Endpoint           : N/A
                                              Limit Unused BW   : Disabled
Vlan-translation   : None
Acct. Pol          : None                     Collect Stats     : Disabled
Application Profile: None
Transit Policy     : None
Oper Group         : (none)                   Monitor Oper Grp  : (none)
Host Lockout Plcy  : n/a
Ignore Oper Down   : Disabled
Lag Link Map Prof  : (none)
Cflowd             : Disabled

-------------------------------------------------------------------------------
...
Table 22. Show All Service-ID Field Descriptions

Label

Description

Service Detailed Information

Service Id

The service identifier.

VPN Id

The number which identifies the VPN.

Customer Id

The customer identifier.

Last Status Change

The date and time of the most recent change in the administrative or operating status of the service.

Last Mgmt Change

The date and time of the most recent management-initiated change to this customer.

Admin State

The current administrative state.

Oper State

The current operational state.

Route Dist.

Displays the route distribution number.

AS Number

Displays the autonomous system number.

Router Id

Displays the router ID for this service.

ECMP

Displays equal cost multipath information.

ECMP Max Routes

Displays the maximum number of routes that can be received from the neighbors in the group or for the specific neighbor.

Max Routes

Displays the maximum number of routes that can be used for path sharing.

Auto Bind

Specifies the automatic binding type for the SDP assigned to this service.

Vrf Target

Specifies the VRF target applied to this service.

Vrf Import

Specifies the VRF import policy applied to this service.

Vrf Export

Specifies the VRF export policy applied to this service.

SDP Id

The SDP identifier.

Description

Generic information about the service.

SAP Count

The number of SAPs specified for this service.

SDP Bind Count

The number of SDPs bound to this service.

Split Horizon Group

Name of the split horizon group for this service.

Description

Description of the split horizon group.

Last Changed

The date and time of the most recent management-initiated change to this split horizon group.

ETH-CFM Service Specifics

Tunnel Faults

Whether tunnel faults are ignored or accepted.

Service Destination Points (SDPs)

SDP Id

The SDP identifier.

Type

Indicates whether this Service SDP binding is a spoke or a mesh.

Admin Path MTU

The desired largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Oper Path MTU

The actual largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Delivery

Specifies the type of delivery used by the SDP: GRE or MPLS.

Admin State

The administrative state of this SDP.

Oper State

The operational state of this SDP.

Ingress Label

The label used by the far-end device to send packets to this device in this service by this SDP.

Egress Label

The label used by this device to send packets to the far-end device in this service by this SDP.

Ingress Filter

The ID of the ingress filter policy.

Egress Filter

The ID of the egress filter policy.

Far End

Specifies the IP address of the remote end of the GRE or MPLS tunnel defined by this SDP.

Last Changed

The date and time of the most recent change to this customer.

Signaling

Specifies the signaling protocol used to obtain the ingress and egress labels used in frames transmitted and received on this SDP.

Admin State

Specifies the operating status of the keepalive protocol.

Oper State

The current status of the keepalive protocol.

Hello Time

Specifies how often the SDP echo request messages are transmitted on this SDP.

Hello Msg Len

Specifies the length of the SDP echo request messages transmitted on this SDP.

Max Drop Count

Specifies the maximum number of consecutive SDP Echo Request messages that can be unacknowledged before the keepalive protocol reports a fault.

Hold Down Time

Specifies the amount of time to wait before the keepalive operating status is eligible to enter the alive state.

SDP Delivery Mechanism

When the SDP type is MPLS, a list of LSPs used to reach the far-end router displays. All the LSPs in the list must terminate at the IP address specified in the far end field.

If the SDP type is GRE, then the following message displays:

SDP delivery mechanism is not MPLS.

Max Drop Count

Specifies the maximum number of consecutive SDP Echo Request messages that can be unacknowledged before the keepalive protocol reports a fault.

Number of SDPs

The total number SDPs applied to this service ID.

Service Access Points

Service Id

The service identifier.

Port Id

The ID of the access port where this SAP is defined.

Description

Generic information about the SAP.

Encap Value

The value of the label used to identify this SAP on the access port.

Admin State

The desired state of the SAP.

Oper State

The operating state of the SAP.

Last Changed

The date and time of the last change.

Admin MTU

The desired largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Oper MTU

The actual largest service frame size (in octets) that can be transmitted through this SDP to the far-end router, without requiring the packet to be fragmented.

Ingress qos-policy

The SAP ingress QoS policy ID.

Egress qos-policy

The SAP egress QoS policy ID.

Ingress Filter-Id

The SAP ingress filter policy ID.

Egress Filter-Id

The SAP egress filter policy ID.

Multi Svc Site

Indicates the multi-service site that the SAP is a member.

Ingress sched-policy

Indicates the ingress QoS scheduler for the SAP.

Egress sched-policy

Indicates the egress QoS scheduler for the SAP.

Acct. Pol

Indicates the accounting policy applied to the SAP.

Collect Stats

Specifies whether accounting statistics are collected on the SAP.

SAP Statistics

Dropped

The number of packets or octets dropped.

Offered Hi Priority

The number of high priority packets, as determined by the SAP ingress QoS policy.

Offered Low Priority

The number of low priority packets, as determined by the SAP ingress QoS policy.

Forwarded In Profile

The number of in-profile packets or octets (rate below CIR) forwarded.

Forwarded Out Profile

The number of out-of-profile packets or octets (rate above CIR) forwarded.

Queueing Stats

Dropped In Profile

The number of in-profile packets or octets discarded.

Dropped Out Profile

The number of out-of-profile packets or octets discarded.

Forwarded In Profile

The number of in-profile packets or octets (rate below CIR) forwarded.

Forwarded Out Profile

The number of out-of-profile packets or octets (rate above CIR) forwarded.

SAP per Queue stats

Ingress Queue 1

The index of the ingress QoS queue of this SAP.

High priority offered

The packets or octets count of the high priority traffic for the SAP.

High priority dropped

The number of high priority traffic packets/octets dropped.

Low priority offered

The packets or octets count of the low priority traffic.

Low priority dropped

The number of low priority traffic packets/octets dropped.

In profile forwarded

The number of in-profile packets or octets (rate below CIR) forwarded.

Out profile forwarded

The number of out-of-profile octets (rate above CIR) forwarded.

Egress Queue 1

The index of the egress QoS queue of the SAP.

In profile forwarded

The number of in-profile packets or octets (rate below CIR) forwarded.

In profile dropped

The number of in-profile packets or octets dropped for the SAP.

Out profile forwarded

The number of out-of-profile packets or octets (rate above CIR) forwarded.

Out profile dropped

The number of out-of-profile packets or octets discarded.

State

Specifies whether DHCP relay is enabled on this SAP.

Info Option

Specifies whether Option 82 processing is enabled on this SAP.

Action

Specifies the Option 82 processing on this SAP or interface: keep, replace or drop.

Circuit ID

Specifies whether the If index is inserted in circuit ID sub-option of Option 82.

Remote ID

Specifies whether the far-end MAC address is inserted in Remote ID sub-option of Option 82.

Service Access Points

Managed by Service

Specifies the service-id of the management VPLS managing this SAP.

Managed by SAP

Specifies the sap-id inside the management VPLS managing this SAP.

Prune state

Specifies the STP state inherited from the management VPLS.

Spoke SDPs

Managed by Service

Specifies the service-id of the management VPLS managing this spoke SDP.

Managed by Spoke

Specifies the sap-id inside the management VPLS managing this spoke SDP.

Prune state

Specifies the STP state inherited from the management VPLS.

Peer Pw Bits

Indicates the bits set by the LDP peer when there is a fault on its side of the pseudowire. LAC failures occur on the SAP that has been configured on the pipe service, PSN bits are set by SDP-binding failures on the pipe service. The pwNotForwarding bit is set when none of the above failures apply, such as an MTU mismatch failure. This value is only applicable if the peer is using the pseudowire status signaling method to indicate faults.

pwNotForwarding — Pseudowire not forwarding.

lacIngressFault Local — Attachment circuit RX fault.

lacEgressFault Local — Attachment circuit TX fault.

psnIngressFault Local — PSN-facing PW RX fault.

psnEgressFault Local — PSN-facing PW TX fault.

pwFwdingStandby — Pseudowire in standby mode.

IPCP Address Extension Details

Peer IP Addr

Specifies the remote IP address to be assigned to the far-end of the associated PPP/MLPPP link via IPCP extensions.

Peer Pri DNS Addr

Specifies a unicast IPv4 address for the primary DNS server to be signaled to the far-end of the associate PPP/MLPPP link via IPCP extensions.

Peer Sec DNS Addr

Specifies a unicast IPv4 address for the secondary DNS server to be signaled to the far-end of the associate PPP/MLPPP link via IPCP extensions.

all

Syntax

all

Context

[Tree] (show>service>id>mld-snooping all)

Full Context

show service id mld-snooping all

Description

This command displays detailed information about MLD snooping.

Platforms

All

Output

The following output is an example of service MLD snooping information.

Sample Output
*A:rbae_C# show service id 1 mld-snooping all  
===============================================================================
MLD Snooping info for service 1 
-------------------------------------------------------------------------------
MLD Snooping Base info
-------------------------------------------------------------------------------
Admin State : Up                                                               
Querier     : FE80:db8:12 on SAP 2/1/5                                            
-------------------------------------------------------------------------------
Sap/Sdp                  Oper    MRtr  Send      Max Num   MVR        Num      
Id                       State   Port  Queries   Groups    From-VPLS  Groups   
-------------------------------------------------------------------------------
sap:1/1/4                Up      No    Disabled  No Limit  Local      0        
sap:2/1/5                Up      Yes   Disabled  No Limit  Local      0        
sdp:31:1                 Up      No    Disabled  No Limit  N/A        0        
sdp:36:1                 Up      No    Disabled  No Limit  N/A        0        
-------------------------------------------------------------------------------
MLD Snooping Querier info
-------------------------------------------------------------------------------
Sap Id                  : 2/1/5                                                
IP Address              : FE80:db8:12                                             
Expires                 : 11s                                                  
Up Time                 : 0d 00:05:05                                          
Version                 : 2                                                    
 
General Query Interval  : 10s                                                  
Query Response Interval : 1.0s                                                 
Robust Count            : 2                                                    
-------------------------------------------------------------------------------
MLD Snooping Multicast Routers
-------------------------------------------------------------------------------
MRouter
                 Sap/Sdp Id             Up Time        Expires   Version
-------------------------------------------------------------------------------
FE80::12
                 2/1/5                  0d 00:05:05    11s       2      
-------------------------------------------------------------------------------
Number of mrouters: 1
-------------------------------------------------------------------------------
MLD Snooping Proxy-reporting DB
-------------------------------------------------------------------------------
Group Address
                 Mode     Up Time        Num Sources   
-------------------------------------------------------------------------------
Number of groups: 0
-------------------------------------------------------------------------------
MLD Snooping SAP 1/1/4 Port-DB
-------------------------------------------------------------------------------
Group Address
                Mode    Type    From-VPLS  Up Time        Expires  Num   MC    
                                                                   Src   Stdby 
-------------------------------------------------------------------------------
Number of groups: 0
-------------------------------------------------------------------------------
MLD Snooping SAP 2/1/5 Port-DB
-------------------------------------------------------------------------------
Group Address
                Mode    Type    From-VPLS  Up Time        Expires  Num   MC    
                                                                   Src   Stdby 
-------------------------------------------------------------------------------
Number of groups: 0
-------------------------------------------------------------------------------
MLD Snooping SDP 31:1 Port-DB
-------------------------------------------------------------------------------
Group Address
                Mode    Type    From-VPLS  Up Time        Expires  Num Src     
-------------------------------------------------------------------------------
Number of groups: 0
-------------------------------------------------------------------------------
MLD Snooping SDP 36:1 Port-DB
-------------------------------------------------------------------------------
Group Address
                Mode    Type    From-VPLS  Up Time        Expires  Num Src     
-------------------------------------------------------------------------------
Number of groups: 0
-------------------------------------------------------------------------------
MLD Snooping Static Source Groups      
-------------------------------------------------------------------------------
MLD Snooping Statistics
-------------------------------------------------------------------------------
Message Type            Received      Transmitted   Forwarded    
-------------------------------------------------------------------------------
General Queries         43            0             129          
Group Queries           0             0             0            
Group-Source Queries    0             0             0            
V1 Reports              0             0             0            
V2 Reports              4             35            0            
V1 Done                 0             0             0            
Unknown Type            0             N/A           0            
-------------------------------------------------------------------------------
Drop Statistics
-------------------------------------------------------------------------------
Bad Length              : 0
Bad MLD Checksum        : 0
Bad Encoding            : 0
No Router Alert         : 0
Zero Source IP          : 0
Wrong Version           : 0           
Lcl-Scope Packets       : 0
Rsvd-Scope Packets      : 0
 
Send Query Cfg Drops    : 0
Import Policy Drops     : 0
Exceeded Max Num Groups : 0
MCAC Policy Drops       : 0
MCS Failures            : 0
 
MVR From VPLS Cfg Drops : 0
MVR To SAP Cfg Drops    : 0
-------------------------------------------------------------------------------
MLD Snooping Multicast VPLS Registration info
-------------------------------------------------------------------------------
MLD Snooping Admin State  : Up                                                 
 
MVR Admin State           : Down                                               
MVR Policy                : None                                               
-------------------------------------------------------------------------------
Local SAPs/SDPs
-------------------------------------------------------------------------------
Svc Id     Sap/Sdp                Oper      From       Num Local
           Id                     State     VPLS       Groups   
-------------------------------------------------------------------------------
1          sap:1/1/4              Up        Local      0        
1          sap:2/1/5              Up        Local      0        
1          sdp:31:1               Up        N/A        0        
1          sdp:36:1               Up        N/A        0        
-------------------------------------------------------------------------------
MVR SAPs (from-vpls=1)
-------------------------------------------------------------------------------
Svc Id     Sap/Sdp                Oper      From       Num MVR  
           Id                     State     VPLS       Groups   
-------------------------------------------------------------------------------
No MVR SAPs found.
===============================================================================
*A:rbae_C# 

all

Syntax

all

Context

[Tree] (show>service>id>igmp-snooping all)

Full Context

show service id igmp-snooping all

Description

Displays detailed information for all aspects of IGMP snooping on the VPLS service.

Platforms

All

Output

The following output displays an example of IGMP snooping information.

Sample Output

The following example applies to the 7750 SR:

*A:ALA-48>show>service>id>igmp-snooping>snooping# all
===============================================================================
IGMP Snooping info for service 750
===============================================================================
IGMP Snooping Base info
-------------------------------------------------------------------------------
Admin State : Up
Querier     : No querier found
-------------------------------------------------------------------------------
Sap/Sdp                Oper      MRtr  Send      Max Num   Num
Id                     State     Port  Queries   Groups    Groups
-------------------------------------------------------------------------------
sap:1/1/7:0            Down      No    Disabled  No Limit  0
sdp:1:22               Down      No    Disabled  No Limit  0
sdp:8:750              Down      No    Disabled  No Limit  0
-------------------------------------------------------------------------------
IGMP Snooping Querier info
-------------------------------------------------------------------------------
No querier found for this service.
-------------------------------------------------------------------------------
IGMP Snooping Multicast Routers
-------------------------------------------------------------------------------
MRouter          Sap/Sdp Id             Up Time        Expires   Version
-------------------------------------------------------------------------------
Number of mrouters: 0
-------------------------------------------------------------------------------
IGMP Snooping Proxy-reporting DB
-------------------------------------------------------------------------------
Group Address    Mode     Type     Up Time        Expires  Num Src
-------------------------------------------------------------------------------
Number of groups: 0
------------------------------------------------------------------------------
IGMP Snooping SAP 1/1/7:0 Port-DB
-------------------------------------------------------------------------------
Group Address    Mode     Type     Up Time        Expires  Num Src
-------------------------------------------------------------------------------
Number of groups: 0
-------------------------------------------------------------------------------
IGMP Snooping SDP 1:22 Port-DB
-------------------------------------------------------------------------------
Group Address    Mode     Type     Up Time        Expires  Num Src
-------------------------------------------------------------------------------
Number of groups: 0
-------------------------------------------------------------------------------
IGMP Snooping SDP 8:750 Port-DB
-------------------------------------------------------------------------------
Group Address    Mode     Type     Up Time        Expires  Num Src
-------------------------------------------------------------------------------
Number of groups: 0
-------------------------------------------------------------------------------
IGMP Snooping Static Source Groups
-------------------------------------------------------------------------------
IGMP Snooping Statistics
-------------------------------------------------------------------------------
Message Type            Received      Transmitted      Forwarded
-------------------------------------------------------------------------------
General Queries         0             0                0
Group Queries           0             0                0
Group-Source Queries    0             0                0
V1 Reports              0             0                0
V2 Reports              0             0                0
V3 Reports              0             0                0
V2 Leaves               0             0                0
Unknown Type            0             N/A              0
-------------------------------------------------------------------------------
Drop Statistics
-------------------------------------------------------------------------------
Bad Length              : 0
Bad IP Checksum         : 0
Bad IGMP Checksum       : 0
Bad Encoding            : 0
No Router Alert         : 0
Zero Source IP          : 0

Send Query Cfg Drops    : 0
Import Policy Drops     : 0
Exceeded Max Num Groups : 0
===============================================================================
*A:ALA-48>show>service>id>snooping#

The following example applies to the 7450 ESS:


*A:ALA-42>show>service>id>igmp-snooping>snooping# all
===============================================================================
IGMP Snooping info for service 100
===============================================================================
IGMP Snooping Base info
-------------------------------------------------------------------------------
Admin State : Up                                                               
Querier     : 10.20.1.6 on SAP 2/2/1:100                                       
-------------------------------------------------------------------------------
Sap/Sdp                  Oper    MRtr  Send      Max Num   MVR        Num      
Id                       State   Port  Queries   Groups    From-VPLS  Groups   
-------------------------------------------------------------------------------
sap:1/1/4                Up      No    Disabled  No Limit  Local      1        
sap:2/2/1:100            Up      No    Disabled  No Limit  Local      0        
-------------------------------------------------------------------------------
IGMP Snooping Querier info
-------------------------------------------------------------------------------
Sap Id                  : 2/2/1:100                                            
IP Address              : 10.20.1.6                                            
Expires                 : 3s                                                   
Up Time                 : 0d 00:15:23                                          
Version                 : 3                                                    
 
General Query Interval  : 2s                                                   
Query Response Interval : 1.0s                                                 
Robust Count            : 2                                                    
-------------------------------------------------------------------------------
IGMP Snooping Multicast Routers
-------------------------------------------------------------------------------
MRouter          Sap/Sdp Id             Up Time        Expires   Version
-------------------------------------------------------------------------------
10.20.1.6        2/2/1:100              0d 00:15:24    2s        3      
-------------------------------------------------------------------------------
Number of mrouters: 1
-------------------------------------------------------------------------------
IGMP Snooping Proxy-reporting DB
-------------------------------------------------------------------------------
Group Address    Mode     Up Time        Num Sources   
-------------------------------------------------------------------------------
239.0.0.0        exclude  0d 00:00:04    0             
-------------------------------------------------------------------------------
Number of groups: 1
-------------------------------------------------------------------------------
IGMP Snooping SAP 1/1/4 Port-DB
-------------------------------------------------------------------------------
Group Address    Mode     Type     From-VPLS  Up Time        Expires  Num Src 
-------------------------------------------------------------------------------
239.0.0.0        exclude  dynamic  local      0d 00:00:05    4s       0       
-------------------------------------------------------------------------------
Number of groups: 1
-------------------------------------------------------------------------------
IGMP Snooping SAP 2/2/1:100 Port-DB
-------------------------------------------------------------------------------
Group Address    Mode     Type     From-VPLS  Up Time        Expires  Num Src 
-------------------------------------------------------------------------------
Number of groups: 0
-------------------------------------------------------------------------------
IGMP Snooping Static Source Groups
-------------------------------------------------------------------------------
IGMP Snooping Statistics
-------------------------------------------------------------------------------
Message Type            Received      Transmitted   Forwarded    
-------------------------------------------------------------------------------
General Queries         463           0             463          
Group Queries           0             0             0            
Group-Source Queries    0             0             0            
V1 Reports              0             0             0            
V2 Reports              0             0             0            
V3 Reports              4             4             0            
V2 Leaves               0             0             0            
Unknown Type            0             N/A           0            
-------------------------------------------------------------------------------
Drop Statistics
-------------------------------------------------------------------------------
Bad Length              : 0
Bad IP Checksum         : 0
Bad IGMP Checksum       : 0
Bad Encoding            : 0
No Router Alert         : 0
Zero Source IP          : 0
                                      
Send Query Cfg Drops    : 0
Import Policy Drops     : 0
Exceeded Max Num Groups : 0
 
MVR From VPLS Cfg Drops : 0
MVR To SAP Cfg Drops    : 0
-------------------------------------------------------------------------------
IGMP Snooping Multicast VPLS Registration info
-------------------------------------------------------------------------------
IGMP Snooping Admin State : Up                                                 
 
MVR Admin State           : Down                                               
MVR Policy                : None                                               
-------------------------------------------------------------------------------
Local SAPs/SDPs
-------------------------------------------------------------------------------
Svc Id     Sap/Sdp                Oper      From       Num Local
           Id                     State     VPLS       Groups   
-------------------------------------------------------------------------------
100        sap:1/1/4              Up        Local      1        
100        sap:2/2/1:100          Up        Local      0        
-------------------------------------------------------------------------------
MVR SAPs (from-vpls=100)
-------------------------------------------------------------------------------
Svc Id     Sap/Sdp                Oper      From       Num MVR  
           Id                     State     VPLS       Groups   
-------------------------------------------------------------------------------
No MVR SAPs found.
-------------------------------------------------------------------------------
*A:ALA-42>show>service>id>snooping#

IGMP Snooping Show All Service-ID Field Descriptions describes the show all service ID command output fields:

Table 23. IGMP Snooping Show All Service-ID Field Descriptions

Label

Description

Admin State

The administrative state of the IGMP instance

Querier

The address of the IGMP querier on the IP subnet to which the interface is attached

Sap/Sdp Id

The SAP and SDP IDs of the service ID

Oper State

The operational state of the SAP and SDP IDs of the service ID

Mrtr Port

The multicast router port

Send Queries

Send-queries command is enabled or disabled

Max Num Groups

The maximum number of multicast groups that can be joined on this SAP or SDP

MVR From VPLS

MVR from VPLS enabled

Num Groups

The actual number of multicast groups that can be joined on this SAP or SDP

all

Syntax

all

Context

[Tree] (show>redundancy>multi-chassis all)

Full Context

show redundancy multi-chassis all

Description

This command displays brief multi-chassis redundancy information.

Platforms

All

Output

The following output is an example of multi-chassis all information, and Redundancy multi-chassis all Field Descriptions describes the output fields.

Sample Output
B:Dut-B# show redundancy multi-chassis all
===============================================================================
Multi-chassis Peer Table
===============================================================================
Peer
-------------------------------------------------------------------------------
Peer IP Address         : 10.10.10.2
Description             : Mc-Lag peer 10.10.10.2
Authentication          : Disabled
Source IP Address       : 0.0.0.0
Admin State             : Enabled
===============================================================================
B:Dut-B#


B:Dut-B# show lag detail
===============================================================================
LAG Details
===============================================================================
LAG 1
-------------------------------------------------------------------------------
Description: Description For LAG Number 1
-------------------------------------------------------------------------------
Details
-------------------------------------------------------------------------------
Lag-id              : 1                     Mode                 : access
Adm                 : up                    Opr                  : up
Thres. Exceeded Cnt : 9                     Port Threshold       : 0
Thres. Last Cleared : 05/20/2006 00:12:35   Threshold Action     : down
Dynamic Cost        : false                 Encap Type           : null
Configured Address  : 1c:71:ff:00:01:41     Lag-IfIndex          : 1342177281
Hardware Address    : 1c:71:ff:00:01:41     Adapt Qos            : distribute
Hold-time Down      : 0.0 sec
LACP                : enabled               Mode                 : active
LACP Transmit Intvl : fast                  LACP xmit stdby      : enabled
Selection Criteria  : highest-count         Slave-to-partner     : disabled
Number of sub-groups: 1                     Forced               : -
System Id           : 1c:71:ff:00:00:00     System Priority      : 32768
Admin Key           : 32768                 Oper Key             : 32666
Prtr System Id      : 20:f4:ff:00:00:00     Prtr System Priority : 32768
Prtr Oper Key       : 32768
 
MC Peer Address     : 10.10.10.2            MC Peer Lag-id       : 1
MC System Id        : 00:00:00:33:33:33     MC System Priority   : 32888
MC Admin Key        : 32666                 MC Active/Standby    : active
MC Lacp ID in use   : true                  MC extended timeout  : false
MC Selection Logic  : peer decided
MC Config Mismatch  : no mismatch
-------------------------------------------------------------------------------
Port-id        Adm    Act/Stdby Opr    Primary   Sub-group     Forced   Prio
-------------------------------------------------------------------------------
331/2/1          up     active    up     yes       1             -        32768
331/2/2          up     active    up               1             -        32768
331/2/3          up     active    up               1             -        32768
331/2/4          up     active    up               1             -        32768
-------------------------------------------------------------------------------
Port-id        Role      Exp   Def   Dist  Col   Syn   Aggr  Timeout  Activity
-------------------------------------------------------------------------------
331/2/1          actor     No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/1          partner   No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/2          actor     No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/2          partner   No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/3          actor     No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/3          partner   No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/4          actor     No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/4          partner   No    No    Yes   Yes   Yes   Yes   Yes      Yes
===============================================================================
B:Dut-B#
Table 24. Redundancy multi-chassis all Field Descriptions

Label

Description

Peer IP Address

The multi-chassis redundancy peer.

Description

The text string describing the peer.

Authentication

If configured, displays the authentication key used between this node and the MC peer.

Source IP Address

The source address used to communicate with the MC peer.

Admin State

The administrative state of the peer.

all

Syntax

all [color color] [ end-point {ipv4-address | ipv6-address}] [preference preference-id] [distinguisher distinguisher-id]

all summary

Context

[Tree] (show>router>seg-rt>sr-policies all)

Full Context

show router segment-routing sr-policies all

Description

This command displays the traffic statistics of all or a filtered set of the BGP and static policies, or displays summary parameters.

Parameters

color

Specifies to filter on the color.

Values

0 to 4294967295

ipv4-address | ipv6-address

Specifies to filter on the end-point IPv4 or IPv6 address.

Values

ipv4-address — a.b.c.d

ipv6-address — x:x:x:x:x:x:x:x (eight 16-bit pieces) or x:x:x:x:x:x:x:d:d:d:d

x — [0..FFFF]H

d — [0..255]D

preference-id

Specifies to filter on the preference ID.

Values

0 to 4294967295

distinguisher-id

Specifies to filter on the distinguisher ID.

Values

0 to 4294967295

summary

Displays the summary information for the BGP and static policies.

Platforms

All

Output

The following outputs are examples of traffic statistics for the BGP and static policies.

Sample Output Information for all BGP and Static Policies
*A:Dut-C# show router segment-routing sr-policies all
===============================================================================
SR-Policies Path
===============================================================================
-------------------------------------------------------------------------------
Type            : srv6                  
Active          : Yes                   Owner           : static
Color           : 10                    
Head            : 0.0.0.0               Endpoint Addr   : 3ffe::a14:102
RD              : 5                     Preference      : 14
SRv6 BSID 1     : 3333:3:3:3:0:b::
TunnelId        : 917510                Age             : 305
Origin ASN      : 0                     Origin          : 0.0.0.0
NumReEval       : 0                     ReEvalReason    : none
NumActPathChange: 0                     Last Change     : 06/13/2022 17:40:54
Maintenance Policy: N/A
 
Path Segment Lists:
Segment-List    : 1                     Weight          : 1
S-BFD State     : Down                  S-BFD Transitio*: 0
Num Segments    : 1                     Last Change     : 06/10/2022 17:07:01
  Seg 1 SID   : 2222:2:2:2:0:a::                         State : resolved-up
 
-------------------------------------------------------------------------------
Type            : srv6                  
Active          : No                    Owner           : bgp
Color           : 50                    
Head            : 0.0.0.0               Endpoint Addr   : 3ffe::a14:102
RD              : 5                     Preference      : 14
SRv6 BSID 1     : 1111:1:1:1:0:b::
TunnelId        : 917511                Age             : 0
Origin ASN      : 2                     Origin          : 3ffe::a14:102
NumReEval       : 0                     ReEvalReason    : route-add
NumActPathChange: 0                     Last Change     : 06/13/2022 17:45:57
Maintenance Policy: N/A
 
Path Segment Lists:
Segment-List    : 1                     Weight          : 1
S-BFD State     : Down                  S-BFD Transitio*: 0
Num Segments    : 2                     Last Change     : 06/10/2022 17:07:01
  Seg 1 SID   : 3333:3:3:3:0:a::                         State : resolved-up
  Seg 2 SID   : 2222:2:2:2:0:a::                         State : N/A
 
===============================================================================
* indicates that the corresponding row element may have been truncated.
    
Sample Output Information for Subsets of all BGP and Static Policies
*A:Dut-C# show router segment-routing sr-policies all color 10 end-point 3ffe::a14:102 
===============================================================================
SR-Policies Path
===============================================================================
-------------------------------------------------------------------------------
Type            : srv6                  
Active          : Yes                   Owner           : static
Color           : 10                    
Head            : 0.0.0.0               Endpoint Addr   : 3ffe::a14:102
RD              : 5                     Preference      : 14
SRv6 BSID 1     : 3333:3:3:3:0:b::
TunnelId        : 917510                Age             : 408
Origin ASN      : 0                     Origin          : 0.0.0.0
NumReEval       : 0                     ReEvalReason    : none
NumActPathChange: 0                     Last Change     : 06/13/2022 17:40:54
Maintenance Policy: N/A
 
Path Segment Lists:
Segment-List    : 1                     Weight          : 1
S-BFD State     : Down                  S-BFD Transitio*: 0
Num Segments    : 1                     Last Change     : 06/10/2022 17:07:01
  Seg 1 SID   : 2222:2:2:2:0:a::                         State : resolved-up
 
===============================================================================
* indicates that the corresponding row element may have been truncated.
*A:Dut-C# 
*A:Dut-C# 
*A:Dut-C# 
*A:Dut-C# show router segment-routing sr-policies all color 10                         
===============================================================================
SR-Policies Path
===============================================================================
-------------------------------------------------------------------------------
Type            : srv6                  
Active          : Yes                   Owner           : static
Color           : 10                    
Head            : 0.0.0.0               Endpoint Addr   : 3ffe::a14:102
RD              : 5                     Preference      : 14
SRv6 BSID 1     : 3333:3:3:3:0:b::
TunnelId        : 917510                Age             : 412
Origin ASN      : 0                     Origin          : 0.0.0.0
NumReEval       : 0                     ReEvalReason    : none
NumActPathChange: 0                     Last Change     : 06/13/2022 17:40:54
Maintenance Policy: N/A
 
Path Segment Lists:
Segment-List    : 1                     Weight          : 1
S-BFD State     : Down                  S-BFD Transitio*: 0
Num Segments    : 1                     Last Change     : 06/10/2022 17:07:01
  Seg 1 SID   : 2222:2:2:2:0:a::                         State : resolved-up
 
===============================================================================
* indicates that the corresponding row element may have been truncated.

all

Syntax

all

Context

[Tree] (show>redundancy>multi-chassis>omcr all)

Full Context

show redundancy multi-chassis omcr all

Description

This command displays detailed information about OMCR.

Platforms

7750 SR

all-subscriptions

all-subscriptions

Syntax

all-subscriptions

Context

[Tree] (show>log>cli all-subscriptions)

Full Context

show log cli all-subscriptions

Description

This command displays all subscriptions to all event logs that have a destination of 'cli'.

Platforms

All

ancp

ancp

Syntax

ancp ancp-sub-string string

Context

[Tree] (clear>subscr-mgmt ancp)

Full Context

clear subscriber-mgmt ancp

Description

This command clears subscriber ANCP data.

Parameters

string

Specifies the ANCP string to clear, up to 63 characters, corresponding to this subscriber ID.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

ancp-policy

ancp-policy

Syntax

ancp-policy [policy-name]

ancp-policy policy-name association

Context

[Tree] (show>subscr-mgmt ancp-policy)

Full Context

show subscriber-mgmt ancp-policy

Description

This command displays subscriber Access Node Control Protocol (ANCP) policy information.

Parameters

policy-name

Displays information for the specified ANCP policy.

association

Displays the information configured with the ANCP policy.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following is an example of subscriber management ANCP policy information.

Sample Output
A:cses-E11>config>subscr-mgmt>ancp# show subscriber-mgmt ancp-policy "test"
===============================================================================
ANCP Policy "test"
===============================================================================
I. Rate Reduction      : 0 kbps
I. Rate Adjustment     : 100 percent
I. Rate Monitor        : 63360 kbps
I. Rate Monitor Alarm  : Yes
I. Rate Modify         : N/A

E. Rate Reduction      : 0 kbps
E. Rate Adjustment     : 100 percent
E. Rate Monitor        : 0 kbps
E. Rate Monitor Alarm  : no
E. Rate Modify         : N/A

Port Down : N/A

Last Mgmt Change: 02/13/2013 19:15:28
===============================================================================
*A:cses-E11>config>subscr-mgmt>ancp# 

ANCP Policy Field Descriptions describes ANCP policy output fields.

Table 25. ANCP Policy Field Descriptions

Field

Description

I. Rate Reduction

The ingress rate reduction to be applied for this subscriber in order to account for its video viewership

I. Rate Adjustment

The ingress rate adjustment

I. Rate Monitor

The ingress rate monitor

I. Rate Monitor Alarm

The ingress rate monitor alarm

I. Rate Modify

The ingress rate modification that is to be applied

E. Rate Reduction

The egress rate reduction to be applied for this subscriber in order to account for its video viewership

E. Rate Adjustment

The egress rate adjustment

E. Rate Monitor

The egress rate monitor

E. Rate Monitor Alarm

The egress rate monitor alarm

E. Rate Modify

The egress-rate modification that is to be applied

Port Down

The status of the port down configuration

Last Mgmt Change

The date and time of the last management change

ancp-policy

Syntax

ancp-policy [policy-name]

Context

[Tree] (show>subscriber-management ancp-policy)

Full Context

show subscriber-mgmt ancp-policy

Description

This command displays subscriber ANCP policy information.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following is an example of subscriber management ANCP policy information.

Sample Output
A:active# show subscriber-mgmt ancp-policy
===============================================================================
ANCP Policies
===============================================================================
adsl-operator1
vdsl-operator1
-------------------------------------------------------------------------------
Number of ANCP policies : 2
===============================================================================
A:active#

A:active# show subscriber-mgmt ancp-policy adsl-operator1
===============================================================================
ANCP Policy "adsl-operator1"
===============================================================================
I. Rate Reduction      : 0 kbps
I. Rate Adjustment     : 100 percent
I. Rate Monitor        : 0 kbps
I. Rate Monitor Alarm  : no
I. Rate Modify         : scheduler "root"

E. Rate Reduction      : 10 kbps
E. Rate Adjustment     : 100 percent
E. Rate Monitor        : 0 kbps
E. Rate Monitor Alarm  : no
E. Rate Modify         : scheduler "root"
Port Down : N/A
Last Mgmt Change: 01/26/2007 17:10:51
================================================================================
A:active#

A:active# show subscriber-mgmt ancp-policy adsl-operator1 association
===============================================================================
ANCP Policy "adsl-operator1" associations 
===============================================================================
SAP Static Map Associations
-------------------------------------------------------------------------------
- SAP     : 1/1/3                             Svc-id  : 333 (VPLS)
     String : "ANCP-String-1"
     String : "ANCP-String-2"
------------------------------------------------------------------------------
MSS Static Map Associations
-------------------------------------------------------------------------------
- Cust-id : 1                                 MSS-name: mss1
     String : "ANCP-String-3"
-------------------------------------------------------------------------------
Subscriber Associations
-------------------------------------------------------------------------------
No associations found.
Number of associations : 3
===============================================================================
A:active#

ANCP Policy Field Descriptions describes subscriber management ANCP policy fields.

Table 26. ANCP Policy Field Descriptions

Field

Description

I. Rate Reduction

The ingress rate reduction applied for this policy

I. Rate Adjustment

The ingress rate adjustment percentage

I. Rate Monitor

The ingress rate monitor rate

I. Rate Monitor Alarm

The ingress rate monitor enabled; yes or no

I. Rate Modify

The ingress rate modify scheduler policy

E. Rate Reduction

The egress rate reduction applied for this policy percentage

E. Rate Adjustment

The egress rate adjustment

E. Rate Monitor

The egress rate monitor rate

E. Rate Monitor Alarm

The egress rate monitor enabled; yes or no

E. Rate Modify

The egress rate monitor rate

Port Down

The actions taken on port-down

Last Mgmt Change

The time of the last modification of this entry

SAP

The ANCP static map entry SAP ID

Svc-id

The service ID associated with this static map

String

The ANCP string

Cust-id

The ID of the customer in which the multi-service-site specifies

MSS-name

The name of the multi-service-site used by this subscriber

Number of associations

The total number associations matching the search criteria

ancp-string

ancp-string

Syntax

ancp-string

ancp-string ancp-string

ancp-string customer customer-id site customer-site-name

ancp-string sap sap-id

Context

[Tree] (show>subscriber-management ancp-string)

Full Context

show subscriber-mgmt ancp-string

Description

This command displays subscriber ANCP string information.

Parameters

ancp-string

Specify the ASCII representation of the DSLAM circuit-id name.

customer-id

Specify the associated existing customer name.

customer-site-name

Specify the associated customer’s configured MSS name.

sap-id

Specifies the physical port identifier portion of the SAP definition.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following output displays subscriber management ANCP string information.

Sample Output
A:active# show subscriber-mgmt ancp-string
===============================================================================
ANCP-Strings
===============================================================================
ANCP-String                                                Assoc State
-------------------------------------------------------------------------------
"ANCP-String-1"                                            SAP   Up
"ANCP-String-2"                                            SAP   Down
"ANCP-String-3"                                            MSS   Up
"ANCP-String-4"                                            MSS   Unknown
"ANCP-String-5"                                            ANCP  Up
"ANCP-String-6"                                            MSS   Unknown
-------------------------------------------------------------------------------
Number of ANCP-Strings : 6
===============================================================================
A:active#


*A:Dut-C# show subscriber-mgmt ancp-string hpolSub43
===============================================================================
ANCP-String "hpolSub43"
===============================================================================
Type       : SUB - "hpolSub43"
State      : Up                 Ancp Policy: ancpPol
I. Rate    : 100 kbps           E. Rate    : 200 kbps
Adj I. Rate: N/A                Adj E. Rate: 200 kbps
Act I. Rate: N/A                Act E. Rate: 182 kbps
Service Id : 1 (VPRN)
Group      : Alu
Neighbor   : 10.100.100.1:49063
===============================================================================
*A:Dut-C# 

Other applicable show command output:

A:active# show service id 333 sap 1/1/3 detail 
===============================================================================
Service Access Points(SAP)
===============================================================================
Service Id         : 333
SAP                : 1/1/3                    Encap             : null
...
-------------------------------------------------------------------------------
ANCP Override
-------------------------------------------------------------------------------
Ing Sched Name: root
- PIR    : 100 kbps
- String : "ANCP-String-1"
Egr Sched Name: root
- PIR    : 100 kbps
- String : "ANCP-String-1"
-------------------------------------------------------------------------------
...
Dro. InProf           : 0                       0
Dro. OutProf          : 0                       0
===============================================================================
A:active#


A:active# show service customer 1 site mss1
===============================================================================
Customer  1
===============================================================================
Customer-ID        : 1
Description        : Default customer
...
-------------------------------------------------------------------------------
ANCP Override
-------------------------------------------------------------------------------
Egr Sched Name: root
- PIR    : 90 kbps
- String : "ANCP-String-3"
-------------------------------------------------------------------------------
Service Association
-------------------------------------------------------------------------------
No Service Association Found.
===============================================================================
A:active#

ANCP String Field Descriptions describes ANCP string output fields.

Table 27. ANCP String Field Descriptions

Field

Description

ANCP-String

The ANCP string name

Assoc

The entity associated with the ANCP string

State

The state of the entity associated with the ANCP string

Number of ANCP-Strings

The number of ANCP strings matching the search criteria

Type

The location the ANCP string is configured

Ancp Policy

The ANCP policy name

I. Rate

The ingress rate

E. Rate

The egress rate

Adj I. Rate

The adjusted ingress rate

Adj E. Rate

The adjusted egress rate

Act I. Rate

The actual ingress rate

Act E. Rate

The actual egress rate

Service Id

The service ID

Group

The group name

Neighbor

The neighbor address

anycast

anycast

Syntax

anycast [family] [detail]

Context

[Tree] (show>router>pim anycast)

Full Context

show router pim anycast

Description

This command displays PIM anycast rp-set information.

Parameters

family

Specifies the address family.

Values

ipv4, ipv6

detail

Displays detailed information.

Platforms

All

Output

The following output displays an example of a PIM anycast configuration.

Sample Output
A:dut-d# show router pim anycast 
===================================================
PIM Anycast RP Entries
===================================================
Anycast RP               Anycast RP Peer                                       
---------------------------------------------------
100.100.100.1            10.102.1.1                 
                         10.103.1.1                 
                         10.104.1.1                 
---------------------------------------------------
PIM Anycast RP Entries : 3
===================================================

PIM Anycast Fields provides PIM anycast field descriptions

Table 28. PIM Anycast Fields

Label

Description

Anycast Address

Displays the candidate anycast address.

Anycast RP Peer

Displays the candidate anycast RP peer address.

app-filter

app-filter

Syntax

app-filter [entry-id]

Context

[Tree] (show>app-assure>group>policy app-filter)

Full Context

show application-assurance group policy app-filter

Description

This command displays application-assurance policy filter information.

Parameters

entry-id

Specifies an existing application filter entry.

Values

1 to 65535

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

app-group

app-group

Syntax

app-group [app-group-name] count [detail]

app-group count top granularity [max-count max-count]

Context

[Tree] (show>app-assure>group app-group)

[Tree] (show>app-assure>group>aa-sub app-group)

Full Context

show application-assurance group app-group

show application-assurance group aa-sub app-group

Description

This command displays per-application-group statistics. System-wide statistics displayed account for all flows completed and the last internal snapshot of the active flows.

Parameters

app-group-name

Displays information about the specified application group name.

count

Displays the counters for the application group.

detail

Displays detailed information.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following is an example show output for the app-group command.

Sample Output
A:ALU>show>app-assure>group# app-group count 
===============================================================================
App-group Statistics
===============================================================================
Application Group                Disc Octets          Packets       Flows
-------------------------------------------------------------------------------
File Transfer                      0% 0               0             0
Games                              0% 3865532         4952          144
Infrastructure                     0% 174524          1217          1177
Instant Messaging                  0% 2979117         9930          97
Local Content                      0% 10581539        10942         74
Mail                               0% 57940           346           24
MultiMedia                         0% 76911464        79417         198
NNTP                               0% 0               0             0
Peer to Peer                       0% 10903442        13901         485
Premium Partner                    0% 0               0             0
Remote Connectivity                0% 0               0             0
Server                             0% 1097            8             2
Suspect                           72% 1012            11            11
Tunneling                          0% 19872617        33989         204
Unknown                            0% 5243395         27510         2648
Web                                0% 82135303        91828         2152
-------------------------------------------------------------------------------
A:ALU>show>app-assure>group# 


A:ALU>show>app-assure>group# app-group "MultiMedia" count detail 
===============================================================================
App-group "MultiMedia" Statistics
===============================================================================
Application Group:
Type                      Octets            Packets         Flows
-------------------------------------------------------------------------------
MultiMedia:
Admitted from subscriber: 193605            1797            23
Denied from subscriber:   0                 0               0
Active flows from subscriber:                               0
Admitted to subscriber:   4835822           3366            23
Denied to subscriber:     0                 0               0
Active flows to subscriber:                                 0
Total flow duration:      433 seconds
Terminated flows:                                           46
Short Duration flows:                                       36
Medium Duration flows:                                      10
Long Duration flows:                                        0
Active subscribers:       0
===============================================================================
A:ALU>show>app-assure>group# 

app-group

Syntax

app-group [app-group-name]

Context

[Tree] (show>app-assure>group>policy app-group)

Full Context

show application-assurance group policy app-group

Description

This command displays application-assurance policy application group information.

Parameters

app-group-name

Specifies the application group name, up to 32 characters.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

app-group

Syntax

app-group [app-group-name] count

Context

[Tree] (show>app-assure>group>aa-sub>um app-group)

Full Context

show application-assurance group aa-sub usage-monitor app-group

Description

This command displays usage monitor statistics for the application group.

Parameters

app-group-name

Specifies the application group name, up to 32 characters.

count

Displays counters for the application group.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

app-group

Syntax

app-group [app-group-name] count [detail]

Context

[Tree] (tools>dump>app-assure>group>aa-sub app-group)

Full Context

tools dump application-assurance group aa-sub app-group

Description

This command displays per-subscriber per-app-group statistics.

Platforms

7750 SR, 7750 SR-e, 7750 SR-s, VSR

app-profile

app-profile

Syntax

app-profile [app-prof-name]

app-profile app-prof-name associations

Context

[Tree] (show>app-assure>group>policy app-profile)

Full Context

show application-assurance group policy app-profile

Description

This command displays application-assurance policy application profile information.

Parameters

app-prof-name

Specifies an existing application profile name.

associations

Displays subscriber management associations.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

app-qos-policy

app-qos-policy

Syntax

app-qos-policy [entry-id]

app-qos-policy non-zero

Context

[Tree] (show>app-assure>group>policy app-qos-policy)

Full Context

show application-assurance group policy app-qos-policy

Description

This command displays application-assurance policy application QoS policy information.

Parameters

entry-id

Specifies an existing application QoS policy entry id.

Values

1 to 65535

non-zero

Selects only non-zero count entries.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

app-service-option

app-service-option

Syntax

app-service-option [characteristic-name]

Context

[Tree] (show>app-assure>group>policy app-service-option)

Full Context

show application-assurance group policy app-service-option

Description

This command displays application-assurance policy application service option information.

Parameters

characteristic-name

Specifies the characteristic name, up to 32 characters.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

application

application

Syntax

application [application-name] count [detail]

application count top granularity [max-count max-count]

Context

[Tree] (show>app-assure>group>aa-sub application)

[Tree] (show>app-assure>group>aa-sub-study application)

[Tree] (show>app-assure>group application)

Full Context

show application-assurance group aa-sub application

show application-assurance group aa-sub-study application

show application-assurance group application

Description

This command displays per-application statistics. The system-wide statistics displayed account for all flows completed and the last internal snapshot of the active flows.

Subscriber statistics are available for special-study subscribers and account for all completed and active flows at the moment of this statistics request.

Parameters

application-name

Displays information about the specified application name.

count

Displays counter information.

detail

Displays detailed information.

top

Displays counters sorted by granularity.

granularity

Displays counters sorted by octets, packets, or floe. This is indicated by granularity.

Values

octets, packets, flows

max-count

If the value is greater than 0, displays up to the indicated value of statistic rows. If 0, displays all.

Values

1 to 4294967295

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following is an example show output for the application command.

Sample Output
A:ALU-ABC>show>app-assure>group# application count 
===============================================================================
Application Statistics
===============================================================================
Application                      Disc Octets          Packets       Flows
-------------------------------------------------------------------------------
...
DHT                                0% 0               0             0
DNS_53                             0% 96781           627           627
DNS_Local                          0% 0               0             0
DNS_Server                         0% 276             3             3
DNS_Suspect                      100% 736             8             8
FTP                                0% 0               0             0
...
-------------------------------------------------------------------------------
A:ALU-ABC>show>app-assure>group# 


A:ALU-ABC>show>app-assure>group# application "POP3" count detail 
===============================================================================
Application "POP3" Statistics
===============================================================================
    Application:
Type                      Octets            Packets         Flows
-------------------------------------------------------------------------------
    POP3:
Admitted from subscriber: 14095             149             10
Denied from subscriber:   0                 0               0
Active flows from subscriber:                               0
Admitted to subscriber:   30707             128             10
Denied to subscriber:     0                 0               0
Active flows to subscriber:                                 0
Total flow duration:      7 seconds
Terminated flows:                                           20
Active subscribers:       0
A:ALU-ABC>show>app-assure>group# 


A:ALU>show>app-assure>group# application "HTTP_Video" count detail 
===============================================================================
Application "HTTP_Video" Statistics
===============================================================================
    Application:
Type                      Octets            Packets         Flows
-------------------------------------------------------------------------------
    HTTP_Video:
Admitted from subscriber: 369528            5404            36
Denied from subscriber:   0                 0               0
Active flows from subscriber:                               1
Admitted to subscriber:   15387734          10629           36
Denied to subscriber:     0                 0               0
Active flows to subscriber:                                 1
Total flow duration:      463 seconds
Terminated flows:                                           72
Short Duration flows:                                       66
Medium Duration flows:                                      6
Long Duration flows:                                        0
Active subscribers:       1
===============================================================================
A:ALU>show>app-assure>group# 

application

Syntax

application [app-name]

Context

[Tree] (show>app-assure>group>policy application)

Full Context

show application-assurance group policy application

Description

This command displays application-assurance policy application information.

Parameters

app-name

Specifies the application name, up to 32 characters.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

application

Syntax

application [application-name] count

Context

[Tree] (show>app-assure>group>aa-sub>um application)

Full Context

show application-assurance group aa-sub usage-monitor application

Description

This command displays usage monitor statistics for the application.

Parameters

application-name

Specifies the application name, up to 32 characters.

count

Displays counters for the application.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

application

Syntax

application [application-name] count [detail]

Context

[Tree] (tools>dump>app-assure>group>aa-sub application)

Full Context

tools dump application-assurance group aa-sub application

Description

This command displays per-subscriber per-application statistics.

Platforms

7750 SR, 7750 SR-e, 7750 SR-s, VSR

application

Syntax

application [app-name] [{dscp | dot1p}]

Context

[Tree] (show>router>sgt-qos application)

Full Context

show router sgt-qos application

Description

This command displays application QoS settings.

Parameters

app-name

Specifies the application.

Values

Some of the following values may only apply to specific products. Refer to the SR OS R22.x.Rx Software Release Notes for details about application support for different SR OS products:

arp, bgp, bmp, call-trace, cflowd, dhcp, diameter, dns, ftp, grpc, gtp, http, icmp, igmp, igmp-reporter, isis, l2tp, ldp, mld, mpls-udp-return, msdp, mtrace2, ndis, ntp, ospf, pcep, pim, pppoe, ptp, radius, rip, rsvp, sflow, snmp, snmp-notification, srrp, ssh, syslog, tacplus, telnet, tftp, traceroute, vrrp

dscp

Specifies to show DSCP values only.

dot1p

Specifies to show dot1p values only.

Platforms

All

Output

The following output is an example of SGT QoS application information.

Sample Output
A:ALA-A# show router sgt-qos application
===============================================================================
DSCP Application Values
===============================================================================
Application         Configured DSCP Value         Default DSCP Value(s)
-------------------------------------------------------------------------------
bgp                 none                          nc1
bmp                 none                          af41
call-trace          none                          af41
cflowd              none                          nc1
dhcp                none                          nc1, af41, nc2
diameter            none                          af41
dns                 none                          af41
ftp                 none                          af41
grpc                none                          af41
gtp                 none                          nc2, nc1
http                none                          af41
icmp                none                          be, nc1
igmp                none                          nc1
igmp-reporter       none                          nc1
l2tp                none                          nc1
ldp                 none                          nc1
mld                 none                          nc1
mpls-udp-return     none                          nc1
msdp                none                          nc1
mtrace2             none                          nc1
ndis                none                          nc1, nc2
ntp                 none                          nc1
ospf                none                          nc1
pcep                none                          nc1
pim                 none                          nc1
ptp                 none                          nc1
radius              none                          nc1
rip                 none                          nc1
rsvp                none                          nc1
sflow               none                          nc1
snmp                none                          af41
snmp-notification   none                          af41
srrp                none                          nc1
ssh                 none                          af41
syslog              none                          af41
tacplus             none                          af41
telnet              none                          af41
tftp                none                          af41
traceroute          none                          be
vrrp                none                          nc1
===============================================================================
===============================================================================
Dot1p Application Values
===============================================================================
Application         Configured Dot1p Value        Default Dot1p Value
-------------------------------------------------------------------------------
arp                 none                          7
isis                none                          7
pppoe               none                          7
===============================================================================
A:ALA-A#
Note:

Some applications have multiple DSCP default values depending on the context or service.

application-assurance

application-assurance

Syntax

application-assurance

Context

[Tree] (clear application-assurance)

Full Context

clear application-assurance

Description

This command clears application assurance commands.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

application-assurance

Syntax

application-assurance

Context

[Tree] (show application-assurance)

Full Context

show application-assurance

Description

Commands in this context display application assurance commands.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

application-assurance

Syntax

application-assurance

Context

[Tree] (tools>dump application-assurance)

Full Context

tools dump application-assurance

Description

Commands in this context dump application assurance information.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

application-assurance-group

application-assurance-group

Syntax

application-assurance-group [aa-group-id [ load-balance [unassigned]]]

Context

[Tree] (show>isa application-assurance-group)

Full Context

show isa application-assurance-group

Description

This command displays ISA group information.

Parameters

aa-group-id

Specifies the AA ISA group ID.

load-balance

Specifies load balancing information.

unassigned

Specifies load balancing unassigned aa-sub information.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

Show Application Assurance Group Output Fields describes the show command output fields:

Table 29. Show Application Assurance Group Output Fields

Label

Description

ISA-AA Group Index

Indicates the group number of this group of MDAs.

Description

Primary ISA-AA

Displays the primary slot and card number and whether the status is up or down and is either active or standby.

Backup ISA-AA

Displays the backup slot and card number and whether the status is up or down and is either active or standby. The status should be up and standby.

Last Active change

Indicates the last time a successful change was performed.

Admin State

Displays the administrative state, up or down.

Oper State

Displays the operational state, up or down.

Diverted FCs

Displays the forwarding class to be diverted.

Fail to mode

Displays how traffic is handled when there are no available ISA-AA cards to handle the traffic, either failToWire or failToOpen.

Partitions

Indicates whether partitions are enabled or disabled within an ISA-AA group. When the value of this object is set to enabled, partitions can be created in the tmnxBsxAaGrpPartTable.

Egress from subscriber

Pool

Displays the buffer pool as defined in TIMETRA-PORT-MIB::tmnxObjectAppPool for subscriber to network traffic egressing towards the ISA-AA MDA.

Reserved Cbs

Displays the percentage of the buffer pool reserved for high priority traffic for subscriber to network traffic egressing towards the ISA-AA MDA.

Slope Policy

Displays the policy as defined in TIMETRA-QOS-MIB::tSlopePolicyTable for subscriber to network traffic egressing towards the ISA-AA MDA.

Queue Policy

Displays the policy as defined in TIMETRA-QOS-MIB::tNetworkQueueTable for subscriber to network traffic egressing towards the ISA-AA MDA.

Scheduler Policy

Displays the policy as defined in TIMETRA-QOS-MIB::tSlopePolicyTable for network to subscriber traffic egressing towards the ISA-AA MDA

Egress to subscriber

Pool

Displays the buffer pool as defined in TIMETRA-PORT-MIB::tmnxObjectAppPool for network to subscriber traffic egressing towards the ISA-AA MDA.

Reserved Cbs

Displays the percentage of the buffer pool reserved for high priority traffic for network to subscriber traffic egressing towards the ISA-AA MDA.

Slope Policy

Displays the policy as defined in TIMETRA-QOS-MIB::tSlopePolicyTable for network to subscriber traffic egressing towards the ISA-AA MDA.

Queue Policy

Displays the policy as defined in TIMETRA-QOS-MIB::tNetworkQueueTable for network to subscriber traffic egressing towards the ISA-AA MDA.

Scheduler Policy

Displays the policy as defined in TIMETRA-QOS-MIB::tSchedulerPolicyTable for network to subscriber traffic egressing towards the ISA-AA MDA.

Overload Sub-quarantine

Displays the overload quarantine state, up or down.

Overload Cut Through

Displays the overload cut through state, enabled or disabled.

Sample Output
*A:Dut-A# show isa application-assurance-group 1 
===============================================================================
ISA Application-assurance-groups
===============================================================================
ISA-AA Group Index          : 1
Description                 : (Not Specified)
Subscriber Scale            : residential
WLAN GW Group Index         : N/A
Primary ISA-AA              : 5/1 up/active
Backup ISA-AA               : none
Minimum ISA Generation      : 2
Last Active change          : 04/06/2018 10:18:50
Admin State                 : Up
Oper State                  : Up
Diverted FCs                : be l2 
Fail to mode                : fail-to-wire
Partitions                  : disabled
QoS
  Egress from subscriber
    Pool                    : default
      Reserved Cbs          : default
      Slope Policy          : aa_spol1
    Queue Policy            : aa_nqpolEgr
    Scheduler Policy        : aa_pspFrmSub
  Egress to subscriber
    Pool                    : default
      Reserved Cbs          : default
      Slope Policy          : aa_spol1
    Queue Policy            : aa_nqpolEgr
    Scheduler Policy        : aa_pspToSub
Capacity Cost
    High Threshold          : 4294967295
    Low Threshold           : 0
Overload Sub-quarantine     : Down
Overload Cut Through        : disabled
Transit Prefix
    Max IPv4 entries        : 0
    Max IPv6 entries        : 0
    Max IPv6 remote entries : 0
HTTP Enrichment
    Max Packet Size         : 1500 octets
Shared Resources
    TCP Advanced Functions  : 100%
===============================================================================
A:ALU>show>isa#


*A:Dut-C>show isa application-assurance-group 1 load-balance 
===============================================================================
ISA Application-assurance-group 1
===============================================================================
load-balance status         : Complete
isa-capacity-cost-threshold : low  0
                            : high 4294967295
-------------------------------------------------------------------------------
                 capacity   aa-sub  aa-sub  ip         transit-prefix-entries
                 cost               stats   addresses  ipv4  v4-rm ipv6  v6-rm
-------------------------------------------------------------------------------
 1/2             4          4       8       3          0     0     0     0    
 3/1             3          3       6       1          0     0     0     0    
 Mda Limit       n/a        1024    32768   16384      0     0     0     0    
=============================================================================
aa-sub type count for group 1
=============================================================================
                 all       esm       esm-mac   sap       spoke-sdp transit
-----------------------------------------------------------------------------
  1/2            4         1         3         0         0         0
  3/1            3         2         1         0         0         0
 Unassigned(*)   0         0         0         0         0         n/a**
-------------------------------------------------------------------------------
 (*)  Subscribers are not initially load balanced until configuration and
      persistence files have been processed.
 (**) For unassigned transits, refer to unassigned subscriber load-balance
      screen for details.
-------------------------------------------------------------------------------
 Last tools load-balance complete reason:
   Tool never performed or last performed on another AA group
   Subs moved : 0
   Next sub   : n/a
   Service Id : n/a
===============================================================================


*A:Dut-C# show isa application-assurance-group 84 load-balance unassigned
===============================================================================
ISA Application-assurance-group 84 unassigned
===============================================================================
type      SvcId      aa-sub                        App-Profile
-------------------------------------------------------------------------------
esm       2          Sub1                          Cost30
esm       50         Sub2                          Cost31
sap       29         2/1/10:527                    Cost29
sap       30         2/1/10:528                    Cost29
sap       31         2/1/10:529                    Cost29
sap       31         2/1/10:530                    Cost29
sap       31         2/1/10:531                    Cost29
sap       32         2/1/10:546                    Cost29
sap       32         2/1/10:547                    Cost29
sap       33         2/1/10:548                    Cost29
spoke     201        199:10                        Cost27
spoke     202        199:17                        Cost10
spoke     202        199:18                        Cost10
spoke     202        199:19                        Cost10
esm-mac   100        Sub3-000102030405             Cost30
===============================================================================
*A:Dut-C#

applications

applications

Syntax

applications

Context

[Tree] (show>log applications)

Full Context

show log applications

Description

This command displays a list of all application names that can be used in event-control and filter commands.

Platforms

All

Output

The following is an example of log application information.

Sample Output
*A:7950 XRS-20# show log applications
===================================
Log Event Application Names
===================================
Application Name
-----------------------------------
BGP
...
CHASSIS
...
IGMP
...
LDP
LI
...
MIRROR
...
MPLS
...
OSPF
PIM
...
PORT
...
SYSTEM
...
USER
...
VRTR
...
===================================
A:ALA-1# 

applications

Syntax

applications [isa mda-id/esa-vm-id]

Context

[Tree] (tools>dump>app-assure>group>ipassist applications)

Full Context

tools dump application-assurance group ip-identification-assist applications

Description

This command dumps statistics showing the amount of traffic detected by IP identification assist for supported applications.

Parameters

isa mda-id

Specifies the slot and MDA of the ISA in the format slot/mda.

Values

slot/mda

slot

1 to 10, depending on chassis model

mda

1 to 2, depending on chassis model

isa esa-vm-id

Specifies the ESA and ESA VM in the format esa-esa-id/vm-id.

Values

esa-esa-id/vm-id

esa-id

1 to 16

vm-id

1 to 4

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

Use the following command to display statistics showing how much traffic is detected by the IP identification assist feature for supported applications.

tools dump application-assurance group 1:0 ip-identification-assist applications isa 1/1
Sample Output
===============================================================================
Application-Assurance group 1:0 ip-identification-assist application statistics
===============================================================================

isa 1/1
--------------------------------------------------------------------------------
Application Name                   Detection                      flows                   packets                    octets
---------------------------------- ---------- ------------------------- ------------------------- -------------------------

"Apple"                            app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                 32 (100.0%)           43768 (100.0%)         39252130 (100.0%)

"Apple App Store and iTunes"       app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                  0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)

"Apple Music"                      app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                  0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)

"Apple iCloud"                     app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                  0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)

"Facebook"                         app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                 84 (100.0%)           90580 (100.0%)         96430386 (100.0%)

"Google"                           app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                382 (100.0%)           25980 (100.0%)         21150315 (100.0%)

"Google Play Store"                app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                  0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)

"Instagram"                        app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                 52 (100.0%)           18714 (100.0%)         18655139 (100.0%)

"Netflix"                          app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                 78 (100.0%)           59059 (100.0%)         52961501 (100.0%)

"Snapchat"                         app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                  0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)

"Spotify"                          app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                 85 (100.0%)           35703 (100.0%)         32556052 (100.0%)

"Twitter"                          app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                 38 (100.0%)           20555 (100.0%)         16997835 (100.0%)

"Whats App"                        app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                  0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)

"YouTube"                          app-filter                 0 ( 0.0%)                0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                  6 (100.0%)           27562 (100.0%)         31582683 (100.0%)

---------------------------------- ---------- ------------------------- ------------------------- -------------------------
TOTAL (14 applications)            app-filter                 0 ( 0.0%)                  0 ( 0.0%)                 0 ( 0.0%)
                                   ip-assist                757 (100.0%)            321921 (100.0%)       309586041 (100.0%)
===============================================================================

aps

aps

Syntax

aps [aps-id] [detail]

Context

[Tree] (show aps)

Full Context

show aps

Description

This command displays Automated Protection Switching (APS) information.

Parameters

aps-id

Displays information for the specified APS group ID.

Values

aps-group-idaps: keywordgroup-id: 1 to 128

detail

Displays detailed APS information.

Platforms

7450 ESS, 7750 SR-7/12/12e, 7750 SR-a, 7750 SR-e

Output

See the following sections for output samples:

Sample Output: show aps (Working Multi-chassis APS Node)
*A:Dut-A# show aps aps-1
===============================================================================
APS Group Info
===============================================================================
Interface Admin  Oper   MC-Ctl  Work      Prot      Active    Tx/Rx
          State  State  State   Circuit   Circuit   Circuit   K1 Byte
-------------------------------------------------------------------------------
aps-1     Up     Up     N/A     1/5/1     1/9/5     1/5/1     PC-Tx: No-Req
===============================================================================
*A:Dut-A#


*A:Dut-A# show aps aps-1 detail
===============================================================================
APS Group: aps-1
===============================================================================
Description        : APS Group
Group Id           : 1                      Active Circuit       : 1/5/1
Admin Status       : Up                     Oper Status          : Up
Working Circuit    : 1/5/1                  Protection Circuit   : 1/9/5
Switching-mode     : Uni-1plus1             Switching-arch       : 1+1(sig,data)
Revertive-mode     : Non-revertive          Revert-time (min)    :
Rx K1/K2 byte      : 0x00/0x00 (No-Req on Protect)
Tx K1/K2 byte      : 0x00/0x00 (No-Req on Protect)
Current APS Status : OK
Multi-Chassis APS  : No
Neighbor           : 0.0.0.0
Control link state : N/A
Advertise Interval : 1000 msec              Hold Time            : 3000 msec
APS SF Hold Time   : 6000 msec              APS SD Hold Time     : 9000 msec
Mode mismatch Cnt  : 0                      Channel mismatch Cnt : 0
PSB failure Cnt    : 0                      FEPL failure Cnt     : 0
-------------------------------------------------------------------------------
 APS Working Circuit - 1/5/1
-------------------------------------------------------------------------------
Admin Status       : Up                     Oper Status          : Up
Current APS Status : OK                     No. of Switchovers   : 0
Last Switchover    : None                   Switchover seconds   : 0
Signal Degrade Cnt : 1                      Signal Failure Cnt   : 1
Last Switch Cmd    : No Cmd                 Last Exercise Result : Unknown
Tx L-AIS           : None
-------------------------------------------------------------------------------
 APS Protection Circuit - 1/9/5
-------------------------------------------------------------------------------
Admin Status       : Up                     Oper Status          : Up
Current APS Status : OK                     No. of Switchovers   : 0
Last Switchover    : None                   Switchover seconds   : 0
Signal Degrade Cnt : 1                      Signal Failure Cnt   : 1
Last Switch Cmd    : No Cmd                 Last Exercise Result : Unknown
Tx L-AIS           : None
===============================================================================
*A:Dut-A#

Sample Output: show aps (Protect MC-APS Node)
B:Dut-E# show aps 
==================================================================================
APS Group Info
==================================================================================
Interface Admin  Oper    MC-Ctl   Work      Prot       Active     Tx/Rx            
                 State   State    State     Circuit    Circuit    Circuit K1 Byte   
       
----------------------------------------------------------------------------------
aps-20    Up     Up      N/A      3/1/1     3/1/2      3/1/1      PC-Tx:  No-Req    
==================================================================================
B:Dut-E# 


B:Dut-E# show aps aps-30 detail
===============================================================================
APS Group: aps-30
===============================================================================
Description        : APS Group
Group Id           : 30                     Active Circuit       : N/A        
Admin Status       : Up                     Oper Status          : Up         
Working Circuit    : N/A                    Protection Circuit   : 2/2/2      
Switching-mode     : Bi-directional         Switching-arch       : 1+1        
Revertive-mode     : Non-revertive          Revert-time (min) :            
Rx K1/K2 byte      : 0x00/0x05 (No-Req on Protect)                            
Tx K1/K2 byte      : 0x00/0x05 (No-Req on Protect)                            
Current APS Status : OK                                                       
Multi-Chassis APS  : Yes                                                      
Neighbor           : 10.1.1.1                                                 
Control link state : Up                                                       
Advertise Interval : 1000 msec              Hold time            : 3000 msec  
Mode mismatch Cnt  : 0                      Channel mismatch Cnt : 0          
PSB failure Cnt    : 0                      FEPL failure Cnt     : 1          
-------------------------------------------------------------------------------
 APS Working Circuit - Neighbor
-------------------------------------------------------------------------------
Admin Status       : N/A                    Oper Status          : N/A        
Current APS Status : OK                     No. of Switchovers   : 0          
Last Switchover    : None                   Switchover seconds   : 0          
Signal Degrade Cnt : 0                      Signal Failure Cnt   : 0          
Last Switch Cmd    : No Cmd                 Last Exercise Result : Unknown    
Tx L-AIS           : None                                                     
-------------------------------------------------------------------------------
 APS Protection Circuit - 2/2/2
-------------------------------------------------------------------------------
Admin Status       : Up                     Oper Status          : Up         
Current APS Status : OK                     No. of Switchovers   : 0          
Last Switchover    : None                   Switchover seconds   : 0          
Signal Degrade Cnt : 0                      Signal Failure Cnt   : 0          
Last Switch Cmd    : No Cmd                 Last Exercise Result : Unknown    
Tx L-AIS           : None                                                     
===============================================================================
B:Dut-E# 
Output Fields: show aps

Output Fields: show aps describes output fields for the show aps command.

Table 30. Output Fields: show aps

Label

Description

Interface

Specifies the APS interface name (the APS group port).

Admin State

Up — APS is administratively up.

Down — APS port is administratively down.

Oper State

Up — APS port is operationally up.

Down — APS is operationally down.

MC-CTL State

Specifies the multi-chassis state.

Work Circuit

Specifies the working circuit ID.

Prot Circuit

Specifies the physical port that acts as the protection circuit for this APS group.

Active Circuit

Specifies the active circuit.

Tx/Rx K1 Byte

Displays the value of the SONET/SDH K1 byte received or transmitted on the protection circuit.

Group Id

Displays the APS group name.

Protection Circuit

Displays the physical port that will act as the protection circuit for this APS group.

Switching-mode

Displays the switching mode of the APS group.

Switching-arch

The architecture of the APS group.

Revertive-mode

Displays the revertive mode of the APS group.

non-revertive — Traffic remains on the protection line until another switch request is received.

revertive — When the condition that caused a switch to the protection line has been cleared the signal is switched back to the working line.

Revert-time

Displays the configured time, in minutes, to wait after the working circuit has become functional again, before making the working circuit active again. If the revertive mode is non-revertive, then this field will be empty.

Rx K1/K2 byte

Displays the value of the SONET/SDH K1/K2 byte received on the interface.

Tx K1/K2 byte

Displays the value of the SONET/SDH K1/K2 byte transmitted on the interface.

Current APS Status

Displays the current APS status.

Mode Mismatch Cnt

Indicates the number of times a conflict occurs between the current local mode and the received K2 mode information.

Channel mismatch Cnt

Indicates the number of mismatches between the transmitted K1 channel and the received K2 channel has been detected.

PSB failure Cnt

Displays a count of Protection Switch Byte (PSB) failure conditions. This condition occurs when either an inconsistent APS byte or an invalid code is detected.

FEPL failure Cnt

Displays a count of far-end protection-line (FEPL) failure conditions. This condition is declared based on receiving SF on the protection line in the K1 byte.

No. of Switchovers

Displays the number of times a switchover has occurred.

Last Switchover

Displays the time stamp of the last switchover.

Switchover seconds

Displays the cumulative Protection Switching Duration (PSD) time in seconds.

For a working channel, this is the cumulative number of seconds that service was carried on the protection line.

For the protection line, this is the cumulative number of seconds that the protection line has been used to carry any working channel traffic. This information is only valid if revertive switching is enabled.

Signal Degrade Cnt

Displays the number of times the signal was degraded.

Signal Failure Cnt

Displays the number of times the signal failed.

Last Switch Cmd

Reports the last switch command that was performed on a circuit.

Last Exercise Result

The result of the last exercise request on a circuit.

Neighbor address

Displays the neighbor IP address.

Advertise Interval

Displays the advertise interval.

Hold time

Displays the hold time.

aps

Syntax

aps aps-id [clear]

aps mc-aps-signaling [clear]

aps mc-aps-ppp [clear]

Context

[Tree] (tools>dump aps)

Full Context

tools dump aps

Description

This command displays Automated Protection Switching (APS) information.

Parameters

aps-id

Specifies the APS ID.

Values

aps-group-id

aps: keyword

group-id: 1 to 64

clear

Removes all Automated Protection Switching (APS) operational commands.

mc-aps-signaling

Displays multi-chassis APS signaling information.

mc-aps-ppp

Displays multi-chassis APS PPP information.

Platforms

7450 ESS, 7750 SR-7/12/12e, 7750 SR-a, 7750 SR-e

Output

The following output is an example of APS information.

Sample Output
*A:AS_SR7_2# tools dump aps aps-33    
 
GrpId = 33, state = Running, mode:cfg/oper = Bi-directional/Bi-directional
   revert = 0, workPort: N/A, protPort: 2/1/1, activePort: working
   rxK1 = 0x0 (No-Req on Protect), physRxK1 = 0x0, rxK2 = 0x5
   txK1 = 0x0 (No-Req on Protect), physTxK1 = 0x0, txK2 = 0x5
   K1ReqToBeTxed = 0x0, K1ChanToBeTxed = 0x0, lastRxReq = 0xc
   MC-APS Nbr = 10.100.100.1 (Up), advIntvl = 10, hold = 30
   workPort: status = OK, Tx-Lais = None, sdCnt = 1, sfCnt = 1
     numSwitched = 1, switchSecs = 0, lastSwitched = 07/25/2007 08:00:12
     disCntTime = , alarms = , switchCmd = No Cmd 
   protPort: status = OK, Tx-Lais = None, sdCnt = 1,  sfCnt = 0
     numSwitched = 1, switchSecs = 0, lastSwitched = 07/25/2007 08:03:39
     disCntTime = , alarms = ,  switchCmd = No Cmd  
   GrpStatus: OK, mmCnt = 1, cmCnt = 1, psbfCnt = 1, feplfCnt = 2
   LocalSwitchCmd: priority = No-Req, portNum = 0
   RemoteSwitchCmd: priority = No-Req, portNum = 0
   Running Timers = mcAdvIntvl mcHold 
   processFlag =  apsFailures = , sonet = Y
   DebugInfo: dmEv = 0, dmClrEv = 0, amEv = 1, amClrEv = 1
     cmEv = 1, cmClrEv = 1, psbfEv = 1, psbfClrEv = 1
     feplfEv = 2, feplfClrEv = 2, wtrEv = 0, psbfDetectEv = 0
     wSdEv = 1, wSfEv = 2, pSdEv = 1, pSfEv = 1
     portStatusEv = 8, rxK1Ev = 9, txLaisEv = 2, lastEvName = FeplClr
     CtlUpEv = 3, CtlDnEv = 2, wAct = 0, wDeAct = 0
Seq      Event  TxK1/K2 RxK1/K2  Dir    Active         Time    
===     ======= ======= ======= =====   ======  ================
000     ProtAdd 0xc005  0x0000  Tx-->     Work  497 02:18:10.590
001     RxKByte 0xc005  0x6dea  Rx<--     Work  497 02:20:14.820
002     RxKByte 0xc005  0xc005  Rx<--     Work  497 02:21:30.970
003     RxKByte 0xc005  0x2005  Rx<--     Work  497 02:21:36.530
004      pSFClr 0x0005  0x2005  Tx-->     Work  497 02:21:40.590
005     RxKByte 0x0005  0x0005  Rx<--     Work  497 02:21:40.600
006     RxKByte 0x0005  0xc115  Rx<--     Work  497 02:25:22.840
007     RxKByte 0x2115  0xc115  Tx-->     Prot  497 02:25:22.840
008     RxKByte 0x2115  0xa115  Rx<--     Prot  000 00:00:47.070
009     RxKByte 0x2115  0x1115  Rx<--     Prot  000 00:00:47.560
010     RxKByte 0x2115  0xc005  Rx<--     Prot  000 00:00:57.010
011     RxKByte 0x2005  0xc005  Tx-->     Work  000 00:00:57.010
012     RxKByte 0x2005  0x0005  Rx<--     Work  000 00:01:06.170
013     RxKByte 0x0005  0x0005  Tx-->     Work  000 00:01:06.170
Sample Output
:AS_SR7_1# tools dump aps mc-aps-ppp 
 
 pppmMcsModStarted = Yes
 pppmMcsDbgDoSync = Yes
 pppmMcsApsGrpHaAuditDone = Yes
 pppmMcsPostHaSyncedApsGrpId = 47
 pppmMcsMcApsChanCnt = 1280
 
 pppmMcsDbgRxPktCnt = 2560
 pppmMcsDbgRxPktNotProcessedCnt = 0
 pppmMcsDbgRxPktInvalidCnt = 0
 pppmMcsDbgInconsistentRxPktDropCnt = 0
 pppmMcsDbgInconsistentTxPktDropCnt = 1176
 pppmMcsDbgTxPktNotSentCnt = 0
 pppmMcsDbgTxPktSentCnt = 25
 pppmMcsDbgEvtDropCnt = 0
 pppmMcsDbgMemAllocErrCnt = 0
 pppmMcsDbgReTxCnt = 0
 pppmMcsDbgReTxExpCnt = 0
 pppmMcsDbgReReqCnt = 0
 
 pppmMcsStateAckQueueCnt (curr/peek) = 0/130
 pppmMcsStateReqQueueCnt (curr/peek) = 0/1280
 pppmMcsStateReReqQueueCnt (curr/peek) = 0/256
 pppmMcsStateTxQueueCnt (curr/peek) = 0/512
 pppmMcsStateReTxQueueCnt (curr/peek) = 0/130
 
 MC-APS Peer Info : 
 -------------------- 
 
   Grp 13 Addr 10.100.100.2 - Up  
   Grp 20 Addr 10.100.100.2 - Up  
   Grp 35 Addr 10.100.100.2 - Up  
   Grp 43 Addr 10.100.100.2 - Up  
   Grp 47 Addr 10.100.100.2 - Up  
 
 Number of pppmMcs Evt Msgs dispatched:
   ctl_link_state : 0
   ctl_link_up_tmr : 0
   ctl_link_down_tmr : 0
   ha_audit_done : 0
Sample Output
*A:eth_aps_sr7# tools dump aps mc-aps-signaling           
 
 MC-APS Control Debug Counters : 
 ------------------------------- 
 Ctl Pkt Rx = 0
 Invalid Rx Ctl Pkt = 0
 Incompatible Rx Ctl Pkt = 0
 Nbr not Rx Ctl Pkt = 0
 Invalid Rx Ctl Pkt Tlv = 0
 Ctl Pkt Rx-ed before HaReady = 0
 Not sent Tx Ctl Pkt = 0
 
 MC-APS-LAG Debug Counters : 
 --------------------------- 
 Ctl Pkt Rx from IOM        = 0
 
 Not processed Rx Ctl Pkt   = 0
 Invalid Rx Ctl Pkt         = 0
 Incompatible Rx Ctl Pkt    = 0
 Rx Ctl Pkt queueing failed = 0
 
 Ctl Pkt Tx (direct)        = 0
 Ctl Pkt Tx (UDP socket)    = 0
 Not sent Tx Ctl Pkt        = 0
 
 Route Update               = 0
 Matched Route Update       = 0
 
 Msg Buf Alloc Failed       = 0
 
 MC-APS-LAG NbrRoute Entries : 
 ------------------------------- 
 NbrAddr 10.1.1.1 NextHopAddr ::
   EgressIfIndex =  0  
   EgressPortId =  Unknown  
   app refCnt  =  1
   refCntTotal =  1

aps

Syntax

aps

Context

[Tree] (tools>perform aps)

Full Context

tools perform aps

Description

Commands in this context perform Automated Protection Switching (APS) operations.

Platforms

7450 ESS, 7750 SR-7/12/12e, 7750 SR-a, 7750 SR-e

arbiter-stats

arbiter-stats

Syntax

arbiter-stats

Context

[Tree] (clear>qos arbiter-stats)

Full Context

clear qos arbiter-stats

Description

Commands in this context clear arbiter statistics.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, 7950 XRS, VSR

arbiter-stats

Syntax

arbiter-stats

Context

[Tree] (monitor>qos arbiter-stats)

Full Context

monitor qos arbiter-stats

Description

Commands in this context configure monitor functionality for arbiter statistics.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, 7950 XRS, VSR

arbiter-stats

Syntax

arbiter-stats

Context

[Tree] (show>qos arbiter-stats)

Full Context

show qos arbiter-stats

Description

Commands in this context display arbiter statistics information.

Platforms

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, 7950 XRS, VSR

area

area

Syntax

area [area-id] [detail] [ lfa]

area [area-id] [detail] lfa flex-algo flex-algo-id

area [area-id] [detail] lfa flex-algo all

Context

[Tree] (show>router>ospf area)

Full Context

show router ospf area

Description

This command displays configuration information about all areas or the specified area.

Parameters

area-id

Displays the OSPF area ID expressed in dotted decimal notation or as a 32-bit decimal integer.

Values

ip-address — a.b.c.d

area — 0 to 4294967295

flex-algo-id

Displays the flexible algorithm identifier.

Values

128 to 255

detail

Displays detailed operational and statistical information about the specified area.

lfa

Displays Loop-Free Alternate (LFA) next-hop information. This information corresponds to the backup next hops for IP links and nodes written in RTM by the base LFA feature.

flex-algo

Displays OSPFv2 information for the specified algorithm identifier.

flex-algo all

Displays OSPFv2 information for all flexible algorithms.

Platforms

All

Output

The following examples display OSPF area outputs.

OSPF Area Output Fields describes the standard and detailed command output fields for an OSPF area.

Table 31. OSPF Area Output Fields

Label

Description

Area Id

A 32 bit integer uniquely identifying an area.

Type

NSSA — This area is configured as an NSSA area.

Standard — This area is configured as a standard area (not NSSA or Stub).

Stub — This area is configured as a stub area.

SPF Runs

The number of times that the intra-area route table has been calculated using this area’s link state database.

LSA Count

The total number of link-state advertisements in this area’s link state database, excluding AS External LSAs.

LSA Cksum Sum

The 32-bit unsigned sum of the link-state database advertisements LS checksums contained in this area’s link state database. This checksum excludes AS External LSAs (type-5).

No. of OSPF Areas

The number of areas configured on the router.

Virtual Links

The number of virtual links configured through this transit area.

Active IFs

The active number of interfaces configured in this area.

Area Bdr Rtrs

The total number of ABRs reachable within this area.

AS Bdr Rtrs

The total number of ASBRs reachable within this area.

Last SPF Run

The time when the last intra-area SPF was run on this area.

Router LSAs

The total number of router LSAs in this area.

Network LSAs

The total number of network LSAs in this area.

Summary LSAs

The summary of LSAs in this area.

Asbr-summ LSAs

The summary of ASBR LSAs in this area.

Nssa-ext LSAs

The total number of NSSA-EXT LSAs in this area.

Area opaque LSAs

The total number of opaque LSAs in this area.

Total Nbrs

The total number of neighbors in this area.

Total IFs

The total number of interfaces configured in this area.

Total LSAs

The sum of LSAs in this area excluding autonomous system external LSAs.

Blackhole Range

False — No blackhole route is installed for aggregates configured in this area.

True — A lowest priority blackhole route is installed for aggregates configured in this area.

Export Database

False — The extended TE Database (TE-DB) is not exported in this area.

True — The extended TE Database (TE-DB) is exported in this area.

Export Policies

The export policies configured in this area.

Export Fltrd LSAs

The total number of LSAs filtered by area export policies.

Import Policies

The import policies configured in this area.

Import Fltrd LSAs

The total number of LSAs filtered by area import policies.

Sample Output: show router ospf area detail
A:SetupCLI# show router ospf 0 area detail
===============================================================================
Rtr Base OSPFv2 Instance 0 Areas (detail)
===============================================================================
-------------------------------------------------------------------------------
Area Id: 0.0.0.0
-------------------------------------------------------------------------------
Area Id          : 0.0.0.0              Type             : Standard
Key Rollover Int.: 10                   LFA              : Include
Virtual Links    : 0                    Total Nbrs       : 0
Active IFs       : 0                    Total IFs        : 2
Area Bdr Rtrs    : 0                    AS Bdr Rtrs      : 0
SPF Runs         : 0                    Last SPF Run     : Never
Router LSAs      : 0                    Network LSAs     : 0
Summary LSAs     : 0                    Asbr-summ LSAs   : 0
Nssa ext LSAs    : 0                    Area opaque LSAs : 1
Total LSAs       : 1                    LSA Cksum Sum    : 0xd6af
Blackhole Range  : False                Unknown LSAs     : 0
Export Database  : False
Export Policies  : None 
Export Fltrd LSAs: 0
Import Policies  : None
Import Fltrd LSAs: 0
-------------------------------------------------------------------------------
Area Id: 1.1.1.1
-------------------------------------------------------------------------------
Area Id          : 1.1.1.1              Type             : Stub
Default Cost     : 16777215             Import Summary   : Send Summary
Key Rollover Int.: 10                   LFA              : Exclude
Virtual Links    : 0                    Total Nbrs       : 0
Active IFs       : 0                    Total IFs        : 1
Area Bdr Rtrs    : 0                    AS Bdr Rtrs      : 0
SPF Runs         : 0                    Last SPF Run     : Never
Router LSAs      : 0                    Network LSAs     : 0
Summary LSAs     : 0                    Asbr-summ LSAs   : 0
Nssa ext LSAs    : 0                    Area opaque LSAs : 1
Total LSAs       : 1                    LSA Cksum Sum    : 0xf493
Blackhole Range  : False                Unknown LSAs     : 0
Export database  : False 
Export Policies  : None 
Export Fltrd LSAs: 0 
Import Policies  : None
Import Fltrd LSAs: 0
-------------------------------------------------------------------------------
Area Id: 2.2.2.2
-------------------------------------------------------------------------------
Area Id          : 2.2.2.2              Type             : Standard
Key Rollover Int.: 10                   LFA              : Include
Virtual Links    : 1                    Total Nbrs       : 0
Active IFs       : 0                    Total IFs        : 0
Area Bdr Rtrs    : 0                    AS Bdr Rtrs      : 0
SPF Runs         : 0                    Last SPF Run     : Never
Router LSAs      : 0                    Network LSAs     : 0
Summary LSAs     : 0                    Asbr-summ LSAs   : 0
Nssa ext LSAs    : 0                    Area opaque LSAs : 1
Total LSAs       : 1                    LSA Cksum Sum    : 0xd6af
Blackhole Range  : True                 Unknown LSAs     : 0
Export database  : False
Export Policies  : None                 
Export Fltrd LSAs: 0                    
Import Policies  : None
Import Fltrd LSAs: 0
===============================================================================
A:SetupCLI#

*A:Dut-B# show router ospf area 0.0.0.0 detail 
===============================================================================
Rtr Base OSPFv2 Instance 0 Area 0.0.0.0 (detail)
===============================================================================
-------------------------------------------------------------------------------
Configuration
-------------------------------------------------------------------------------
Area Id          : 0.0.0.0              Type             : Standard            
-------------------------------------------------------------------------------
Statistics
-------------------------------------------------------------------------------
Virtual Links    : 0                    Total Nbrs       : 2                   
Active IFs       : 3                    Total IFs        : 3                   
Area Bdr Rtrs    : 0                    AS Bdr Rtrs      : 0                   
SPF Runs         : 7                    Last SPF Run     : 10/26/2006 10:09:18 
Router LSAs      : 3                    Network LSAs     : 3                   
Summary LSAs     : 0                    Asbr-summ LSAs   : 0                   
Nssa ext LSAs    : 0                    Area opaque LSAs : 3                   
Total LSAs       : 9                    LSA Cksum Sum    : 0x28b62             
Blackhole Range  : True                 Unknown LSAs     : 0                   
Export database  : False
Export Policies  : None
Export Fltrd LSAs: 0
Import Policies  : None
Import Fltrd LSAs: 0
===============================================================================

*A:Dut-B# show router ospf 0 area 0.0.0.0 lfa
=======================================================================
Rtr Base OSPFv2 Instance 0 Path Table
=======================================================================
Node                Interface                     Nexthop
                      LFA Interface                 LFA Nexthop
-----------------------------------------------------------------------
10.20.1.1           to_Dut-A1                     10.20.1.1
                       to_Dut-C1                     10.20.1.3
10.20.1.3           to_Dut-C1                     10.20.1.3
                       to_Dut-A1                     10.20.1.1
10.20.1.4           to_Dut-D1                     10.20.1.4
10.20.1.6           to_Dut-D1                     10.20.1.4
                       to_Dut-C1                     10.20.1.3
=======================================================================
*A:Dut-B#

*A:Dut-B# show router ospf 0 area 0.0.0.0 lfa detail
=======================================================================
Rtr Base OSPFv2 Instance 0 Path Table (detail)
=======================================================================
OSPF Area  : 0.0.0.0
-----------------------------------------------------------------------
Node               : 10.20.1.1          Metric             : 10
Interface          : to_Dut-A1          Nexthop            : 10.20.1.1
LFA Interface      : to_Dut-C1          LFA Metric         : 20
LFA type           : linkProtection     LFA Nexthop        : 10.20.1.3

 
Node               : 10.20.1.3          Metric             : 10
Interface          : to_Dut-C1          Nexthop            : 10.20.1.3
LFA Interface      : to_Dut-A1          LFA Metric         : 20
LFA type           : linkProtection     LFA Nexthop        : 10.20.1.1

 
Node               : 10.20.1.4          Metric             : 10
Interface          : to_Dut-D1          Nexthop            : 10.20.1.4

Node               : 10.20.1.6          Metric             : 20
Interface          : to_Dut-D1          Nexthop            : 10.20.1.4
LFA Interface      : to_Dut-C1          LFA Metric         : 30
LFA type           : nodeProtection     LFA Nexthop        : 10.20.1.3

=======================================================================
*A:Dut-B#
Sample Output: show router ospf area lfa flex-algo
*A:Dut-C# show router ospf area lfa flex-algo 128
===============================================================================
Rtr Base OSPFv2 Instance 0 Flex-Algo 128 Path Table
===============================================================================
10.20.1.2           C1/1/5-B1/1/8                 10.20.1.2
                       C1/1/7-E1/1/1                 10.20.1.5
10.20.1.5           C1/1/7-E1/1/1                 10.20.1.5
                       C1/1/5-B1/1/8                 10.20.1.2
===============================================================================
*A:Dut-C#

area

Syntax

area [area-id] [detail] [ lfa]

Context

[Tree] (show>router>ospf3 area)

Full Context

show router ospf3 area

Description

This command displays configuration information about all areas or the specified area. When detail is specified operational and statistical information will be displayed.

Parameters

area-id

Displays the OSPF area ID expressed in dotted decimal notation or as a 32-bit decimal integer.

Values

ip-address — a.b.c.d

area — 0 to 4294967295

detail

Displays detailed information about the specified area.

lfa

Displays Loop-Free Alternate (LFA) next-hop information. This information corresponds to the backup next hops for IP links and nodes written in RTM by the base LFA feature.

Platforms

All

Output

OSPF Area Output

The following table describes the standard and detailed command output fields for an OSPF area.

Table 32. OSPF Area Output Fields

Label

Description

Area Id

A 32 bit integer uniquely identifying an area.

Type

NSSA — This area is configured as an NSSA area.

Standard — This area is configured as a standard area (not NSSA or Stub).

Stub — This area is configured as a stub area.

SPF Runs

The number of times that the intra-area route table has been calculated using this area’s link state database.

LSA Count

The total number of link-state advertisements in this area’s link state database, excluding AS External LSAs.

LSA Cksum Sum

The 32-bit unsigned sum of the link-state database advertisements LS checksums contained in this area’s link state database. This checksum excludes AS External LSAs (type-5).

No. of OSPF Areas

The number of areas configured on the router.

Virtual Links

The number of virtual links configured through this transit area.

Active IFs

The active number of interfaces configured in this area.

Area Bdr Rtrs

The total number of ABRs reachable within this area.

AS Bdr Rtrs

The total number of ASBRs reachable within this area.

Last SPF Run

The time when the last intra-area SPF was run on this area.

Router LSAs

The total number of router LSAs in this area.

Network LSAs

The total number of network LSAs in this area.

Summary LSAs

The summary of LSAs in this area.

Asbr-summ LSAs

The summary of ASBR LSAs in this area.

Nssa-ext LSAs

The total number of NSSA-EXT LSAs in this area.

Area opaque LSAs

The total number of opaque LSAs in this area.

Total Nbrs

The total number of neighbors in this area.

Total IFs

The total number of interfaces configured in this area.

Total LSAs

The sum of LSAs in this area excluding autonomous system external LSAs.

Blackhole Range

False — No blackhole route is installed for aggregates configured in this area.

True — A lowest priority blackhole route is installed for aggregates configured in this area.

Export Database

False — The extended TE Database (TE-DB) is not exported in this area.

True — The extended TE Database (TE-DB) is exported in this area.

Export Policies

The export policies configured in this area.

Export Fltrd LSAs

The total number of LSAs filtered by area export policies.

Import Policies

The import policies configured in this area.

Import Fltrd LSAs

The total number of LSAs filtered by area import policies.

Sample Output
A:SetupCLI# show router ospf 0 area detail
===============================================================================
Rtr Base OSPFv2 Instance 0 Areas (detail)
===============================================================================
-------------------------------------------------------------------------------
Area Id: 0.0.0.0
-------------------------------------------------------------------------------
Area Id          : 0.0.0.0              Type             : Standard
Key Rollover Int.: 10                   LFA              : Include
Virtual Links    : 0                    Total Nbrs       : 0
Active IFs       : 0                    Total IFs        : 2
Area Bdr Rtrs    : 0                    AS Bdr Rtrs      : 0
SPF Runs         : 0                    Last SPF Run     : Never
Router LSAs      : 0                    Network LSAs     : 0
Summary LSAs     : 0                    Asbr-summ LSAs   : 0
Nssa ext LSAs    : 0                    Area opaque LSAs : 1
Total LSAs       : 1                    LSA Cksum Sum    : 0xd6af
Blackhole Range  : False                Unknown LSAs     : 0
Export Database  : False
Export Policies  : None 
Export Fltrd LSAs: 0
Import Policies  : None
Import Fltrd LSAs: 0
-------------------------------------------------------------------------------
Area Id: 1.1.1.1
-------------------------------------------------------------------------------
Area Id          : 1.1.1.1              Type             : Stub
Default Cost     : 16777215             Import Summary   : Send Summary
Key Rollover Int.: 10                   LFA              : Exclude
Virtual Links    : 0                    Total Nbrs       : 0
Active IFs       : 0                    Total IFs        : 1
Area Bdr Rtrs    : 0                    AS Bdr Rtrs      : 0
SPF Runs         : 0                    Last SPF Run     : Never
Router LSAs      : 0                    Network LSAs     : 0
Summary LSAs     : 0                    Asbr-summ LSAs   : 0
Nssa ext LSAs    : 0                    Area opaque LSAs : 1
Total LSAs       : 1                    LSA Cksum Sum    : 0xf493
Blackhole Range  : False                Unknown LSAs     : 0
Export database  : False 
Export Policies  : None 
Export Fltrd LSAs: 0 
Import Policies  : None
Import Fltrd LSAs: 0
-------------------------------------------------------------------------------
Area Id: 2.2.2.2
-------------------------------------------------------------------------------
Area Id          : 2.2.2.2              Type             : Standard
Key Rollover Int.: 10                   LFA              : Include
Virtual Links    : 1                    Total Nbrs       : 0
Active IFs       : 0                    Total IFs        : 0
Area Bdr Rtrs    : 0                    AS Bdr Rtrs      : 0
SPF Runs         : 0                    Last SPF Run     : Never
Router LSAs      : 0                    Network LSAs     : 0
Summary LSAs     : 0                    Asbr-summ LSAs   : 0
Nssa ext LSAs    : 0                    Area opaque LSAs : 1
Total LSAs       : 1                    LSA Cksum Sum    : 0xd6af
Blackhole Range  : True                 Unknown LSAs     : 0
Export database  : False
Export Policies  : None                 
Export Fltrd LSAs: 0                    
Import Policies  : None
Import Fltrd LSAs: 0
===============================================================================
A:SetupCLI#

*A:Dut-B# show router ospf area 0.0.0.0 detail 
===============================================================================
Rtr Base OSPFv2 Instance 0 Area 0.0.0.0 (detail)
===============================================================================
-------------------------------------------------------------------------------
Configuration
-------------------------------------------------------------------------------
Area Id          : 0.0.0.0              Type             : Standard            
-------------------------------------------------------------------------------
Statistics
-------------------------------------------------------------------------------
Virtual Links    : 0                    Total Nbrs       : 2                   
Active IFs       : 3                    Total IFs        : 3                   
Area Bdr Rtrs    : 0                    AS Bdr Rtrs      : 0                   
SPF Runs         : 7                    Last SPF Run     : 10/26/2006 10:09:18 
Router LSAs      : 3                    Network LSAs     : 3                   
Summary LSAs     : 0                    Asbr-summ LSAs   : 0                   
Nssa ext LSAs    : 0                    Area opaque LSAs : 3                   
Total LSAs       : 9                    LSA Cksum Sum    : 0x28b62             
Blackhole Range  : True                 Unknown LSAs     : 0                   
Export database  : False
Export Policies  : None
Export Fltrd LSAs: 0
Import Policies  : None
Import Fltrd LSAs: 0
===============================================================================

*A:Dut-B# show router ospf 0 area 0.0.0.0 lfa
=======================================================================
Rtr Base OSPFv2 Instance 0 Path Table
=======================================================================
Node                Interface                     Nexthop
                      LFA Interface                 LFA Nexthop
-----------------------------------------------------------------------
10.20.1.1           to_Dut-A1                     10.20.1.1
                       to_Dut-C1                     10.20.1.3
10.20.1.3           to_Dut-C1                     10.20.1.3
                       to_Dut-A1                     10.20.1.1
10.20.1.4           to_Dut-D1                     10.20.1.4
10.20.1.6           to_Dut-D1                     10.20.1.4
                       to_Dut-C1                     10.20.1.3
=======================================================================
*A:Dut-B#

*A:Dut-B# show router ospf 0 area 0.0.0.0 lfa detail
=======================================================================
Rtr Base OSPFv2 Instance 0 Path Table (detail)
=======================================================================
OSPF Area  : 0.0.0.0
-----------------------------------------------------------------------
Node               : 10.20.1.1          Metric             : 10
Interface          : to_Dut-A1          Nexthop            : 10.20.1.1
LFA Interface      : to_Dut-C1          LFA Metric         : 20
LFA type           : linkProtection     LFA Nexthop        : 10.20.1.3

 
Node               : 10.20.1.3          Metric             : 10
Interface          : to_Dut-C1          Nexthop            : 10.20.1.3
LFA Interface      : to_Dut-A1          LFA Metric         : 20
LFA type           : linkProtection     LFA Nexthop        : 10.20.1.1

 
Node               : 10.20.1.4          Metric             : 10
Interface          : to_Dut-D1          Nexthop            : 10.20.1.4

Node               : 10.20.1.6          Metric             : 20
Interface          : to_Dut-D1          Nexthop            : 10.20.1.4
LFA Interface      : to_Dut-C1          LFA Metric         : 30
LFA type           : nodeProtection     LFA Nexthop        : 10.20.1.3

=======================================================================
*A:Dut-B#

arp

arp

Syntax

arp {[ip-address] | [mac ieee-address] | [ sap sap-id] | [interface ip-int-name] | [ sdp sdp-id:vc-id] | [summary] }

Context

[Tree] (show>service>id arp)

Full Context

show service id arp

Description

This command displays the ARP cache entries for this service.

Parameters

ip-address

Specifies the IP address in IP address dotted decimal notation.

ieee-mac-address

Specifies the 48-bit MAC address in the form aa:bb:cc:dd:ee:ff or aa-bb-cc-dd-ee-ff where aa, bb, cc, dd, ee and ff are hexadecimal numbers. Allowed values are any non-broadcast, non-multicast MAC and non-IEEE reserved MAC addresses.

sap-id

Specifies a Service Access Point (SAP) within a service.

ip-int-name

Specifies the name of the IP interface. Interface names can be from 1 to 32 alphanumeric characters. If the string contains special characters (#, $, spaces, and so on), the entire string must be enclosed between double quotes.

sdp-id

Specifies the SDP identifier. Allowed values are integers in the range of 1 and 17407 for existing SDPs.

vc-id

Specifies the virtual circuit identifier.

Values

1 to 4294967295

Platforms

All

Output

The following output is an example of service ID information. Service-ID ARP Field Descriptions describes the output fields.

Sample Output
A:ALA-A# show service id 100 base 
===============================================================================
ARP Table
===============================================================================
IP Address      MAC Address       Type    Age       Interface         Port
-------------------------------------------------------------------------------
10.1.0.1        00:00:66:66:66:01 Other   00h00m00s ies-10-101.1.0.1 1/1/4
239.1.1.2       00:00:5e:00:01:64 Other   00h00m00s ies-10-239.1.1.2 1/1/3
239.1.1.201     00:00:22:2e:a5:61 Static  00h00m00s ies-10-239.1.1.2 1/1/3
239.1.1.202     00:00:22:2e:a5:62 Static  00h00m00s ies-10-239.1.1.2 1/1/3
===============================================================================
A:ALA-A#
Table 33. Service-ID ARP Field Descriptions

Label

Description

IP Address

Specifies the IP address of the ARP cache entry.

MAC Address

Specifies the MAC address associated with the IP address.

Type

Other — Learned through normal ARP queries.

Static — Configured by static-arp commands.

Managed — Learned from DHCP snooping or configured by host commands.

Age

Indicates age of the ARP entry.

Interface

Indicates the name of the IP interface.

Port

Indicates the port upon which the entry was learned.

arp

Syntax

arp {all | ip-address}

arp interface {ip-int-name | ip-address}

Context

[Tree] (clear>router arp)

Full Context

clear router arp

Description

This command clears all or specific ARP entries.

The scope of ARP cache entries cleared depends on the command line options specified.

Parameters

all

Clears all ARP cache entries.

ip-address

Clears the ARP cache entry for the specified IP address.

Values

ipv4-address:

a.b.c.d

ip-int-name

Clears all ARP cache entries for the IP interface with the specified name, up to 32 characters.

ip-address

Clears all ARP cache entries for the specified IP interface with the specified IP address.

Values

ipv4-address:

a.b.c.d

Platforms

All

arp

Syntax

arp

Context

[Tree] (clear>service>id arp)

Full Context

clear service id arp

Description

This command clears all ARP entries. This command is only valid for Ipipe and VPRN services.

Platforms

All

arp

Syntax

arp [{ip-int-name | ip-address[/mask] | mac ieee-mac-address | summary}] [arp-type]

Context

[Tree] (show>router arp)

Full Context

show router arp

Description

This command displays the router ARP table sorted by IP address. If no command line options are specified, all ARP entries are displayed.

Parameters

ip-int-name

Only displays ARP entries associated with the specified IP interface name.

ip-address[/mask]

Only displays ARP entries associated with the specified IP address and mask.

ieee-mac-address

Only displays ARP entries associated with the specified MAC address.

summary

Displays an abbreviate list of ARP entries.

arp-type

Only displays ARP information associated with the keyword.

Values

local, dynamic, static, managed

Platforms

All

Output

ARP Table Output — The following output is an example of router ARP table information, and ARP Fields describes the ARP table output fields.

Sample Output
*B:7710-Red-RR# show router arp
===============================================================================
ARP Table (Router: Base)
===============================================================================
IP Address      MAC Address       Expiry    Type   Interface
-------------------------------------------------------------------------------
10.20.1.24      00:16:4d:23:91:b8 00h00m00s Oth    system
10.10.4.11      00:03:fa:00:d0:c9 00h57m03s Dyn[I] to-core-sr1
10.10.4.24      00:03:fa:41:8d:20 00h00m00s Oth[I] to-core-sr1
-------------------------------------------------------------------------------
No. of ARP Entries: 3
===============================================================================


A:ALA-A# show router ARP 10.10.0.3
===============================================================================
ARP Table                                                                      
===============================================================================
IP Address      MAC Address       Expiry      Type Interface                      
-------------------------------------------------------------------------------
10.10.0.3       04:5d:ff:00:00:00 00:00:00    Oth  system                         
===============================================================================
A:ALA-A#


A:ALA-A# show router ARP to-ser1
===============================================================================
ARP Table                                                                      
===============================================================================
IP Address      MAC Address       Expiry      Type Interface                      
-------------------------------------------------------------------------------
10.10.13.1      04:5b:01:01:00:02 03:53:09    Dyn  to-ser1                        
===============================================================================
A:ALA-A#
Table 34. ARP Fields

Label

Description

IP Address

The IP address of the ARP entry

MAC Address

The MAC address of the ARP entry

Expiry

The age of the ARP entry

Type

Dyn — he ARP entry is a dynamic ARP entry

Inv — the ARP entry is an inactive static ARP entry (invalid)

Oth — the ARP entry is a local or system ARP entry

Sta — the ARP entry is an active static ARP entry

*Man

The ARP entry is a managed ARP entry

Int

The ARP entry is an internal ARP entry

[I}

The ARP entry is in use

Interface

The IP interface name associated with the ARP entry

No. of ARP Entries

The number of ARP entries displayed in the list

arp-host

arp-host

Syntax

arp-host [wholesaler service-id] {[sap sap-id | interface interface-name | ip-address ip-address[/mask] | mac ieee-address | {[ port port-id] [no-inter-dest-id | inter-dest-id inter-dest-id]}]} [detail]

arp-host statistics [sap sap-id | interface interface-name]

arp-host summary {[interface interface-name | saps ]

Context

[Tree] (show>service>id arp-host)

Full Context

show service id arp-host

Description

This command displays ARP host related information.

Parameters

service-id

The VPRN service ID of the wholesaler. When specified in this context, SAP, SDP, interface, IP address and MAC parameters are ignored.

Values

1 to 2148007980, svc-name: 64 chars max

sap-id

Specifies the physical port identifier portion of the SAP definition.

interface-name

Displays information for the specified IP interface. 32 characters maximum.

ip-address[/mask]

Displays information associated with the specified IP address.

Values

ip-address: a.b.c.d.

mask: 1 to 32

ieee-address

Specifies the MAC address.

Values

xx:xx:xx:xx:xx:xx or xx-xx-xx-xx-xx-xx

port-id

Specifies the port ID.

Values

slot, mda, port

no-inter-dest-id

Displays the information about no intermediate destination ID.

inter-dest-id

Indicates the intermediate destination identifier received from either the DHCP or the RADIUS server or the local user database. 32 characters maximum

detail

Displays detailed information.

statistics

Displays ARP host statistics.

summary

Displays summary information.

saps

Displays SAP ARP host related information.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following output is an example ARP host information for specified service IDs.

Sample Output
*A:Dut-C# show service id 2 arp-host 
===============================================================================
ARP host table, service 2
===============================================================================
IP Address      Mac Address       Sap Id              Remaining           MC   
                                                      Time                Stdby
-------------------------------------------------------------------------------
128.128.1.2     00:80:00:00:00:01 2/1/5:2             00h04m41s                
128.128.1.3     00:80:00:00:00:02 2/1/5:2             00h04m42s                
128.128.1.4     00:80:00:00:00:03 2/1/5:2             00h04m43s                
128.128.1.5     00:80:00:00:00:04 2/1/5:2             00h04m44s                
128.128.1.6     00:80:00:00:00:05 2/1/5:2             00h04m45s                
128.128.1.7     00:80:00:00:00:06 2/1/5:2             00h04m46s                
128.128.1.8     00:80:00:00:00:07 2/1/5:2             00h04m47s                
128.128.1.9     00:80:00:00:00:08 2/1/5:2             00h04m48s                
128.128.1.10    00:80:00:00:00:09 2/1/5:2             00h04m49s                
128.128.1.11    00:80:00:00:00:0a 2/1/5:2             00h04m50s                
-------------------------------------------------------------------------------
Number of ARP hosts : 10
===============================================================================
*A:Dut-C#


*A:Dut-C# show service id 2 arp-host ip-address 128.128.1.2 detail 
===============================================================================
ARP hosts for service 2
===============================================================================
Service ID           : 2                                                       
IP Address           : 128.128.1.2
MAC Address          : 00:80:00:00:00:01                                       
SAP                  : 2/1/5:2                                                 
Remaining Time       : 00h04m58s                                               
 
Sub-Ident            : "alu_1_2"                                               
Sub-Profile-String   : ""                                                      
SLA-Profile-String   : ""                                                      
App-Profile-String   : ""                                                      
ARP host ANCP-String : ""
ARP host Int Dest Id : ""

RADIUS-User-Name     : "128.128.1.2"
 
Session Timeout (s)  : 301                                                     
Start Time           : 02/09/2009 16:35:07                                     
Last Auth            : 02/09/2009 16:36:34                                     
Last Refresh         : 02/09/2009 16:36:38                                     
Persistence Key      : N/A                                                     

Subscriber Host Limit Overrides
 ipv4-arp            : 1
 ipv4-dhcp           : 1
 ipv4-ppp            : 1
 ipv4-overall        : 1
 ipv6-pd-ipoe-dhcp   : 1
 ipv6-pd-ppp-dhcp    : 1
 ipv6-pd-overall     : 1
 ipv6-wan-ipoe-dhcp  : 1
 ipv6-wan-ipoe-slaac : 1
 ipv6-wan-ppp-dhcp   : 1
 ipv6-wan-ppp-slaac  : 1
 ipv6-wan-overall    : 1
 ipv6-overall        : 1
 lac-overall         : 1
 overall             : 1
SLA Profile Instance Host Limit Overrides
 ipv4-arp            : 1
 ipv4-dhcp           : 1
 ipv4-ppp            : 1
 ipv4-overall        : 1
 ipv6-pd-ipoe-dhcp   : 1
 ipv6-pd-ppp-dhcp    : 1
 ipv6-pd-overall     : 1
 ipv6-wan-ipoe-dhcp  : 1
 ipv6-wan-ipoe-slaac : 1
 ipv6-wan-ppp-dhcp   : 1
 ipv6-wan-ppp-slaac  : 1
 ipv6-wan-overall    : 1
 ipv6-overall        : 1
 lac-overall         : 1
 overall             : 1
Subscriber Session Limit Overrides
 ipoe                : 1
 pppoe-local         : 1
 pppoe-lac           : 1
 pppoe-overall       : 1
 l2tp-lns            : 1
 l2tp-lts            : 1
 l2tp-overall        : 1
 overall             : 1
SLA Profile Instance Session Limit Overrides
 ipoe                : 1
 pppoe-local         : 1
 pppoe-lac           : 1
 pppoe-overall       : 1
 l2tp-lns            : 1
 l2tp-lts            : 1
 l2tp-overall        : 1
 overall             : 1
-------------------------------------------------------------------------------
Number of ARP hosts : 1
===============================================================================
*A:Dut-C#


*A:Dut-C# show service id 2 arp-host statistics                    
==============================================================================
ARP host statistics
==============================================================================
Num Active Hosts             : 20                                             
Received Triggers            : 70                                             
Ignored Triggers             : 10                                             
Ignored Triggers (overload)  : 0                                              
SHCV Checks Forced           : 0                                              
Hosts Created                : 20                                             
Hosts Updated                : 40                                             
Hosts Deleted                : 0                                              
Authentication Requests Sent : 40                                             
==============================================================================
*A:Dut-C#


*A:Dut-C# show service id 2 arp-host summary    
=============================================================
ARP host Summary, service 2
=============================================================
Sap                    Used        Provided    Admin State                     
-------------------------------------------------------------
sap:2/1/5:2            20          8000        inService     
-------------------------------------------------------------
Number of SAPs : 1
-------------------------------------------------------------
=============================================================
*A:Dut-C#

Service ARP Host Field Descriptions describes service ARP host information.

Table 35. Service ARP Host Field Descriptions

Field

Description

IP Address

The IP address

Mac Address

The MAC address of the this ARP host

Sap Id

The service SAP ID

Remaining Time

The remaining time

MC Stdby

The MC standby

Number of ARP hosts

The total number of ARP hosts

Service ID

The service identifier

Sub-Ident

The name of the subscriber identification policy

Sub-Profile-String

The name of the subscriber profile

SLA-Profile-String

The name of the SLA profile

App-Profile-String

The application profile string

ARP host ANCP-String

The name of the ARP host

ARP host Int Dest Id

The ARP host internal destination ID

RADIUS-User-Name

The RADIUS user name

Session Timeout (s)

The session timeout value

Start Time

The start time

Last Auth

The date and time of the last authentication

Last Refresh

The date and time of the last refresh

Persistence Key

The key value that can be used to track this ARP host in the persistence file.

Subscriber Host Limit Overrides and SLA Profile Instance Host Limit Overrides:

(only shown when overrides are active)

ipv4-arp

The total number of IPv4 ARP hosts limit

ipv4-dhcp

The total number of IPv4 DHCP hosts limit

ipv4-ppp

The total number of IPv4 PPP hosts limit

ipv4-overall

The total number of IPv4 hosts limit

ipv6-pd-ipoe-dhcp

The total number of IPv6 IPoE DHCP Prefix Delegation hosts (IA-PD) limit

ipv6-pd-ppp-dhcp

The total number of IPv6 PPPoE DHCP Prefix Delegation hosts (IA-PD) limit

ipv6-pd-overall

The total number of IPv6 DHCP Prefix Delegation hosts (IA-PD) limit

ipv6-wan-ipoe-dhcp

The total number of IPv6 IPoE DHCP WAN hosts (IA-NA) limit

ipv6-wan-ipoe-slaac

The total number of IPv6 IPoE SLAAC WAN hosts limit

ipv6-wan-ppp-dhcp

The total number of IPv6 PPPoE DHCP WAN hosts (IA-NA) limit

ipv6-wan-ppp-slaac

The total number of IPv6 IPoE SLAAC WAN hosts limit

ipv6-wan-overall

The total number of IPv6 WAN hosts limit

ipv6-overall

The total number of IPv6 hosts limit

lac-overall

The total number of L2TP LAC hosts limit

overall

The total number of subscriber hosts limit

Subscriber Session Limit Overrides and SLA Profile Instance Session Limit Overrides:

(only shown when overrides are active)

ipoe

The total number of IPoE sessions limit

ppoe-local

The total number of PPPoE local terminated sessions (PTA) limit

ppoe-lac

The total number of PPPoE L2TP LAC sessions limit

ppoe-overall

The total number of PPPoE sessions limit

l2tp-lns

The total number of L2TP LNS sessions limit

l2tp-lts

The total number of L2TP LTS sessions limit

l2tp-overall

The total number of L2TP sessions limit

overall

The total number of subscriber sessions limit

Number of hosts

The total number of hosts matching the search criteria

MC-Stdby

The number of SAPs defined on this service on a port which is in multi-chassis standby mode

arp-host

Syntax

arp-host {all | mac ieee-address | sap sap-id | ip-address ip-address[/mask]}

arp-host {port port-id | {inter-dest-id intermediate-destination-id | no-inter-dest-id} [port port-id]}

arp-host statistics [sap sap-id | interface interface-name]

Context

[Tree] (clear>service>id arp-host)

Full Context

clear service id arp-host

Description

This command clears ARP host data.

Parameters

all

Clears all ARP host statistics.

ieee-address

Clears the ARP host MAC address information. The 48-bit MAC address for the static ARP in the form aa:bb:cc:dd:ee:ff or aa-bb-cc-dd-ee-ff where aa, bb, cc, dd, ee, and ff are hexadecimal numbers. Allowed values are any non-broadcast, non-multicast MAC and non-IEEE reserved MAC addresses.

Values

xx:xx:xx:xx:xx:xx or xx-xx-xx-xx-xx-xx

sap-id

Clears the specified SAP information.

ip-address[/mask]

Clears the specified IP address and mask.

Values

a.b.c.d

mask: 1 to 32

port-id

Clear the specified port ID information.

Values

port-id

slot/mda/port [.channel]

bundle-id

bundle-type-slot/mda.bundle-num

bundle

keyword

type

ppp

bundle-num

1 to 336

bpgrp-id

bpgrp-type-bpgrp-num

bpgrp

keyword

type

ppp

bpgrp-num

1 to 2000

aps-id

aps-group-id[.channel]

aps

keyword

group-id

1 to 64

ccag-id

ccag-id.path-id [cc-type]

ccag

keyword

id

1 to 8

path-id

a, b

cc-type

.sap-net, net-sap

eth-tunnel-id

eth-tunnel-id

eth-tunnel

keyword

id

1 to 1024

lag-id

lag-id

lag

keyword

id

1 to 800

gtg-id

gmpls-tun-grp-id

gmpls-tun-group

keyword

id

1 to 1024

intermediate-destination-id

Displays information about the specified intermediate destination ID. 32 characters maximum.

no-inter-dest-id

Displays the information about no intermediate destination ID.

interface-name

Clears the interface name. 32 characters maximum.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

arp-table

arp-table

Syntax

arp-table [ip ipv4-address] [class class] [next-index index]

Context

[Tree] (tools>dump>wlan-gw>lanext>bd arp-table)

Full Context

tools dump wlan-gw lanext bd arp-table

Description

This command dumps the specified ARP table entries for the specified HLE BD.

Parameters

ipv4-address

Specifies the IP address of the ARP entry to be displayed.

class

Specifies the source on which to filter the ARP table entries.

Values

access, network, remote

index

Specifies the next set of results if there are more results than the current output. The additional results are shown at the bottom of the current output.

Values

0 to 4294967295

Platforms

7750 SR, 7750 SR-e, 7750 SR-s, VSR

Output

The following output is an example of ARP table information.

Sample Output
tools>dump>wlan-gw>lanext>bd# arp-table
===============================================================================
MATCHED 1 ARP ENTRY ON SLOT #2 MDA #1
===============================================================================
IP ADDRESS       MAC ADDRESS        CLASS    TIMESTAMP
-------------------------------------------------------------------------------
192.168.0.1      AA:BB:CC:00:00:01  ACCESS   05/30/2017 23:49:11
===============================================================================

aspath-regex

aspath-regex

Syntax

aspath-regex reg-exp {detail | longer}

aspath-regex reg-exp

aspath-regex reg-exp hunt

Context

[Tree] (show>router>bgp>routes aspath-regex)

Full Context

show router bgp routes aspath-regex

Description

This command displays BGP routes with an AS path matching the specified regular expression.

aspath-regex is a parameter of the show router bgp routes command. Depending on the parameters that are used to issue the command, the output can display a narrower or wider set of routes, including routes belonging to other address families. See the show router bgp routes command description for syntax variants, parameter descriptions and values, and output examples.

Platforms

All

association

association

Syntax

association [ma-index] [detail]

Context

[Tree] (show>eth-cfm association)

Full Context

show eth-cfm association

Description

This command displays eth-cfm association information.

Parameters

ma-index

Specifies the maintenance association (MA) index.

Values

1 to 4294967295

detail

Displays detailed information for the eth-cfm association.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS

Output

The following example displays ETH CFM association information.

ETH-CFM Association Field Descriptions describes show eth-cfm association command output fields:

Sample Output
*A:node-1# show eth-cfm association 
======================================================================
eth-cfm CFM Association Table
======================================================================
Md-index   Ma-index   Name                     CCM-interval Bridge-id          
----------------------------------------------------------------------
1          1          test-ma-1                10           2         
1          2          2                        10           20        
======================================================================
*A:node-1# 


*A:node-1# show eth-cfm association 1 detail 
-------------------------------------------------------------------------------
Domain 1 Associations:
-------------------------------------------------------------------------------
Md-index          : 1                        Ma-index          : 1             
Name Format       : charString               CCM-interval      : 10            
Name              : test-ma-1
Bridge-id         : 2                        MHF Creation      : defMHFnone    
PrimaryVlan       : 0                        Num Vids          : 0             
Remote Mep Id     : 1
Remote Mep Id     : 4
Remote Mep Id     : 5
-------------------------------------------------------------------------------
*A:node-1# 
Table 36. ETH-CFM Association Field Descriptions

Label

Description

Md-index

Displays the maintenance domain (MD) index.

Ma-index

Displays the maintenance association (MA) index.

Name

Displays the part of the maintenance association identifier which is unique within the maintenance domain name.

CCM-interval

Displays the CCM transmission interval for all MEPs in the association.

Bridge-id

Displays the bridge-identifier value for the domain association.

MHF Creation

Displays the MIP half function (MHF) for the association.

Primary VLAN

Displays the primary bridge-identifier VLAN ID.

Num Vids

Displays the number of VIDs associated with the VLAN.

Remote Mep Id

Displays the remote maintenance association end point (MEP) identifier

association

Syntax

association

association name [statistics]

Context

[Tree] (show>subscr-mgmt>pfcp association)

Full Context

show subscriber-mgmt pfcp association

Description

This command displays PFCP association information. If no parameters are entered, it displays an overview of all PFCP associations present on the system.

Parameters

name

Specifies the name of the configured PFCP association, up to 32 characters, for which detailed overview information is displayed.

statistics

Specifies that the packet counters for each PFCP message and upstream IBCP message for the specified PFCP association name are displayed.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following examples display PFCP association output information and the corresponding table describes the output fields:

Sample Output: show subscriber-mgmt pfcp association
#BNG-UPF# show subscriber-mgmt pfcp association 
===============================================================================
PFCP Associations
===============================================================================
Name                             Description
-------------------------------------------------------------------------------
bng-cpf                          (Not Specified)
-------------------------------------------------------------------------------
No. of configured PFCP Associations: 1
===============================================================================

PFCP Association Field Descriptions describes the output fields for the show subscriber-mgmt pfcp association command.

Table 37. PFCP Association Field Descriptions

Label

Description

Name

Displays the name of each PFCP association configured in the system

Description

Displays the description of each PFCP association, if configured

Sample Output: show subscriber-mgmt pfcp association name
===============================================================================
A:BNG-UPF# show subscriber-mgmt pfcp association "bng-cpf" 
===============================================================================
PFCP Association bng-cpf
===============================================================================
Admin Status                 : up
Oper Status                  : up
Router                       : to_cpf
Interface                    : endpoint
Peer Node Id                 : 17.17.17.10
Peer Address                 : 17.17.17.10
Local Node Id                : 192.0.2.11
Local Address                : 192.0.2.11
UP Features                  : FTUP TREU PDIU FRRT ADPDP MNOP IP6PL
UP BBF Features              : PPPOE IPOE LCPKO
UP NOKIA Features            : BULKAUDIT
CP Features                  : 
Setup Retry                  : 1 second 
Release Timeout              : 1 hour 
Path Restoration Time        : (Not Specified)
Heartbeat Interval           : 1 minute 
Heartbeat Timeout            : 5 seconds 
Heartbeat Retries            : 4
Tx Timeout                   : 5 seconds 
Tx Retries                   : 3
Tx TTL                       : 255
NAT group                    : (Not Specified)
Created                      : 01/08/2021 16:26:07
Last Updated                 : 01/08/2021 16:26:07
===============================================================================

PFCP Association Name Field Descriptions describes the output fields for the show subscriber-mgmt pfcp association name command.

Table 38. PFCP Association Name Field Descriptions

Label

Description

Admin Status

Administrative status of this PFCP association

down — association is administratively disabledup — association is administratively enabled

Oper Status

Operational status of this PFCP association

down — association is operationally disabledup — association is operationally enabled

Router

Router name for this association

Interface

Interface for this association

Peer Node Id

CPF peer node ID

Peer address

CPF peer node IP address

Local Node Id

Local UPF node ID

Local address

Local UPF node IP address

UP Features

UPF features

UP BBF Features

UPF BBF features

UP NOKIA Features

UPF Nokia features

CP Features

CPF features

Setup Retry

Configured time to wait before an association setup retry attempt after failure

Release Timeout

Configured time to wait for a response to a release request

Path Restoration Time

Configured time to wait before the path is declared down

Heartbeat Interval

Configured interval time between two heartbeat request messages

Heartbeat Timeout

Configured time the system waits for a heartbeat response message

Heartbeat Retries

Configured number of retries after the heartbeat timeout expires

Tx Timeout

Configured transmit timeout

Tx Retries

Configured transmit retries

Tx TTL

Configured transmit TTL

NAT group

Configured NAT group

Created

PFCP association create time

Last Updated

PFCP association update time

Sample Output: show subscriber-mgmt pfcp association name statistics
===============================================================================
A:BNG-UPF# show subscriber-mgmt pfcp association "bng-cpf" statistics 
===============================================================================
PFCP Statistics for Association 'bng-cpf'
===============================================================================
 
PFCP Session Related Messages
 
Session Establish Req      : 1          Session Establish Resp     : 1
Session Establish Resp fail: 0          
Session Modify Req         : 0          Session Modify Resp        : 0
Session Modify Resp fail   : 0          
Session Deletion Req       : 1          Session Deletion Resp      : 0
Session Deletion Resp fail : 1          
Session Report Req         : 0          Session Report Resp        : 0
Session Report Resp fail   : 0          
Session Report DDR Req     : 0          Session Report DDR Rsp     : 0
Session Report DDR Rsp fail: 0          
Session Report UR Req      : 0          Session Report UR Rsp      : 0
Session Report UR Rsp fail : 0          
Session Report EIR Req     : 0          Session Report EIR Rsp     : 0
Session Report EIR Rsp fail: 0          
Session Report UPIR Req    : 0          Session Report UPIR Rsp    : 0
Session Report UPIR Rs fail: 0          
 
PFCP Session Audit Related Messages
 
Session Modify Req         : 0          Session Modify Resp        : 0
Session Modify Resp fail   : 0          
Session Report Req         : 0          Session Report Rsp         : 0
Session Report Rsp fail    : 0          
 
PFCP Node Related Messages
 
Node Report Req            : 0          Node Report Resp           : 0
Node Report Resp fail      : 0          
Assoc Setup Req Rx         : 0          Assoc Setup Resp Rx        : 1
Assoc Setup Resp fail Rx   : 0          
Assoc Setup Req Tx         : 1          Assoc Setup Resp Tx        : 0
Assoc Setup Resp fail Tx   : 0          
Assoc Upd Req Rx           : 0          Assoc Upd Resp Rx          : 0
Assoc Upd Resp fail Rx     : 0          
Assoc Upd Req Tx           : 0          Assoc Upd Resp Tx          : 0
Assoc Upd Resp fail Tx     : 0          
Assoc Upd Req with ARR     : 0          Assoc Upd Req with GRP     : 0
Assoc Upd Req ARR & GRP    : 0          
Assoc Release Req          : 0          Assoc Release Resp         : 0
Assoc Release Resp fail    : 0          
Heartbeat Req Rx           : 2          Heartbeat Resp Rx          : 0
Heartbeat Req Tx           : 0          Heartbeat Resp Tx          : 2
Heartbeat Aud Trig Req Tx  : 0          Heartbeat Aud Trig Rsp Rx  : 0
Heartbeat Aud Start Req Rx : 0          Heartbeat Aud Start Rsp Tx : 0
Heartbeat Aud End Req Rx   : 0          Heartbeat Aud End Rsp Tx   : 0
 
IBCP upstream packet statistics
 
Ipoe Rx Pkts               : 0          
Pppoe Ctrl Rx Pkts         : 0          
Pppoe Data Rx Pkts         : 0          
Tx Pkts to Smf             : 0          
 
IBCP upstream packet discard statistics
 
Missing pkt detection rule : 0          
Default tnl trigger missing: 0          
Default tunnel missing     : 0          
Parsing error              : 0          
Tx error                   : 0          
 
IBCP default tunnel                     
overwrite                  : 0          
 
Last cleared time          : 01/08/2021 16:26:07
==============================================================================

associations

associations

Syntax

associations

Context

[Tree] (show>router>dhcp6>local-dhcp-server associations)

[Tree] (show>router>dhcp>local-dhcp-server associations)

Full Context

show router dhcp6 local-dhcp-server associations

show router dhcp local-dhcp-server associations

Description

This command displays the interfaces associated with this DHCP or DHCP6 server.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following output is an example of information associated with this DHCP or DHCP6 server.

Sample Output
*A:SUB-Dut-A# show router dhcp local-dhcp-server dhcpS1 associations 
===============================================================================
DHCP server s1  router 3
===============================================================================
Associations                     Admin                           
-------------------------------------------------------------------------------
tosim5                           Up                              
===============================================================================
*A:SUB-Dut-A# 
*A:SUB-Dut-A# show router dhcp6 local-dhcp-server abc associations 
===============================================================================
DHCP server abc  router 3
===============================================================================
Associations                     Admin                           
-------------------------------------------------------------------------------
tosimxyz                           Up                              
===============================================================================
*A:SUB-Dut-A# 

DHCP6 Summary Field Descriptions describes DHCP associations fields.

Table 39. DHCP6 Summary Field Descriptions

Label

Description

Associations

The entity associated with the local DHCP server

Admin

The administrative state

associations

Syntax

associations

associations per-link-hash interface

associations per-link-hash class {1 | 2 | 3} interface

associations link-map-profile [link-map-profile] interface

associations per-link-hash [class {1 | 2| 3}] sap

associations link-map-profile [link-map-profile] sap

Context

[Tree] (show>lag associations)

Full Context

show lag associations

Description

This command displays LAG association information.

Parameters

link-map-profile

Displays information about a specified LAG link map profile.

Values

1 to 32 (VSR)

1 to 64 (all other platforms)

Platforms

All

atm

atm

Syntax

atm

Context

[Tree] (clear>port atm)

Full Context

clear port atm

Description

Commands in this context clear port statistics.

Platforms

7450 ESS, 7750 SR-7/12/12e, 7750 SR-a, 7750 SR-e, 7950 XRS

atm

Syntax

atm [detail]

Context

[Tree] (show>ml-bundle>ima atm)

Full Context

show multilink-bundle ima atm

Description

This command displays multilink bundle IMA ATM information.

Parameters

detail

Displays detailed information.

Platforms

7450 ESS, 7750 SR-7/12/12e

Output

The following output is an example of IMA ATM information, and Output Fields: show multilink-bundle <bundle-id> ima atm describes the output fields.

Sample Output: show multilink-bundle <bundle-id> ima atm>
A:NS052651098# show multilink-bundle bundle-ima-1/1.1 ima atm 
=============================================================================
ATM Info for bundle-ima-1/1.1
=============================================================================
Cell Mode             : UNI               Mapping            : Direct        
Configured VCs        : 1                 Configured VPs     : 0             
Configured VTs        : 0                 Configured IFCs    : 0             
Configured minimum VPI: 0                                                    
Last Unknown VPI/VCI  : none 
===============================================================================
ATM Bandwidth Info
===============================================================================
                     kbps      %                             kbps      %       
-------------------------------------------------------------------------------
Ingress CBR        : 15232     100%     Egress CBR         : 15232     100%    
Ingress RT-VBR     : 0          0%      Egress RT-VBR      : 0          0%     
Ingress NRT-VBR    : 0          0%      Egress NRT-VBR     : 0          0%     
Ingress UBR        : 0          0%      Egress UBR         : 0          0%     
-------------------------------------------------------------------------------
Ingress Total      : 15232     100%     Egress Total       : 15232     100%    
ATM Link Bandwidth : 15232 kbps    
Shaped Bandwidth   : 15232 kbps    
Table 40. Output Fields: show multilink-bundle <bundle-id> ima atm

Label

Description

Cell Mode

Displays the cell format (UNI or NNI) used on the ATM interface.

Configured VCs

Displays the number of configured VCs.

Configured VTs

Displays the number of configured VTs.

Configured minimum VPI

Displays the minimum VPI configured for this bundle.

Last Unknown VPI/VCI

Indicates the last unknown VPI/VCI that was received on this interface.

Mapping

Displays ATM cell mapping used on this interface: Direct or PLCP.

Configured VPs

Displays the number of configured VPs.

Configured IFCs

Displays the number of configured IFCs.

atm

Syntax

atm [interval seconds] [ repeat repeat] [absolute| rate]

Context

[Tree] (monitor>port atm)

Full Context

monitor port atm

Description

This command monitors ATM statistics.

Parameters

seconds

Configures the interval for each display in seconds.

Values

3 to 60

Default

10

repeat

Configures how many times the command is repeated.

Values

1 to 999

Default

10

absolute

Displays raw statistics, without processing. No calculations are performed on the delta or rate statistics.

rate

Displays rate-per-second for each statistic instead of the delta.

Platforms

7450 ESS, 7750 SR-7/12/12e, 7750 SR-a, 7750 SR-e, 7950 XRS

atm

Syntax

atm [detail]

Context

[Tree] (show>port atm)

Full Context

show port atm

Description

Commands in this context display ATM port information.

Parameters

detail

Displays detailed information.

Platforms

7450 ESS, 7750 SR-7/12/12e, 7750 SR-a, 7750 SR-e, 7950 XRS

atm-td-profile

atm-td-profile

Syntax

atm-td-profile [traffic-desc-profile-id] [detail]

Context

[Tree] (show>qos atm-td-profile)

Full Context

show qos atm-td-profile

Description

This command displays ATM traffic descriptor profile information.

Parameters

traffic-desc-profile-id

Displays the ATM traffic descriptor profile.

Values

1 to 1000

detail

Displays detailed policy information including policy associations.

Platforms

7450 ESS, 7750 SR-7/12/12e, 7750 SR-a, 7750 SR-e, 7950 XRS

Output

The following output is an example of ATM traffic descriptor profile information, and ATM Traffic Descriptor Profile Command Output Fields describes ATM traffic descriptor profile show command output.

Sample
A:ALA-48>config>qos>atm-td-profile# show qos atm-td-profile
===============================================================================
Traffic Descriptor Profiles
===============================================================================
Maximum Supported Profiles     : 1000
Currently Configured Profiles  : 3
-------------------------------------------------------------------------------
TDP-id Description
       Service Category SCR         PIR         MIR        MBS
-------------------------------------------------------------------------------
1      Default Traffic Descriptor
       UBR              -           0           0           -
-------------------------------------------------------------------------------
2      Default Traffic Descriptor
       NRT_VBR          4000        5000        -           32
-------------------------------------------------------------------------------
10     Default Traffic Descriptor
       NRT_VBR          4000        5000        -           32
===============================================================================
A:ALA-48>config>qos>atm-td-profile#

A:ALA-48>config>qos>atm-td-profile# show qos atm-td-profile 10 detail
===============================================================================
Traffic Descriptor Profile (10)
===============================================================================
-------------------------------------------------------------------------------
TDP-id Description
       Service Category SCR         PIR         MIR        MBS
-------------------------------------------------------------------------------
10     Default Traffic Descriptor
       NRT_VBR          4000        5000        -           32
-------------------------------------------------------------------------------
TDP details
-------------------------------------------------------------------------------
Shaping       : disabled
-------------------------------------------------------------------------------
Entities using TDP-10
-------------------------------------------------------------------------------
===============================================================================
A:ALA-48>config>qos>atm-td-profile#
Table 41. ATM Traffic Descriptor Profile Command Output Fields

Label

Description

Maximum Supported Profiles

Displays the maximum number of ATM traffic descriptor profiles that can be configured on this system.

Currently Configured Profiles

Displays the number of currently configured ATM traffic descriptor profiles on this system.

TDP-Id

The ID that uniquely identifies the traffic descriptor policy.

Description

A text string that helps identify the policy context in the configuration file.

Service Category

Displays the ATM service category.

SCR

Displays the sustained cell rate in kb/s.

PIR

Displays the peak cell rate in kb/s.

MIR

Displays the Minimum Desired Cell Rate in kb/s.

MBS

Displays the maximum burst size in cells.

Shaping

Displays whether shaping is enabled or disabled for the traffic descriptor profile.

Entities using TDP-ID

Displays the number of entities using the ATM traffic descriptor.

None

Indicates that the parameter is not applicable for the configured service category.

auth-keychain

auth-keychain

Syntax

auth-keychain [keychain]

Context

[Tree] (show>router>bgp auth-keychain)

Full Context

show router bgp auth-keychain

Description

This command displays BGP sessions using a particular authentication keychain.

Parameters

keychain

Specifies an existing keychain name.

Platforms

All

Output

The following output is an example of authentication keychain information.

Sample Output
*A:ALA-48# show router 2 bgp auth-keychain
===============================================================================
Sessions using key chains
===============================================================================
Peer address             Group               Keychain name
-------------------------------------------------------------------------------
10.20.1.3                1                   eta_keychain1
30.1.0.2                 1                   eta_keychain1
===============================================================================
*A:ALA-48# 
*A:ALA-48>config>router>bgp# show router bgp group "To_AS_10000"
===============================================================================
BGP Group : To_AS_10000
-------------------------------------------------------------------------------
Group            : To_AS_10000
-------------------------------------------------------------------------------
Group Type       : No Type              State            : Up
Peer AS          : 10000                Local AS         : 200
Local Address    : n/a                  Loop Detect      : Ignore
Import Policy    : None Specified - Default Accept 
Export Policy    : ospf3
Hold Time        : 90                   Keep Alive       : 30
Cluster Id       : 0.0.0.100            Client Reflect   : Enabled
NLRI             : Unicast              Preference       : 170
TTL Security     : Disabled             Min TTL Value    : n/a
Graceful Restart : Enabled              Stale Routes Time: 360
Auth key chain   : testname

List of Peers
- 10.0.0.8 :
    To_Router B - EBGP Peer
Total Peers      : 1                    Established      : 0
-------------------------------------------------------------------------------
Peer Groups : 1
===============================================================================
*A:ALA-48>config>router>bgp#


*A:ALA-48>config>router>bgp# show router bgp neighbor 10.0.0.8
===============================================================================
BGP Neighbor
-------------------------------------------------------------------------------
Peer  : 10.0.0.8
Group : To_AS_10000
-------------------------------------------------------------------------------
Peer AS              : 10000            Peer Port            : 0
Peer Address         : 10.0.0.8
Local AS             : 200              Local Port           : 0
Local Address        : 0.0.0.0
Peer Type            : External
State                : Active           Last State           : Idle
Last Event           : stop
Last Error           : Cease
Local Family         : IPv4
Remote Family        : Unused
Hold Time            : 90               Keep Alive           : 30
Active Hold Time     : 0                Active Keep Alive    : 0
Cluster Id           : 0.0.0.100
Preference           : 99               Num of Flaps         : 0
Recd. Paths          : 0
IPv4 Recd. Prefixes  : 0                IPv4 Active Prefixes : 0
IPv4 Suppressed Pfxs : 0                VPN-IPv4 Suppr. Pfxs : 0
VPN-IPv4 Recd. Pfxs  : 0                VPN-IPv4 Active Pfxs : 0
Mc IPv4 Recd. Pfxs.  : 0                Mc IPv4 Active Pfxs. : 0
Mc IPv4 Suppr. Pfxs  : 0                IPv6 Suppressed Pfxs : 0
IPv6 Recd. Prefixes  : 0                IPv6 Active Prefixes : 0
Input Queue          : 0                Output Queue         : 0
i/p Messages         : 0                o/p Messages         : 0
i/p Octets           : 0                o/p Octets           : 0
i/p Updates          : 0                o/p Updates          : 0
TTL Security         : Disabled         Min TTL Value        : n/a
Graceful Restart     : Enabled          Stale Routes Time    : 360
Advertise Inactive   : Disabled         Peer Tracking        : Disabled
Advertise Label      : None
Auth key chain       : testname
Local Capability     : RouteRefresh MP-BGP
Remote Capability    :
Import Policy        : None Specified - Default Accept
Export Policy        : ospf3
-------------------------------------------------------------------------------
Neighbors : 1
===============================================================================
*A:ALA-48>config>router>bgp#


*A:ALA-48>config>router>bgp# show router bgp auth-keychain testname
=========================================================================
Sessions using key chain: keychain
=========================================================================
Peer address             Group               Keychain name
-------------------------------------------------------------------------
10.0.0.8                 To_AS_10000         testname
=========================================================================
*A:ALA-48>config>router>bgp#

authentication

authentication

Syntax

authentication user-name user-name password password [circuit-id circuit-id] [ circuit-id-hex circuit-id-hex] [derived-id derived-id] [ mac ieee-address] [remote-id remote-id] [ remote-id-hex remote-id-hex] [sap-id sap-id] [ service-name service-name]

Context

[Tree] (tools>perform>subscr-mgmt>loc-user-db>ppp authentication)

Full Context

tools perform subscriber-mgmt local-user-db ppp authentication

Description

This command authenticates the PPPoE user name.

Parameters

user-name

Specifies the PPP user name up to 253 characters.

password

Specifies the password of this host up to 64 characters.

circuit-id

Specifies the circuit ID up to 127 characters.

circuit-id-hex

Specifies the circuit ID in hexadecimal format.

Values

0x0 to 0xFFFFFFFF (maximum 254 hex nibbles)

derived-id

Specifies an ASCII string that uniquely identifies a host, and is derived by a Python script from packet content available during a DHCP transaction up to 255 characters.

ieee-address

Specifies information about the MAC address of the PPP session.

remote-id

Specifies that information that goes into the remote-id sub-option in the DHCP relay packet, up to 255 characters.

remote-id-hex

Specifies the remote ID in hexadecimal format.

Values

0x0 to 0xFFFFFFFF (maximum 510hex nibbles)

sap-id

Specifies a SAP ID, up to 255 characters.

service-name

Specifies the service name.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

authentication

Syntax

authentication policy-name association

authentication [policy-name]

authentication [policy-name] statistics

authentication coa-statistics

Context

[Tree] (show>subscr-mgmt authentication)

Full Context

show subscriber-mgmt authentication

Description

This command displays subscriber management RADIUS authentication policy information and statistics.

Parameters

policy-name

Specifies the subscriber management RADIUS authentication policy name, up to 32 characters, for which information is requested.

association

Displays SAP, interface, local user database host, AA and L2TP associations of this policy.

coa-statistics

Displays the overall statistics for incoming RADIUS Change of Authorization (CoA) messages and Disconnect Messages. For dropped requests, a counter for different drop reasons is available.

statistics

Displays a list of policies with basic statistics (without specifying a policy name) or detailed statistics, including per-server statistics for the specified policy-name. These statistics apply only to the legacy RADIUS server configuration method where the servers are directly configured in the authentication policy.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following is an example of subscriber management authentication information.

Sample Output
# show subscriber-mgmt authentication 
===============================================================================
Authentication Policies
===============================================================================
Name                             Description
-------------------------------------------------------------------------------
auth-policy-1                    Radius auth policy - servers
auth-policy-2                    Radius auth policy - radius-server-policy
-------------------------------------------------------------------------------
Number of Authentication Policies : 2
===============================================================================


# show subscriber-mgmt authentication "auth-policy-2" 
===============================================================================
Authentication Policy auth-policy-2
===============================================================================
Description          : Radius auth policy - radius-server-policy
Re-authentication    : Yes                 Username Format      : MAC Address
PPPoE Access Method  : PAP/CHAP            Username Mac-Format  : "aa:"
PPP-Username Oper    : None                
PPP-Domain-Name      : N/A
Username Oper        : None                
Domain-Name          : N/A
Acct-Stop-On-Fail    : 
RADIUS Server Policy : "aaa-server-policy-1"
Fallback Action      : deny                
Last Mgmt Change     : 06/24/2013 21:16:50 
-------------------------------------------------------------------------------
Include Radius Attributes
-------------------------------------------------------------------------------
Remote Id            : Yes                 Circuit Id           : Yes
NAS Port Id          : Yes                 NAS Identifier       : Yes
PPPoE Service Name   : Yes                 DHCP Vendor Class Id : Yes
Access Loop Options  : Yes                 MAC Address          : Yes
NAS Port Prefix      : None                NAS Port Suffix      : None
NAS-Port-Type        : Yes (standard)      Acct Session Id      : Host
Calling Station Id   : Yes (sap-string)    Called Station Id    : Yes
Tunnel Server Attr   : Yes                 DHCP Options         : Yes
NAS Port             : Yes                 
NAS Port Bits Spec   : *3s*1m*4p*12o*12i
-------------------------------------------------------------------------------
Radius Servers
-------------------------------------------------------------------------------
Router               : management + Base   Source Address       : N/A
Access Algorithm     : Direct              Retry                : 3
Timeout (s)          : 5                   Hold down time (s)   : 30
-------------------------------------------------------------------------------
Index IP Address      Port  Pend-Req-Limit Out/Overload time (s) Oper State
-------------------------------------------------------------------------------
No Radius Servers configured.
-------------------------------------------------------------------------------
Accept Radius Attributes
-------------------------------------------------------------------------------
No Matching Entries
-------------------------------------------------------------------------------
Radius Script Policies
-------------------------------------------------------------------------------
Access-Request          : "N/A"
Access-Accept           : "N/A"       
Change-of-Authorization : "N/A"
===============================================================================


# show subscriber-mgmt authentication "auth-policy-2" association 
===============================================================================
Authentication Policy auth-policy-2
===============================================================================
-------------------------------------------------------------------------------
SAP Associations
-------------------------------------------------------------------------------
No associations found.
-------------------------------------------------------------------------------
Interface Associations
-------------------------------------------------------------------------------
Service-Id : 3000 (VPRN)
 - If Name : group-int-ws-1-1
-------------------------------------------------------------------------------
Local-User-Db PPPoE Host Associations
-------------------------------------------------------------------------------
Local-User-Db : ludb-1
 - Host : host-1
-------------------------------------------------------------------------------
Local-User-Db DHCP Host Associations
-------------------------------------------------------------------------------
Local-User-Db : ludb-1
 - Host : default
-------------------------------------------------------------------------------
Application Assurance Associations
-------------------------------------------------------------------------------
No associations found.
===============================================================================
No associated L2TP groups found.
No associated L2TP tunnels found.


# show subscriber-mgmt authentication statistics 
===============================================================================
Authentication Policy Statistics
===============================================================================
Policy Name                       Subscr. Pkts   Subscr. Pkts   Subscr. Pkts
                                  Authenticated  Rejected       Rejected
                                                                Send Failed
-------------------------------------------------------------------------------
auth-policy-1                     0              0              0
auth-policy-2                     0              0              0
-------------------------------------------------------------------------------
Number of Authentication Policies : 2
===============================================================================


# show subscriber-mgmt authentication "auth-policy-1" statistics 
===============================================================================
Authentication Policy Statistics
===============================================================================
-------------------------------------------------------------------------------
Policy name                               : auth-policy-1
subscriber packets authenticated          : 0
subscriber packets rejected               : 0
subscriber packets rejected send failed   : 0
-------------------------------------------------------------------------------
radius server     requests  requests  requests  requests   requests requests
idx IP-address    accepted  rejected  no reply  md5 failed pending  send failed
-------------------------------------------------------------------------------
1 172.16.1.1      0         0         0         0          0        0
-------------------------------------------------------------------------------
===============================================================================
# show subscriber-mgmt authentication coa-statistics 
===============================================================================
Radius Notify Statistics    Change-Of-Authorization   Disconnect-Messages
===============================================================================
Requests Received             7                        10
Requests Accepted             5                        6
Requests Rejected             2                        4
Requests Dropped              0                        0
    No Auth Policy found      0                        0
    Invalid message           0                        0
    Out of resources          0                        0
    Authentication failure    0                        0
===============================================================================

Table 42. Subscriber Authentication Field Descriptions

Label

Description

Re-authentication

Whether re-authentication on IPOE renewal is enabled

Username Format

The user name format in RADIUS message

PPPoE Access Method

The PPPoE access method, none, padi, pap-chap

Username Mac-Format

The username is represented when contacting a RADIUS server.

PPP-Username Oper

The PPP user name operation

PPP-Domain-Name

The PPP domain name

Username Oper

The username

Acct-Stop-On-Fail

The failure condition a RADIUS accounting-stop message indicating the failure has to be sent

RADIUS Server Policy

The RADIUS server policy name

Fallback Action

The authentication action in case no RADIUS server is available

Lack Mgmt Change

The time of the most recent management-initiated change to this policy server

Remote Id

The value of the remote ID sub-option

NAS Port Id

NAS port ID generation enabled or disabled

PPPoE Service Name

The PPPoE service name

Access Loop Options

The generation of the DSL forum access loop characteristics RADIUS attributes enabled or disabled

NAS Port Prefix

The type of prefix added to the NAS-Port attribute if included in RADIUS authentication request messages

NAS-Port-Type

The kind of value to be put in the RADIUS NAS-Port-Type attribute if included in RADIUS authentication request messages

Calling Station Id

The string will be put in the RADIUS Calling-Station-Id attribute if included in RADIUS authentication request messages

Tunnel Server Attr

The tunnel-server-attrs RADIUS attribute enabled or disabled

NAS Port

The NAS-Port attribute included or excluded

NAS Port Bits Spec

The number that will be put in the RADIUS NAS-Port attribute if included in RADIUS authentication request messages

Circuit Id

Circuit ID generation enabled or disabled

NAS Identifier

NAS-Identifier RADIUS attribute enabled or disabled

DHCP Vendor Class Id

dhcp-vendor-class-id RADIUS attribute enabled or disabled

MAC Address

The generation of the client MAC address RADIUS attribute enabled or disabled

NAS Port Suffix

The type of suffix is added to the NAS-Port-Id attribute if included in RADIUS accounting-request messages

Acct Session Id

The RADIUS accounting session id for this subscriber host

DHCP Options

DHCP options enabled or disabled

Router

The RADIUS router name

Access Algorithm

The algorithm used to access the set of RADIUS servers

Timeout (s)

The timeout for a response from the RADIUS server

Source Address

The source address of the RADIUS message

Retry

The number of retries for contacting the RADIUS server

Hold down time (s)

The hold down time

Index IP Address

The IP address of the index

Port

The port ID

Pend-Req-Limit

The limit of the number of pending RADIUS authentication requests for this RADIUS server

Out/Overload time (s)

The accumulated time that the value of the object RADIUS server has been equal to 'overloaded' since created

Oper State

The operational state

Access-Request

The number of Access-Request packets received by this RADIUS proxy server

Access-Accept

The number of Access-Accept packets received by this RADIUS proxy server

Change-of-Authorization

Change of authorization enabled or disabled

Policy Name

The authentication policy name

Subscr. Pkts Authenticated

The number of subscriber packets authenticated

Subscr. Pkts Rejected

The number of subscriber packets rejected

Subscr. Pkts Rejected Send Failed

The number of subscriber messages (such as DHCP and PPPoE) failed to be sent

subscriber packets authenticated

The number of subscriber packets authenticated

subscriber packets rejected

The number of subscriber packets rejected

subscriber packets send failed

The number of subscriber packets failed to be sent

Requests Received

The number of notify Change-of-Authorization requests received

Requests Accepted

The number of notify Change-of-Authorization requests accepted

Requests Rejected

The number of notify Change-of-Authorization requests rejected

Requests Dropped

The number of notify Change-of-Authorization requests dropped

No Auth Policy found

The number of notify Change-of-Authorization requests found

Invalid message

The number of notify Change-of-Authorization requests rejected because of decode errors

Out of resources

The number of notify Change-of-Authorization requests rejected due to lack of resources

Authentication Failure

The number of notify Change-of-Authorization requests which do not have NAS-Port-ID or Framed-IP-Address set or have mismatched subscriber-id

authentication

Syntax

authentication [policy-name]

authentication coa-statistics

Context

[Tree] (clear>subscr-mgmt authentication)

Full Context

clear subscriber-mgmt authentication

Description

This command clears subscriber authentication data.

Parameters

policy-name

Clears the specifies existing authentication policy name.

coa-statistics

Clears statistics for incoming RADIUS Change of Authorization requests.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

authentication

Syntax

authentication

Context

[Tree] (show>service>id authentication)

Full Context

show service id authentication

Description

Commands in this context show session authentication information.

Platforms

All

authentication

Syntax

authentication

Context

[Tree] (clear>service>id authentication)

Full Context

clear service id authentication

Description

Commands in this context clear session authentication information.

Platforms

All

authentication

Syntax

authentication

Context

[Tree] (show>router authentication)

Full Context

show router authentication

Description

This command enables the command to display authentication statistics.

Platforms

All

authentication

Syntax

authentication

Context

[Tree] (clear>router authentication)

Full Context

clear router authentication

Description

This command clears authentication related data.

Platforms

All

authentication

Syntax

authentication [statistics]

Context

[Tree] (show>system>security authentication)

Full Context

show system security authentication

Description

This command displays system login authentication configuration and statistics.

Parameters

statistics

Appends login and accounting statistics to the display.

Platforms

All

Output

The following is an example of authentication information.

Show System Security Authentication Output Fields describes system security authentication output fields.

Sample Output
A:ALA-4# show system security authentication statistics
============================================================================
Authentication           sequence : radius tacplus ldap local
============================================================================
type                             status      timeout (secs)     retry count
   server address
   server name
----------------------------------------------------------------------------
radius                               up                   3               3
   192.168.0.10:1812                 
tacplus                              up                   3             n/a
   192.168.1.10:49
ldap                                 up                   3               3
   10.1.1.1:389
----------------------------------------------------------------------------
radius admin/oper status  : up/up
                 UDP port : 1812
tacplus admin/oper status : up/up
ldap admin/oper status    : up/up
health check              : enabled (interval 30 secs)
----------------------------------------------------------------------------
No. of Servers: 3
===============================================================================
Login Statistics
===============================================================================
server address                                       conn   accepted  rejected
                                                     errors logins    logins
-------------------------------------------------------------------------------
192.168.0.10                                         0      0         0
192.168.1.10                                         0      0         0
10.1.1.1                                             0      0         0
local                                                n/a    0         0
===============================================================================
Authorization Statistics (TACACS+)
===============================================================================
server address                                       conn   sent      rejected
                                                     errors pkts      pkts
-------------------------------------------------------------------------------
192.168.1.10                                         0      0         0
===============================================================================
Accounting Statistics
===============================================================================
server address                                       conn   sent      rejected
                                                     errors pkts      pkts
-------------------------------------------------------------------------------
192.168.0.10                                         0      0         0
192.168.1.10                                         0      0         0
============================================================================
Table 43. Show System Security Authentication Output Fields

Label

Description

sequence

The sequence in which authentication is attempted

type

The type of server

status

The status of the server

timeout (secs)

The number of seconds the system waits for a response from a server

retry count

The number of retry attempts to contact the server

server address

The IP address of the server

server name

The optional description of the server

admin/oper status

The administrative and operational status for each type, and RADIUS server ports in use

health check

Whether the servers are periodically monitored

No. of Servers

The total number of configured servers

conn errors

The number of connection errors

accepted logins

The number of logins accepted by the server

rejected logins

The number of logins rejected by the server

sent pkts

The number of packets sent

rejected pkts

The number of packets rejected

authentication-origin

authentication-origin

Syntax

authentication-origin [priority [priority]]

Context

[Tree] (show>subscr-mgmt authentication-origin)

Full Context

show subscriber-mgmt authentication-origin

Description

This command displays subscriber authentication origin information.

Parameters

priority

Displays information about the specified authentication origin priority override.

Values

1 to 7

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following output is an example of authentication origin information. Show Authentication Origin Output Fields describes authentication origin output fields.

Sample Output
*A:cses-V26>config>subscr-mgmt>auth-orig# show subscriber-mgmt authentication-origin
===============================================================================
Authentication Origins
===============================================================================
Priority                         Source
-------------------------------------------------------------------------------
1                                python
2                                diameterGx
3                                ludb
4                                radius
5                                diameterNasreq
6                                localAddressAssignment
7                                gtp
8                                dhcp
-------------------------------------------------------------------------------
Number of Authentication Origins : 8
===============================================================================
*A:cses-V26>config>subscr-mgmt>auth-orig# 
Table 44. Show Authentication Origin Output Fields

Field

Description

Priority

The relative order of authentication priorities

Source

The source of authentication priority

Number of Authentication Origins

The number of authentication origins

authentication-server-check

authentication-server-check

Syntax

authentication-server-check server-address ip-address [port port] {{user-name user-name password password} | attr-from-file file-url} secret key [source-address ip-address] [timeout seconds] [ router router-instance | service-name service-name] [ debug]

Context

[Tree] (tools>perform>security authentication-server-check)

Full Context

tools perform security authentication-server-check

Description

This command is used to perform an authentication check on the RADIUS server.

Parameters

server-address ip-address

Specifies the IP address of the RADIUS server.

port

Specifies the port of the RADIUS server.

Values

1 to 65535

user-name

Specifies the user name, up to 253 characters.

password

Specifies the user password, up to 64 characters.

file-url

specifies to attach additional VSAs from a file.

Values

local-url:

[cflash-id] [file-path]

200 characters maximum, including cflash-id directory length, up to 99 characters each

remote-url:

[{ftp://| tftp://}<login>:<pswd>@<remote-locn>/][<file-path>]

255 characters maximum, directory length, up to 99 characters each

remote-locn:

[<hostname> | <ipv4-address> | <ipv6-address>]

ipv4-address:

a.b.c.d

ipv6-address:

x:x:x:x:x:x:x:x[-interface]

x:x:x:x:x:x:d.d.d.d[-interface]

x - [0..FFFF]H

d - [0..255]D

interface - up to 32 characters for link local addresses

cflash-id:

cf1:, cf1-A:, cf1-B:, cf2:, cf2-A:, cf2-B:, cf3:, cf3-A:, cf3-B:

key

Specifies the secret key shared between the RADIUS client and server, up to 64characters.

source address ip-address

Specifies the source address used for the access-request message.

Values

ipv4-address

a.b.c.d

ipv6-address

x:x:x:x:x:x:x:x (eight 16-bit pieces)

x:x:x:x:x:x:d.d.d.d

x - [0 to FFFF]H

d - [0 to 255]D

seconds

Specifies the time to wait for the RADIUS server response.

Values

1 to 90

router-instance

Specifies the router instance that should be used by the access request message.

Values

router-name | vprn-svc-id

router-name

Base, management

Default - Base

vprn-svc-id

1 to 2147483647

service-name

Specifies the service name that should be used by the access request message, up to 64 characters.

debug

Specifies to display the full debug message, including all VSAs and full hex sting, of the RADIUS reply message.

Platforms

All

auto-boot

auto-boot

Syntax

auto-boot {retry | terminate}

auto-boot echo [debugger]

no auto-boot echo [debugger]

Context

[Tree] (tools auto-boot)

Full Context

tools auto-boot

Description

This command starts and stops the auto-boot process. It is also used to enable the display of auto-discovery information in the CLI.

This command can be used only if the auto-boot flag is enabled in the BOF.

The no form of this command disables the display of auto-discovery information.

Parameters

retry

Executes the auto-boot process.

terminate

Stops an ongoing auto-boot process.

echo

Enables the display of auto-discovery information in the CLI.

debugger

Includes debugging information in the displayed auto-discovery information.

Platforms

7450 ESS-7, 7750 SR-1, 7750 SR-7, 7750 SR-1e, 7750 SR-s

auto-boot

Syntax

auto-boot [detail]

auto-boot log

Context

[Tree] (tools>dump auto-boot)

Full Context

tools dump auto-boot

Description

This command displays auto-boot process information.

Parameters

detail

Displays detailed information.

log

Saves auto-boot process information to a log file.

Platforms

7450 ESS-7, 7750 SR-1, 7750 SR-7, 7750 SR-1e, 7750 SR-s

auto-disc

auto-disc

Syntax

auto-disc [hunt | detail] [rd rd] [community comm-id] [tag tag] [next-hop next-hop] [esi esi] [aspath-regex reg-exp]

Context

[Tree] (show>router>bgp>routes>evpn auto-disc)

Full Context

show router bgp routes evpn auto-disc

Description

This command displays BGP-EVPN auto discovery routes.

Parameters

hunt

Displays entries for the specified route.

detail

Displays detailed information.

rd

Displays information for the route distinguisher.

Values

ip-addr:comm-val | 2byte-asnumber:ext-comm-val | 4byte-asnumber:comm-val

comm-id

Specifies the community ID, up to 72 characters.

Values

[as-num:comm-val | ext-comm | well-known-comm]

where:

  • as-num — 0 to 65535

  • comm-val — 0 to 65535

  • ext-comm — the extended community, defined as the following: type:{ ip-address:comm-val1 | as-number1:comm-val2 | as-number2:comm-val1}

    where:

    • as-number1 — 0 to 65535

    • comm-val1 — 0 to 65535

    • type — target, origin

    • ip-address — a.b.c.d

    • comm-val2 — 0 to 4294967295

    • as-number2 — 0 to 4294967295

  • well-known-commnull | no-export | no-export-subconfed | no-advertise |

tag

Specifies the auto discovery route tag.

Values

0to 4294967295 | MAX-ET

next-hop

Specifies the IPv4 or IPv6 BGP next-hop address.

Values

ipv4-address:

a.b.c.d

ipv6-address:

x:x:x:x:x:x:x:x (eight 16-bit pieces)

x:x:x:x:x:x:d.d.d.d

x: [0 to FFFF]H

d: [0 to 255]D

esi

Specifies a 10-byte ESI by which to filter the displayed information. For example,ESI-0 | ESI-MAX or 00-11-22-33-44-55-66-77-88-99 with any of these separators('-',':',' ')

reg-exp

Displays routes matching the specified regular expression, up to 80 characters.

Platforms

All

auto-discovered-meps

auto-discovered-meps

Syntax

auto-discovered-meps [mep-id] domain md-index association ma-index

Context

[Tree] (clear>eth-cfm auto-discovered-meps)

Full Context

clear eth-cfm auto-discovered-meps

Description

This command clears remote MEPs that were auto discovered. The function clears a specific auto-discovered MEP learned within an association or all auto-discovered MEPs in the association. When the mep-id representing the auto-discovered MEP is omitted and only the domain md-index and association ma-index are provided, all auto-discovered MEPs in the association are cleared. At a minimum the domain md-index and the association ma-index must be provided.

Only auto-discovered MEPs may be cleared. This command has no effect on manually configured MEPs.

Parameters

mep-id

Specifies the MEP ID of the remote MEP that was auto-discovered.

Values

1 to 8191

md-index

Specifies the domain context in which the remote MEP was auto-discovered.

Values

1 to 4294967295

ma-index

Specifies the association context in which the remote MEP was auto-discovered.

Values

1 to 4294967295

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS

auto-lsp

auto-lsp

Syntax

auto-lsp

Context

[Tree] (clear>router>mpls>lsp auto-lsp)

Full Context

clear router mpls lsp auto-lsp

Description

Commands in this context reset and restart all auto LSPs.

Platforms

All

auto-node-provisioning

auto-node-provisioning

Syntax

auto-node-provisioning

Context

[Tree] (tools>perform>system auto-node-provisioning)

Full Context

tools perform system auto-node-provisioning

Description

This command initiates auto-provisioning of the node on all ports that are operationally up but do not have an IP address.

Platforms

All

autoconfigure

autoconfigure

Syntax

autoconfigure

Context

[Tree] (clear>router autoconfigure)

Full Context

clear router autoconfigure

Description

Commands in this context clear IP autoconfiguration information.

Platforms

7450 ESS-7, 7750 SR-1, 7750 SR-7, 7750 SR-1e, 7750 SR-s

autoconfigure

Syntax

autoconfigure

Context

[Tree] (show>router autoconfigure)

Full Context

show router autoconfigure

Description

Commands in this context display IP autoconfiguration information.

Platforms

7450 ESS-7, 7750 SR-1, 7750 SR-7, 7750 SR-1e, 7750 SR-s

avp-match-learned-session-id

avp-match-learned-session-id

Syntax

avp-match-learned-session-id

Context

[Tree] (tools>dump>debug>diameter avp-match-learned-session-id)

Full Context

tools dump debug diameter avp-match-learned-session-id

Description

This command displays the diameter session IDs that are learned by the AVP value matching in a diameter debug.

Per avp-match id in a diameter peer policy, a single diameter session ID can be learned. "N/A" means no session ID is learned.

Platforms

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

Output

The following is a sample output for the avp-match-learned-session-id command.

Sample output
# tools dump debug diameter avp-match-learned-session-id
===============================================================================
Learned Session-Id
===============================================================================
Diameter Peer Policy             ID Session-Id
-------------------------------------------------------------------------------
diameter-peer-policy-1           1  bng.domain.com;1452197100;13
diameter-peer-policy-1           2  N/A
-------------------------------------------------------------------------------
No. of AVP matches: 2
===============================================================================