Troubleshooting: User fail to go online after a traffic policy is configured

Nahid
Nahid  Diamond  (1)
7 years 10 months ago  View: 1393  Reply: 5
1F
After the display current-configuration command is run, the following configurations are displayed


acl number 3000
 rule 5 permit tcp destination-port eq www 


traffic classifier denywww operator or
 if-match acl 3000 


traffic behavior denywww
 deny     


traffic policy denywww
 share-mode
 classifier denywww behavior denywww 


As shown in the configuration, the deny action is defined in the traffic behavior, causing HTTP packets to be filtered out. As a result, the user cannot go online.


You can run the permit command in the traffic behavior view to allow HTTP packets to pass through. The user then can go online.
nasir007
nasir007  Gold 
7 years 10 months ago
2F
nice
nasir007
nasir007  Gold 
7 years 10 months ago
3F
thanks for share
ashrafulhakim
ashrafulhakim  Silver 
7 years 10 months ago
4F
nice note
nazmun021
nazmun021  Gold 
7 years 10 months ago
5F
nice
user_2837311
user_2837311  Diamond 
3 years 9 months ago
6F
useful document, thanks