Cisco 10000 User Manual

Page 65

Advertising
background image

2-5

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 2 Scalability and Performance

Scaling Enhancements in Cisco IOS Release 12.2(33)SB

PBHK translations are always done in the RP. The L4R feature is scalable when applied alone; however,
certain scalability restrictions apply when it is used with PBHK. See also the

“Limitations and

Restrictions” section on page 2-3

.

In

Example 2-1

, when the destination IP used in the PBHK ACL (162) matches the redirected server IP

address, L4R translations are done in the RP.

Example 2-1

L4R Translations in the Route Processor

class-map type traffic match-any class-l4r

match access-group input 152

policy-map type service ser-l4r

class type traffic class-l4r

redirect to ip 200.0.0.2

ip portbundle

match access-list 162

source loopback 1

access-list 152 deny tcp any host 200.0.0.2

access-list 152 permit tcp any any

access-list 162 permit tcp any host 200.0.0.2

In

Example 2-2

, when the destination IP used in the PBHK ACL (162) is not the same as the redirected

server IP address, L4R translations are done in the PXF.

Example 2-2

L4R Translations in PXF

class-map type traffic match-any class-l4r

match access-group input 152

policy-map type service ser-l4r

class type traffic class-l4r

redirect to ip 210.0.0.2

ip portbundle

match access-list 162

source loopback 1

access-list 152 deny tcp any host 200.0.0.2

access-list 152 permit tcp any any

access-list 162 permit tcp any host 200.0.0.2

For more information on configuring L4R, see the “Redirecting Subscriber Traffic Using ISG Layer 4
Redirectchapter in the Cisco IOS Intelligent Service Gateway Configuration Guide, Release 12.2 SB
at the following URL:

http://www.cisco.com/en/US/products/ps6566/products_configuration_guide_chapter09186a0080630d
65.html#wp1048970

For more information on configuring PBHK, see the “Configuring ISG Port-Bundle Host Key” chapter
in the Cisco IOS Intelligent Service Gateway Configuration Guide, Release 12.2 SB

at the following

URL:

http://www.cisco.com/en/US/products/ps6566/products_configuration_guide_chapter09186a0080630d
6c.html

Advertising