efa policy qos service-policy-map list

Syntax

efa policy qos service-policy-map list [ --name string | --ip ip-addr ]

Parameters

--name string
Specifies the name of the QoS service policy map.
--ip ip-addr
Specifies the IP address of the device.

Examples

This example lists the configuration details of the QoS service policy map named servicePolicy1
efa policy qos service-policy-map list –-name servicePolicy1  

QoS Service Policy Map details: 
Name: servicePolicy1 
+------------------+-------------------+---------+ 
|  Strict Priority |   DWRR weights    | Class   | 
+------------------+-------------------+---------+ 
|         2        | 50,25,25,0,0,0    | default | 
+------------------+-------------------+---------+ 
This example lists the configuration details of the QoS service policy map named servicePolicy1, along with the app state on the specified device.
efa policy qos service-policy-map list –-name servicePolicy1 –-ip 10.20.245.1-2 

QoS Service Policy Map details: 
Name: servicePolicy1 
+------------------+-------------------+---------+ 
|  Strict Priority |   DWRR weights    | Class   | 
+------------------+-------------------+---------+ 
|         2        | 50,25,25,0,0,0    | default | 
+------------------+-------------------+---------+ 

Device Bindings: 

+----------------+----------------+ 
|   IP Address   |   App State    | 
+----------------+----------------+ 
|   10.20.245.1  |   cfg-in-sync  | 
+----------------+----------------+ 
|   10.20.245.2  |   cfg-in-sync  | 
+----------------+----------------+