Verifying The Configuration - HP VSR1000 Security Configuration Manual

Virtual services router
Table of Contents

Advertisement

[Router-app-group-group1] quit
# Map HTTP to TCP and port 8080.
[Router] port-mapping application http port 8080 protocol tcp
# Create a traffic class named classifier_1, and match group1 to the class.
[Router] traffic classifier classifier_1
[Router-classifier-classifier_1] if-match app-group group1
[Router-classifier-classifier_1] quit
# Create a traffic behavior named bdeny, and configure the action as deny.
[Router] traffic behavior bdeny
[Router-behavior-bdeny] filter deny
[Router-behavior-bdeny] quit
# Create QoS policy 1, associate classifier_1 with traffic behavior bdeny to create a class-behavior
association in the QoS policy.
[Router] qos policy 1
[Router-qospolicy-1] classifier classifier_1 behavior bdeny
[Router-qospolicy-1] quit
# Apply the QoS policy to the inbound direction of interface GigabitEthernet 1/0.
[Router] interface GigabitEthernet 1/0
[Router-GigabitEthernet1/0] qos apply policy 1 inbound
[Router-GigabitEthernet1/0] quit

Verifying the configuration

# Verify that the host cannot establish an HTTP connection with the public network. (Details not shown.)
300

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents