DETAILED STEPS
Purpose
Command or Action
Enables the privileged EXEC mode.
enable
Step 1
Example:
Router> enable
Enter your password, if prompted.
Enters the global configuration mode.
configure terminal
Example:
Router# configure terminal
Step 2
Creates or modifies a traffic class map that is used
for matching packets to a specified Cisco ISG
traffic class.
class-map type traffic match-any class-map-name
Example:
Router(config)# class-map type traffic match-any
TC_OPENGARDEN
Step 3
Configures the match criteria for a Cisco ISG
traffic class map on the basis of the specified
access control list (ACL).
match access-group output {access-group | name
access-group-name}
Example:
Router(config-traffic-classmap)# match access-group
output name ACL_OUT_OPENGARDEN
Step 4
Configures the match criteria for a Cisco ISG
traffic class map on the basis of the specified ACL.
match access-group input {access-group | name
access-group-name}
Example:
Router(config-traffic-classmap)# match access-group input
name ACL_IN_OPENGARDEN
Step 5
Creates or modifies a service policy map that is
used to define a Cisco ISG subscriber service.
policy-map type service policy-map-name
Example:
Router(config)# policy-map type service
OPENGARDEN_SERVICE
Step 6
Creates or modifies a traffic class map that is used
for matching packets to a specified Cisco ISG
traffic class.
[ priority ] class type traffic {class-map-name | default {in-out |
input | output } }
Example:
Router(config-service-policymap)# 20 class type traffic
TC_OPENGARDEN
Step 7
Enables Cisco ISG accounting and specifies an
AAA method list to which accounting updates are
forwarded.
accounting aaa list aaa-method-list
Example:
Router(config-service-policymap)# accounting aaa list
PROXY_TO_CAR
Step 8
Intelligent Wireless Access Gateway Configuration Guide
OL-30226-03
13
Overview of the Intelligent Wireless Access Gateway
Configuring the iWAG for 3G Mobile IP Users
Содержание Intelligent Wireless Access Gateway
Страница 40: ...Intelligent Wireless Access Gateway Configuration Guide 32 OL 30226 03 IP Sessions Over Gigabit EtherChannel ...
Страница 44: ...Intelligent Wireless Access Gateway Configuration Guide 36 OL 30226 03 Multiple Flow Tunnel ...
Страница 64: ...Intelligent Wireless Access Gateway Configuration Guide 56 OL 30226 03 GTPv2 Support in the iWAG ...
Страница 72: ...Intelligent Wireless Access Gateway Configuration Guide 64 OL 30226 03 Configuring ISG Policy Templates ...
Страница 86: ...Intelligent Wireless Access Gateway Configuration Guide 78 OL 30226 03 Dual Stack Support for PMIPv6 and GTP ...