Cisco ASR 9000 Series Configuration Manual page 167

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

Advertisement

Configuring Subscriber Features
Command or Action
172.16.0.0 0.0.255.255
RP/0/RSP0/CPU0:router(config-ipv4-acl)# 20 deny
192.168.34.0 0.0.0.255
Step 4
Repeat Step 3 as necessary, adding statements by sequence
number. Use the no sequence-number command to delete
an entry.
Step 5
{ipv4 }access-list open_garden_acl
Example:
RP/0/RSP0/CPU0:router(config)# ipv4 access-lists
open_garden_acl
Step 6
Do one of the following:
• [ sequence-number]{permit | deny} source
source-wildcard destination destination-wildcard
[precedence precedence] [dscp dscp] [fragments]
[packet-length operator packet-length value] [log |
log-input]
Example:
RP/0/RSP0/CPU0:router(config-ipv4-acl)# 10 permit
172.16.0.0 0.0.255.255
RP/0/RSP0/CPU0:router(config-ipv4-acl)# 20 deny
192.168.34.0 0.0.0.255
Step 7
Repeat Step 6 as necessary, adding statements by sequence
number. Use the no sequence-number command to delete
an entry.
Step 8
Use the commit or end command.
Identifying HTTP Destinations for Redirection: An example
configure
ipv4 access-list <redirect-acl>
10 permit tcp any any syn eq www
20 permit tcp any any ack eq www
OL-26148-02
Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Configuration Guide, Release
Identifying HTTP Destinations for Redirection
Purpose
Allows you to revise an access list.
Enters either IPv4 access list configuration mode and
configures the named access list for open garden.
Specifies one or more conditions allowed or denied in IPv4
access list open_garden_acl.
• The optional log keyword causes an information
logging message about the packet that matches the entry
to be sent to the console.
• The optional log-input keyword provides the same
function as the log keyword, except that the logging
message also includes the input interface.
Allows you to revise an access list.
commit—Saves the configuration changes and remains within
the configuration session.
end—Prompts user to take one of these actions:
• Yes— Saves configuration changes and exits the
configuration session.
• No—Exits the configuration session without committing
the configuration changes.
• Cancel—Remains in the configuration mode, without
committing the configuration changes.
4.2.x
157

Advertisement

Table of Contents
loading

Table of Contents