Cisco Wireless Controller On A SRE
Cisco Wireless Controller On A SRE
300
December 26, 2012 · by Axel Dittmann · in Routing · Leave a comment
In the last few weeks I got a bunch of Cisco 2951 routers for my local lab. After quite a
busy time I found some rest to pay them their deserved full attention. I should have
done it earlier but from time to time other things are more important. Finally after
powering them on I took a quick “show version” and I was really surprised: there was
something interesting on these routers …
Lucky me, they had a Services-Ready Engine onboard. To dig a little deeper the “show
inventory” gave me:
NAME: “Internal Services Module with Services Ready Engine on Slot 0”, DESCR: “Internal Services Module with
Services Ready Engine”
PID: ISM-SRE-300-K9
The smallest one, just a 300, but I don’t want to be ungrateful. Unfortunately these guys
do not have a big disk (4GB), but there are still a lot of great things you can do with that
space. After a short thought about the use in my lab I decided to go for the Wireless Lan
Controller. But before that I wanted to see this nice little thing on myself. I removed the
hood and I found this little beauty:
I was really excited. My first SRE in my lab and combined with an Enhanced
Etherswitch Service Module I have now the base infrastructure for building a wireless
environment. After I reassembled everything I connected the switch module and one
interface of the router to my local LAN. Nothing complex (target is: installing the WLC
on the SRE 300), and so the basic cabling setup looked like this:
I downloaded the software for the WLC on the SRE, extracted the package (AIR-WLC-
SRE-K9-7-4-100-0.zip) and uploaded all files to my local ftp-server. Then I headed for
the CLI … (By the way: a very good explanation of installing the WLC on the SRE can
be found here.)
I just configured the base connectivity to the SRE via the router interface:
interface GigabitEthernet0/1
ip address 192.168.XX.17 255.255.255.0
duplex auto
speed auto
interface ISM0/0
ip unnumbered GigabitEthernet0/1
service-module ip address 192.168.XX.16 255.255.255.0
service-module ip default-gateway 192.168.XX.17
And I did not forget the host route to the SRE (which is mandatory):
Again: Just one thing to mention during the installation: at first I forgot to add the
default gateway to the ISM 0/0 interface. This led to the following error message:
But as the error message told me, I was able to fix it very fast … After that I fired up
the following command:
Install successful on ISM0/0. Please wait for module to reset before next operation.
… and then a little bit of waiting and the process was finished. A “service-module ism
0/0 status” validated the previous log:
interface ISM0/1
description Internal switch interface connected to Internal Service Module
switchport mode trunk
no ip address
After the last step I was able to connect to the GUI via my browser:
To summarize: