Step 1 |
enable
|
Enables privileged EXEC mode.
|
Step 2 |
configure terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 3 |
policy-map type inspect gtpv1
gtpv1-policy
Device(config)# policy-map type inspect gtpv1 gtp-l7p-rev
|
Creates a protocol-specific inspect-type policy map and enters QoS policy-map configuration mode.
|
Step 4 |
class type inspect gtpv1
class-map-name
Device(config-pmap)# class type inspect gtpv1 gtp-cl7-rev
|
Specifies a traffic class on which an action is to be performed and enters QoS policy-map class configuration mode.
|
Step 5 |
log
Device(config-pmap-c)# log
|
Generates a log of messages.
|
Step 6 |
exit
Device(config-pmap-c)# exit
|
Exits QoS policy-map class configuration mode and enters QoS policy-map configuration mode.
|
Step 7 |
class class-default
Device(config-pmap)# class class-default
|
Specifies the default class so that you can configure or modify its policy.
|
Step 8 |
exit
Device(config-pmap)# exit
|
Exits QoS policy-map configuration mode and enters global configuration mode.
|
Step 9 |
policy-map type inspect gtpv1
gtpv1-policy
Device(config)# policy-map type inspect gtpv1 gtp-l7p
|
Creates a protocol-specific inspect-type policy map and enters QoS policy-map configuration mode.
|
Step 10 |
class type inspect gtpv1
class-map-name
Device(config-pmap)# class type inspect gtpv1 gtp-cl7
|
Specifies a traffic class on which an action is to be performed and enters QoS policy-map class configuration mode.
|
Step 11 |
log
Device(config-pmap-c)# log
|
Generates a log of messages.
|
Step 12 |
exit
Device(config-pmap-c)# exit
|
Exits QoS policy-map class configuration mode and enters QoS policy-map configuration mode.
|
Step 13 |
class class-default
Device(config-pmap)# class class-default
|
Specifies the default class so that you can configure or modify its policy.
|
Step 14 |
exit
Device(config-pmap)# exit
|
Exits QoS policy-map configuration mode and enters global configuration mode.
|
Step 15 |
policy-map type inspect gtpv1
gtpv1-policy
Device(config)# policy-map type inspect gtpv1 gtp-l4p-rev
|
Creates a protocol-specific inspect-type policy map and enters QoS policy-map configuration mode.
|
Step 16 |
class type inspect gtpv1
class-map-name
Device(config-pmap)# class type inspect gtpv1 gtp-l4c-rev
|
Specifies a traffic class on which an action is to be performed and enters QoS policy-map class configuration mode.
|
Step 17 |
inspect
Device(config-pmap-c)# inspect
|
Enables stateful packet inspection.
|
Step 18 |
service-policy
policy-map-name
Device(config-pmap-c)# service-policy gtp-l7p-rev
|
Uses a service policy as a QoS policy within a policy map (called a hierarchical service policy).
|
Step 19 |
exit
Device(config-pmap-c)# exit
|
Exits QoS policy-map class configuration mode and enters QoS policy-map configuration mode.
|
Step 20 |
class class-default
Device(config-pmap)# class class-default
|
Specifies the default class so that you can configure or modify its policy.
|
Step 21 |
exit
Device(config-pmap)# exit
|
Exits QoS policy-map configuration mode and enters global configuration mode.
|
Step 22 |
policy-map type inspect gtpv1
gtpv1-policy
Device(config)# policy-map type inspect gtpv1 gtp-l4p
|
Creates a protocol-specific inspect-type policy map and enters QoS policy-map configuration mode.
|
Step 23 |
class type inspect gtpv1
class-map-name
Device(config-pmap)# class type inspect gtpv1 gtp-l4c
|
Specifies a traffic class on which an action is to be performed and enters QoS policy-map class configuration mode.
|
Step 24 |
inspect
Device(config-pmap-c)# inspect
|
Enables stateful packet inspection.
|
Step 25 |
service-policy
policy-map-name
Device(config-pmap-c)# service-policy gtp-l7p
|
Uses a service policy as a QoS policy within a policy map (called a hierarchical service policy).
|
Step 26 |
exit
Device(config-pmap)# exit
|
Exits QoS policy-map class configuration mode and enters QoS policy-map configuration mode.
|
Step 27 |
class class-default
Device(config-pmap)# class class-default
|
Specifies the default class so that you can configure or modify its policy.
|
Step 28 |
end
Device(config-pmap-c)# end
|
Exit QoS policy-map class configuration mode and enters privileged EXEC mode.
|