<?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>Getting there................</title>
	<atom:link href="http://higmc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://higmc.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sun, 08 May 2011 23:52:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='higmc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Getting there................</title>
		<link>http://higmc.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://higmc.wordpress.com/osd.xml" title="Getting there................" />
	<atom:link rel='hub' href='http://higmc.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Dynamips with breakout switch</title>
		<link>http://higmc.wordpress.com/2009/10/12/dynamips-with-breakout-switch/</link>
		<comments>http://higmc.wordpress.com/2009/10/12/dynamips-with-breakout-switch/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 07:26:25 +0000</pubDate>
		<dc:creator>rz</dc:creator>
				<category><![CDATA[Routing & Switching]]></category>

		<guid isPermaLink="false">http://higmc.wordpress.com/?p=105</guid>
		<description><![CDATA[After a lot of experimentation and hours of frustration I moved over to a break out switch config a week ago. Since then things have beenworking very well. No more layer 1 issues troubleshooting all the time Configuration steps Install the  vconfig package used for managing vlans. 8021q support can be loaded as a module. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=105&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://higmc.files.wordpress.com/2009/10/diagram.jpg"><img class="aligncenter size-full wp-image-108" title="Dynamips connectivity" src="http://higmc.files.wordpress.com/2009/10/diagram.jpg?w=480&#038;h=260" alt="Dynamips connectivity" width="480" height="260" /></a>After a lot of experimentation and hours of frustration I moved over to a break out switch config a week ago.</p>
<p>Since then things have beenworking very well. No more layer 1 issues troubleshooting all the time <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Configuration steps</p>
<p>Install the  vconfig package used for managing vlans. 8021q support can be loaded as a module. So no need for a kernel recompile.</p>
<p>My config</p>
<p>On my Ubuntu 9.04 x64</p>
<p>modprobe 8021q<br />
vconfig set_name_type VLAN_PLUS_VID</p>
<p>vconfig add eth1 101<br />
vconfig set_flag vlan0101 1 0<br />
ifconfig vlan0101 inet 0.0.0.0  up</p>
<p>vconfig add eth1 102<br />
vconfig set_flag vlan0102 1 0<br />
ifconfig vlan0102 inet 0.0.0.0  up</p>
<p>vconfig add eth1 103<br />
vconfig set_flag vlan0103 1 0<br />
ifconfig vlan0103 inet 0.0.0.0  up</p>
<p>vconfig add eth1 104<br />
vconfig set_flag vlan0104 1 0<br />
ifconfig vlan0104 inet 0.0.0.0  up</p>
<p>vconfig add eth1 105<br />
vconfig set_flag vlan0105 1 0<br />
ifconfig vlan0105 inet 0.0.0.0  up</p>
<p>vconfig add eth1 106<br />
vconfig set_flag vlan0106 1 0<br />
ifconfig vlan0106 inet 0.0.0.0  up</p>
<p>vconfig add eth1 107<br />
vconfig set_flag vlan0107 1 0<br />
ifconfig vlan0107 inet 0.0.0.0  up</p>
<p>vconfig add eth1 108<br />
vconfig set_flag vlan0108 1 0<br />
ifconfig vlan0108 inet 0.0.0.0  up</p>
<p>vconfig add eth1 109<br />
vconfig set_flag vlan0109 1 0<br />
ifconfig vlan0109 inet 0.0.0.0  up</p>
<p>vconfig add eth1 110<br />
vconfig set_flag vlan0110 1 0<br />
ifconfig vlan0110 inet 0.0.0.0  up</p>
<p>vconfig add eth1 111<br />
vconfig set_flag vlan0111 1 0<br />
ifconfig vlan0111 inet 0.0.0.0  up</p>
<p>vconfig add eth1 112<br />
vconfig set_flag vlan0112 1 0<br />
ifconfig vlan0112 inet 0.0.0.0  up</p>
<p>I have one instance of dynamips per router</p>
<p>To start the dynamips instances</p>
<p>sudo dynamips -H 7200 &amp;<br />
sudo dynamips -H 7201 &amp;<br />
sudo dynamips -H 7202 &amp;<br />
sudo dynamips -H 7203 &amp;<br />
sudo dynamips -H 7204 &amp;<br />
sudo dynamips -H 7205 &amp;<br />
sudo dynamips -H 7206 &amp;<br />
sudo dynamips -H 7207 &amp;<br />
sudo dynamips -H 7208 &amp;<br />
sudo dynamips -H 7209 &amp;<br />
To create a loopback for use with terminal server</p>
<p>modprobe tun<br />
tunctl<br />
ifconfig tap0 169.1.1.1 netmask 255.255.255.0 up</p>
<p>Starting dynagen</p>
<p>dynagen /opt/dynamips/initial_config/Rack1/rip/ie_rns_7200vlan.txt</p>
<p><a href="http://higmc.wordpress.com/dynamips-config/"><span id="sample-permalink">http://higmc.wordpress.com/<span id="editable-post-name" title="Click to edit this part of the permalink">dynamips-config</span>/</span></a></p>
<p>Useful links</p>
<p><a href="http://onvox.net/linux/how-to-enable-8021q-vlan-tagging-in-ubuntu">http://onvox.net/linux/how-to-enable-8021q-vlan-tagging-in-ubuntu</a></p>
<p><a href="http://zephon.ccieblog.com/2009/05/17/final-dynamips-setup/">http://zephon.ccieblog.com/2009/05/17/final-dynamips-setup/</a></p>
<p><a href="http://7200emu.hacki.at/viewtopic.php?t=7540">http://7200emu.hacki.at/viewtopic.php?t=7540</a></p>
<p><a href="http://enotepad.wordpress.com/category/dynamips/">http://enotepad.wordpress.com/category/dynamips/</a></p>
<br />Posted in Routing &amp; Switching  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/higmc.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/higmc.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/higmc.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/higmc.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/higmc.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/higmc.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/higmc.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/higmc.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/higmc.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/higmc.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/higmc.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/higmc.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/higmc.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/higmc.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=105&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://higmc.wordpress.com/2009/10/12/dynamips-with-breakout-switch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ee527bc88e5383f47f67b551d75bda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rz</media:title>
		</media:content>

		<media:content url="http://higmc.files.wordpress.com/2009/10/diagram.jpg" medium="image">
			<media:title type="html">Dynamips connectivity</media:title>
		</media:content>
	</item>
		<item>
		<title>Pulling hairs</title>
		<link>http://higmc.wordpress.com/2009/09/15/pulling-hairs/</link>
		<comments>http://higmc.wordpress.com/2009/09/15/pulling-hairs/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 06:09:02 +0000</pubDate>
		<dc:creator>rz</dc:creator>
				<category><![CDATA[Routing & Switching]]></category>

		<guid isPermaLink="false">http://higmc.wordpress.com/2009/09/15/pulling-hairs/</guid>
		<description><![CDATA[My desktop with Ubuntu 9.04 I have spend a couple  of frustating hours troubleshooting my dynmips links with real switch links. Even though I have the simpler scenario of 12 port directly connecting to switches , it can be confusing when things choose to work at times and stop working later. Looks like I have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=88&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-364" src="http://higmc.files.wordpress.com/2009/09/l_2048_1536_619b6c9c-6f54-4bf5-ba80-4fa91cc5ae1c.jpeg?w=480" alt=""   /></p>
<p>My desktop with Ubuntu 9.04</p>
<p>I have spend a couple  of frustating hours troubleshooting my dynmips links with real switch links. Even though I have the simpler scenario of 12 port directly connecting to switches , it can be confusing when things choose to work at times and stop working later.</p>
<p>Looks like I have been able to isolate this to two interfaces on my ZYNX quad card. Its probably just the age of the card taking its toll.</p>
<p>I am waiting for a pair or Adaptec Quad cards to swap this out.</p>
<br />Posted in Routing &amp; Switching  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/higmc.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/higmc.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/higmc.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/higmc.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/higmc.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/higmc.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/higmc.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/higmc.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/higmc.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/higmc.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/higmc.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/higmc.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/higmc.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/higmc.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=88&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://higmc.wordpress.com/2009/09/15/pulling-hairs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ee527bc88e5383f47f67b551d75bda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rz</media:title>
		</media:content>

		<media:content url="http://higmc.files.wordpress.com/2009/09/l_2048_1536_619b6c9c-6f54-4bf5-ba80-4fa91cc5ae1c.jpeg" medium="image" />
	</item>
		<item>
		<title>Getting my dynamips setup to work</title>
		<link>http://higmc.wordpress.com/2009/09/13/getting-my-dynamips-setup-to-work/</link>
		<comments>http://higmc.wordpress.com/2009/09/13/getting-my-dynamips-setup-to-work/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 02:27:55 +0000</pubDate>
		<dc:creator>rz</dc:creator>
				<category><![CDATA[Routing & Switching]]></category>

		<guid isPermaLink="false">http://higmc.wordpress.com/?p=81</guid>
		<description><![CDATA[I am still to get the parts for my new build , so i had a go with my exisiting system I have this cabled for the interetworks expert topology. 3x  4 port zynx cards 2&#215;3550 2&#215;3560 I wanted to start off with OSPF as I was not too happy with it before i did [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=81&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am still to get the parts for my new build , so  i had a go with my exisiting system</p>
<p>I have this cabled for the interetworks expert topology.</p>
<p>3x  4 port zynx cards</p>
<p>2&#215;3550</p>
<p>2&#215;3560</p>
<p>I wanted to start off with OSPF as I was not too happy with it before i did my CCIE-W . However troubleshooting all of the L2 topology with the cabling problems seemed too much.</p>
<p>So i scaled back and started off with switching yesterday and did a few labs</p>
<p>I will post pictures and more details as this progresses.</p>
<p>Chao</p>
<p><img class="size-medium wp-image-85 alignleft" title="IMG_0063" src="http://higmc.files.wordpress.com/2009/09/img_0063.jpg?w=300&#038;h=225" alt="IMG_0063" width="300" height="225" /></p>
<br />Posted in Routing &amp; Switching  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/higmc.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/higmc.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/higmc.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/higmc.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/higmc.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/higmc.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/higmc.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/higmc.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/higmc.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/higmc.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/higmc.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/higmc.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/higmc.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/higmc.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=81&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://higmc.wordpress.com/2009/09/13/getting-my-dynamips-setup-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ee527bc88e5383f47f67b551d75bda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rz</media:title>
		</media:content>

		<media:content url="http://higmc.files.wordpress.com/2009/09/img_0063.jpg?w=300" medium="image">
			<media:title type="html">IMG_0063</media:title>
		</media:content>
	</item>
		<item>
		<title>Building a dynamips lab</title>
		<link>http://higmc.wordpress.com/2009/09/05/building-a-dynamips-lab/</link>
		<comments>http://higmc.wordpress.com/2009/09/05/building-a-dynamips-lab/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 04:26:08 +0000</pubDate>
		<dc:creator>rz</dc:creator>
				<category><![CDATA[General Networking]]></category>
		<category><![CDATA[Routing & Switching]]></category>

		<guid isPermaLink="false">http://higmc.wordpress.com/2009/09/05/building-a-dynamips-lab/</guid>
		<description><![CDATA[I am in the process of setting my own full dynamips rig. I have been using dynamips since I started ccie prep but now with full fledged lab prep trying to use my desktop also as a dynamips station gets in the way at times. I like Linux but am still most at ease with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=77&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am in the process of setting my own full dynamips rig. I have been using dynamips since I started ccie prep but now with full fledged lab prep trying to use  my desktop also as a dynamips station gets in the way at times.</p>
<p>I like Linux but am still most at ease with my Winxp as my desktop</p>
<p>I already have 2 x 3550 and 2 x 3560 switches for setting up a  dynamips + real switches topology</p>
<p>I am looking at a quad core setup with 64bit Linux for under $500</p>
<p>I just  got a q9550 intel quad for 159+ taxes at Microcenter. Still need to order other parts though.</p>
<p>Hope to have this setup by this weekend</p>
<br />Posted in General Networking, Routing &amp; Switching  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/higmc.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/higmc.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/higmc.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/higmc.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/higmc.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/higmc.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/higmc.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/higmc.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/higmc.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/higmc.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/higmc.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/higmc.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/higmc.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/higmc.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=77&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://higmc.wordpress.com/2009/09/05/building-a-dynamips-lab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ee527bc88e5383f47f67b551d75bda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rz</media:title>
		</media:content>
	</item>
		<item>
		<title>Passed Jncia-er</title>
		<link>http://higmc.wordpress.com/2009/08/31/passed/</link>
		<comments>http://higmc.wordpress.com/2009/08/31/passed/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 00:58:23 +0000</pubDate>
		<dc:creator>rz</dc:creator>
				<category><![CDATA[General Networking]]></category>

		<guid isPermaLink="false">http://higmc.wordpress.com/2009/08/31/passed/</guid>
		<description><![CDATA[Passed my jncia-er exam today Posted in General Networking<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=75&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Passed my jncia-er exam today</p>
<br />Posted in General Networking  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/higmc.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/higmc.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/higmc.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/higmc.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/higmc.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/higmc.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/higmc.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/higmc.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/higmc.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/higmc.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/higmc.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/higmc.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/higmc.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/higmc.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=75&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://higmc.wordpress.com/2009/08/31/passed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ee527bc88e5383f47f67b551d75bda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rz</media:title>
		</media:content>
	</item>
		<item>
		<title>Jncia-er</title>
		<link>http://higmc.wordpress.com/2009/08/30/jncia-er/</link>
		<comments>http://higmc.wordpress.com/2009/08/30/jncia-er/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 02:11:46 +0000</pubDate>
		<dc:creator>rz</dc:creator>
				<category><![CDATA[General Networking]]></category>

		<guid isPermaLink="false">http://higmc.wordpress.com/2009/08/30/jncia-er/</guid>
		<description><![CDATA[Having completed my ccie  written , I am taking a little break I had noticed the juniper fast track program and wanted to give that a go. Took the pre assessment for jncia-er and surprise !  I passed. So I have scheduled the real deal for tomorrow I also created my own olive lab in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=73&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Having completed my ccie  written , I am taking a little break<br />
I had noticed the juniper fast track program and wanted to give that a go. Took the pre assessment for jncia-er and surprise !  I passed. So I have scheduled the real deal for tomorrow</p>
<p>I also created my own olive lab in the process so that I could get some hands on experience.</p>
<p>Once i am done with this it will be back to lab prep full steam</p>
<br />Posted in General Networking  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/higmc.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/higmc.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/higmc.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/higmc.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/higmc.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/higmc.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/higmc.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/higmc.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/higmc.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/higmc.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/higmc.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/higmc.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/higmc.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/higmc.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=73&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://higmc.wordpress.com/2009/08/30/jncia-er/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ee527bc88e5383f47f67b551d75bda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rz</media:title>
		</media:content>
	</item>
		<item>
		<title>CCIE-W &#8212; Done</title>
		<link>http://higmc.wordpress.com/2009/08/24/ccie-w-done/</link>
		<comments>http://higmc.wordpress.com/2009/08/24/ccie-w-done/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 04:57:41 +0000</pubDate>
		<dc:creator>rz</dc:creator>
				<category><![CDATA[Routing & Switching]]></category>

		<guid isPermaLink="false">http://higmc.wordpress.com/?p=70</guid>
		<description><![CDATA[So the first step is finally done. I took the CCIE R&#38;S written and passed.  That was a big releif after close to 6 months of Studying. So taking a two week break from Cisco studies to do a free JNCIA exam. After all a little multi vendor exposure does not hurt On to lab [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=70&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So the first step is finally done.</p>
<p>I took the CCIE R&amp;S written and passed.  That was a big releif after close to 6 months of Studying.</p>
<p>So taking a two week break from Cisco studies to do a free JNCIA exam.</p>
<p>After all a little multi vendor exposure does not hurt <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>On to lab preparations full steam starting September.</p>
<br />Posted in Routing &amp; Switching  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/higmc.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/higmc.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/higmc.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/higmc.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/higmc.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/higmc.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/higmc.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/higmc.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/higmc.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/higmc.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/higmc.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/higmc.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/higmc.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/higmc.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=70&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://higmc.wordpress.com/2009/08/24/ccie-w-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ee527bc88e5383f47f67b551d75bda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rz</media:title>
		</media:content>
	</item>
		<item>
		<title>Closer to my CCIE-W Exam</title>
		<link>http://higmc.wordpress.com/2009/08/09/closer-to-my-ccie-w-exam/</link>
		<comments>http://higmc.wordpress.com/2009/08/09/closer-to-my-ccie-w-exam/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 04:38:56 +0000</pubDate>
		<dc:creator>rz</dc:creator>
				<category><![CDATA[General Networking]]></category>
		<category><![CDATA[Routing & Switching]]></category>

		<guid isPermaLink="false">http://higmc.wordpress.com/?p=59</guid>
		<description><![CDATA[I am planning to appear for the CCIE-W exam in a few days. Still a lot to read ; A lot I have already forgotten inspite of all the reading And being lazy doesn&#8217;t exactly help Posted in General Networking, Routing &#38; Switching<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=59&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am planning to appear for the CCIE-W exam in a few days. Still a lot to read ; A lot I have already forgotten inspite of all the reading</p>
<p>And being lazy doesn&#8217;t exactly help <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Posted in General Networking, Routing &amp; Switching  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/higmc.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/higmc.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/higmc.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/higmc.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/higmc.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/higmc.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/higmc.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/higmc.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/higmc.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/higmc.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/higmc.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/higmc.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/higmc.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/higmc.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=59&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://higmc.wordpress.com/2009/08/09/closer-to-my-ccie-w-exam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ee527bc88e5383f47f67b551d75bda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rz</media:title>
		</media:content>
	</item>
		<item>
		<title>Almost done with a first go</title>
		<link>http://higmc.wordpress.com/2009/07/01/almost-done-with-a-first-go/</link>
		<comments>http://higmc.wordpress.com/2009/07/01/almost-done-with-a-first-go/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 02:41:29 +0000</pubDate>
		<dc:creator>rz</dc:creator>
				<category><![CDATA[Routing & Switching]]></category>

		<guid isPermaLink="false">http://higmc.wordpress.com/2009/07/01/almost-done-with-a-first-go/</guid>
		<description><![CDATA[I am almost done with a first go at all topics; hopefully should be able to take the written by end of July Posted in Routing &#38; Switching<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=58&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am almost done with a first go at all topics; hopefully should be able to take the written by end of July</p>
<br />Posted in Routing &amp; Switching  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/higmc.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/higmc.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/higmc.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/higmc.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/higmc.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/higmc.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/higmc.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/higmc.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/higmc.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/higmc.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/higmc.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/higmc.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/higmc.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/higmc.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=58&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://higmc.wordpress.com/2009/07/01/almost-done-with-a-first-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ee527bc88e5383f47f67b551d75bda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rz</media:title>
		</media:content>
	</item>
		<item>
		<title>Switching</title>
		<link>http://higmc.wordpress.com/2009/05/25/switching/</link>
		<comments>http://higmc.wordpress.com/2009/05/25/switching/#comments</comments>
		<pubDate>Mon, 25 May 2009 22:07:48 +0000</pubDate>
		<dc:creator>rz</dc:creator>
				<category><![CDATA[General Networking]]></category>
		<category><![CDATA[Routing & Switching]]></category>

		<guid isPermaLink="false">http://higmc.wordpress.com/2009/05/25/switching/</guid>
		<description><![CDATA[• Straight through T568A or T568B on both ends • Cross over T568A one end ; T568B other end • Transmit 1,2 Receive 3,6 (PC) / Opposite for switch • Automatic Medium dependant crossover Speed /Duplex • Sense speed using Fast Link Pulses • If auto negotiation disabled ; can detect using electrical signals • [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=57&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>• Straight through T568A or T568B on both ends<br />
• Cross over T568A one end ; T568B other end<br />
• Transmit 1,2 Receive 3,6  (PC) / Opposite for switch<br />
• Automatic Medium dependant crossover</p>
<p>Speed /Duplex</p>
<p>• Sense speed using Fast Link Pulses<br />
• If auto negotiation disabled ; can detect using electrical signals<br />
• Duplex can be detected only by auto negotiation<br />
• Default diplex 10/100 -Half 1000-Full</p>
<p>CSMA /CD</p>
<p>In case of collusion send jamming signal and random timer to transmit again<br />
Hub &#8212; single collusion domain<br />
Switches buffer packets , when multiple packets received for the same host.<br />
NICs in half duplex use a loopback circuitry to detect collusions</p>
<p>Speed needs to be set before duplex can be configured on an interface</p>
<p>Half duplex interface  statistics<br />
Collusions  &#8211;&gt; detected during the transmission of the first 64bytes<br />
Late collusions &#8211;&gt; Collusions after the transmission of the first 64 bytes<br />
Deferred frames &#8211;&gt; Switch send frames later as it was receiving a frame</p>
<p>IEEE 802.3<br />
DSAP &#8211;&gt; Protocol Type Field<br />
SSAP &#8211;&gt; Protocol type to describe the upper layer protocol that created the frame<br />
SNAP &#8211;&gt; Subb-Network access protocol ; overcomes size limitations of DSAP</p>
<p>Mac Address &#8211;&gt; 6bytes , First 3bytes OUI , last 3 assigned by vendor</p>
<p>Unicast -&gt; Most significant bit in most significant byte set to 0 (8th bit in 1st byte)  I/G (Individual/Group)<br />
OUI &#8211;&gt; Organizationally unique identifier , assigned to each vendor , 3bytes<br />
Canonical /little  endian ordering<br />
Multicast I/G bit set to 1</p>
<p>U/L &#8211;&gt; Universal/Local bit  (0 &#8211;vendor assigned , 1&#8211; administratively assigned OUI) </p>
<p>Unicast &#8211;&gt; Forward out of single int<br />
Unknown unicast &#8211;&gt;Forward out of all int except arriving<br />
Broadcast &#8211;&gt; Forward out of all int except arriving<br />
Multicast &#8211;&gt; Forward out of all int except arriving (Except if switch configured for multicast)</p>
<br />Posted in General Networking, Routing &amp; Switching  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/higmc.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/higmc.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/higmc.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/higmc.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/higmc.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/higmc.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/higmc.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/higmc.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/higmc.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/higmc.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/higmc.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/higmc.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/higmc.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/higmc.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=higmc.wordpress.com&amp;blog=7423362&amp;post=57&amp;subd=higmc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://higmc.wordpress.com/2009/05/25/switching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62ee527bc88e5383f47f67b551d75bda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rz</media:title>
		</media:content>
	</item>
	</channel>
</rss>
