 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: how can we configure a 36 port router?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-can-we-configure-a-36-port-router/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-we-configure-a-36-port-router/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 13:28:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: snapper70</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-we-configure-a-36-port-router/#comment-70087</link>
		<dc:creator>snapper70</dc:creator>
		<pubDate>Fri, 06 Nov 2009 18:47:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-70087</guid>
		<description><![CDATA[Hardware and purpose would be necessary.  Are you actually looking at a router with a switching module, maybe, that has 36 ports for switching, plus a couple on the chassis for MPLS connectivity?  Those are configured differently than a router that actually has 36 full routed ports.

If using a switching module, you have to allocate ports to VLANS, and then configure the VLANS as virtual router ports, with IP addresses - possibly just one per VLAN for a remote office; and possibly less than 5 vlans in total - conceivably even just one or two for, say, clients and servers.

int vlan 3
ip address 10.1.1.1 255.255.255.0

int fast 0/0/1
switchport access vlan 3
int fast 0/0/2
switchport access vlan 3
...  etc.
(not sure if you can use the shortcut of 
int range fast 0/0/1-36
switchport access vlan 3
^z)]]></description>
		<content:encoded><![CDATA[<p>Hardware and purpose would be necessary.  Are you actually looking at a router with a switching module, maybe, that has 36 ports for switching, plus a couple on the chassis for MPLS connectivity?  Those are configured differently than a router that actually has 36 full routed ports.</p>
<p>If using a switching module, you have to allocate ports to VLANS, and then configure the VLANS as virtual router ports, with IP addresses &#8211; possibly just one per VLAN for a remote office; and possibly less than 5 vlans in total &#8211; conceivably even just one or two for, say, clients and servers.</p>
<p>int vlan 3<br />
ip address 10.1.1.1 255.255.255.0</p>
<p>int fast 0/0/1<br />
switchport access vlan 3<br />
int fast 0/0/2<br />
switchport access vlan 3<br />
&#8230;  etc.<br />
(not sure if you can use the shortcut of<br />
int range fast 0/0/1-36<br />
switchport access vlan 3<br />
^z)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 267/270 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 15:13:25 -->