Activating Acl - Cisco ASR 9000 Series Configuration Manual

Aggregation services router broadband network gateway
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Configuring Subscriber Features
Configuring Access-Control Lists: Examples
//For IPv4
configure
ipv4 access-list foo_in
10 permit tcp any any
10 permit ipv4 host 9.8.8.9 nexthop 6.6.6.6 7.7.7.7
!
!
end
//For IPv6
configure
ipv6 access-list foo_in
10 permit tcp any any
10 permit ipv4 host 192:2:1:9 nexthop 192:2:6:8
!
!
end

Activating ACL

Perform this task to define a dynamic-template that is used to activate an access-control list.
SUMMARY STEPS
1. configure
2. dynamic-template
3. type{ipsubscriber |ppp |service} dynamic-template-name
4. {ipv4 | ipv6} access-group access-list-name ingress
5. Use the commit or end command.
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure
Step 2
dynamic-template
Example:
RP/0/RSP0/CPU0:router(config)# dynamic-template
Step 3
type{ipsubscriber |ppp |service} dynamic-template-name
Example:
RP/0/RSP0/CPU0:router(config-dynamic-template)# type
service foo
OL-28375-03
Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Configuration Guide, Release
Purpose
Enters global configuration mode.
Enters the dynamic-template configuration mode.
Creates a service dynamic-template type.
Activating ACL
4.3.x
219

Advertisement

Table of Contents
loading

Table of Contents