8-80
Configuring Demand Routing for Primary ISDN Modules
Quick Start
1. Enter the global configuration mode context:
ProCurve> en
Password:
ProCurve# configure terminal
2. Create an access control list (ACL) to define the interesting traffic.
a. From the global configuration mode context, enter:
Syntax: ip access-list [standard |extended] <listname>
For example, you might enter:
ProCurve(config)# ip access-list extended Call
b. From the ACL configuration mode context, configure permit or deny
entries. Enter:
Syntax: [permit | deny] <protocol> <source address> <source port>
<destination address> <destination port> [log | log-input]
Replace <protocol> with one of the following:
–AHP
–ESP
–GRE
–ICMP
–IP
–TCP
– UDP
To specify the source and destination address, use the following:
Syntax: [any | host <A.B.C.D> | <A.B.C.D> <wildcard bits>]
For example, you might want to specify that the interesting traffic is
the IP traffic from any source to network 192.168.115.0 /24. You use
wildcard bits to specify a range of addresses. Enter:
ProCurve(config-ext-nacl)# permit ip any 192.168.115.0 0.0.0.255
c. After configuring the entries for the ACL, enter:
ProCurve(config-ext-nacl)# exit
3. Configure the demand interface.
a. Create the demand interface by entering:
ProCurve(config)# interface demand <number>
Replace <number> with a number between 1 and 1024 for this
demand interface. Each demand interface must have a unique
number.