<?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/"
	>

<channel>
	<title>Aaron&#039;s Worthless Words &#187; trunking</title>
	<atom:link href="http://aconaway.com/tag/trunking/feed/" rel="self" type="application/rss+xml" />
	<link>http://aconaway.com</link>
	<description>It&#039;s possible that someone somewhere needs to see this.</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:36:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Configuring Dedicated Trunks for the CSM</title>
		<link>http://aconaway.com/2008/11/24/configuring-dedicated-trunks-for-the-csm/</link>
		<comments>http://aconaway.com/2008/11/24/configuring-dedicated-trunks-for-the-csm/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 16:11:01 +0000</pubDate>
		<dc:creator>Aaron Conaway</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[csm]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[switching]]></category>
		<category><![CDATA[trunking]]></category>
		<category><![CDATA[vlans]]></category>

		<guid isPermaLink="false">http://aconaway.com/?p=158</guid>
		<description><![CDATA[Did you catch the article on setting up fault tolerance on the CSM?  In that article, I mentioned that Cisco recommends a dedicated trunk for the FT VLAN if you have two HA CSMs in two chassis.  Discuss amongst yourselves while I drone on. Why should you set up a dedicated trunk for this stuff?  The most obvious reason is to be sure that normal traffic doesn&#8217;t step on the syncing traffic.  Since we&#8217;re syncing state information as well as configuration, the frames need to arrive in a timely manner.  Any errors could potentially disrupt the FT process, which is bad.  You surely don&#8217;t want the primary to fail only to find out that the standby doesn&#8217;t have the complete or current config. Another reason is to keep the syncing traffic from stepping on normal traffic.  The CSM is a pretty robust box and can handle a pretty good chunk of data.  If you had a 100Mbps trunk between your chassis, there is the potential for the link to get flooded if the CSM ever starts sending some real data.  All things being equal, though, your trunks are probably sized properly for your network, and the addition of the syncing [...]]]></description>
			<content:encoded><![CDATA[<p>Did you catch the article on <a title="AConaway.com -- Configuring Fault Tolerance on the CSM" href="http://aconaway.com/2008/10/10/configuring-fault-tolerance-on-the-csm/">setting up fault tolerance on the CSM</a>?  In that article, I mentioned that Cisco recommends a dedicated trunk for the FT VLAN if you have two HA CSMs in two chassis.  Discuss amongst yourselves while I drone on.</p>
<p>Why should you set up a dedicated trunk for this stuff?  The most obvious reason is to be sure that normal traffic doesn&#8217;t step on the syncing traffic.  Since we&#8217;re syncing state information as well as configuration, the frames need to arrive in a timely manner.  Any errors could potentially disrupt the FT process, which is bad.  You surely don&#8217;t want the primary to fail only to find out that the standby doesn&#8217;t have the complete or current config.</p>
<p>Another reason is to keep the syncing traffic from stepping on normal traffic.  The CSM is a pretty robust box and can handle a pretty good chunk of data.  If you had a 100Mbps trunk between your chassis, there is the potential for the link to get flooded if the CSM ever starts sending some real data.  All things being equal, though, your trunks are probably sized properly for your network, and the addition of the syncing traffic probably won&#8217;t affect much.</p>
<p>Let&#8217;s review our configuration from the other article.</p>
<blockquote><pre>vlan 83
 name CSM-Sync
!
module csm 3
 ft group 1 vlan 83
  priority 100 alt 90
  preempt</pre>
</blockquote>
<p>This snippet creates VLAN 83 and tells the CSM to use it for syncing, but how do we dedicate a trunk for that VLAN?  We use the <em>switchport trunk allowed vlan</em> directive.  We&#8217;ll assume that G1/1 on your primary switch is connected to G1/1 on your standby.</p>
<blockquote><pre>interface GigabitEthernet1/1
 description CSM Syncing
 switchport
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 83
 switchport mode trunk</pre>
</blockquote>
<p>This sets G1/1 up to only allow VLAN 83 across it.  If you do a <em>show int G1/1 trunk</em>, you&#8217;ll see that this VLAN is the only one allowed, the only one active, and the only one one forwarding on that link.  Of course, you&#8217;ll need to do the same on the other side to keep traffic flow sane, but it&#8217;s fairly easy.</p>
<p>What if G1/1 goes down, though?  You&#8217;d lose sync, so you probably want to look at a solution for that little problem.  You could put in multiple links and let Spanning Tree do the work.  You could even turn those links into an EtherChannel for redundancy and throughput.  If you have more than two chassis, you could full mesh them with trunks dedicated to VLAN 83.  There are a number of ways around the problem.  Be creative.</p>
<p>Be sure to send <span style="text-decoration: line-through;">turkey</span> questions my way.</p>
<div class="wp-about-author-containter-around" style="background-color:#ffffff;"><div class="wp-about-author-pic"><img alt='' src='http://1.gravatar.com/avatar/14352aa939196349e4b9f2a272ca5112?s=100&amp;d=&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div><div class="wp-about-author-text"><h3><a href='http://aconaway.com/author/jac/' title='Aaron Conaway'>Aaron Conaway</a></h3><p>I like to lean my head to the left, hit it with the palm of my right hand, and document what knowledge falls out.</p><p><a href='http://aconaway.com' title='Aaron Conaway'>Website</a> - <a href='http://aconaway.com/author/jac/' title='More posts by Aaron Conaway'>More Posts</a> </p></div></div>]]></content:encoded>
			<wfw:commentRss>http://aconaway.com/2008/11/24/configuring-dedicated-trunks-for-the-csm/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Setting Up VLANs on an ASA 5505</title>
		<link>http://aconaway.com/2008/04/01/setting-up-vlans-on-an-asa-5505/</link>
		<comments>http://aconaway.com/2008/04/01/setting-up-vlans-on-an-asa-5505/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 18:05:26 +0000</pubDate>
		<dc:creator>Aaron Conaway</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asa]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[switching]]></category>
		<category><![CDATA[trunking]]></category>
		<category><![CDATA[vlan]]></category>

		<guid isPermaLink="false">http://aconaway.com/2008/04/01/setting-up-vlans-on-an-asa-5505/</guid>
		<description><![CDATA[I&#8217;ve had my ASA 5505 in place at home on my Comcast cable for a few weeks now, and, let me tell you, this thing rocks. I did, however, have a few problems finding a clear answer on how I could set up my VLANs. It turns out that the base license on the ASA 5505 comes with a few restrictions with regards to VLANning &#8212; in particular the number of VLANs and the number of trunks. When you have the base license and the ASA is in routed mode (you have IPs on interfaces), you can have three VLANs configured. One of them, however, has to be configured to not forward to one of the other VLANs. I had to go over that a few times before I got what the doc was saying. Basically, you have two VLANs that are fully functional and one that can only initiate traffic to one of the others. At home, I consolidated my network down to three VLAN &#8212; outside (I&#8217;net), inside (Users), and a DMZ (Guests). The inside interface can initiate connections to both outside and the DMZ, but the DMZ can only talk to the outside VLAN. This is probably [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had my ASA 5505 in place at home on my Comcast cable for a few weeks now, and, let me tell you, this thing rocks.  I did, however, have a few problems finding a clear answer on how I could set up my VLANs.  It turns out that the base license on the ASA 5505 comes with a few restrictions with regards to VLANning &#8212; in particular the number of VLANs and the number of trunks.</p>
<p>When you have the base license and the ASA is in routed mode (you have IPs on interfaces), you can have three VLANs configured.  One of them, however, has to be configured to not forward to one of the other VLANs.  I had to go over that a few times before I got what the doc was saying.  Basically, you have two VLANs that are fully functional and one that can only initiate traffic to one of the others.  At home, I consolidated my network down to three VLAN &#8212; outside (I&#8217;net), inside (Users), and a DMZ (Guests).  The inside interface can initiate connections to both outside and the DMZ, but the DMZ can only talk to the outside VLAN.  This is probably not a very big deal to an average user, but I&#8217;m a network guy and will add networks just to say I&#8217;ve got one more subnet than you do.  :)</p>
<p>I also had some confusion over the number of trunks available on this guy.  My Aironet 1231 is set up to tag multiple bridged VLANs to the Ethernet so that I could have multiple SSIDs on it with each in their own VLAN.  I did this by making the switch port on the 2950 into a tagged trunk.  With the base license on the 5505, you don&#8217;t get any trunks.  I didn&#8217;t find any docs that said you couldn&#8217;t, but it&#8217;s pretty obvious from the &#8220;show version&#8221; info.</p>
<blockquote><p>VLAN Trunk Ports            : 0</p></blockquote>
<p>This really puts a damper on my AP setup.  I had to reconfigure it to just use a single, untagged bridged interface with a single SSID.  If I wanted to implement the Aironet 1231 the way I had it beforehand, I would have to upgrade my license on the 5505.  I&#8217;m not paying any more money for this thing, so I&#8217;ll have to get one of my lab APs in place for guests.  Thank God for eBay.</p>
<p>So, how do you configure this thing?  First, let decide on our VLANs &#8212; say VLANs 11, 12, and 13.  The configuration is just like any PIX 7.X</p>
<blockquote><p>interface Vlan11<br />
description OUTSIDE<br />
nameif outside<br />
security-level 0<br />
ip address dhcp setroute<br />
!<br />
interface Vlan12<br />
description GUESTS<br />
no forward interface Vlan13<br />
nameif guests<br />
security-level 10<br />
ip address 192.168.13.1 255.255.255.0<br />
!<br />
interface Vlan13<br />
description USER<br />
nameif inside<br />
security-level 100<br />
ip address 192.168.14.1 255.255.255.0</p></blockquote>
<p>The interface VLANs are what handles the IP addresses.  We&#8217;ll put specific ports in the VLANs in a minute, so hold tight.  The configuration is pretty self-explanatory with VLAN11 being the outside (I&#8217;net), VLAN 12 being the DMZ (guests), and VLAN13 being the inside (users).  There is, however, the one line that reads <em>no forward interface Vlan13</em>.  This is the line  that makes dictates which VLAN is a DMZ with respect to the base license and that this VLAN (VLAN12) can&#8217;t initiate connections to VLAN13.  You also might have noticed the line <em>ip address dhcp setroute</em>.  You can read <a title="AConaway.com -- Default Route via DHCP on an ASA 5505" href="http://aconaway.com/2008/03/22/default-route-via-dhcp-on-an-asa-5505/">one of the earlier articles</a> on that guy.</p>
<p>The last thing you do is to put ports in VLANs.  The ports on the 5505 are labeled Ethernet0/0 &#8211; 7, and you treat them just like an IOS switch with the <em>switchport access vlan X</em> command.  At home, you would plug your cable modem (or whatever) into one of the interfaces (say, Ethernet0/0) and put that port into VLAN11.</p>
<blockquote><p>interface Ethernet0/0<br />
switchport access vlan 11</p></blockquote>
<p>Plug all your stuff in, put the ports in the right VLAN, and enjoy.</p>
<div class="wp-about-author-containter-around" style="background-color:#ffffff;"><div class="wp-about-author-pic"><img alt='' src='http://1.gravatar.com/avatar/14352aa939196349e4b9f2a272ca5112?s=100&amp;d=&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div><div class="wp-about-author-text"><h3><a href='http://aconaway.com/author/jac/' title='Aaron Conaway'>Aaron Conaway</a></h3><p>I like to lean my head to the left, hit it with the palm of my right hand, and document what knowledge falls out.</p><p><a href='http://aconaway.com' title='Aaron Conaway'>Website</a> - <a href='http://aconaway.com/author/jac/' title='More posts by Aaron Conaway'>More Posts</a> </p></div></div>]]></content:encoded>
			<wfw:commentRss>http://aconaway.com/2008/04/01/setting-up-vlans-on-an-asa-5505/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

