- Overview
- Installing and Upgrading Software
- Configuring Cisco IOS WAN Interfaces
- Configuring Linux Point-to-Point Interfaces
- Configuring Linux Multipoint Interfaces
- Configuring Redirection using WCCP on Data Centers
- Configuring Load Balancing with WCCP on Data Centers
- Configuring Network Address Translation on NCE
- Sample Configurations
- Troubleshooting
- Command Reference
Configuring the Cisco IOS WAN Interface
Contents
•
Configuring the Transport-opt Service Engine on a WAN Interface
Configuring the Transport-opt Service Engine on a WAN Interface
In a point-to-point WAN interface configuration, the Network Capacity Expansion identifier (tpo ID) that is specified on the CLI is used for all destination hardware.
In a multipoint WAN interface configuration, the bind command on Network Capacity Expansion Service Module determines which tpo ID is used for a given destination network.
There are two ways of redirecting TCP packets to the NCE application:
1.
Inline interception - recommended at the branch office.
2.
WCCP-based redirection - Configuring TCP Redirection Using WCCP, page 6-1.
Example:
interface GigabitEthernet0/3/0
ip address 10.10.10.11 255.255.0.0
load-interval 30
negotiation auto
transport-opt 1 interface Transport-Opt-Service-Engine4/0
end
To verify that redirection is occurring on the WAN interface, check that there are adjacencies created for the main NCE Service Module interface and for every tpo ID defined on the WAN interface.
CA-3845-1#show adjacency detail | begin Transport
IP Transport-Opt-Service-Eng 1.3.202.26(6)
69255907 packets, 90732988194 bytes
epoch 0
sourced in sev-epoch 0
Encap length 14
00DEAD1075010016C82071FF0800
ARP
IP Transport-Opt-Service-Eng 1.3.202.26(4)
connectionid 1 fl for each transport-opt id
81183499 packets, 7603329060 bytes
epoch 0
sourced in sev-epoch 2
Encap length 14
00DEAD1075010016C82071010800
Wan Optimization
CA-3845-1#
Feedback