Cisco Wide Area Application Engine 612 Bedienungsanleitung Seite 30

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 41
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 29
104 Chapter 4: Network Integration and Interception
PBR functions in a similar manner to WCCPv2, in that a router/switch running Cisco IOS
is configured to intercept interesting traffic and redirect it to a WAE. Unlike WCCPv2, no
configuration is required on the WAE to support interception using PBR. The following
configuration steps are required for a basic PBR configuration:
Step 1 Create an access list to define interesting traffic for redirection.
Step 2 Create a route map that matches the ACL created in Step 1 and sets an IP
next-hop address of the target WAE.
Step 3 Apply the route map to interfaces through which client and server traffic
traverses.
Example 4-20 demonstrates a basic PBR configuration used for redirecting all TCP traffic
to a single WAE.
Example 4-20 PBR Configuration
!
ip cef
!
access-list 199 permit tcp any any
!
route-map WAAS-INTERCEPT 10
match ip address 199
set ip next-hop 10.10.20.5
!
interface Serial0/0
bandwidth 1536
no ip address
encapsulation frame-relay
!
interface Serial0/0.100
ip add 10.88.80.18 255.255.255.252
ip policy route-map WAAS-INTERCEPT
frame-relay interface-dlci 100
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.1
description ** Branch Client VLAN **
encapsulation dot1q 10
ip address 10.10.10.1 255.255.255.0
ip policy route-map WAAS-INTERCEPT
!
interface GigabitEthernet0/0.20
description ** Branch WAE VLAN **
Seitenansicht 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 40 41

Kommentare zu diesen Handbüchern

Keine Kommentare