egress-label egress-label1 [egress-label2]
show>service
Supported on all 7210 SAS platforms as described in this document
This command displays service information using a range of egress labels.
If only the mandatory egress-label1 parameter is specified, only services using the specified label are displayed.
If both egress-label1 and egress-label2 parameters are specified, the services using the range of labels X where egress-label1 <= X <= egress-label2 are displayed.
Use the show router ldp bindings command to display dynamic labels.
Specifies the starting egress label value for which to display services using the label range. If only egress-label1 is specified, services only using egress-label1 are displayed.
Specifies the ending egress label value for which to display services using the label range.
fdb-info
show>service
Supported on all 7210 SAS platforms as described in this document
This command displays global FDB usage information.
The following output is an example of FDB information, and Table: Output fields: FDB info describes the output fields.
Sample outputA:7210-SAS# show service fdb-info 
===============================================================================
Forwarding Database(FDB) Information
===============================================================================
Service Id        : 1                   Mac Move          : Disabled           
Mac Move Rate     : 2                   Mac Move Timeout  : 10                 
Table Size        : 8191                Total Count       : 675                
Learned Count     : 675                 Static Count      : 0                  
Local Age         : 60                                                         
High WaterMark    : 5%                  Low Watermark     : 1%                 
Mac Learning      : Enabl               Discard Unknown   : Dsabl              
Mac Aging         : Enabl               Relearn Only      : False              
 
Service Id        : 2                   Mac Move          : Disabled           
Mac Move Rate     : 2                   Mac Move Timeout  : 10                 
Table Size        : 8191                Total Count       : 0                  
Learned Count     : 0                   Static Count      : 0                  
Local Age         : 80                                                         
High WaterMark    : 10%                 Low Watermark     : 2%                 
Mac Learning      : Enabl               Discard Unknown   : Dsabl              
Mac Aging         : Enabl               Relearn Only      : False              
 
Service Id        : 3                   Mac Move          : Disabled           
Mac Move Rate     : 2                   Mac Move Timeout  : 10                 
Table Size        : 8191                Total Count       : 675                
Learned Count     : 675                 Static Count      : 0                  
Local Age         : 100                                                        
High WaterMark    : 15%                 Low Watermark     : 3%                 
Mac Learning      : Enabl               Discard Unknown   : Dsabl              
Mac Aging         : Enabl               Relearn Only      : False              
 
Service Id        : 4                   Mac Move          : Disabled           
Mac Move Rate     : 2                   Mac Move Timeout  : 10                 
Table Size        : 8191                Total Count       : 0                  
Learned Count     : 0                   Static Count      : 0                  
Local Age         : 120                                                        
High WaterMark    : 20%                 Low Watermark     : 4%                 
Mac Learning      : Enabl               Discard Unknown   : Dsabl              
Mac Aging         : Enabl               Relearn Only      : False              
 
Service Id        : 5                   Mac Move          : Disabled           
Mac Move Rate     : 2                   Mac Move Timeout  : 10                 
Table Size        : 8191                Total Count       : 0                  
Learned Count     : 0                   Static Count      : 0                  
Local Age         : 600                                                        
High WaterMark    : 25%                 Low Watermark     : 5%                 
Mac Learning      : Enabl               Discard Unknown   : Dsabl              
Mac Aging         : Enabl               Relearn Only      : False              
 
Service Id        : 6                   Mac Move          : Disabled           
Mac Move Rate     : 2                   Mac Move Timeout  : 10                 
Table Size        : 8191                Total Count       : 675                
Learned Count     : 675                 Static Count      : 0                  
Local Age         : 86400                                                      
High WaterMark    : 30%                 Low Watermark     : 10%                
Mac Learning      : Enabl               Discard Unknown   : Dsabl              
Mac Aging         : Enabl               Relearn Only      : False              
-------------------------------------------------------------------------------
Total Service FDBs : 6          
Total FDB Configured Size : 49146     
Total FDB Entries In Use  : 2025      
-------------------------------------------------------------------------------
===============================================================================
A:7210-SAS# | Label | Description | 
|---|---|
| 
 | The value that identifies a service. | 
| 
 | Indicates the administrative state of the MAC movement feature associated with the service. | 
| 
 | The maximum rate at which MACs can be relearned in this TLS service, before the SAP where the moving MAC was last seen is automatically disabled to protect the system against undetected loops or duplicate MACs. The rate is computed as the maximum number of relearns allowed in a 5 second interval. The default rate of 10 relearns per second corresponds to 50 relearns in a 5 second period. | 
| 
 | Indicates the time in seconds to wait before a SAP that has been disabled after exceeding the maximum relearn rate is re-enabled. A value of zero indicates that the SAP is not automatically re-enabled after being disabled. If after the SAP is re-enabled it is disabled again, the effective retry timeout is doubled to avoid thrashing. | 
| 
 | The maximum number of learned and static entries allowed in the FDB. | 
| 
 | The current number of entries (both learned and static) in the FDB of this service. | 
| 
 | The current number of learned entries in the FDB of this service. | 
| 
 | The current number of static entries in the FDB of this service. | 
| 
 | The number of seconds used to age out FDB entries learned on an SDP. These entries correspond to MAC addresses learned on remote SAPs. | 
| 
 | The seconds used to age out FDB entries learned on local SAPs. | 
| 
 | The utilization of the FDB table of this service at which a ‟table full” alarm is raised by the agent. | 
| 
 | The utilization of the FDB table of this service at which a ‟table full” alarm is cleared by the agent. | 
| 
 | Specifies whether the MAC learning process is enabled in this service. | 
| 
 | Specifies whether frames received with an unknown destination MAC are discarded in this service. | 
| 
 | Specifies whether the MAC aging process is enabled in this service. | 
| 
 | Specifies whether MAC pinning is enabled in this service. | 
| 
 | When enabled, indicates that either the FDB table of this service is full or that the maximum system-wide number of MACs supported by the agent has been reached; therefore MAC learning is temporary disabled, and only MAC relearns can take place. | 
| 
 | The current number of service FDBs configured on this node. | 
| 
 | The sum of configured FDBs. | 
| 
 | The total number of entries (both learned and static) in use. | 
fdb-mac ieee-address [expiry]
show>service
Supported on all 7210 SAS platforms as described in this document
This command displays the FDB entry for a specific MAC address.
Specifies the 48-bit MAC address for which to display the FDB entry 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.
Keyword that displays the time until the MAC is aged out.
The following output is an example of MAC address FDB entry information, and Table: Output fields: FDB MAC describes the output fields.
Sample output*A:ALA-12# show service fdb-mac 00:99:00:00:00:00
==============================================================================
Services Using Forwarding Database Mac 00:99:00:00:00:00                       
==============================================================================
ServId  MAC                           Source-Identifier         Type/
Age Last Change            
------------------------------------------------------------------------------
1       00:99:00:00:00:00             sap:1/2/7:0               Static           
==============================================================================
*A:ALA-12#| Label | Description | 
|---|---|
| 
 | The service ID number. | 
| 
 | The specified MAC address. | 
| 
 | The location where the MAC is defined. | 
| 
 | Static — FDB entries created by management. | 
| Learned — Dynamic entries created by the learning process | |
| OAM — Entries created by the OAM process. | |
| H — Host, the entry added by the system for a static configured subscriber host. | |
| D or DHCP — DHCP-installed MAC. Learned addresses can be temporarily frozen by the DHCP snooping application for the duration of a DHCP lease | |
| P — Indicates the MAC is protected by the MAC protection feature. | 
ingress-label start-label [end-label]
show>service
Supported on all 7210 SAS platforms as described in this document
This command displays services using a range of ingress labels.
If only the mandatory start-label parameter is specified, only services using the specified label are displayed.
If both start-label and end-label parameters are specified, the services using the range of labels X where start-label <= X <= end-label are displayed.
Use the show router ldp bindings command to display dynamic labels.
Specifies the starting ingress label value for which to display services using the label range. If only start-label is specified, services only using start-label are displayed.
Specifies the ending ingress label value for which to display services using the label range.
The following table describes the show service ingress-label output fields.
Sample output| Label | Description | 
|---|---|
| 
 | The service identifier. | 
| 
 | The SDP identifier. | 
| 
 | Indicates whether the SDP is spoke. | 
| 
 | The ingress label used by the far-end device to send packets to this device in this service by the SDP. | 
| 
 | The egress label used by this device to send packets to the far-end device in this service by the SDP. | 
| 
 | The number of SDP bindings within the label range specified. | 
sap-using interface [ip-address | ip-int-name]
sap-using [ingress | egress] filter filter-id
sap-using [sap sap-id]
sap-using [ingress] qos-policy qos-policy-id
show>service
Supported on all 7210 SAS platforms as described in this document
This command displays SAP information.
If no optional parameters are specified, the command displays a summary of all defined SAPs.
The optional parameters restrict output to only SAPs matching the specified properties.
Specifies matching an ingress policy.
Specifies matching an egress policy.
Specifies the ingress or egress filter policy ID for which to display matching SAPs.
Specifies the physical port identifier portion of the SAP definition. See Common CLI command descriptions for command syntax.
The following output is an example of SAP service information, and Table: Output fields: service SAP-using describes the output fields.
Sample output*A:ALU_SIM2>config>service>vpls# show service sap-using
===============================================================================
Service Access Points 
===============================================================================
PortId                          SvcId      Ing.  Ing.    Egr.   Adm  Opr
                                           QoS   Fltr    Fltr
-------------------------------------------------------------------------
1/1/1:10                        1          1     none    1none   Up   Up  
1/1/3:500.*                     1          1     none    1none   Up   Up  
1/1/1:200                       200        1     none    1none   Up   Up  
1/1/3:100.200                   200        1     none    1none   Up   Up  
1/1/1:300                       300        1     none    1none   Up   Up  
-------------------------------------------------------------------------------
Number of SAPs : 5
-------------------------------------------------------------------------------
*A:ALU_SIM2>config>service>vpls# 
*A:DUT-B_sasx>show>service# sap-using
===============================================================================
Service Access Points
===============================================================================
PortId                          SvcId      Ing.  Ing.    Egr.  Egr.   Adm  Opr
                                           QoS   Fltr    QoS   Fltr
-------------------------------------------------------------------------------
1/1/3:1                         1          10    none    1     none   Up   Up
1/1/3:2                         2          1     none    1     none   Up   Up
1/1/3:3                         3          1     none    1     none   Up   Up
1/1/3:4                         4          1     none    1     none   Up   Up
1/1/3:5                         5          1     none    1     none   Up   Up
1/1/3:6                         6          1     none    1     none   Up   Up
1/1/3:7                         7          1     none    1     none   Up   Up
1/1/3:8                         8          1     none    1     none   Up   Up
1/1/3:9                         9          1     none    1     none   Up   Up
1/1/3:10                        10         1     none    1     none   Up   Up
1/1/3:11                        11         1     none    1     none   Up   Up
1/1/3:12                        12         1     none    1     none   Up   Up
1/1/3:13                        13         1     none    1     none   Up   Up
1/1/3:14                        14         1     none    1     none   Up   Up
1/1/3:15                        15         1     none    1     none   Up   Up
1/1/3:16                        16         1     none    1     none   Up   Up
1/1/3:17                        17         1     none    1     none   Up   Up
1/1/3:18                        18         1     none    1     none   Up   Up
1/1/3:19                        19         1     none    1     none   Up   Up
1/1/3:20                        20         1     none    1     none   Up   Up
1/1/3:21                        21         1     none    1     none   Up   Up
1/1/3:22                        22         1     none    1     none   Up   Up
1/1/3:23                        23         1     none    1     none   Up   Up
1/1/3:24                        24         1     none    1     none   Up   Up
1/1/3:25                        25         1     none    1     none   Up   Up
1/1/3:26                        26         1     none    1     none   Up   Up
1/1/3:27                        27         1     none    1     none   Up   Up
1/1/3:28                        28         1     none    1     none   Up   Up
1/1/3:29                        29         1     none    1     none   Up   Up
1/1/3:30                        30         1     none    1     none   Up   Up
1/1/3:31                        31         1     none    1     none   Up   Up
1/1/3:32                        32         1     none    1     none   Up   Up
1/1/3:33                        33         1     none    1     none   Up   Up
1/1/3:34                        34         1     none    1     none   Up   Up
1/1/3:35                        35         1     none    1     none   Up   Up
1/1/3:36                        36         1     none    1     none   Up   Up
1/1/3:37                        37         1     none    1     none   Up   Up
1/1/3:38                        38         1     none    1     none   Up   Up
1/1/3:39                        39         1     none    1     none   Up   Up
1/1/3:40                        40         1     none    1     none   Up   Up
1/1/3:41                        41         1     none    1     none   Up   Up
1/1/3:42                        42         1     none    1     none   Up   Up
1/1/3:43                        43         1     none    1     none   Up   Up
1/1/3:44                        44         1     none    1     none   Up   Up
1/1/3:45                        45         1     none    1     none   Up   Up
1/1/3:46                        46         1     none    1     none   Up   Up
1/1/3:47                        47         1     none    1     none   Up   Up
1/1/3:48                        48         1     none    1     none   Up   Up
1/1/3:49                        49         1     none    1     none   Up   Up
1/1/3:50                        50         1     none    1     none   Up   Up
1/1/3:51                        51         1     none    1     none   Up   Up
1/1/3:52                        52         1     none    1     none   Up   Up
1/1/3:53                        53         1     none    1     none   Up   Up
1/1/3:54                        54         1     none    1     none   Up   Up
1/1/3:55                        55         1     none    1     none   Up   Up
1/1/3:56                        56         1     none    1     none   Up   Up
1/1/3:57                        57         1     none    1     none   Up   Up
1/1/3:58                        58         1     none    1     none   Up   Up
1/1/3:59                        59         1     none    1     none   Up   Up
1/1/3:60                        60         1     none    1     none   Up   Up
1/1/3:61                        61         1     none    1     none   Up   Up
1/1/3:62                        62         1     none    1     none   Up   Up
1/1/3:63                        63         1     none    1     none   Up   Up
1/1/3:64                        257        1     none    1     none   Up   Up
-------------------------------------------------------------------------------
Number of SAPs : 64
-------------------------------------------------------------------------------
===============================================================================| Label | Description | 
|---|---|
| 
 | The ID of the access port where the SAP is defined. | 
| 
 | The service identifier. | 
| 
 | The SAP ingress QoS policy number specified on the ingress SAP. | 
| 
 | The MAC or IP filter policy ID applied to the ingress SAP. | 
| 
 | The filter policy ID applied to the egress SAP. | 
| 
 | The accounting policy ID assigned to the SAP. | 
| 
 | The administrative state of the SAP. | 
| 
 | The actual state of the SAP. | 
sdp [sdp-id | far-end ip-addr] [detail | keep-alive-history]
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays information for the SDPs associated with the service.
If no optional parameters are specified, a summary of all associated SDPs is displayed.
Displays only information for the specified SDP ID. An SDP is a logical mechanism that ties a far-end 7210 SAS to a particular service without having to specifically define far end SAPs. Each SDP represents a method to reach a 7210 SAS router.
Displays only SDPs matching with the specified system IP address of the far-end destination 7210 SAS router for the Service Distribution Point (SDP) that is the termination point for a service.
Displays detailed SDP information.
The following table describes the show service SDP output fields.
Sample output| Label | Description | 
|---|---|
| 
 | The SDP identifier. | 
| 
 | Indicates whether the SDP is a spoke. | 
| 
 | Displays the VC type: ether or vlan. | 
| 
 | Displays the explicit dot1Q value used when encapsulating to the SDP far end. | 
| 
 | The VC label used by the far-end device to send packets to this device in this service by the SDP. | 
| 
 | The operating path MTU of the SDP is equal to the admin path MTU (when one is set) or the dynamically computed tunnel MTU, when no admin path MTU is set (the default case.) | 
| 
 | 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. | 
| 
 | Specifies the IP address of the remote end of the MPLS tunnel defined by this SDP. | 
| 
 | Specifies the type of delivery used by the SDP: MPLS. | 
| 
 | The administrative state of this SDP. | 
| 
 | The operational state of this SDP. | 
| 
 | The label used by the far-end device to send packets to this device in this service by this SDP. | 
| 
 | The label used by this device to send packets to the far-end device in this service by the SDP. | 
| 
 | The date and time of the most recent change to the SDP. | 
| 
 | Specifies the signaling protocol used to obtain the ingress and egress labels used in frames transmitted and received on this SDP. | 
| 
 | The administrative state of the keepalive process. | 
| 
 | The operational state of the keepalive process. | 
| 
 | Specifies how often the SDP echo request messages are transmitted on this SDP. | 
| 
 | Specifies the maximum number of consecutive SDP echo request messages that can be unacknowledged before the keepalive protocol reports a fault. | 
| 
 | Specifies the length of the SDP echo request messages transmitted on this SDP. | 
| 
 | Specifies the amount of time to wait before the keepalive operating status is eligible to enter the alive state. | 
| 
 | Specifies the number of forwarded ingress packets. | 
| 
 | Specifies the number of dropped ingress packets. | 
| 
 | Specifies the number of forwarded egress packets. | 
| 
 | Specifies the number of forwarded egress octets. | 
| 
 | 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. | 
sdp-using [sdp-id[:vc-id] | far-end ip-address]
show>service
Supported on all 7210 SAS platforms as described in this document
This command displays services using SDP or far-end address options.
Displays only services bound to the specified SDP ID.
Specifies the virtual circuit identifier.
Displays only services matching with the specified far-end IP address.
The following output is an example of SDP service information, and Table: Output fields: SDP-using describes the output fields.
Sample output*A:ALA-1# show service sdp-using 300
===============================================================================
Service Destination Point (Sdp Id : 300)
===============================================================================
SvcId       SdpId               Type Far End        Opr State I.Label  E.Label
-------------------------------------------------------------------------------
2           300:2               Spok 10.0.0.13      Up        131070   131070
-------------------------------------------------------------------------------
Number of SDPs : 51
-------------------------------------------------------------------------------
*A:ALA-1#| Label | Description | 
|---|---|
| 
 | The service identifier. | 
| 
 | The SDP identifier. | 
| 
 | Specifies the type of SDP: Spoke. | 
| 
 | The far-end address of the SDP. | 
| 
 | The operational state of the service. | 
| 
 | The label used by the far-end device to send packets to this device in this service by this SDP. | 
| 
 | The label used by this device to send packets to the far-end device in this service by this SDP. | 
service-using [epipe] [vpls] [mirror] [customer customer-id]
show>service
Supported on all 7210 SAS platforms as described in this document
This command displays services matching the specified usage properties. If no optional parameters are specified, all services defined on the system are displayed.
Keyword to display matching Epipe services.
Keyword to display matching VPLS instances.
Keyword to display matching mirror services.
Specifies to display services only associated with the specified customer ID.
The following output is an example of service information, and Table: Output fields: service-using describes the output fields.
Sample output*A:ALA-12# show service service-using customer 10
==============================================================================
Services
==============================================================================
ServiceId    Type      Adm    Opr        CustomerId        Last Mgmt Change
------------------------------------------------------------------------------
1            VPLS      Up     Up         10                09/05/2006 13:24:15
100          IES       Up     Up         10                09/05/2006 13:24:15
300          Epipe     Up     Up         10                09/05/2006 13:24:15
------------------------------------------------------------------------------
Matching Services : 3
==============================================================================
*A:ALA-12#
*A:ALA-12# show service service-using epipe
===============================================================================
Services [epipe]
===============================================================================
ServiceId    Type      Adm    Opr        CustomerId        Last Mgmt Change
-------------------------------------------------------------------------------
6            Epipe     Up     Up         6                 09/22/2006 23:05:58
7            Epipe     Up     Up         6                 09/22/2006 23:05:58
8            Epipe     Up     Up         3                 09/22/2006 23:05:58
103          Epipe     Up     Up         6                 09/22/2006 23:05:58
-------------------------------------------------------------------------------
Matching Services : 4
===============================================================================
*A:ALA-12#
*A:ALA-14# show service service-using
===============================================================================
Services
===============================================================================
ServiceId    Type      Adm    Opr        CustomerId        Last Mgmt Change
-------------------------------------------------------------------------------
10           mVPLS     Down   Down       1                 10/26/2006 15:44:57
11           mVPLS     Down   Down       1                 10/26/2006 15:44:57
100          mVPLS     Up     Up         1                 10/26/2006 15:44:57
101          mVPLS     Up     Up         1                 10/26/2006 15:44:57
102          mVPLS     Up     Up         1                 10/26/2006 15:44:57
-------------------------------------------------------------------------------
Matching Services : 5
-------------------------------------------------------------------------------
*A:ALA-14#
A:Dut-A>config>service# show service service-using
===============================================================================
Services
===============================================================================
ServiceId    Type      Adm    Opr        CustomerId        Last Mgmt Change
-------------------------------------------------------------------------------
100          mVPLS     Up     Up         1                 07/07/2009 14:39:13
101          uVPLS     Up     Up         1                 07/07/2009 14:39:13
102          uVPLS     Up     Up         1                 07/07/2009 14:39:13
103          uVPLS     Up     Up         1                 07/07/2009 14:39:13
104          uVPLS     Up     Up         1                 07/07/2009 14:39:13
105          uVPLS     Up     Up         1                 07/07/2009 14:39:13
201          VPLS      Up     Up         1                 07/07/2009 14:39:13
202          VPLS      Up     Up         1                 07/07/2009 14:39:13
203          VPLS      Up     Up         1                 07/07/2009 14:39:13
204          VPLS      Up     Up         1                 07/07/2009 14:39:13
205          VPLS      Up     Up         1                 07/07/2009 14:39:13
300          mVPLS     Up     Up         1                 07/07/2009 14:39:13
301          uVPLS     Up     Up         1                 07/07/2009 14:39:13
302          uVPLS     Up     Up         1                 07/07/2009 14:39:13
303          uVPLS     Up     Up         1                 07/07/2009 14:39:13
304          uVPLS     Up     Up         1                 07/07/2009 14:39:1
305          uVPLS     Up     Up         1                 07/07/2009 14:39:1
401          VPLS      Up     Up         1                 07/07/2009 14:39:1
402          VPLS      Up     Up         1                 07/07/2009 14:39:1
403          VPLS      Up     Up         1                 07/07/2009 14:39:1
404          VPLS      Up     Up         1                 07/07/2009 14:39:1
405          VPLS      Up     Up         1                 07/07/2009 14:39:1
500          mVPLS     Up     Up         1                 07/07/2009 14:39:1
511          uVPLS     Up     Up         1                 07/07/2009 14:39:1
513          uVPLS     Up     Up         1                 07/07/2009 14:39:1
515          uVPLS     Up     Up         1                 07/07/2009 14:39:1
517          uVPLS     Up     Up         1                 07/07/2009 14:39:1
519          uVPLS     Up     Up         1                 07/07/2009 14:39:1
601          VPLS      Up     Up         1                 07/07/2009 14:39:1
602          VPLS      Up     Up         1                 07/07/2009 14:39:1
603          VPLS      Up     Up         1                 07/07/2009 14:39:1
604          VPLS      Up     Up         1                 07/07/2009 14:39:1
605          VPLS      Up     Up         1                 07/07/2009 14:39:1
701          VPLS      Up     Up         1                 07/07/2009 14:39:1
702          VPLS      Up     Up         1                 07/07/2009 14:39:1
703          VPLS      Up     Up         1                 07/07/2009 14:39:1
704          VPLS      Up     Up         1                 07/07/2009 14:39:1
801          VPLS      Up     Up         1                 07/07/2009 14:39:1
802          VPLS      Up     Up         1                 07/07/2009 14:39:1
803          VPLS      Up     Up         1                 07/07/2009 14:39:1
804          VPLS      Up     Up         1                 07/07/2009 14:39:1
805          VPLS      Up     Up         1                 07/07/2009 14:39:1
901          VPLS      Up     Up         1                 07/07/2009 14:39:1
902          VPLS      Up     Up         1                 07/07/2009 14:39:1
903          VPLS      Up     Up         1                 07/07/2009 14:39:1
904          VPLS      Up     Up         1                 07/07/2009 14:39:1
905          VPLS      Up     Up         1                 07/07/2009 14:39:1
906          VPLS      Up     Up         1                 07/07/2009 14:39:1
907          VPLS      Up     Up         1                 07/07/2009 14:39:1
908          VPLS      Up     Up         1                 07/07/2009 14:39:1
909          VPLS      Up     Up         1                 07/07/2009 14:39:1
910          VPLS      Up     Up         1                 07/07/2009 14:39:1
1101         Epipe     Up     Up         1                 07/07/2009 14:39:1
1102         Epipe     Up     Up         1                 07/07/2009 14:39:1
1103         Epipe     Up     Up         1                 07/07/2009 14:39:1
1104         Epipe     Up     Up         1                 07/07/2009 14:39:1
1105         Epipe     Up     Up         1                 07/07/2009 14:39:1
1501         Epipe     Up     Up         1                 07/07/2009 14:39:1
1502         Epipe     Up     Up         1                 07/07/2009 14:39:1
1503         Epipe     Up     Up         1                 07/07/2009 14:39:1
1504         Epipe     Up     Up         1                 07/07/2009 14:39:1
1505         Epipe     Up     Up         1                 07/07/2009 14:39:1
2001         Mirror    Up     Up         1                 07/07/2009 14:39:1
2002         Mirror    Up     Up         1                 07/07/2009 14:39:1
2011         Epipe     Up     Up         1                 07/07/2009 14:39:1
2012         VPLS      Up     Up         1                 07/07/2009 14:39:1
3000         mVPLS     Up     Up         1                 07/07/2009 14:39:1
4001         VPLS      Up     Up         1                 07/07/2009 14:39:1
4002         VPLS      Up     Up         1                 07/07/2009 14:39:1
-----------------------------------------------------------------------------
Matching Services : 69
=============================================================================
A:Dut-A>config>service#| Label | Description | 
|---|---|
| 
 | The service identifier. | 
| 
 | Specifies the service type configured for the service ID. | 
| 
 | The administrative state of the service. | 
| 
 | The operating state of the service. | 
| 
 | The ID of the customer who owns this service. | 
| 
 | The date and time of the most recent management-initiated change to this service. | 
id service-id {all | arp | base | endpoint | fdb | interface | label | labels | sap | splithorizon-group | stp |mstp-configuration}
show>service
Supported on all 7210 SAS platforms as described in this document
This command displays information for a particular service ID.
Specifies the unique service identification number that identifies the service in the service domain.
Keyword to display detailed information about the service.
Keyword to display basic service information.
Keyword to display service endpoint information.
Keyword to display FDB entries.
Keyword to display labels being used by this service.
Keyword to display MSTP information.
Keyword to display SAPs associated with the service.
Keyword to display SDPs associated with the service.
Keyword to display STP information.
all
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays detailed information for all aspects of the service.
The following output is an example of detailed service information, and Table: Output fields: service ID All describes the output fields.
Sample outputshow service id 100 all 
===============================================================================
Service Detailed Information
===============================================================================
Service Id        : 100                 Vpn Id            : 0
Service Type      : Epipe               
Name              : (Not Specified)
Description       : (Not Specified)
Customer Id       : 1                   Creation Origin   : manual
Last Status Change: 12/14/2019 11:35:20 
Last Mgmt Change  : 12/14/2019 13:09:09 
Test Service      : No                  
Admin State       : Down                Oper State        : Down
MTU               : 1514                
MTU Check         : Enabled             
Vc Switching      : False               
SAP Count         : 1                   SDP Bind Count    : 1
SAP Type:         : Qinq Inner Tag Pre* 
Propagate MacFlush: Disabled            Per Svc Hashing   : Disabled
Allow IP Intf Bind: Disabled            Fwd-IPv4-Mcast-To*: Disabled
VSD Domain        : <none>
Per Svc Hashing   : Disabled            
Force QTag Fwd    : Disabled            
 
-------------------------------------------------------------------------------
BGP Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
ETH-CFM service specifics
-------------------------------------------------------------------------------
Tunnel Faults     : ignore              
-------------------------------------------------------------------------------
Service Destination Points(SDPs)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Sdp Id 102:100  -(10.10.10.2)
-------------------------------------------------------------------------------
Description     : (Not Specified)
SDP Id             : 102:100                  Type              : Spoke
Spoke Descr     : (Not Specified)
VC Type            : VLAN                     VC Tag            : 2
Admin Path MTU     : 0                        Oper Path MTU     : 1578
Delivery           : MPLS                     
Far End            : 10.10.10.2
Tunnel Far End     : n/a                      LSP Types         : RSVP
Hash Label         : Disabled                 Hash Lbl Sig Cap  : Disabled
Oper Hash Label    : Disabled                 
 
Admin State        : Up                       Oper State        : Down
Acct. Pol          : None                     Collect Stats     : Disabled
Ingress Label      : 131065                   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
Admin BW(Kbps)     : 0                        Oper BW(Kbps)     : 0
BFD Template       : None
BFD-Enabled        : no                       BFD-Encap         : ipv4
Last Status Change : 12/14/2019 11:35:20      Signaling         : TLDP
Last Mgmt Change   : 12/14/2019 13:09:09      
Endpoint           : N/A                      Precedence        : 4
PW Status Sig      : Enabled                  
Force Vlan-Vc      : Disabled                 Force Qinq-Vc     : Disabled
Class Fwding State : Down                     
Flags              : SvcAdminDown
                     NoEgrVCLabel
Local Pw Bits      : lacIngressFault lacEgressFault psnEgressFault
Peer Pw Bits       : None
Peer Fault Ip      : None                     
Peer Vccv CV Bits  : None
Peer Vccv CC Bits  : None
Application Profile: None                     
Standby Sig Slave  : False                    
Block On Peer Fault: False                    
Use SDP B-MAC      : False                    
 
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. Fwd. Octs.     : 0
E. Fwd. Pkts.      : 0                        E. Fwd. Octets    : 0
Extra-Tag-Drop-Pkts: n/a                      Extra-Tag-Drop-Oc*: n/a
-------------------------------------------------------------------------------
Control Channel Status
-------------------------------------------------------------------------------
PW Status          : disabled                 Refresh Timer     : <none>
Peer Status Expire : false                    
Request Timer      : <none>                   
Acknowledgement    : false                    
-------------------------------------------------------------------------------
ETH-CFM SDP-Bind specifics
-------------------------------------------------------------------------------
Squelch Levels     : None                     
 
-------------------------------------------------------------------------------
RSVP/Static LSPs
-------------------------------------------------------------------------------
Associated LSP List :
Lsp Name           : a_b                      
Admin State        : Up                       Oper State        : Up
Time Since Last Tr*: 00h00m13s                
 
-------------------------------------------------------------------------------
Number of SDPs : 1
-------------------------------------------------------------------------------
* indicates that the corresponding row element may have been truncated.
-------------------------------------------------------------------------------
Service Access Points
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
SAP 1/1/9:1.2
-------------------------------------------------------------------------------
Service Id         : 100                      
SAP                : 1/1/9:1.2                Encap             : qinq
QinQ Dot1p         : Default                  
Description        : (Not Specified)
Admin State        : Down                     Oper State        : Down
Flags              : ServiceAdminDown SapAdminDown
Last Status Change : 12/14/2019 11:35:20      
Last Mgmt Change   : 12/14/2019 13:09:09      
Dot1Q Ethertype    : 0x8100                   QinQ Ethertype    : 0x8100
Split Horizon Group: (Not Specified)
Admin MTU          : 1522                     Oper MTU          : 1522
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
tod-suite          : None                     
Egr Agg Rate CIR   : 0                        Egr Agg Rate PIR  : max
Endpoint           : N/A                      
                                              Limit Unused BW   : Disabled
Acct. Pol          : None                     Collect Stats     : Disabled
Oper Group         : (none)                   Monitor Oper Grp  : (none)
Host Lockout Plcy  : n/a                      
Lag Link Map Prof  : (none)                   
Cflowd             : Disabled                 
-------------------------------------------------------------------------------
QOS
-------------------------------------------------------------------------------
Ingress qos-policy : 1                        Egress qos-policy : 1
Table-based        : disabled                 
-------------------------------------------------------------------------------
Aggregate Policer
-------------------------------------------------------------------------------
Rate               : n/a                      Burst             : n/a
-------------------------------------------------------------------------------
Egress Aggregate Meter
-------------------------------------------------------------------------------
Rate               : n/a                      Burst             : n/a
-------------------------------------------------------------------------------
Ingress QoS Classifier Usage
-------------------------------------------------------------------------------
Classifiers Allocated: 2                     Meters Allocated   : 1
Classifiers Used     : 1                     Meters Used        : 1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Sap Statistics
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress Stats:          0                       0                        
Egress Stats:           0                       0                        
Ingress Drop Stats:     0                       0                        
 
Extra-Tag Drop Stats:   n/a                     n/a                      
-------------------------------------------------------------------------------
Sap per Meter stats (in/out counter mode)
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress Meter 1
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
-------------------------------------------------------------------------------
Sap per Egress Queue stats
-------------------------------------------------------------------------------
                        Packets                 Octets
Egress Queue 1 (be)
Fwd Stats            :  0                       0                        
Drop Stats           :  0                       0                        
 
Egress Queue 2 (l2)
Fwd Stats            :  0                       0                        
Drop Stats           :  0                       0                        
 
Egress Queue 3 (af)
Fwd Stats            :  0                       0                        
Drop Stats           :  0                       0                        
 
Egress Queue 4 (l1)
Fwd Stats            :  0                       0                        
Drop Stats           :  0                       0                        
 
Egress Queue 5 (h2)
Fwd Stats            :  0                       0                        
Drop Stats           :  0                       0                        
 
Egress Queue 6 (ef)
Fwd Stats            :  0                       0                        
Drop Stats           :  0                       0                        
 
Egress Queue 7 (h1)
Fwd Stats            :  0                       0                        
Drop Stats           :  0                       0                        
 
Egress Queue 8 (nc)
Fwd Stats            :  0                       0                        
Drop Stats           :  0                       0                        
-------------------------------------------------------------------------------
Service Endpoints
-------------------------------------------------------------------------------
No Endpoints found.
-------------------------------------------------------------------------------
==========================================================================
VLL Sites
==========================================================================
Site                Site-Id   Dest                Admin       Oper  Fwdr
--------------------------------------------------------------------------
No Matching Entries
==========================================================================
===============================================================================
* indicates that the corresponding row element may have been truncated.
A:Dut-A# | Label | Description | 
|---|---|
| Service Id | Displays the service identifier | 
| VPN Id | Displays the number that identifies the VPN | 
| Service Type | Specifies the type of service | 
| Name | Displays the name of the service | 
| Description | Displays generic information about the service | 
| Customer Id | Displays the customer identifier | 
| Creation Origin | Displays how the service was created | 
| Last Status Change | Displays the date and time of the most recent status change to this customer | 
| Last Mgmt Change | Displays the date and time of the most recent management-initiated change to this customer | 
| Admin State | Displays the administrative state of the service | 
| Oper State | Displays the operational state of the service | 
| MTU | Displays the largest frame size (in octets) that the service can handle | 
| MTU Check | Displays whether the service performs an MTU check of the ingress packet before forwarding it | 
| VC Switching | Specifies whether the service is configured as a PW switching point | 
| SAP Count | Displays the number of SAPs specified for this service | 
| SDP Bind Count | Displays the number of SDPs bound to this service | 
| SAP Type | Displays the SAP type | 
| Propagate MacFlush | Specifies whether propagating a MAC flush is enabled or disabled | 
| Allow IP Intf Bind | Displays whether the service is enabled for route packets if used with an IES or VPRN service | 
| ETH-CFM Service Specifics | |
| Tunnel Faults | Displays whether tunnel faults are ignored or accepted | 
| Service Destination Points (SDPs) | |
| Description | Displays the description of the split horizon group | 
| SDP Id | Displays the SDP identifier | 
| Type | Indicates whether this service SDP binding is a spoke or a mesh | 
| Spoke Descr | Displays the description of the spoke SDP | 
| VC Type | Displays the service SDP type (for example, spoke) | 
| VC Tag | Displays the explicit dot1q value used when encapsulating to the SDP far end | 
| Admin Path MTU | The configured 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: MPLS. | 
| Tunnel Far End | Displays the far end IP address where the transport tunnel used by the SDP terminates | 
| LSP Types | Displays the supported LSP types: 
 | 
| Hash Lbl Sig Cap | Displays whether the hash label signal capability is enabled | 
| Oper Hash Label | Displays the operational state of the hash label | 
| Admin State | Displays the administrative state of this SDP | 
| Oper State | Displays the operational state of this SDP | 
| Acct. Pol | Displays the accounting policy applied to the SDP | 
| Collect Stats | Displays whether accounting statistics are collected on the SDP | 
| Ingress Label | Displays the label used by the far-end device to send packets to this device in this service by this SDP | 
| Egress Label | Displays the label used by this device to send packets to the far-end device in this service by this SDP | 
| Ingress IP Filter-Id | The ID of the ingress IP filter policy | 
| Egress IP Filter-Id | The ID of the egress IP filter policy | 
| Ingress IPv6 Filter-Id | The ID of the ingress IPv6 filter policy | 
| Egress IPv6 Filter-Id | The ID of the egress IPv6 filter policy | 
| Admin ControlWord | Not Preferred — control-word is not configured on the spoke-SDP Preferred — control-word is configured on the spoke-SDP | 
| Oper ControlWord | True — the spoke-SDP transmits the control word when signaling the peer False — the spoke-SDP does not transmit the control word when signaling the peer | 
| Last Status Change | Displays the date and time of the most recent status change to this SDP | 
| Signaling | Displays the signaling protocol used to obtain the ingress and egress labels used in frames transmitted and received on this SDP | 
| Last Mgmt Change | Displays the date and time of the most recent management initiated change to this SDP | 
| Endpoint | Displays the endpoint configured in the service | 
| Precedence | Displays the precedence level of the SDP binding | 
| PW Status Sig | Displays whether pseudowire status signaling for spoke SDPs is enabled or disabled | 
| Force Vlan-Vc | Displays whether the spoke-SDP has been configured to transmit the VLAN of the customer packet ingressing the SAP in the service | 
| Class Fwding State | Displays the admin state of class-based forwarding on this SDP | 
| Flags | Specifies the conditions that affect the operating status of this SAP | 
| Local Pw Bits | Displays the setting of the local pseudowire bits | 
| Peer Pw Bits | Displays the setting of the peer pseudowire bits | 
| Peer Vccv CV Bits | Displays the setting of the pseudowire peer VCCV control verification bits (lspPing) | 
| Peer Vccv CC Bits | Displays the setting of the pseudowire peer VCCV control channel bits (pwe3ControlWord, mplsRouterAlertLabel, or both) | 
| Keepalive Information | |
| Admin State | Displays the configured keepalive state | 
| Oper State | Displays the operating keepalive state | 
| Hello Time | Displays how often the SDP Echo Request messages are transmitted on this SDP | 
| Hello Msg Len | Displays the length of the SDP Echo Request messages transmitted on this SDP | 
| Max Drop Count | Displays the maximum number of consecutive SDP Echo Request messages that can be unacknowledged before the keepalive protocol reports a fault | 
| Hold Down Time | Displays the amount of time to wait before the keepalive operating status is eligible to enter the alive state | 
| Statistics | |
| I. Fwd. Pkts. | Displays the number of forwarded ingress packets | 
| I. Fwd. Octs. | Displays the number of forwarded ingress octets | 
| E. Fwd. Pkts. | Displays the number of forwarded egress packets | 
| E. Fwd. Octets | Displays the number of forwarded egress octets | 
| Extra-Tag-Drop-Pkts | Displays the number of packets that were dropped because the number of tags exceeded the number of tags supported by the SAP | 
| Extra-Tag-Drop-Oc* | Displays the number of octets that were dropped because the number of tags exceeded the number of tags supported by the SAP | 
| Control Channel Status | |
| PW Status | Displays the status of the pseudowire (Active or Standby) | 
| Refresh Timer | Displays the configured refresh timer. The refresh timer is the interval at which the control channel status messages are sent between peers. | 
| Peer Status Expire | False—The timer for receiving the control channel status bits from the peer has not expired; this is the default setting True —The timer for receiving the control channel status bits from the peer has expired; this field is set to true if the bits are not received from the peer | 
| Request Timer | Displays the configured request timer, which is based on the control channel status request messages sent to the peer | 
| Acknowledgment | False — The node does not send an acknowledgment to the peer; this is the default setting True — The node sends an acknowledgment to the peer | 
| RSVP/Static LSPs | |
| Associated LSP List | Displays the associated LSPs | 
| Lsp Name | Displays the name of the static LSP | 
| Admin State | Displays the configured state of the service | 
| Oper State | Displays the actual state of the service | 
| Time Since Last Tr* | Displays the time that the associated static LSP has been in service | 
| Number of SDPs | Displays the number of SDPs | 
| Service Access Points | |
| Service Id | Displays the service ID | 
| SAP | Displays the SAP ID | 
| Encap | Displays the encapsulation type of the SAP | 
| Description | Displays the description of the SAP | 
| Admin State | Displays the administrative state of the SAP | 
| Oper State | Displays the operating state of the SAP | 
| Flags | Displays the conditions that affect the operating status of this SAP | 
| Last Status Change | Displays the time of the most recent operating status change to this SAP | 
| Last Mgmt Change | Displays the time of the most recent management-initiated change to this SAP | 
| Dot1Q Ethertype | Displays the value of the dot1q Ethertype | 
| QinQ Ethertype | Displays the value of the qinq Ethertype | 
| Split Horizon Group | Displays the name of the split horizon group for this service | 
| Admin MTU | Displays the configured largest service frame size (in octets) that can be transmitted through the SAP to the far-end router without requiring the packet to be fragmented | 
| Oper MTU | Displays the actual largest service frame size (in octets) that can be transmitted through the SAP to the far-end router, without requiring the packet to be fragmented | 
| Ingr IP Fltr-Id | Displays the ingress filter policy ID assigned to the SAP | 
| Egr IP Fltr-Id | Displays the egress filter policy ID assigned to the SAP | 
| Ingr Mac Fltr-Id | Displays the ingress MAC filter policy ID assigned to the SAP | 
| Egr Mac Fltr-Id | Displays the egress MAC filter policy ID assigned to the SAP | 
| Ingr IPv6 Fltr-Id | Displays the ingress IPv6 filter policy ID assigned to the SAP | 
| Egr IPv6 Fltr-Id | Displays the egress IPv6 filter policy ID assigned to the SAP | 
| tod-suite | Displays whether a time-based policy is applied to a multiservice site | 
| Egr Agg Rate CIR | Displays the CIR rate limit in the access egress direction for the aggregate of the SAP queues | 
| Egr Agg Rate PIR | Displays the PIR rate limit in the access egress direction for the aggregate of the SAP queues | 
| Endpoint | Displays the endpoint configured in the service | 
| Acct. Pol | Displays the accounting policy applied to the SAP | 
| Collect Stats | Displays whether accounting statistics are collected on the SAP | 
| QoS | |
| Ingress qos-policy | Displays the SAP ingress QoS policy ID | 
| Egress qos-policy | Displays the SAP egress QoS policy ID | 
| Table-based | Enabled — Table-based classification has been configured in the QoS policy that has been applied on the SAP Disabled — Table-based classification has not been configure in the QoS policy that has been applied on the SAP | 
| Aggregate Policer | |
| Rate | Displays the aggregate policer rate | 
| Burst | Displays the aggregate policer burst size | 
| Egress Aggregate Meter | |
| Rate | Displays the egress aggregate meter rate | 
| Burst | Displays the egress aggregate meter burst size | 
| Ingress QoS Classifier Usage | |
| Classifiers Allocated | Displays the number of classifiers allocated to the ingress QoS policy | 
| Meters Allocated | Displays the number of meters allocated to the ingress QoS policy | 
| Classifiers Used | Displays the number of classifiers in use by the ingress QoS policy | 
| Meters Used | Displays the number of meters in use by the ingress QoS policy | 
| SAP Statistics | |
| Packets | (Header) Displays the number of packets counted for the statistic after the last counter reset | 
| Octets | (Header) Displays the number of octets counted for the statistic after the last counter reset | 
| Ingress Stats | Indicates that the following statistics are ingress statistics | 
| Egress Stats | Indicates that the following statistics are egress statistics | 
| Extra-Tag Drop Stats | Displays the number of packets that were dropped because they exceeded the number of tags supported on the SAP | 
| Ingress Drop Stats | Displays the number of packets dropped because of policers that are applied on the SAP | 
| Extra-Tag Drop Stats | Displays the number of packets dropped because they had more tags than the maximum number of tags supported on the SAP | 
| Sap per Meter stats (in/out counter mode) | |
| Packets | (Header) Displays the number of packets counted for the statistic after the last counter reset | 
| Octets | (Header) Displays the number of octets counted for the statistic after the last counter reset | 
| For. InProf | Displays the number of in-profile packets or octets (rate below CIR) forwarded | 
| For. OutProf | Displays the number of out-of-profile packets or octets (rate above CIR) forwarded | 
| Sap per Egress Queue stats | |
| Packets | (Header) Displays the number of packets counted for the statistic after the last counter reset | 
| Octets | (Header) Displays the number of octets counted for the statistic after the last counter reset | 
| Fwd Stats | Displays the number of forwarded packets and octets | 
| Drop Stats | Displays the number of dropped packets and octets | 
| VLL Sites | |
| Site-Id | Displays the site ID | 
| Admin | Displays the administrative state of the VLL site | 
| Oper | Displays the operational state of the VLL site | 
arp [ip-address] | [mac ieee-address] | [sap sap-id] | [interface ip-int-name]
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays the ARP table for the VPLS instance. The ARP entries for a subscriber interface are displayed uniquely. Each MAC associated with the subscriber interface child group-interfaces is displayed with each subscriber interface ARP entry for easy lookup.
Displays all IP addresses.
Displays only ARP entries in the ARP table with the specified 48-bit MAC address. The MAC address is 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.
Displays SAP information for the specified SAP ID.
Specifies matching service ARP entries associated with the IP interface.
Specifies the IP address of the interface for which to display matching ARP entries.
Specifies the IP interface name for which to display matching ARPs.
The following table describes the show service-id ARP output fields.
Sample output| Label | Description | 
|---|---|
| 
 | The IP address. | 
| 
 | The specified MAC address. | 
| Type Static — FDB entries created by management. | |
| Learned — Dynamic entries created by the learning process. | |
| Other — Local entries for the IP interfaces created. | |
| 
 | The age of the ARP entry. | 
| 
 | The interface applied to the service. | 
| 
 | The SAP ID. | 
base [msap]
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays basic information about the service ID including service type, description, SAPs and SDPs.
The following output is an example of basic service information, and Table: Output fields: service ID base describes the output fields.
Sample output
*A:7210SAS# show service id 10 base 
===============================================================================
Service Basic Information
===============================================================================
Service Id        : 10                  Vpn Id            : 0
Service Type      : VPLS                
Name              : (Not Specified)
Description       : (Not Specified)
Customer Id       : 1                   
Last Status Change: 02/06/2106 06:28:12 
Last Mgmt Change  : 01/10/1970 01:55:31 
Admin State       : Down                Oper State        : Down
MTU               : Not Applicable      Def. Mesh VC Id   : 10
SAP Count         : 0                   
Uplink Type:      : L2                  
SAP Type:         : dot1q Range         Customer vlan:    : n/a
 
-------------------------------------------------------------------------------
Service Access & Destination Points
-------------------------------------------------------------------------------
Identifier                               Type         AdmMTU  OprMTU  Adm  Opr
-------------------------------------------------------------------------------
No Matching Entries                   
======================================================================
*A:7210SAS# show service id 10 base 
A:Dut-A# show service id 1 base
=======================================================
Service Basic Information
===============================================================================
Service Id : 1 Vpn Id : 0
Service Type : Epipe
Customer Id : 1
Last Status Change: 06/24/2001 00:57:55
Last Mgmt Change : 06/24/2001 00:51:36
Admin State : Up Oper State : Up
MTU : 1514
MTU Check : Disabled
Vc Switching : False
SAP count : 1 SDP Bind Count : 1
----------------------------------------------------------------------------------
Service Access and Destination Points
----------------------------------------------------------------------------------
Identifier Type AdmMTU OprMTU Adm Opr
----------------------------------------------------------------------------------
sap:1/1/21:1 q-tag 1518 1518 Up Up
sdp:1:1 S<100.1.12> n/a 1518 1518 Up Up
==============================================================----------------------
A:Dut-A#| Label | Description | 
|---|---|
| 
 | The service identifier. | 
| 
 | Displays the type of service. | 
| 
 | Generic information about the service. | 
| 
 | The customer identifier. | 
| 
 | The date and time of the most recent management-initiated change to this customer. | 
| 
 | The administrative state of the service. | 
| 
 | The operational state of the service. | 
| 
 | The largest frame size (in octets) that the can handle. | 
| 
 | The largest frame size (in octets) that the SAP can handle. | 
| 
 | The number of SAPs defined on the service. | 
| 
 | The type of SAPs allowed in the service. It also describes the applied processing by the node to the packets received on these SAPs. | 
| 
 | Specifies the service access (SAP). | 
| 
 | Specifies the actual largest service frame size (in octets) that can be transmitted through this SAP, without requiring the packet to be fragmented. | 
| 
 | The operating state of the SAP. | 
fdb [sap sap-id [expiry]] | [mac ieee-address [expiry]] | [detail] [expiry]
show>service>id
show>service>fdb-mac
Supported on all 7210 SAS platforms as described in this document
This command displays FDB entries for a specific MAC address.
Specifies the physical port identifier portion of the SAP. See Common CLI command descriptions for command syntax.
Keyword to display detailed information.
Keyword to display the time until the MAC is aged out.
The following output is an example of FDB information, and Table: Output fields: service FDB describes the output fields.
Sample outputA:Dut-A# show service id 305 fdb
===============================================================================
Forwarding Database, Service 305
===============================================================================
Service Id        : 305                 Mac Move          : Disabled
Mac Move Rate     : 2                   Mac Move Timeout  : 10
Table Size        : 500                 Total Count       : 375
Learned Count     : 375                 Static Count      : 0
Remote Age        : 60                  Local Age         : 60
High WaterMark    : 95%                 Low Watermark     : 90%
Mac Learning      : Enabl               Discard Unknown   : Dsabl
Mac Aging         : Enabl               Relearn Only      : False
===============================================================================
A:Dut-A#| Label | Description | 
|---|---|
| 
 | Displays the service ID. | 
| 
 | Displays the associated MAC address. | 
| 
 | Displays the administrative state of the MAC movement feature associated with this service. | 
| 
 | Displays a factor for the primary ports defining how many MAC-relearn periods should be used to measure the MAC-relearn rate. | 
| 
 | Displays a factor for the secondary ports defining how many MAC-relearn periods should be used to measure the MAC-relearn rate. | 
| 
 | Displays the maximum rate at which MAC's can be relearned in this service, before the SAP where the moving MAC was last seen is automatically disabled to protect the system against undetected loops or duplicate MAs. The rate is computed as the maximum number of relearns allowed in a 5-second interval; for example, the default rate of 2 relearns per second corresponds to 10 relearns in a 5-second period. | 
| 
 | Displays the time in seconds to wait before a SAP that has been disabled after exceeding the maximum relearn rate is re-enabled. A value of zero indicates that the SAP is not automatically re-enabled after being disabled. If after the SAP is re-enabled it is disabled again, the effective retry timeout is doubled to avoid thrashing. | 
| 
 | Displays the number of times retries are performed for re-enabling the SAP or SDP. | 
| 
 | Specifies the maximum number of learned and static entries allowed in the FDB of this service. | 
| 
 | Displays the total number of learned entries in the FDB of this service. | 
| 
 | Displays the current number of learned entries in the FDB of this service. | 
| 
 | Displays the current number of static entries in the FDB of this service. | 
| 
 | Displays the current number of OAM entries in the FDB of this service. | 
| 
 | Displays the number of seconds used to age out FDB entries learned on an SDP. These entries correspond to MAC addresses learned on remote SAPs. | 
| 
 | Displays the number of seconds used to age out FDB entries learned on local SAPs. | 
| 
 | Displays the utilization of the FDB table of this service at which a table full alarm is raised by the agent. | 
| 
 | Displays the utilization of the FDB table of this service at which a table full alarm is cleared by the agent. | 
| 
 | Specifies whether the MAC learning process is enabled | 
| 
 | Specifies whether frames received with an unknown destination MAC are discarded. | 
| 
 | Indicates whether the MAC aging process is enabled. | 
| 
 | Displays, that when enabled, either the FDB table of this service is full, or that the maximum system-wide number of MACs supported by the agent has been reached, and therefore MAC learning is temporary disabled, and only MAC relearns can take place. | 
| 
 | Displays the number of bits to be considered when performing MAC learning or MAC switching. | 
| 
 | The location where the MAC is defined. | 
| 
 | Type — Specifies the number of seconds used to age out TLS FDB entries learned on local SAPs | 
| Age — Specifies the number of seconds used to age out TLS FDB entries learned on an SDP. These entries correspond to MAC addresses learned on remote SAPs | |
| L (Learned) — Dynamic entries created by the learning process. | |
| OAM — Entries created by the OAM process. | |
| Static — Statically configured. | |
| 
 | Indicates the time of the most recent state changes. | 
host [sap sap-id] [detail]
host summary
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays static host information configured on this service.
Specifies the physical port identifier portion of the SAP definition. See Common CLI command descriptions for command syntax.
Keyword to display summary host information.
labels
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays the labels being used by the service.
The following output is an example of service label information, and Table: Output fields: service ID labels describes the output fields.
Sample outputA:Dut-A# show service id 305 labels
===============================================================================
Martini Service Labels
===============================================================================
Svc Id     Sdp Binding        Type  I.Lbl                 E.Lbl
-------------------------------------------------------------------------------
305        1217:305           Spok  130506                130516
305        1317:305           Spok  130454                130591
305        1417:305           Spok  130428                131015
305        1617:305           Spok  131060                130843
-------------------------------------------------------------------------------
Number of Bound SDPs : 4
===============================================================================
A:Dut-A#| Label | Description | 
|---|---|
| 
 | The service identifier. | 
| 
 | The SDP identifier. | 
| 
 | Indicates whether the SDP is spoke. | 
| 
 | The VC label used by the far-end device to send packets to this device in this service by the SDP. | 
| 
 | The VC label used by this device to send packets to the far-end device in this service by the SDP. | 
l2pt disabled
l2pt [detail]
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays Layer 2 Protocol Tunnel (L2-PT) route information associated with this service.
Keyword to display only entries with termination disabled. This helps identify configuration errors.
Keyword to display detailed information.
The following output is an example of L2PT information, and Table: Output fields: L2PT describes the output fields.
Sample output*A:7210SAS>show>service# id 1 l2pt detail
===============================================================================
L2pt details, Service id 1
===============================================================================
Service Access Points
-------------------------------------------------------------------------------
SapId                       L2pt-                      Admin Bpdu-  Oper Bpdu-
                            termination                translation  translation
-------------------------------------------------------------------------------
1/1/1                       stp cdp vtp dtp pagp udld  disabled     disabled
-------------------------------------------------------------------------------
Number of SAPs : 1
===============================================================================
===============================================================================
L2pt summary, Service id 1
===============================================================================
       L2pt-term   L2pt-term   Bpdu-trans  Bpdu-trans  Bpdu-trans  Bpdu-trans
       enabled     disabled    auto        disabled    pvst        stp
-------------------------------------------------------------------------------
SAP's  1           0           0           1           0           0
SDP's  0           0           0           0           0           0
-------------------------------------------------------------------------------
Total  1           0           0           1           0           0
===============================================================================
*A:7210SAS>show>service#| Label | Description | 
|---|---|
| 
 | Displays the 24-bit (0 to 16777215) service instance identifier for the service. | 
| 
 | Indicates if L2-PT-termination and/or BPDU translation is in use in this service by at least one SAP or spoke-SDP binding. If in use, at least one of L2PT-termination or BPDU translation is enabled. When enabled it is not possible to enable STP on this service. | 
| 
 | Indicates that L2-PT-termination is disabled. | 
| 
 | Specifies the number of L2-PT PDUs that are translated before being sent out on a port or sap. | 
| 
 | Indicates that BPDU translation is disabled. | 
| 
 | Displays the number of SAPs with L2PT or BPDU translation enabled or disabled. | 
| 
 | Displays the number of SDPs with L2PT or BPDU translation enabled or disabled. | 
| 
 | Displays the column totals of L2PT entities. | 
| 
 | The ID of the access point where this SAP is defined. | 
| 
 | Indicates whether L2pt termination is enabled or disabled. | 
| 
 | Specifies whether BPDU translation is administratively enabled or disabled. | 
| 
 | Specifies whether BPDU translation is operationally enabled or disabled. | 
| 
 | Specifies the SAP ID. | 
mac-move
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays information related to the mac-move feature for the specified service.
The following output is an example of service MAC move information, and Table: Output fields: service MAC move describes the fields.
Sample output*A:ALU-48>show>service>id# mac-move
===============================================================================
Service Mac Move Information
===============================================================================
Service Id        : 5001                Mac Move          : Disabled
Primary Factor    : 3                   Secondary Factor  : 2
Mac Move Rate     : 2                   Mac Move Timeout  : 10
Mac Move Retries  : 3
-------------------------------------------------------------------------------
SAP Mac Move Information: 1/2/4:1/100
-------------------------------------------------------------------------------
Admin State       : Up                  Oper State        : Down
Flags              : ServiceAdminDown
                     PortOperDown L2OperDown
Time to RetryReset: never               Retries Left      : 3
Mac Move          : Blockable           Blockable Level   : Tertiary
-------------------------------------------------------------------------------
SDP Mac Move Information: 5001:100
-------------------------------------------------------------------------------
Admin State       : Up                  Oper State        : Down
Flags              : SvcAdminDown SdpOperDown
                     NoIngVCLabel NoEgrVCLabel
                     PathMTUTooSmall
Time to RetryReset: never               Retries Left      : 3
Mac Move          : Blockable           Blockable Level   : Tertiary
===============================================================================
*A:ALU-48>show>service>id#| Label | Description | 
|---|---|
| Service Id | The service identifier. | 
| Mac Move | The administrative state of the MAC movement feature associated with this service. | 
| Primary Factor | A factor for the primary ports defining how many MAC relearn periods should be used to measure the MAC relearn rate. | 
| Secondary Factor | A factor for the secondary ports defining how many MAC relearn periods should be used to measure the MAC relearn rate. | 
| Mac Move Rate | The maximum rate at which MACs can be relearned in this service, before the SAP where the moving MAC was last seen is automatically disabled to protect the system against undetected loops or duplicate MACs. The rate is computed as the maximum number of relearns allowed in a 5-second interval: for example, the default rate of 2 relearns per second corresponds to 10 relearns in a 5-second period. | 
| Mac Move Timeout | The time, in seconds, to wait before a SAP that has been disabled after exceeding the maximum relearn rate is re-enabled. A value of 0 indicates that the SAP is not automatically re-enabled after being disabled. If after the SAP is re-enabled it is disabled again, the effective retry timeout is doubled to avoid thrashing. | 
| Mac Move Retries | The number of times retries are performed for re-enabling the SAP or SDP. | 
| SAP Mac Move Information: | |
| Admin State | The administrative state of the SAP. | 
| Oper State | The operational state of the SAP. | 
| Flags | Specifies the conditions that affect the operating status of this SAP. Display output includes: ServiceAdminDown, PortOperDown, L2OperDown. | 
| Time to RetryReset | The time, in seconds, to wait before a SAP that has been disabled after exceeding the maximum relearn rate is re-enabled. A value of 0 indicates that the SAP is not automatically re-enabled after being disabled. If after the SAP is re-enabled it is disabled again, the effective retry timeout is doubled to avoid thrashing. | 
| Retries Left | The number of remaining attempts to re-enable the SAP. | 
| Mac Move | Specifies whether MAC move is configured as blockable or not blockable on the SAP. | 
| Blockable Level | Specifies the level at which MAC move is blockable on the SAP (primary, secondary, or tertiary). | 
| SDP Mac Move Information | |
| Admin State | The administrative state of the SDP. | 
| Oper State | The operational state of the SDP. | 
| Flags | Specifies the conditions that affect the operating status of this SDP. Display output includes: SvcAdminDown, SdpOperDown, NoIngVCLabel, NoEgrVCLabel, PathMTUTooSmall. | 
| Time to RetryReset | The time, in seconds, to wait before a SDP that has been disabled after exceeding the maximum relearn rate is re-enabled. A value of 0 indicates that the SDP is not automatically re-enabled after being disabled. If after the SDP is re-enabled it is disabled again, the effective retry timeout is doubled to avoid thrashing. | 
| Retries Left | The number of remaining attempts to re-enable the SDP. | 
| Mac Move | Specifies whether MAC move is configured as blockable or not blockable on the SDP. | 
| Blockable Level | Specifies the level at which MAC move is blockable on the SDP (primary, secondary, or tertiary). | 
mrouters [detail]
show>service>id>mld-snooping
Supported on all 7210 SAS platforms as described in this document
This command displays all multicast routers.
sap sap-id detail
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays information for the SAPs associated with the service.
If no optional parameters are specified, a summary of all associated SAPs is displayed.
Specifies the ID that displays SAPs for the service in the slot/mda/port[.channel] form. See Common CLI command descriptions for command syntax.
Keyword to display detailed information for the SAP.
The following outputs are examples of SAP information, and Table: Output fields: service SAP describes the output fields.
Sample output*A:DUT-B_sasx>show>service>id# sap 1/1/3:63 detail
===============================================================================
Service Access Points(SAP)
===============================================================================
Service Id         : 63
SAP                : 1/1/3:63                 Encap             : q-tag
Description        : (Not Specified)
Admin State        : Up                       Oper State        : Up
Flags              : None
Last Status Change : 05/20/2000 13:33:22
Last Mgmt Change   : 05/19/2000 12:13:41
Loopback Mode      : Internal                 No-svc-port used : 1/1/13
Loopback Src Addr  : 00:00:00:22:22:22 
Loopback Dst Addr  : 00:00:00:11:11:11 
Dot1Q Ethertype    : 0x8100                   QinQ Ethertype    : 0x8100
Max Nbr of MAC Addr: No Limit                 Total MAC Addr    : 59
Learned MAC Addr   : 59                       Static MAC 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
tod-suite          : None                                                 
Egr Agg Rate Limit : 100000                   Host Conn Verify  : Enabled
Mac Learning       : Enabled                  Discard Unkwn Srce: Disabled
Mac Aging          : Enabled                  Mac Pinning       : Disabled
BPDU Translation   : Disabled
L2PT Termination   : Disabled
Acct. Pol          : None                     Collect Stats     : Disabled
-------------------------------------------------------------------------------
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        : 2048                     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
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
-------------------------------------------------------------------------------
Sap Egress Policy (1)
-------------------------------------------------------------------------------
Scope              : Template
Remark             : False                    Remark Pol Id     : 2
Accounting         : frame-based
Description    : Default SAP egress QoS policy.
-------------------------------------------------------------------------------
Queue Rates and Rules
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
QueueId        CIR          CIR Adpt Rule        PIR          PIR Adpt Rule
-------------------------------------------------------------------------------
Queue1          0              closest            max            closest
Queue2          0              closest            max            closest
Queue3          0              closest            max            closest
Queue4          0              closest            max            closest
Queue5          0              closest            max            closest
Queue6          0              closest            max            closest
Queue7          0              closest            max            closest
Queue8          0              closest            max            closest
-------------------------------------------------------------------------------
Parent Details
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
QueueId          Port       CIR Level      PIR Weight
-------------------------------------------------------------------------------
Queue1          True             1             1
Queue2          True             1             1
Queue3          True             1             1
Queue4          True             1             1
Queue5          True             1             1
Queue6          True             1             1
Queue7          True             1             1
Queue8          True             1             1
-------------------------------------------------------------------------------
High Slope
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
QueueId        State      Start-Avg(%)   Max-Avg(%)   Max-Prob(%)
-------------------------------------------------------------------------------
Queue1          Down            70           90            75
Queue2          Down            70           90            75
Queue3          Down            70           90            75
Queue4          Down            70           90            75
Queue5          Down            70           90            75
Queue6          Down            70           90            75
Queue7          Down            70           90            75
Queue8          Down            70           90            75
-------------------------------------------------------------------------------
Low Slope
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
QueueId        State      Start-Avg(%)   Max-Avg(%)   Max-Prob(%)
-------------------------------------------------------------------------------
Queue1          Down            50           75            75
Queue2          Down            50           75            75
Queue3          Down            50           75            75
Queue4          Down            50           75            75
Queue5          Down            50           75            75
Queue6          Down            50           75            75
Queue7          Down            50           75            75
Queue8          Down            50           75            75
-------------------------------------------------------------------------------
Burst Sizes and Time Average Factor
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
QueueId         CBS            MBS       Time Average Factor        Queue-Mgmt
-------------------------------------------------------------------------------
Queue1          def               def              7           default
Queue2          def               def              7           default
Queue3          def               def              7           default
Queue4          def               def              7           default
Queue5          def               def              7           default
Queue6          def               def              7           default
Queue7          def               def              7           default
Queue8          def               def              7           default
-------------------------------------------------------------------------------
Aggregate Policer (Not Available)
-------------------------------------------------------------------------------
rate               : n/a                      burst             : n/a
-------------------------------------------------------------------------------
Ingress QoS Classifier Usage
-------------------------------------------------------------------------------
Classifiers Allocated: 4                     Meters Allocated   : 2
Classifiers Used     : 2                     Meters Used        : 2
-------------------------------------------------------------------------------
Sap Statistics
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress Stats:          90551093                135826639500
Egress Stats:           0                       0
-------------------------------------------------------------------------------
Sap per Meter stats
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress Meter 1 (Unicast)
For. InProf           : 0                       0
For. OutProf          : 0                       0
Ingress Meter 11 (Multipoint)
For. InProf           : 3                       4500
For. OutProf          : 90611158                135916737000
-------------------------------------------------------------------------------
Sap per Queue stats
-------------------------------------------------------------------------------
                        Packets                 Octets
Egress Queue 1 (be)
Fwd Stats            :  90593283                137701790160
Drop InProf          :  0                       0
Drop OutProf         :  0                       0
Egress Queue 2 (l2)
Fwd Stats            :  0                       0
Drop InProf          :  0                       0
Drop OutProf         :  0                       0
Egress Queue 3 (af)
Fwd Stats            :  0                       0
Drop InProf          :  0                       0
Drop OutProf         :  0                       0
Egress Queue 4 (l1)
Fwd Stats            :  0                       0
Drop InProf          :  0                       0
Drop OutProf         :  0                       0
Egress Queue 5 (h2)
Fwd Stats            :  0                       0
Drop InProf          :  0                       0
Drop OutProf         :  0                       0
Egress Queue 6 (ef)
Fwd Stats            :  0                       0
Drop InProf          :  0                       0
Drop OutProf         :  0                       0
Egress Queue 7 (h1)
Fwd Stats            :  0                       0
Drop InProf          :  0                       0
Drop OutProf         :  0                       0
Egress Queue 8 (nc)
Fwd Stats            :  0                       0
Drop InProf          :  0                       0
Drop OutProf         :  0                       0
===============================================================================
*A:DUT-B_sasx>show>service>id#*A:Dut-A# show service id 10 sap 5/1/1:800 detail 
===============================================================================
Service Access Points(SAP)
===============================================================================
Service Id         : 10                       
SAP                : 5/1/1:800                Encap             : q-tag
Description        : (Not Specified)
Admin State        : Up                       Oper State        : Down
Flags              : PortOperDown
Last Status Change : 11/07/2017 04:48:25      
Last Mgmt Change   : 11/07/2017 05:02:47      
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
BGP IPv4 FlowSpec  : Disabled
BGP IPv6 FlowSpec  : Disabled
tod-suite          : None                     
Egr Agg Rate CIR   : 0                        Egr Agg Rate PIR  : max
                                              Limit Unused BW   : Disabled
Acct. Pol          : None                     Collect Stats     : Disabled
Anti Spoofing      : None                     Dynamic Hosts     : Enabled
Oper Group         : (none)                   Monitor Oper Grp  : (none)
Host Lockout Plcy  : n/a                      
Lag Link Map Prof  : (none)                   
-------------------------------------------------------------------------------
QOS
-------------------------------------------------------------------------------
Ingress qos-policy : 17                       Egress qos-policy : 1
Table-based        : enabled
-------------------------------------------------------------------------------
Aggregate Policer
-------------------------------------------------------------------------------
Rate               : n/a                      Burst             : n/a
-------------------------------------------------------------------------------
Egress Aggregate Meter
-------------------------------------------------------------------------------
Rate               : n/a                      Burst             : n/a
-------------------------------------------------------------------------------
Ingress QoS Classifier Usage
-------------------------------------------------------------------------------
Classifiers Allocated: 60                    Meters Allocated   : 30
Classifiers Used     : 9                     Meters Used        : 8
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Sap Statistics
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress Stats:          0                       0                        
Egress Stats:           0                       0                        
Ingress Drop Stats:     0                       0                        
 
Extra-Tag Drop Stats:   n/a                     n/a                      
-------------------------------------------------------------------------------
Sap per Meter stats (in/out counter mode)
-------------------------------------------------------------------------------
                        Packets                 Octets
Ingress Meter 1
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
 
Ingress Meter 2
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
 
Ingress Meter 3
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
 
Ingress Meter 4
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
 
Ingress Meter 5
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
 
Ingress Meter 6
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
 
Ingress Meter 7
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
 
Ingress Meter 8
For. InProf           : 0                       0                        
For. OutProf          : 0                       0                        
===============================================================================| Label | Description | 
|---|---|
| 
 | The service identifier. | 
| 
 | The SAP and qtag. | 
| 
 | The encapsulation type of the SAP. | 
| 
 | Specifies an Ethernet type II Ethertype value. | 
| 
 | The administrative state of the SAP. | 
| 
 | The operational state of the SAP. | 
| 
 | Specifies the conditions that affect the operating status of this SAP. Display output includes: ServiceAdminDown, SapAdminDown, InterfaceAdminDown, PortOperDown, L2OperDown, RelearnLimitExceeded, ParentIfAdminDown, NoSapIpipeCeIpAddr, TodResourceUnavail, TodMssResourceUnavail, SapParamMismatch, CemSapNoEcidOrMacAddr, SapIngressNamedPoolMismatch, SapEgressNamedPoolMismatch, NoSapEpipeRingNode. | 
| 
 | Specifies the time of the most recent operating status change to this SAP | 
| 
 | Specifies the time of the most recent management-initiated change to this SAP. | 
| 
 | The ingress QoS policy ID assigned to the SAP. | 
| 
 | The ingress filter policy ID assigned to the SAP. | 
| 
 | The egress filter policy ID assigned to the SAP. | 
| 
 | The accounting policy ID assigned to the SAP. | 
| 
 | Specifies whether collect stats is enabled. | 
| SAP per Meter stats | |
| 
 | Specifies the meter ID. | 
| 
 | The number of in-profile packets and octets (rate below CIR) forwarded. | 
| 
 | The number of out-of-profile packets and octets. | 
| 
 | The profile ID applied to the ingress SAP. | 
| 
 | The profile ID applied to the egress SAP. | 
| 
 | The indication that OAM cells are being processed. | 
| 
 | The AAL-5 encapsulation type. | 
| 
 | rate-indicates the rate of the aggregate policer. burst-indicates the burst-size of the aggregate policer. | 
| 
 | Displays the Ethernet port loopback mode. | 
| 
 | Displays the configured loopback source address. | 
| 
 | Displays the configured loopback destination address. | 
| 
 | Displays the port ID of the port on which no service is configured. This port is used for the port loop back with MAC swap functionality. | 
| 
 | Displays the egress aggregate rate limit. | 
| 
 | Displays the Ethernet port loopback mode. | 
| 
 | Displays the configured loopback source address. | 
| 
 | Displays the configured loopback destination address. | 
| 
 | Displays the port ID of the port on which no service is configured. This port is used for the port loop back with MAC swap functionality. | 
| 
 | Indicates the use of table-based resource classification: Enabled (table-based) or Disabled (CAM-based). | 
sdp [sdp-id | far-end ip-addr] [detail]
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays information for the SDPs associated with the service. If no optional parameters are specified, a summary of all associated SDPs is displayed.
Displays information for only the specified SDP ID.
Displays only SDPs matching with the specified far-end IP address.
Keyword to display detailed SDP information.
The following output is an example of SDP information, and Table: Output fields: service ID SDP describes the output fields.
Sample outputA:Dut-A>show>service>id# sdp 1217:305
===============================================================================
Service Destination Point (Sdp Id : 1217:305)
===============================================================================
SdpId            Type IP address      Adm     Opr       I.Lbl       E.Lbl
-------------------------------------------------------------------------------
1217:305         Spok 10.20.1.2       Up      Up        130506      130516
-------------------------------------------------------------------------------
Number of SDPs : 1
===============================================================================
A:Dut-A>show>service>id# sdp 1217:305  detail
A:Dut-A>show>service>id# 
===============================================================================
Service Destination Point (Sdp Id : 1217:305) Details
-------------------------------------------------------------------------------
 Sdp Id 1217:305  -(10.20.1.2)
-------------------------------------------------------------------------------
Description     : Default sdp description
SDP Id             : 1217:305                 Type              : Spoke
VC Type            : Ether                    VC Tag            : n/a
Admin Path MTU     : 0                        Oper Path MTU     : 9186
Far End            : 10.20.1.2                Delivery          : MPLS
Admin State        : Up                       Oper State        : Up
Acct. Pol          : None                     Collect Stats     : Disabled
Managed by Service : 300                      Prune State       : Not Pruned
Managed by Spoke   : 1217:300
Ingress Label      : 130506                   Egress Label      : 130516
Admin ControlWord  : Not Preferred            Oper ControlWord  : False
Last Status Change : 07/07/2009 18:49:40      Signaling         : TLDP
Last Mgmt Change   : 07/07/2009 14:39:14      Force Vlan-Vc     : Disabled
Last Mgmt Change   : 07/07/2009 14:39:14
Flags              : None
Peer Pw Bits       : None
Peer Fault Ip      : None
Max Nbr of MAC Addr: No Limit                 Total MAC Addr    : 0
Learned MAC Addr   : 0                        Static MAC Addr   : 0
MAC Learning       : Enabled                  Discard Unkwn Srce: Disabled
MAC Aging          : Enabled
L2PT Termination   : Disabled                 BPDU Translation  : Disabled
MAC Pinning        : Disabled
KeepAlive Information :
Admin State        : Enabled                  Oper State        : Alive
Hello Time         : 10                       Hello Msg Len     : 0
Max Drop Count     : 3                        Hold Down Time    : 10
Statistics            :
I. Fwd. Pkts.      : 13601                    I. Fwd. Octs.     : 10676338
E. Fwd. Pkts.      : 83776987                 E. Fwd. Octets    : 51589499116
Associated LSP LIST :
Lsp Name           : A_B_17
Admin State        : Up                       Oper State        : Up
Time Since Last Tr*: 08h31m06s
-------------------------------------------------------------------------------
Stp Service Destination Point specifics
-------------------------------------------------------------------------------
Mac Move           : Blockable
Stp Admin State    : Down                     Stp Oper State    : Down
Core Connectivity  : Down
Port Role          : N/A                      Port State        : Forwarding
Port Number        : 2049                     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
RST BPDUs rcvd     : 0                        RST BPDUs tx      : 0
-------------------------------------------------------------------------------
Number of SDPs : 1
-------------------------------------------------------------------------------
===============================================================================
* indicates that the corresponding row element may have been truncated.
A:Dut-A>show>service>id#| Label | Description | 
|---|---|
| 
 | The SDP identifier. | 
| 
 | Indicates whether the SDP is spoke. | 
| 
 | Displays the VC type: Ether, VLAN, or VPLS. | 
| 
 | Displays the explicit dot1Q value used when encapsulating to the SDP far end. | 
| 
 | The VC label used by the far-end device to send packets to this device in this service by the SDP. | 
| 
 | The operating path MTU of the SDP is equal to the admin path MTU (when one is set) or the dynamically computed tunnel MTU, when no admin path MTU is set (the default case.) | 
| 
 | 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. | 
| 
 | Specifies the IP address of the remote end of the MPLS tunnel defined by this SDP. | 
| 
 | Specifies the type of delivery used by the SDP: MPLS. | 
| 
 | The administrative state of this SDP. | 
| 
 | The current status of the SDP. | 
| 
 | The label used by the far-end device to send packets to this device in this service by this SDP. | 
| 
 | The label used by this device to send packets to the far-end device in this service by the SDP. | 
| 
 | The date and time of the most recent change to the SDP. | 
| 
 | Specifies the signaling protocol used to obtain the ingress and egress labels used in frames transmitted and received on this SDP. | 
| 
 | The administrative state of the keepalive process. | 
| 
 | The operational state of the keepalive process. | 
split-horizon-group [group-name]
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays service split horizon groups.
Specifies a split horizon group name.
The following output is an example of service split horizon group information, and Table: Output fields: split horizon group describes the fields.
Sample output*A:ALU-48>show>service>id# split-horizon-group
===============================================================================
Service: Split Horizon Group
===============================================================================
Name                               Description
-------------------------------------------------------------------------------
R   shg5001
-------------------------------------------------------------------------------
R = Residential Split Horizon Group
A = Auto Created Split Horizon Group
No. of Split Horizon Groups: 1*A:ALU-48>show>service>id# split-horizon-group shg5001
===============================================================================
Service: Split Horizon Group
===============================================================================
Name                               Description
-------------------------------------------------------------------------------
R   shg5001
-------------------------------------------------------------------------------
Associations
-------------------------------------------------------------------------------
SAP                                1/2/4:1/100
SDP                                5001:100
-------------------------------------------------------------------------------
R = Residential Split Horizon Group
SAPs Associated : 1                SDPs Associated : 1
===============================================================================
*A:ALU-48>show>service>id#| Label | Description | 
|---|---|
| Name | The name of the split horizon group. When preceded by ‟R”, the group is a residential split horizon group. | 
| Description | A description of the split horizon group as configured by the user. | 
| Associations | A list of SAPs and SDPs associated with the split horizon group. | 
stp [detail]
stp mst-instance mst-inst-number
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays information for the STP instance for the service.
Keyword to display detailed information.
Displays information about the specified MST.
The following output is an example of STP information, and Table: Output fields: service ID STP describes the output fields.
Sample outputA:Dut-A>show>service>id# stp
===============================================================================
Stp info, Service 305
===============================================================================
Bridge Id          : 00:0d.00:20:ab:cd:00:01  Top. Change Count : 5
Root Bridge        : This Bridge              Stp Oper State    : Up
Primary Bridge     : N/A                      Topology Change   : Inactive
Mode               : Rstp                     Last Top. Change  : 0d 08:35:16
Vcp Active Prot.   : N/A
Root Port          : N/A                      External RPC      : 0
===============================================================================
Stp port info
===============================================================================
Sap/Sdp Id         Oper-     Port-      Port-       Port-  Oper-  Link-  Active
                   State     Role       State       Num    Edge   Type   Prot.
-------------------------------------------------------------------------------
1/1/16:305         Up        Designated Forward     2048   False  Pt-pt  Rstp
lag-4:305          Up        Designated Forward     2000   False  Pt-pt  Rstp
1217:305           Up        N/A        Forward     2049   N/A    Pt-pt  N/A
1317:305           Up        N/A        Forward     2050   N/A    Pt-pt  N/A
1417:305           Up        N/A        Forward     2051   N/A    Pt-pt  N/A
1617:305           Pruned    N/A        Discard     2052   N/A    Pt-pt  N/A
===============================================================================
A:Dut-A>show>service>id# 
A:Dut-A>show>service>id# stp detail
===============================================================================
Spanning Tree Information
===============================================================================
VPLS Spanning Tree Information
-------------------------------------------------------------------------------
VPLS oper state    : Up                       Core Connectivity : Down
Stp Admin State    : Up                       Stp Oper State    : Up
Mode               : Rstp                     Vcp Active Prot.  : N/A
Bridge Id          : 00:0d.00:20:ab:cd:00:01  Bridge Instance Id: 13
Bridge Priority    : 0                        Tx Hold Count     : 6
Topology Change    : Inactive                 Bridge Hello Time : 2
Last Top. Change   : 0d 08:35:29              Bridge Max Age    : 20
Top. Change Count  : 5                        Bridge Fwd Delay  : 15
MST region revision: 0                        Bridge max hops   : 20
MST region name    :
Root Bridge        : This Bridge
Primary Bridge     : N/A
Root Path Cost     : 0                        Root Forward Delay: 15
Rcvd Hello Time    : 2                        Root Max Age      : 20
Root Priority      : 13                       Root Port         : N/A
-------------------------------------------------------------------------------
Spanning Tree Sap/Spoke SDP Specifics
-------------------------------------------------------------------------------
SAP Identifier     : 1/1/16:305               Stp Admin State   : Up
Port Role          : Designated               Port State        : Forwarding
Port Number        : 2048                     Port Priority     : 128
Port Path Cost     : 10                       Auto Edge         : Enabled
Admin Edge         : Disabled                 Oper Edge         : False
Link Type          : Pt-pt                    BPDU Encap        : PVST
Root Guard         : Disabled                 Active Protocol   : Rstp
Last BPDU from     : 80:04.00:0a:1b:2c:3d:4e
CIST Desig Bridge  : This Bridge              Designated Port   : 34816
Forward transitions: 5                        Bad BPDUs rcvd    : 0
Cfg BPDUs rcvd     : 0                        Cfg BPDUs tx      : 0
TCN BPDUs rcvd     : 0                        TCN BPDUs tx      : 0
RST BPDUs rcvd     : 29                       RST BPDUs tx      : 23488
MST BPDUs rcvd     : 0                        MST BPDUs tx      : 0
SAP Identifier     : lag-4:305                Stp Admin State   : Up
Port Role          : Designated               Port State        : Forwarding
Port Number        : 2000                     Port Priority     : 128
Port Path Cost     : 10                       Auto Edge         : Enabled
Admin Edge         : Disabled                 Oper Edge         : False
Link Type          : Pt-pt                    BPDU Encap        : Dot1d
Root Guard         : Disabled                 Active Protocol   : Rstp
Last BPDU from     : 80:04.00:0a:1b:2c:3d:4e
CIST Desig Bridge  : This Bridge              Designated Port   : 34768
Forward transitions: 4                        Bad BPDUs rcvd    : 0
Cfg BPDUs rcvd     : 0                        Cfg BPDUs tx      : 0
TCN BPDUs rcvd     : 0                        TCN BPDUs tx      : 0
RST BPDUs rcvd     : 23                       RST BPDUs tx      : 23454
MST BPDUs rcvd     : 0                        MST BPDUs tx      : 0
SDP Identifier     : 1217:305                 Stp Admin State   : Down
Port Role          : N/A                      Port State        : Forwarding
Port Number        : 2049                     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
RST BPDUs rcvd     : 0                        RST BPDUs tx      : 0
SDP Identifier     : 1317:305                 Stp Admin State   : Down
Port Role          : N/A                      Port State        : Forwarding
Port Number        : 2050                     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
RST BPDUs rcvd     : 0                        RST BPDUs tx      : 0
SDP Identifier     : 1417:305                 Stp Admin State   : Down
Port Role          : N/A                      Port State        : Forwarding
Port Number        : 2051                     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    : 1                        Bad BPDUs rcvd    : 0
Cfg BPDUs rcvd     : 0                        Cfg BPDUs tx      : 0
TCN BPDUs rcvd     : 0                        TCN BPDUs tx      : 0
RST BPDUs rcvd     : 0                        RST BPDUs tx      : 0
SDP Identifier     : 1617:305                 Stp Admin State   : Down
Port Role          : N/A                      Port State        : Discarding
Port Number        : 2052                     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
RST BPDUs rcvd     : 0                        RST BPDUs tx      : 0
===============================================================================
A:Dut-A>show>service>id#| Label | Description | 
|---|---|
| 
 | Specifies the MAC address used to identify this bridge in the network. | 
| 
 | Specifies how fast a bridge changes its state when moving toward the forwarding state. | 
| 
 | Specifies the amount of time between the transmission of configuration BPDUs. | 
| 
 | Specifies the maximum age of STP information learned from the network on any port before it is discarded. This is the actual value that this bridge is currently using. | 
| 
 | Defines the priority of the STP instance associated with this service. | 
| 
 | Specifies whether a topology change is currently in progress. | 
| 
 | Specifies the time (in hundredths of a second) after the last time a topology change was detected by the STP instance associated with this service. | 
| 
 | Specifies the total number of topology changes detected by the Spanning Tree Protocol instance associated with this service after the management entity was last reset or initialized. | 
| 
 | Specifies the bridge identifier of the root of the spanning tree as determined by the STP instance associated with this service. This value is used as the Root Identifier parameter in all configuration BPDUs originated by this node. | 
| 
 | Specifies the cost of the path to the root bridge as seen from this bridge. | 
| 
 | Specifies how fast the root changes its state when moving toward the forwarding state. | 
| 
 | Specifies the amount of time between the transmission of configuration BPDUs. | 
| 
 | Specifies the maximum age of STP information learned from the network on any port before it is discarded. | 
| 
 | This object specifies the priority of the bridge that is currently selected as root-bridge for the network. | 
| 
 | Specifies the port number of the port which provides the lowest cost path from this bridge to the root bridge. | 
| 
 | The ID of the access port where this SAP is defined. | 
| 
 | Specifies the type of encapsulation used on BPDUs sent out and received on this SAP. | 
| 
 | Specifies the value of the port number field that is contained in the least significant 12 bits of the 16-bit port ID associated with this SAP. | 
| 
 | Specifies the value of the port priority field that is contained in the most significant 4 bits of the 16-bit port ID associated with this SAP. | 
| 
 | Specifies the contribution of this port to the path cost of paths toward the spanning tree root which include this port. | 
| 
 | Specifies the port identifier of the port on the designated bridge for this port segment. | 
| 
 | Specifies the bridge identifier of the bridge which this port considers to be the designated bridge for this port segment. | 
mstp-configuration
show>service>id
Supported on all 7210 SAS platforms as described in this document
This command displays the MSTP specific configuration data. This command is valid only on a management VPLS.
The following table describes the show service ID MSTP command output fields.
Show output| Label | Description | 
|---|---|
| 
 | Displays the MSTP region name. | 
| 
 | Displays the MSTP region revision. | 
| 
 | Displays the MSTP maximum hops specified. | 
| 
 | Displays the MSTP instance number. | 
| 
 | Displays the MSTP priority. | 
| 
 | Displays the VLAN range of the MSTP instance. | 
dhcp
show>service>id
Supported on all 7210 SAS platforms as described in this document
Commands in this context display DHCP information for the specified service.
statistics [sap sap-id]
statistics [sdp sdp-id:vc-id]
statistics [interface interface-name]
show>service>id>dhcp
Supported on all 7210 SAS platforms as described in this document
Displays DHCP statistics information.
Specifies the physical port identifier portion of the SAP definition.
Specifies the SDP identifier.
Specifies an IP interface for which to display information.
The following output is an example of DHCP statistics information, and Table: Output fields: DHCP statistics describes the output fields.
Sample output*A:7210SAS>show>service>id>dhcp# statistics
====================================================================
DHCP Global Statistics, service 1
====================================================================
Rx Packets                           : 416554
Tx Packets                           : 206405
Rx Malformed Packets                 : 0
Rx Untrusted Packets                 : 0
Client Packets Discarded             : 0
Client Packets Relayed               : 221099
Client Packets Snooped               : 0
Client Packets Proxied (RADIUS)      : 0
Client Packets Proxied (Lease-Split) : 0
Server Packets Discarded             : 0
Server Packets Relayed               : 195455
Server Packets Snooped               : 0
DHCP RELEASEs Spoofed                : 0
DHCP FORCERENEWs Spoofed             : 0
====================================================================
*A:7210SAS>show>service>id>dhcp#| Label | Description | 
|---|---|
| 
 | The number of packets received from the DHCP clients. Includes DHCP packets received from both DHCP client and DHCP server. | 
| 
 | The number of packets transmitted to the DHCP clients. Includes DHCP packets transmitted from both DHCP client and DHCP server. | 
| 
 | The number of corrupted/invalid packets received from the DHCP clients. Includes DHCP packets received from both DHCP client and DHCP server. | 
| 
 | The number of untrusted packets received from the DHCP clients. In this case, a frame is dropped because of the client sending a DHCP packet with Option 82 filled in before ‟trust” is set under the DHCP interface command. | 
| 
 | The number of packets received from the DHCP clients that were discarded. | 
| 
 | The number of packets received from the DHCP clients that were forwarded. | 
| 
 | The number of packets received from the DHCP clients that were snooped. | 
| 
 | The number of packets received from the DHCP server that were discarded. | 
| 
 | The number of packets received from the DHCP server that were forwarded. | 
| 
 | The number of packets received from the DHCP server that were snooped. | 
summary [interface interface-name]
show>service>id>dhcp
Supported on all 7210 SAS platforms as described in this document
This command displays DHCP configuration summary information.
Specifies an IP interface for which to display information.
The following output is an example of summary DHCP information, and Table: Output fields: DHCP summary describes the output fields.
Sample outputA:7210SAS# show service id 1 dhcp summary
DHCP Summary, service 1
=======================================================================
Interface Name                   Arp      Used/                 Info    Admin
  SapId/Sdp                      Populate Provided              Option  State
-------------------------------------------------------------------------------
egr_1                            No       0/0                   Replace Up
i_1                              No       0/0                   Replace Up
-------------------------------------------------------------------------------
Interfaces: 2
=======================================================================
*A:7210SAS>show>service>id>dhcp#| Label | Description | 
|---|---|
| 
 | Name of the router interface. | 
| 
 | Specifies whether ARP populate is enabled. 7210 SAS does not support ARP populate. | 
| 
 | 7210 SAS does not maintain lease state. | 
| 
 | Indicates whether Option 82 processing is enabled on the interface. | 
| 
 | Indicates the administrative state. |