- 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 NCE for Multipoint Interfaces
Contents
•Configuring NCE for Multipoint Interfaces
Configuring NCE for Multipoint Interfaces
Use the following configuration examples when referring to routers A, B, and C in Figure 5-1.
Router A
interface Transport-Opt-Service-Engine 0/1
ip unnumbered g0/1
service-module ip address 10.1.1.102 255.255.255.0
service-module ip default-gateway 10.1.1.101
!
interface GigabitEthernet 0/0/1
ip address 2.1.1.1 255.255.255.0
transport-opt multipoint interface Transport-Opt-Service-Engine 0/1
!
interface GE 0/1
ip address 10.1.1.101 255.255.255.0
Router B
interface Transport-Opt-Service-Engine 0/1
ip unnumbered GigabitEthernet 0/1
service-module ip address 10.10.10.1 255.255.255.0
service-module ip default-gateway 10.10.10.2
!
interface GigabitEthernet 0/0/1
ip address 2.1.1.3 255.255.255.0
transport-opt 5 interface Transport-Opt-Service-Engine 0/1
!
interface GE 0/1
ip address 10.10.10.2 255.255.255.0
Router C
interface Transport-Opt-Service-Engine 0/1
ip unnumbered GigabitEthernet 0/1
service-module ip address 11.11.11.1 255.255.255.0
service-module ip default-gateway 11.11.11.2
!
interface GigabitEthernet 0/0/1
ip address 2.1.1.2 255.255.255.0
transport-opt 5 interface Transport-Opt-Service-Engine 0/1
!
interface GE 0/1
ip address 11.11.11.2 255.255.255.0
Figure 5-1 Multipoint Configuration Example
