Here is the applicable config for a home lab.  I took out the extra stuff
needed for our back-end management and VPN stuff.  It's not actually
running the CME service at the moment.  I'm looking to see how I can
leverage that in the next revision of the workbooks.

version 15.1
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
ip dhcp excluded-address 192.168.100.1 192.168.100.99
!
ip dhcp pool Home
 network 192.168.100.0 255.255.255.0
 default-router 192.168.100.1
!
!
interface Loopback10
 ip address 10.10.205.20 255.255.255.0
 ip ospf network point-to-point
!
interface GigabitEthernet0/0
 no ip address
 ip mtu 1400
 duplex auto
 speed auto
!
interface GigabitEthernet0/0.5
 encapsulation dot1Q 5 native
 ip address 10.10.210.20 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
 ip igmp join-group 239.10.210.20
!
interface GigabitEthernet0/0.131
 encapsulation dot1Q 131
 ip address 192.168.100.1 255.255.255.0
 ip nat outside
 ip virtual-reassembly in
!

ip nat inside source static 10.10.111.10 192.168.100.10
ip route 10.0.0.0 255.0.0.0 10.10.210.1
ip route 172.16.0.0 255.240.0.0 10.10.210.1
ip route 192.168.0.0 255.255.0.0 10.10.210.1

ntp master
end

Regards,



Jeff Rensink : Sr Instructor : iPexpert <http://www.ipexpert.com/>

CCIE # 24834 :: Wireless / R&S

:: World-Class Cisco Certification Training

Direct: +1.810.326.1444

:: Free Videos <http://www.youtube.com/ipexpertinc>

:: Free Training / Product Offerings <http://www.facebook.com/ipexpert>

:: CCIE Blog <http://blog.ipexpert.com/>
:: Twitter <http://www.twitter.com/ipexpert>


On Sat, Feb 8, 2014 at 9:56 AM, Michael Hall (michahal)
<[email protected]>wrote:

>  Does anyone have a copy of the CME router configuration used in the
> labs?  I checked the .zip file included with the PDFs but only found
> configs for the APs, switches and WLCs.
>
>  Thanks,
>
>  Mike
>
> _______________________________________________
> Free CCIE R&S, Collaboration, Data Center, Wireless & Security Videos ::
>
> iPexpert on YouTube: www.youtube.com/ipexpertinc
>
_______________________________________________
Free CCIE R&S, Collaboration, Data Center, Wireless & Security Videos ::

iPexpert on YouTube: www.youtube.com/ipexpertinc

Reply via email to