3com 5500-ei pwr Reference Guide

Page of 1314
 
2-2 
<Sysname> system-view 
System View: return to User View with Ctrl+Z. 
[Sysname] apply qos-profile a123 interface Ethernet1/0/1 to Ethernet1/0/4 
display qos-profile 
Syntax 
display qos-profile {  all | name  profile-name | interface  interface-type interface-number | user 
user-name } 
View 
Any view 
Parameters 
all: Specifies all the QoS profiles.  
name profile-name: Specifies a QoS profile by its name, for which information is to be displayed. The 
profile-name argument is a case-insensitive string of 1 to 32 characters and must begin with an English 
letter (a to z, and A to Z). 
interface interface-type interface-number: Specifies the type and number of a port to display the QoS 
profile applied on the port.  
user user-name: Specifies the name of an 802.1x authentication user. The user-name argument is a 
string of 1 to 184 characters and in the form of aa@cc, with aa for user name and cc for domain name. 
Description 
Use the display qos-profile command to display the configuration of a QoS profile or all the QoS 
profiles.  
Examples 
# Display the configuration of the QoS profile named test.  
<Sysname> display qos-profile name test 
qos-profile: test, 3 actions 
 packet-filter inbound ip-group 2000 rule 0 
 traffic-limit inbound ip-group 3000 rule 0 64 
 traffic-priority inbound ip-group 4000 rule 0 cos controlled-load 
# Display the configuration of the QoS profile applied to the 802.1x user abc@net.  
<Sysname> display qos-profile user abc@net 
User abc@net applied qos-profile: test, 3 actions 
 packet-filter inbound ip-group 2000 rule 0 
 traffic-limit inbound ip-group 3000 rule 0 64 
 traffic-priority inbound ip-group 4000 rule 0 cos controlled-load 
# Display the configuration of the QoS profile applied to Ethernet 1/0/1, assuming that the QoS profile 
has been applied to Ethernet 1/0/1 manually.