The display aaa remote-download acl item command displays information about classifier-behavior pairs dynamically delivered by the RADIUS server.
This command is supported only on the NetEngine 8000 F1A.
Parameter | Description | Value |
---|---|---|
user-id user-id |
Specifies a user ID. |
The value is an integer ranging from 0 to 262143. |
classifier name |
Specifies a classifier dynamically delivered by the RADIUS server. |
The value is a string of 1 to 127 characters. |
classifier-id classifier-id |
Specifies a classifier ID dynamically delivered by the RADIUS server. |
The value is an integer ranging from 0 to 16383. |
verbose |
Displays detail information about classifier-behavior pairs dynamically delivered by the RADIUS server. |
- |
Usage Scenario
To check information about classifier-behavior pairs dynamically delivered by the RADIUS server, run the display aaa remote-download acl item command.
If a classifier is not specified, information about all classifier-behavior pairs dynamically delivered by the RADIUS server is displayed. If a classifier is specified, information about the classifier-behavior pair with the specified classifier is displayed. If verbose is not specified, the CIDs of users using the classifier-behavior pairs dynamically delivered by the RADIUS server are displayed. If verbose is specified, detailed information about users using the classifier-behavior pairs dynamically delivered by the RADIUS server are displayed.Precautions
In VS mode, this command is supported only by the admin VS.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display aaa remote-download acl item user-id 1
----------------------------------------------------------------------------------
ClassifierName ReferedNumByUser RuleNumber Classifiertype
----------------------------------------------------------------------------------
class6 1 2 remote
class5 1 2 remote
----------------------------------------------------------------------------------
Total Classifier-Behavior Number : 2
<HUAWEI> display aaa remote-download acl item verbose
----------------------------------------------------------------------------------
ClassifierName ReferedNumByUser RuleNumber Classifiertype
----------------------------------------------------------------------------------
class6 1 2 remote
----------------------------------------------------------------------------------
rc=class6;
rule:(number: 2)
ipv4;ruleid=5;dir=out;sipv4=10.2.3.3/16;du-group=group1;
ipv4;ruleid=10;dir=out;sipv4=10.12.12.12/16;du-group=group1;
rb=b1;
permit;
The used user-id table are :
1
----------------------------------------------------------------------------------
class5 1 2 remote
----------------------------------------------------------------------------------
rc=class5;
rule:(number: 2)
ipv4;ruleid=5;dir=out;sipv4=10.2.3.3/16;du-group=group2;
ipv4;ruleid=10;dir=out;sipv4=10.12.13.3/16;du-group=group2;
rb=b2;
permit;
The used user-id table are :
1
----------------------------------------------------------------------------------
Total Classifier-Behavior Number : 2
<HUAWEI> display aaa remote-download acl item
-------------------------------------------------------------------------------
ClassifierName ReferedNumByUser RuleNumber Classifiertype
-------------------------------------------------------------------------------
class6 1 2 remote
The used user-id table are :
1
-------------------------------------------------------------------------------
class5 1 2 remote
The used user-id table are :
1
-------------------------------------------------------------------------------
Total Classifier-Behavior Number : 2
Item | Description |
---|---|
ClassifierName | Traffic classifier name. |
ReferedNumByUser | Number of times a classifier is referenced by a user. |
RuleNumber | Number of rules. |
Classifiertype | Traffic classifier type.
|
The used user-id table are | User ID. |
rc | Remote classifier name. lc is displayed for a local classifier. |
rb | Remote behavior name. lb is displayed for a local behavior. |
dir | Direction for which a rule takes effect. |
sipv4 | Source IPv4 address. |
du-group | Destination user group name. |