cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1326
Views
0
Helpful
0
Comments
Sandeep Singh
Level 7
Level 7

 

Introduction


Cisco Service Module-Services Ready Engine (Cisco SM-SRE) hosted by the Cisco ISR G2 have their own processors, storage, network interfaces, and memory that operate independently of the host router resources. This configuration helps to ensure maximum concurrent routing and application performance. Cisco SRE supports installing and uninstalling Cisco-authorized software, such as Cisco Unity Express, Cisco Application eXtension Platform (Cisco AXP), and Cisco IP Video Surveillance using Cisco IOS software commands and prevents unauthorized software and applications from running on Cisco SRE modules.  After the application software is installed, the SMs have their own startup and run-time configurations that are independent of the Cisco IOS configuration on the host router. The SMs do not have an external console port.

 

Configuration


The configuration part is divided into two parts. Router config and WAAS module config.

 

Router Config

hostname Router
!
!
ip wccp 61
ip wccp 62
!
ip cef
!
ip domain name yourdomain.com
!
!
interface FastEthernet0/0
ip address 10.10.10.1 255.255.255.0
ip wccp 61 redirect in
ip wccp 62 redirect out
bandwidth 100
full-duplex
!
!
!
interface Serial0
ip address 172.16.223.12 255.255.255.0

 

WAAS module Config

 

device mode application-accelerator
!
hostname WAE
!
primary-interface GigabitEthernet 1/0
!
!
interface GigabitEthernet 1/0
ip address 10.10.10.250 255.255.255.0
no autosense
bandwidth 100
full-duplex
exit
interface GigabitEthernet 2/0
shutdown
exit
!
ip default-gateway 10.10.10.1
!
!
ip route 192.168.10.1 255.255.255.255 10.1.1.1
ip route 192.168.10.11 255.255.255.255 10.1.2.1
!
!ip name-server 10.10.10.100
!
wccp router-list 1 10.10.1.1
wccp tcp-promiscuous router-list-num 1
wccp version 2
!
egress-method negotiated-return intercept-method wccp
!
central-manager address 10.10.10.10
cms enable

 

Best Practice


In such scenario with an internal module following are usually advised:

"ip wccp 61 redirect in" the LAN interface.

"ip wccp 61 redirect in" on the WAN one.

"ip wccp redirect exclude in" on the internal interface between the WAAS and the router.


That way, we are sure that no loops are created because of the WCCP redirection.

 

Verify


The "sh wccp routers" command will display routers seen and not seen by this WAE.

WAE#sh wccp routers
Router Information for Service: TCP Promiscuous 61
Routers Configured and Seeing this File Engine(1)
Router Id Sent To Recv ID
192.168.10.1 10.1.1.1 0009B9A6
192.168.10.11 10.1.2.1 0009B942

 

Related Information


Password Recovery for WAAS installed on SRE module
Deploying WAAS on ISR G2 SRE Module
Best practice with WCCP flows for WAAS

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: