Example for Configuring Application Control Management
Networking Requirements
In Figure 11-2, enterprise employees of the R&D department access the Internet through the RouterA. The enterprise wants to prohibit access to games such as ChinaGameOnline, to ensure high working efficiency of R&D engineers.
Configuration Roadmap
- Create user group Development.
- Create application control profile game and add the application type ChinaGameOnline to the profile.
- Configure application control management on the router to prohibit R&D employees from accessing games such as ChinaGameOnline.
Procedure
- Create user group Development and add all the members in the R&D department to the user group.
<Huawei> system-view [Huawei] web [Huawei-web] user-set development [Huawei-web-user-set-development] user-ip from 192.168.10.1 to 192.168.10.254 description development [Huawei-web-user-set-development] quit
- Create application control profile game and add the application type ChinaGameOnline to the profile.
[Huawei-web] app-profile game [Huawei-web-app-profile-game] application ChinaGameOnline [Huawei-web-app-profile-game] quit
- Configure application control management on the router to prohibit R&D employees from accessing games.
[Huawei-web] application-control user-set development app-profile game type application-deny
- Verify the configuration.
# Run the display this command to view the application control management configuration.
[Huawei-web] display this # user-set development user-ip from 192.168.10.1 to 192.168.10.254 description development # app-profile game application ChinaGameOnline application-control user-set development app-profile game type application-deny # return