<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>DENY IP  - road to CCIE security</title>
	<atom:link href="http://denyip.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://denyip.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 09 Jan 2009 16:00:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='denyip.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>DENY IP  - road to CCIE security</title>
		<link>http://denyip.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://denyip.wordpress.com/osd.xml" title="DENY IP  - road to CCIE security" />
	<atom:link rel='hub' href='http://denyip.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Technology MiniLab ASA part I.</title>
		<link>http://denyip.wordpress.com/2008/12/28/technology-minilab-asa-part-i/</link>
		<comments>http://denyip.wordpress.com/2008/12/28/technology-minilab-asa-part-i/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 21:40:02 +0000</pubDate>
		<dc:creator>denyip</dc:creator>
				<category><![CDATA[ASA firewall]]></category>
		<category><![CDATA[Firewalling]]></category>
		<category><![CDATA[Technology Minilabs]]></category>

		<guid isPermaLink="false">http://denyip.wordpress.com/?p=251</guid>
		<description><![CDATA[This Mini Lab focuses on various Cisco ASA technologies and its part of DENYIPs CCIE Security technology minilab If you have any question or suggestion feel free to post in the discussion or contact me on milsir(at)gmail.com Lab is based on following setup Following HW is needed : 1x Cisco ASA or PIX 1x Switch [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=251&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This Mini Lab focuses on various Cisco ASA technologies and its part of<a href="http://denyip.wordpress.com/2008/12/28/technology-mini-labstechnology-mini-labs/" target="_self"> </a><a href="http://denyip.wordpress.com/2008/12/28/technology-mini-labs/" target="_self">DENYIPs CCIE Security technology minilab</a><br />
If you have any question or suggestion feel free to post in the discussion or contact me on milsir(at)gmail.com<br />
Lab is based on following setup</p>
<p style="text-align:center;"><a href="http://denyip.files.wordpress.com/2008/12/asa-technology-tab-i3.jpg"><img class="size-full wp-image-263 aligncenter" title="asa-technology-tab-i3" src="http://denyip.files.wordpress.com/2008/12/asa-technology-tab-i3.jpg?w=468&#038;h=151" alt="asa-technology-tab-i3" width="468" height="151" /></a></p>
<p>Following HW is needed :<br />
1x Cisco ASA or PIX<br />
1x Switch dot1q capable<br />
4x Router with at least one Ethernet interface</p>
<p>Dynamips can be use as well &#8211; I tried both LAB and Dynamips for Dynamips I used following NET file</p>
<pre><span style="color:#0000ff;">[localhost:7200]
workingdir = C:\path to your working directory
[2621]]
 image = C:\path to your IOS
 ram = 92
 idlepc = your idle PC

 [[Router R1]]
  model = 2621
  Fa0/0 =  S1 1

 [[Router R2]]
  model = 2621
  Fa0/0 =  S1 2

 [[Router R3]]
  model = 2621
  Fa0/0 =  S1 3

 [[Router R4]]
  model = 2621
  Fa0/0 =  S1 4

[[ethsw S1]]
    1 = access 10
    2 = access 20
    3 = access 30
    4 = access 40
    5 = dot1q 1
    6 = dot1q 1

[pemu localhost]
[[525]]
serial=&lt;removed&gt;
key=&lt;removed&gt;
image = path to yout PIX image
[[fw FW1]]
 e0 = S1 5
 e1 = S1 6
<span style="color:#ff0000;"><strong>
</strong></span></span></pre>
<h1><span style="color:#0000ff;"><span style="color:#000000;"><span style="color:#ff0000;"><strong>TASKS</strong></span></span></span></h1>
<p class="MsoNormal"><span style="text-decoration:underline;"><strong>TASK1 &#8211; Addressing and basic connectivity</strong></span></p>
<p class="MsoNormal">Configure interface (sub-interface) of FW in following way</p>
<p class="MsoNormal">e1.10 &#8211; nameif R10, VLAN10, security level 10, IP 10.10.10.1</p>
<p class="MsoNormal">e1.20 &#8211; nameif R20, VLAN20, security level 20, IP 10.10.20.1</p>
<p class="MsoNormal">e0.30 &#8211; nameif R30, VLAN30, security level 30, IP 10.10.30.1</p>
<p class="MsoNormal">e0.40 &#8211; nameif R40, VLAN40, security level 40, IP 10.10.40.1</p>
<p class="MsoNormal">Configure IP addressing of routers according drawing (including loopbacks)</p>
<p class="MsoNormal"><strong>R40 interface is DHCP client</strong>&#8230; Configure R30 to be DHCP server for this router.. make sure this interface will be always assigned IP 10.10.40.2</p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;">TASK2 &#8211; routing , ACL</span><br />
</strong></p>
<p class="MsoNormal">Delete all static routers and run RIP v2 between all devices, propagate all networks including loopbacks,  use MD5 authentication  .. Permit ICMP between all routers and verify connectivity with ping (you should be able to ping all loopbacks from all routers) , use only one line in your ACL</p>
<p><span style="text-decoration:underline;"><strong>TASK3 &#8211; SSH access</strong></span><br />
Enable SSH with local authentication on all routers do not use domain command on routers , enable SSH access through firewall<br />
<span style="text-decoration:underline;"><strong><br />
TASK4 &#8211; NAT control</strong></span><br />
On firewall enable  NAT-control  .. Configure FW to allow access like without NAT control (ping, ssh)<br />
<strong><br />
</strong></p>
<h1><span style="color:#ff0000;"><strong>SOLUTION</strong>S</span></h1>
<p><strong><span style="text-decoration:underline;">TASK1  Solution</span><br />
</strong></p>
<p>You need create vlans 10,20,30,40 on switch , assign vlans membership for routers  R10,R20,R30,R40 and configure do1q trunks for ASA port</p>
<pre><span style="color:#000000;"><strong></strong></span><em></em>
<strong>ASA configuration</strong>

interface Ethernet0/0
 no nameif
 no security-level
 no ip address
!
<span style="color:#0000ff;"><em>! For me is good to use nameif like R20, R30 and not traditional
! inside, outside, dmz - It helps me think out of the box</em></span>
interface Ethernet0/0.30
 vlan 30
 nameif R30
 security-level 30
 ip address 10.10.30.1 255.255.255.0
!
interface Ethernet0/0.40
 vlan 40
 nameif R40
 security-level 40
 ip address 10.10.40.1 255.255.255.0
!
interface Ethernet0/1
 no nameif
 no security-level
 no ip address
!
interface Ethernet0/1.10
 vlan 10
 nameif R10
 security-level 10
 ip address 10.10.10.1 255.255.255.0
!
interface Ethernet0/1.20
 vlan 20
 nameif R20
 security-level 20
 ip address 10.10.20.1 255.255.255.0
<span style="color:#0000ff;"><em>!R40 will get DHCP IP from R30 so dhcp relay needs to be
!configured </em></span>
<strong>dhcprelay server 10.10.30.2 R30
dhcprelay enable R40
dhcprelay setroute R40
dhcprelay timeout 60</strong>

<strong>R3 configuration</strong>
<span style="color:#0000ff;"><em>! create pool for R40 use client-identifier for reservation
!(client-identifier uses 01 prefix for ethernet + client MAC)</em></span>
ip dhcp pool R40
   host 10.10.40.2 255.255.255.0
   client-identifier 0100.e01e.7dc7.61

interface Ethernet0/0
 ip address 10.10.30.2 255.255.255.0
<span style="color:#0000ff;"><em><em>! Static route for R40 network is need<span style="color:#0000ff;">e</span></em></em></span><span style="color:#0000ff;"><em>d</em></span>
ip route 10.10.40.0 255.255.255.0 10.10.30.1

<strong>R40 configuration</strong><span style="text-decoration:underline;"><strong>

</strong></span><span style="color:#0000ff;"><em><em>! IP on interface will be DHCP and client-i<span style="color:#0000ff;">d e0/0 is sent</span></em></em></span><span style="color:#0000ff;"><em>
! it didn't work for me without client-id command</em></span>

interface Ethernet0/0
 ip address dhcp client-id Ethernet0/0

<span style="color:#0000ff;"><em><em>! Static route for R30 network is needed</em></em></span>
ip route 10.10.30.0 255.255.255.0 Ethernet0/0
<span style="text-decoration:underline;">
</span></pre>
<p><span style="text-decoration:underline;"><strong>TASK2  Solution</strong></span></p>
<pre><span style="text-decoration:underline;"><strong>
</strong></span><span style="color:#0000ff;"><span style="color:#000000;"><strong>ASA configuration</strong>

</span></span><span style="color:#0000ff;"><em><em>! rip authentication on all subinterfaces</em></em></span>
<span style="color:#0000ff;"><span style="color:#000000;">interface Ethernet0/0.30
 vlan 30
 nameif R30
 security-level 30
 ip address 10.10.30.1 255.255.255.0
 rip authentication mode md5
 rip authentication key cisco key_id 1
!
interface Ethernet0/0.40
 vlan 40
 nameif R40
 security-level 40
 ip address 10.10.40.1 255.255.255.0
 rip authentication mode md5
 rip authentication key </span></span><span style="color:#0000ff;"><span style="color:#000000;">cisco</span></span><span style="color:#0000ff;"><span style="color:#000000;"> key_id 

!
interface Ethernet0/1.10
 vlan 10
 nameif R10
 security-level 10
 ip address 10.10.10.1 255.255.255.0
 rip authentication mode md5
 rip authentication key </span></span><span style="color:#0000ff;"><span style="color:#000000;">cisco </span></span><span style="color:#0000ff;"><span style="color:#000000;">key_id 1
!
interface Ethernet0/1.20
 vlan 20
 nameif R20
 security-level 20
 ip address 10.10.20.1 255.255.255.0
 rip authentication mode md5
 rip authentication key </span></span><span style="color:#0000ff;"><span style="color:#000000;">cisco </span></span><span style="color:#0000ff;"><span style="color:#000000;">key_id 1
!
<span style="color:#0000ff;"><em>!RIP configuration on ASA </em></span>
router rip
 network 10.0.0.0
 version 2
 no auto-summary
</span></span><span style="color:#0000ff;"><span style="color:#000000;"><span style="color:#0000ff;"><em><em>!For allowing of outside communication i created one object group
! with all IPs (interface IP + loopback IP)</em></em></span></span></span>
<span style="color:#0000ff;"><span style="color:#000000;">object-group network ROUTERS
 network-object host 10.10.10.2
 network-object host 10.10.20.2
 network-object host 10.10.30.2
 network-object host 10.10.40.2
 network-object host 192.168.10.1
 network-object host 192.168.20.1
 network-object host 192.168.30.1
 network-object host 192.168.40.1
</span></span><em><span style="color:#0000ff;">!and permitted ICMP between those IPs</span></em>
access-list Routers_in extended permit icmp object-group ROUTERS object-group ROUTERS
<em><span style="color:#0000ff;">!and applied on interface
</span></em><span style="color:#0000ff;"><span style="color:#000000;">access-group </span></span>Routers_in<span style="color:#0000ff;"><span style="color:#000000;"> in interface R10
access-group </span></span>Routers_in<span style="color:#0000ff;"><span style="color:#000000;"> in interface R20
access-group </span></span>Routers_in in <span style="color:#0000ff;"><span style="color:#000000;">interface R30</span></span><em><span style="color:#0000ff;">
</span></em><span style="text-decoration:underline;"><span style="color:#000000;"><strong>
</strong></span></span><span style="color:#000000;"><strong>ROUTER3 configuration</strong></span><em><span style="color:#0000ff;">
</span></em><em><span style="color:#0000ff;">! router rip configuration</span></em>
<span style="color:#0000ff;"><span style="color:#000000;">router rip
 version 2
 network 10.0.0.0
 network 192.168.30.0
 no auto-summary</span></span><em><span style="color:#0000ff;">

</span></em><em><span style="color:#0000ff;">! router key chain configuration</span></em>
<span style="color:#000000;">key chain ccie
 key 1
  key-string cisco</span><em><span style="color:#0000ff;">

</span></em><em><span style="color:#0000ff;">! router rip authenication on interface configuration</span></em>
interface Ethernet0/0
 ip address 10.10.30.2 255.255.255.0
 ip rip authentication mode md5
 ip rip authentication key-chain ccie</pre>
<p><span style="text-decoration:underline;"><strong>TASK3  Solution</strong></span></p>
<pre><span style="color:#0000ff;"><em>
</em></span><span style="color:#000000;"><strong>ROUTER3 configuration</strong></span><em><span style="color:#0000ff;">
</span></em><span style="color:#0000ff;"><em>!Its not actually ASA task...
!thanks to <a href="http://blog.packetfault.org/" target="_blank">Francois</a> for the idea for this task</em></span>
<pre><strong>crypto key generate rsa general-keys label TEST
</strong>username admin password 0 cisco
line vty 0 4
 login local
 transport input ssh<strong>

ASA Configuration
</strong><span style="color:#0000ff;"><em><em>! add line to ACL to permit SSH communication </em></em></span>
access-list Routers_in extended permit tcp object-group ROUTERS object-group ROUTERS eq ssh <strong></strong></pre>
</pre>
<p><strong><span style="text-decoration:underline;">TASK4 Solution</span></strong></p>
<pre>
<pre><span style="color:#0000ff;"><em><em>! enable nat control and create static mapping
! to allow traffic between interfaces </em></em></span></pre>
<p>nat-control<br />
static (R40,R30) 10.10.40.2 10.10.40.2 netmask 255.255.255.255<br />
static (R40,R20) 10.10.40.2 10.10.40.2 netmask 255.255.255.255<br />
static (R40,R10) 10.10.40.2 10.10.40.2 netmask 255.255.255.255<br />
static (R30,R20) 10.10.30.2 10.10.30.2 netmask 255.255.255.255<br />
static (R30,R10) 10.10.30.2 10.10.30.2 netmask 255.255.255.255<br />
static (R20,R10) 10.10.20.2 10.10.20.2 netmask 255.255.255.255</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denyip.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denyip.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denyip.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denyip.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denyip.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denyip.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denyip.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denyip.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denyip.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denyip.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denyip.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denyip.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denyip.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denyip.wordpress.com/251/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=251&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denyip.wordpress.com/2008/12/28/technology-minilab-asa-part-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcc5099b14848df98701df9d199ca041?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denyip</media:title>
		</media:content>

		<media:content url="http://denyip.files.wordpress.com/2008/12/asa-technology-tab-i3.jpg" medium="image">
			<media:title type="html">asa-technology-tab-i3</media:title>
		</media:content>
	</item>
		<item>
		<title>DENYIPs CCIE Security Technology mini LABs</title>
		<link>http://denyip.wordpress.com/2008/12/28/technology-mini-labs/</link>
		<comments>http://denyip.wordpress.com/2008/12/28/technology-mini-labs/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 21:39:25 +0000</pubDate>
		<dc:creator>denyip</dc:creator>
				<category><![CDATA[Technology Minilabs]]></category>
		<category><![CDATA[ccie security]]></category>
		<category><![CDATA[free ccie lab]]></category>

		<guid isPermaLink="false">http://denyip.wordpress.com/?p=249</guid>
		<description><![CDATA[I decided to create  DENYIPs CCIE security free technology minilabs. I plan to focus to some technology or device and create some intersting tasks. I created those minilabs when I was reading documentation, books and I though this could be nice to practice.. I don&#8217;t aspire to compete with well known vendors. At the moment [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=249&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I decided to create  DENYIPs CCIE security free technology minilabs. I plan to focus to some technology or device and create some intersting tasks. I created those minilabs when I was reading documentation, books and I though this could be nice to practice.. I don&#8217;t aspire to compete with well known vendors. At the moment I am not owner of any CCIE security workbook ( I decided to wait for ver. 3 material) so I cannot compare but Iam 100% sure that their  technology workbooks are more complex and difficult  (how can I compare to few multi CCIEs)</p>
<p>My labs wont be tricky &#8230; Its more about bringing more technology together and its also more for CCIE security beginners or CCSP students.. thanks</p>
<p>I started with <a href="http://denyip.wordpress.com/2008/12/28/technology-minilab-asa-part-i/" target="_self">Technology Minilab for Cisco ASA</a></p>
<p>Denyip</p>
<p>You can reach me at milsir(at)gmail.com</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denyip.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denyip.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denyip.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denyip.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denyip.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denyip.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denyip.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denyip.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denyip.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denyip.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denyip.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denyip.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denyip.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denyip.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=249&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denyip.wordpress.com/2008/12/28/technology-mini-labs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcc5099b14848df98701df9d199ca041?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denyip</media:title>
		</media:content>
	</item>
		<item>
		<title>CCIE Security Lab v3 announced</title>
		<link>http://denyip.wordpress.com/2008/10/16/ccie-security-lab-v3-annoucement/</link>
		<comments>http://denyip.wordpress.com/2008/10/16/ccie-security-lab-v3-annoucement/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 07:23:01 +0000</pubDate>
		<dc:creator>denyip</dc:creator>
				<category><![CDATA[AAA]]></category>
		<category><![CDATA[ACS]]></category>
		<category><![CDATA[Advanced security]]></category>
		<category><![CDATA[ASA firewall]]></category>
		<category><![CDATA[CCIE sec LAB]]></category>
		<category><![CDATA[Firewalling]]></category>
		<category><![CDATA[Identity mgm]]></category>
		<category><![CDATA[IOS firewall]]></category>
		<category><![CDATA[IPS/IDS]]></category>
		<category><![CDATA[Network attacks]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[version 3]]></category>

		<guid isPermaLink="false">http://denyip.wordpress.com/?p=225</guid>
		<description><![CDATA[Cisco finally announced CCIE lab changes CCIE Security v3 exam blueprints are now available and the new exam is expected to be available in April 2009. LAB EQUIPMENT AND SOFTWARE and LAB EXAM blueprint v3.0 Very good thing is the devices are same routers, ASAs, switches, ACS, IPS just  latest version&#8230; NO NAC, MARS  yeah!!!&#8230; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=225&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Cisco finally announced CCIE <span> </span>lab changes</p>
<p class="MsoNormal">CCIE Security <span> </span>v3 exam blueprints are now available and the new exam is expected to be available in <span style="color:#ff0000;"><strong>April 2009</strong></span>.</p>
<p class="MsoNormal"><span style="text-decoration:underline;"><span style="color:#ff0000;"><strong><a href="http://www.cisco.com/web/learning/le3/ccie/security/lab_equipment_v3.html" target="_blank">LAB EQUIPMENT AND SOFTWARE </a></strong></span></span></p>
<p class="MsoNormal">and</p>
<p class="MsoNormal"><span style="color:#000000;"><strong><a href="http://www.cisco.com/web/learning/le3/ccie/security/lab_exam_blueprint_v3.html" target="_blank"> <span style="text-decoration:underline;">LAB EXAM blueprint v3.0</span></a></strong></span></p>
<p class="MsoNormal">Very good thing is the devices are same routers, ASAs, switches, ACS, IPS just  latest version&#8230;</p>
<p class="MsoNormal">NO NAC, MARS  yeah!!!&#8230; strange for me that Certificate Authority Support is not listed.. I would be really surprised if its removed</p>
<p class="MsoNormal">Funny for me is that  I was about to try the lab at end of April <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ))  I haven&#8217;t decided yet but I will go for version 3.. Its more exciting (and more useful) to learn latest technologies .. so Iam really glad I didnt buy any workbook.. Lets wait when main vendors come with v3 workbooks</p>
<p class="MsoNormal">
<p class="MsoNormal">DENY IP (denyip at linuxmail.org)</p>
<p class="MsoNormal">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denyip.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denyip.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denyip.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denyip.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denyip.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denyip.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denyip.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denyip.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denyip.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denyip.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denyip.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denyip.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denyip.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denyip.wordpress.com/225/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=225&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denyip.wordpress.com/2008/10/16/ccie-security-lab-v3-annoucement/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcc5099b14848df98701df9d199ca041?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denyip</media:title>
		</media:content>
	</item>
		<item>
		<title>QoS for CCIE security</title>
		<link>http://denyip.wordpress.com/2008/09/06/qos-for-ccie-security/</link>
		<comments>http://denyip.wordpress.com/2008/09/06/qos-for-ccie-security/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 09:54:59 +0000</pubDate>
		<dc:creator>denyip</dc:creator>
				<category><![CDATA[CCIE sec LAB]]></category>
		<category><![CDATA[qos]]></category>

		<guid isPermaLink="false">http://denyip.wordpress.com/?p=216</guid>
		<description><![CDATA[I have just finished my QoS training&#8230;. I attended this training because my employer asked me to take over some VOIP projects..  I really like voice technology but its very difficult to study for CCIE security and  CCM, unity and other voice staff.. Only one topics where is some overlap is QoS &#8211; so what [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=216&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have just finished my <a href="http://tools.cisco.com/E-Learning-IT/LPCM/LpcmLLController?action=CourseDesc&amp;COURSE_ID=4916" target="_blank">QoS training</a>&#8230;. I attended this training because my employer asked me to take over some VOIP projects..  I really like voice technology but its very difficult to study for CCIE security and  CCM, unity and other voice staff..<br />
Only one topics where is some overlap is QoS &#8211; so what how can be QoS training useful for security???</p>
<p>The course is focused on MQC (modular qos CLI) so I have learnt new staff about traffic policing and shaping, I got better understanding of  NBAR (important for mitigating attacks) .. Cisco IOS MQC is also  similar to ASA MPF (modular policy framework)  so I now understand MPF better</p>
<p>I thing the course was really interesting and I can take advantage from it in my security studies but if you interesting only in security this course is not for you &#8211; there is lot of interesting (and tough)  topics but useless for security studies (congestion management, link efficiency) etc..</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/denyip.wordpress.com/216/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/denyip.wordpress.com/216/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denyip.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denyip.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denyip.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denyip.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denyip.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denyip.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denyip.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denyip.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denyip.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denyip.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denyip.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denyip.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denyip.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denyip.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=216&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denyip.wordpress.com/2008/09/06/qos-for-ccie-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcc5099b14848df98701df9d199ca041?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denyip</media:title>
		</media:content>
	</item>
		<item>
		<title>CCIE security written resources</title>
		<link>http://denyip.wordpress.com/2008/08/27/ccie-security-written-resources/</link>
		<comments>http://denyip.wordpress.com/2008/08/27/ccie-security-written-resources/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 20:46:29 +0000</pubDate>
		<dc:creator>denyip</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[CCIE written]]></category>
		<category><![CDATA[Study approach]]></category>
		<category><![CDATA[CCIE security written]]></category>
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://denyip.wordpress.com/?p=14</guid>
		<description><![CDATA[As I wrote in my profile I passed CCIE written in summer 2007 ..So for sure I wont be able schedule lab in 18 months after passing so I need pass it again &#8230; I dont study separately for written &#8211; my approach is theory &#8211; lab &#8211; theory at this stage.. For example when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=14&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As I wrote in my <a href="http://denyip.wordpress.com/about/" target="_self">profile</a> I passed CCIE written in summer 2007 ..So for sure I wont be able schedule lab in 18 months after passing so I need pass it again &#8230; I dont study separately for written &#8211; my approach is <strong>theory &#8211; lab &#8211; theory</strong> at this stage.. For example when did study for  TACACS+&#8230; First I went through RFC, security books chapters than did simple labs with debugs etc.. than I reviewed theory again</p>
<p>My MAIN  resources for theory part are:</p>
<p>1) <a href="http://www.rfc-editor.org/rfcsearch.html" target="_blank">RFC </a></p>
<p>You can use this search engine a find proper RFC for Radius, Ldap, IPsec&#8230; There is lot of valuable  informations</p>
<p>1)<a href="http://www.ccbootcamp.com/cciesecuritywrittenbook.html">CCBOOTCAMP&#8217;s 2008 Cisco CCIE Security Written Study Guide</a></p>
<p>For my studies I bought  its with  <a href="http://www.ciscopress.com/bookstore/product.asp?isbn=1587053349">Quick reference sheet</a> only one CCIE written book on the market. I bought <span class="text">ebook with 24 Hour Print Option &#8211; I printed all pages immediately  after downloading </span></p>
<p>Authors of that book are Colby LeMair (CCIE 12968 from Cisco),  Farrukh Haroon (network engineer from middle east &#8211; CCSP studying for CCIE &#8211; little bit strange for me but why not) and Brad Elis (CCIE 5796 CEO of Network learning)<br />
I think book is very good written  &#8211; all topics from the written blue print are covered pretty well. It has 565 pages. The book table of contents is similar as blueprint for written  . In the end of every chapter is set of tough questions&#8230;</p>
<p>2) <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://www.amazon.com/gp/product/1587050250?ie=UTF8&amp;tag=d0b8-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1587050250">Network Security Principles and Practices (CCIE Professional Development) (CCIE Professional Development)</a></p>
<p>Its quite old book but really well written and there are few great section (like AAA, IPSEC, GRE, IOS firewall)</p>
<p>3) <a href="http://www.cisco.com/" target="_blank">Cisco website</a></p>
<p>If I need some configuration examples or some guide I search Cisco web &#8230; It doesnt apply for all topics but there is few really good documents for written exam</p>
<p>4)<a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://www.amazon.com/gp/product/B00142KQ20?ie=UTF8&amp;tag=d0b8-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00142KQ20"> CCIE Security Exam Quick Reference Sheets</a></p>
<p>Its really quick reference , but I plan use it in final stage when you need quick review of all topics</p>
<p><a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://www.amazon.com/gp/product/B00142KQ20?ie=UTF8&amp;tag=d0b8-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00142KQ20"></a><img style="border:none !important;margin:0 !important;" src="http://www.assoc-amazon.com/e/ir?t=d0b8-20&amp;l=as2&amp;o=1&amp;a=B00142KQ20" border="0" alt="" width="1" height="1" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/denyip.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/denyip.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denyip.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denyip.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denyip.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denyip.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denyip.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denyip.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denyip.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denyip.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denyip.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denyip.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denyip.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denyip.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denyip.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denyip.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=14&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denyip.wordpress.com/2008/08/27/ccie-security-written-resources/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcc5099b14848df98701df9d199ca041?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denyip</media:title>
		</media:content>

		<media:content url="http://www.assoc-amazon.com/e/ir?t=d0b8-20&#38;l=as2&#38;o=1&#38;a=B00142KQ20" medium="image" />
	</item>
		<item>
		<title>Using AUTOCOMMANDs</title>
		<link>http://denyip.wordpress.com/2008/08/10/autocommands/</link>
		<comments>http://denyip.wordpress.com/2008/08/10/autocommands/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 21:11:38 +0000</pubDate>
		<dc:creator>denyip</dc:creator>
				<category><![CDATA[AAA]]></category>
		<category><![CDATA[ccsp]]></category>
		<category><![CDATA[Identity mgm]]></category>
		<category><![CDATA[autocommand]]></category>
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://denyip.wordpress.com/?p=164</guid>
		<description><![CDATA[I tested autocommand feature (command run automatically when user is logged in) and it looks authorization is needed in order get this features working without commad aaa authorization exec default local it didn&#8217;t work for me (if you have other experience let us know) So configuration is following ( I tested it with show ip [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=164&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I tested autocommand feature (command run automatically when user is logged in) and it looks authorization is needed in order get this features working</p>
<p>without commad <strong>aaa authorization exec default local </strong>it didn&#8217;t work for me (if you have other experience let us know)</p>
<p>So configuration is following ( I tested  it with <span style="color:#0000ff;"><em>show ip interface brief </em></span>command)</p>
<p><em><span style="color:#0000ff;">aaa new-model<br />
aaa authentication login default local<br />
<strong>aaa authorization exec default local</strong><br />
username user1 password 0 cisco<br />
username user1 autocommand show version</span></em></p>
<p>When user1 logs in</p>
<p>R2#telnet 192.168.1.1<br />
Trying 192.168.1.1 &#8230; Open</p>
<p>User Access Verification</p>
<p>Username: user1<br />
Password:<br />
R1&gt;sh ip int brief<br />
Interface                               IP-Address          OK?    Method  Status                 Protocol<br />
FastEthernet0/1       192.168.1.1        YES    NVRAM     up                             up<br />
Loopback0                       192.168.10.1    YES    NVRAM     up                             up</p>
<p>[Connection to 150.50.78.2 closed by foreign host]</p>
<p><span style="color:#0000ff;"><span style="color:#000000;">When using NOHANGUP feature with command</span><br />
</span><em><span style="color:#0000ff;"> username user1 nohangup autocommand show version<br />
</span></em><span style="color:#0000ff;"><span style="color:#000000;">it doesn&#8217;t mean you will stay logged in (as I though)  but you get new user login prompt(instead of </span></span>[Connection to 150.50.78.2 closed by foreign host] message)</p>
<p>R2#telnet 192.168.1.1<br />
Trying 192.168.1.1 &#8230; Open</p>
<p>User Access Verification</p>
<p>Username: user1<br />
Password:<br />
R1&gt;sh ip int brief<br />
Interface                               IP-Address          OK?    Method  Status                 Protocol<br />
FastEthernet0/1       192.168.1.1        YES    NVRAM     up                             up<br />
Loopback0                       192.168.10.1    YES    NVRAM     up                             up</p>
<p>User Access Verification</p>
<p>Username:</p>
<p>So if you have credentials only for user1 &#8211; this autocommand is only one thing you can do</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/denyip.wordpress.com/164/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/denyip.wordpress.com/164/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denyip.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denyip.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denyip.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denyip.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denyip.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denyip.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denyip.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denyip.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denyip.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denyip.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denyip.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denyip.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denyip.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denyip.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=164&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denyip.wordpress.com/2008/08/10/autocommands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcc5099b14848df98701df9d199ca041?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denyip</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiple TACACS+ servers with different keys</title>
		<link>http://denyip.wordpress.com/2008/08/04/tacacs-servers-with-different-keys/</link>
		<comments>http://denyip.wordpress.com/2008/08/04/tacacs-servers-with-different-keys/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 12:31:00 +0000</pubDate>
		<dc:creator>denyip</dc:creator>
				<category><![CDATA[AAA]]></category>
		<category><![CDATA[ACS]]></category>
		<category><![CDATA[ccsp]]></category>
		<category><![CDATA[TACACS+]]></category>

		<guid isPermaLink="false">http://denyip.wordpress.com/?p=166</guid>
		<description><![CDATA[Have you ever tried to add more than one TACACS+ server??? When I tried I was forced to use same authentication key for them (it could be possible security issue) tacacs-server host 192.168.1.100 tacacs-server host 192.168.1.101 tacacs-server key secretkey Its difference from RADIUS command where you can specify key after IP address radius-server host 192.168.1.100 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=166&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to add more than one TACACS+ server??? When I tried I was forced to use same authentication key for them (it could be possible security issue)</p>
<p><em><span style="color:#0000ff;">tacacs-server host 192.168.1.100<br />
tacacs-server host 192.168.1.101<br />
tacacs-server key secretkey</span></em></p>
<p>Its difference from RADIUS command where you can specify key after IP address</p>
<p><em><span style="color:#0000ff;">radius-server host 192.168.1.100 key secretkey1<br />
radius-server host 192.168.1.101 key secretkey2</span></em></p>
<p>Now I found workaround how to do same for TACACS+ it can be done with server-private command under aaa group server<br />
<em>NOTE this command was  introduced to  IOS 12.3(7)T so it doesn&#8217;t apply to current blueprint version </em></p>
<p><em><span style="color:#0000ff;">aaa group server tacacs+ my-servers<br />
server-private 192.168.1.100 key secretkey1<br />
</span></em><em><span style="color:#0000ff;">server-private 192.168.1.100 key secretkey2</span></em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/denyip.wordpress.com/166/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/denyip.wordpress.com/166/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denyip.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denyip.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denyip.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denyip.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denyip.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denyip.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denyip.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denyip.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denyip.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denyip.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denyip.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denyip.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denyip.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denyip.wordpress.com/166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=166&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denyip.wordpress.com/2008/08/04/tacacs-servers-with-different-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcc5099b14848df98701df9d199ca041?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denyip</media:title>
		</media:content>
	</item>
		<item>
		<title>Reset ACS to its default configuration</title>
		<link>http://denyip.wordpress.com/2008/07/31/reset-acs-to-its-default-configuration/</link>
		<comments>http://denyip.wordpress.com/2008/07/31/reset-acs-to-its-default-configuration/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 15:23:33 +0000</pubDate>
		<dc:creator>denyip</dc:creator>
				<category><![CDATA[AAA]]></category>
		<category><![CDATA[ACS]]></category>
		<category><![CDATA[ccsp]]></category>

		<guid isPermaLink="false">http://denyip.wordpress.com/?p=138</guid>
		<description><![CDATA[When you finish you labs on router, pix or switch you erase configuration to be able re-doing lab or to start a new lab&#8230; But what about ACS if you add device, create users, groups&#8230; how to remove it, how to have default ACS settings???&#8230; There is nothing like write erase command so I use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=138&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When you finish you labs on router, pix or switch you erase configuration to be able re-doing lab or to start a new  lab&#8230; But what about ACS if you add device, create users, groups&#8230; how to remove it, how to have default ACS settings???&#8230; There is nothing like <span style="color:#0000ff;"><em>write erase</em></span> command so I use following easy trick&#8230;<br />
When I install new ACS my first step is backup this fresh configuration<br />
<strong>System configuration</strong> &#8212;&gt;<strong>ACS Backup<br />
</strong><br />
<a href="http://denyip.files.wordpress.com/2008/07/acs-backup.jpg"><img class="alignnone size-full wp-image-139" src="http://denyip.files.wordpress.com/2008/07/acs-backup.jpg?w=468&#038;h=515" alt="" width="468" height="515" /></a>s</p>
<p>Backup files are stored in the folder<br />
C:\Program Files\CiscoSecure ACS v4.0\CSAuth\System Backups<br />
File is named by default with format <em>day-month-year time.dmp </em>but you can manually rename it to whatever you want  (as i did to defaultACS.dmp)</p>
<p>Than you can restore configuration anytime <strong> </strong>with<strong><br />
System configuration</strong> &#8212;&gt;<strong>ACS restore<br />
</strong>and just select your backup file and click on restore</p>
<p><a href="http://denyip.files.wordpress.com/2008/07/acs-restore.jpg"><img class="alignnone size-full wp-image-140" src="http://denyip.files.wordpress.com/2008/07/acs-restore.jpg?w=468&#038;h=501" alt="" width="468" height="501" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/denyip.wordpress.com/138/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/denyip.wordpress.com/138/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denyip.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denyip.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denyip.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denyip.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denyip.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denyip.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denyip.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denyip.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denyip.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denyip.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denyip.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denyip.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denyip.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denyip.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=138&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denyip.wordpress.com/2008/07/31/reset-acs-to-its-default-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcc5099b14848df98701df9d199ca041?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denyip</media:title>
		</media:content>

		<media:content url="http://denyip.files.wordpress.com/2008/07/acs-backup.jpg" medium="image" />

		<media:content url="http://denyip.files.wordpress.com/2008/07/acs-restore.jpg" medium="image" />
	</item>
		<item>
		<title>Simple AAA lab</title>
		<link>http://denyip.wordpress.com/2008/07/30/simple-aaa-lab/</link>
		<comments>http://denyip.wordpress.com/2008/07/30/simple-aaa-lab/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 08:44:57 +0000</pubDate>
		<dc:creator>denyip</dc:creator>
				<category><![CDATA[AAA]]></category>
		<category><![CDATA[ACS]]></category>
		<category><![CDATA[ccsp]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[ccie security]]></category>
		<category><![CDATA[RADIUS]]></category>
		<category><![CDATA[TACACS+]]></category>

		<guid isPermaLink="false">http://denyip.wordpress.com/?p=15</guid>
		<description><![CDATA[I decide to start with identity management part of the blueprint. I have few good reasons for that 1) We are implementing complex AAA solution in my current job (3 ACSs, accounting, assigning privilege levels to users, RSA authentication etc&#8230;) 2) Its not most difficult area &#8211; so its good for slow start 3) Those [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=15&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I decide to start with identity management part of the blueprint. I have few good reasons for that</p>
<p>1) We are implementing complex AAA solution in my current job (3 ACSs, accounting, assigning privilege levels to users, RSA authentication etc&#8230;)<br />
2) Its not most difficult area &#8211; so its good for slow start<br />
3) Those topics (AAA, 802.1x, NAC are heavily covered in the written exam)</p>
<p>As a first part I created simple topology with two routers and one Cisco ACS (you can get it from Cisco they offers 90 day trial &#8211; <a href="http://www.cisco.com/cgi-bin/tablebuild.pl/acs-win-eval" target="_blank">click here</a> (you need CCO account for it)).<br />
So with this easy lab you can practice all  AAA and ACS features (privilege levels, command authorization, accounting on ACS etc..)&#8230;Its really simple lab, you need just two routers and one server&#8230; it can be also easily done with dynamips&#8230; Its really easy lab and its more for CCSP (or even for CCNA)  &#8211; its more pre-configuration (in next parts I will try to dig deeper)</p>
<div id="attachment_121" class="wp-caption aligncenter" style="width: 477px"><a href="http://denyip.files.wordpress.com/2008/07/aaa-drawing.jpg"><img class="size-full wp-image-121" src="http://denyip.files.wordpress.com/2008/07/aaa-drawing.jpg?w=467&#038;h=251" alt="AAA lab" width="467" height="251" /></a><p class="wp-caption-text">AAA lab</p></div>
<p>One router is used for radius (R1)  second is used for tacacs+ (R2)</p>
<p>STEPS</p>
<p><strong>1. Basic IP addressing<br />
</strong>(loopback int will be used as source for AAA communication on ACS)</p>
<p>R1</p>
<p><span style="color:#0000ff;"><em> interface fa 0/0<br />
ip address 192.168.1.1 255.255.255.0<br />
no shut</em></span></p>
<p><span style="color:#0000ff;"><em>interface loopback0<br />
ip address 192.168.10.1 255.255.255.0</em></span></p>
<p>R2</p>
<p><span style="color:#0000ff;"><em> interface fa 0/0<br />
ip address 192.168.1.2 255.255.255.0<br />
no shut</em></span></p>
<p><span style="color:#0000ff;"><em>interface loopback0<br />
ip address 192.168.20.1 255.255.255.0</em></span></p>
<p><strong>2. Set communication between ACS and radius/tacacs+ routers</strong></p>
<p><strong>R1</strong></p>
<p><span style="color:#0000ff;"><em>aaa new-model<br />
tacacs-server host 192.168.1.100<br />
tacacs-server key ciscolab<br />
ip tacacs source-interface loopback 0</em></span></p>
<p><strong>R2</strong><em><br />
<span style="color:#0000ff;"> aaa new-model<br />
radius-server host 192.168.1.100<br />
radius-server key ciscolab<br />
ip radius source-interface loopback 0</span></em></p>
<p><strong>3. Add device to ACS and create ACS users</strong></p>
<p>For R1 &#8211; on ACS select Network configuration and Add AAA client &#8211; enter AAA client hostname R1 , AAA client IP address 192.168.10.1 (remember we created ip radius source loopback0) and  key is ciscolab, protocol is RADIUS (IETF) same for R2, IP is 192.168.20.1 and protocol is TACACS+</p>
<p><a href="http://denyip.files.wordpress.com/2008/07/aaa-client.jpg"><img class="alignnone size-full wp-image-134" src="http://denyip.files.wordpress.com/2008/07/aaa-client.jpg?w=468&#038;h=473" alt="" width="468" height="473" /></a></p>
<p>For users creation on ACS click on USER SETUP and fill in username/password &#8230; I created two users user1 and user2 with password cisco..</p>
<p><a href="http://denyip.files.wordpress.com/2008/07/acs-user-setup.jpg"><img class="alignnone size-full wp-image-135" src="http://denyip.files.wordpress.com/2008/07/acs-user-setup.jpg?w=468&#038;h=450" alt="" width="468" height="450" /></a></p>
<p>That is we have basic setup ..<br />
You can test AAA from router  with  test aaa command</p>
<p><span style="color:#0000ff;"><em>R1#test aaa group radius user1 cisco legacy<br />
Attempting authentication test to server-group radius using radius<br />
User was successfully authenticated.</em></span></p>
<p>Same for TACACS+</p>
<p><span style="color:#0000ff;"><em>R1#test aaa group tacacs user1 cisco legacy<br />
Attempting authentication test to server-group tacacs+ using tacacs+<br />
User was successfully authenticated.</em></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/denyip.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/denyip.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denyip.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denyip.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denyip.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denyip.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denyip.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denyip.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denyip.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denyip.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denyip.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denyip.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denyip.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denyip.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denyip.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denyip.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=15&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denyip.wordpress.com/2008/07/30/simple-aaa-lab/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcc5099b14848df98701df9d199ca041?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denyip</media:title>
		</media:content>

		<media:content url="http://denyip.files.wordpress.com/2008/07/aaa-drawing.jpg" medium="image">
			<media:title type="html">AAA lab</media:title>
		</media:content>

		<media:content url="http://denyip.files.wordpress.com/2008/07/aaa-client.jpg" medium="image" />

		<media:content url="http://denyip.files.wordpress.com/2008/07/acs-user-setup.jpg" medium="image" />
	</item>
		<item>
		<title>Following the blueprint</title>
		<link>http://denyip.wordpress.com/2008/07/22/following-the-blueprint/</link>
		<comments>http://denyip.wordpress.com/2008/07/22/following-the-blueprint/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 06:46:44 +0000</pubDate>
		<dc:creator>denyip</dc:creator>
				<category><![CDATA[Study approach]]></category>
		<category><![CDATA[ASA]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[ccie security]]></category>
		<category><![CDATA[Firewalling]]></category>
		<category><![CDATA[groupstudy]]></category>
		<category><![CDATA[PIX]]></category>
		<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://denyip.wordpress.com/?p=17</guid>
		<description><![CDATA[As has been already written several times in the LAB you can expect ANYTHING from the Blueprint&#8230; So i decide to organize all my study notes according this blueprint &#8230; there is 6 major topics Firewall VPN Intrusion Prevention System (IPS) Identity Management Advanced Security Network Attacks My firefox bookmarks for CCIE are organized exactly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=17&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As has been already written several times in the LAB you can expect ANYTHING from the <a href="http://www.cisco.com/web/learning/le3/ccie/security/lab_exam_blueprint_v2.html" target="_blank">Blueprint</a>&#8230; So i decide to organize all my study notes according this blueprint &#8230; there is 6 major topics</p>
<ol type="I">
<li><strong>Firewall</strong></li>
<li><strong>VPN</strong></li>
<li><strong>Intrusion Prevention System (IPS)</strong></li>
<li><strong>Identity Management</strong></li>
<li><strong>Advanced Security</strong></li>
<li><strong>Network Attacks</strong></li>
</ol>
<p>My firefox bookmarks  for CCIE are organized exactly in this style and order.. If I see some interesting config guide, tutorial etc. related to CCIE security I bookmark the page  and place to the proper folder. |<br />
Structure of my mailbox what I use for newsgroups like <a href="http://www.groupstudy.com" target="_blank">groupstudy</a> or <a href="http://www.onlinestudylist.com/" target="_blank">OSL</a> is exactly same six folders (plus lot of subfolders)&#8230; So if need get some information (ideas for lab) i just open my bookmarks or my email folder&#8230;.</p>
<p>If you look to the right topics for blog entries have same structure as well (maybe some topics are missing because there are no posts but I hope soon we will have complete blueprint)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/denyip.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/denyip.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denyip.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denyip.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denyip.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denyip.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denyip.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denyip.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denyip.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denyip.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denyip.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denyip.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denyip.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denyip.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denyip.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denyip.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denyip.wordpress.com&amp;blog=3050197&amp;post=17&amp;subd=denyip&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denyip.wordpress.com/2008/07/22/following-the-blueprint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bcc5099b14848df98701df9d199ca041?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denyip</media:title>
		</media:content>
	</item>
	</channel>
</rss>
