 




<?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: setup VLAN</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/setup-vlan/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/setup-vlan/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 10:04:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: kwt712</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/setup-vlan/#comment-67030</link>
		<dc:creator>kwt712</dc:creator>
		<pubDate>Mon, 17 Aug 2009 14:03:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-67030</guid>
		<description><![CDATA[Can someone help with this please

I have a cisco catalyst 2950 24 port and i have a Linksys 48 port 10/100 + 2-Port Gigabit Smart Switch. When i do the VLan on Cisco Catalyst Switch and daisy chain the linksys to it, would it let me configure the port on linksys (my answer is no) … just checking. Also, when i daisy chain off of Cisco Switch, i assume i have to use the the port (like .35 or .31) to daisy chain cause if i want to use that entire switch (linksys) for .35.

thanks]]></description>
		<content:encoded><![CDATA[<p>Can someone help with this please</p>
<p>I have a cisco catalyst 2950 24 port and i have a Linksys 48 port 10/100 + 2-Port Gigabit Smart Switch. When i do the VLan on Cisco Catalyst Switch and daisy chain the linksys to it, would it let me configure the port on linksys (my answer is no) … just checking. Also, when i daisy chain off of Cisco Switch, i assume i have to use the the port (like .35 or .31) to daisy chain cause if i want to use that entire switch (linksys) for .35.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r0berth1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/setup-vlan/#comment-66949</link>
		<dc:creator>r0berth1</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:36:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-66949</guid>
		<description><![CDATA[This is for the switch:

service timestamps debug datetime
service timestamps log datetime
service password-encryption
!
hostname devicename &lt;---Device name goes here
!
enable secret level 15 pass	&lt;---your pass goes here
!
aaa new-model
aaa authentication login default local
aaa authentication login no-tacacs local
aaa authentication ppp default local
aaa authorization exec default local
aaa authorization network default local
!
username username secret pass &lt;---your pass goes here
!
clock timezone CST -6
clock summer-time CDT recurring
ip subnet-zero
no ip domain-lookup
!
vlan 1
 name **VLAN1**
vlan 2
 name **VLAN2**
vlan 3
 name **VLAN3**
!
interface FastEthernet0/1
 description **Uplink to router**
 switchport mode trunk
 switchport trunk encapsulation dot1q
 speed 100
 duplex full
!
interface range FastEthernet0/2 - 9
 description **VLAN1**
 switchport access vlan 1
 switchport mode access
 speed 100
 duplex full
 spanning-tree portfast
!
interface range FastEthernet0/10 - 17
 description **VLAN2**
 switchport access vlan 2
 switchport mode access
 spanning-tree portfast
!
interface range FastEthernet0/18 - 24
 description **Vlan3**
 switchport access vlan 3
 switchport mode access
 spanning-tree portfast
!
interface range GigabitEthernet0/1 - 2
 description **Servers**
 switchport access vlan 3
 switchport mode access
 spanning-tree portfast 
!
interface vlan1
 no ip address
 shutdown
!
interface vlan1
 description **PC Vlan**
 ip address 0.0.0.0 255.255.255.0
 no shutdown
!
ip default-gateway 0.0.0.0
!
snmp-server community pass RW
!
banner login ^C
this is optional, but enter your banner text here.^C
!  
line con 0
 exec-timeout 30 0
line vty 0 4
 exec-timeout 30 0
line vty 5 15
 exec-timeout 30 0
!
ntp server 0.0.0.0
logging 0.0.0.0
!
end]]></description>
		<content:encoded><![CDATA[<p>This is for the switch:</p>
<p>service timestamps debug datetime<br />
service timestamps log datetime<br />
service password-encryption<br />
!<br />
hostname devicename &lt;&#8212;Device name goes here<br />
!<br />
enable secret level 15 pass	&lt;&#8212;your pass goes here<br />
!<br />
aaa new-model<br />
aaa authentication login default local<br />
aaa authentication login no-tacacs local<br />
aaa authentication ppp default local<br />
aaa authorization exec default local<br />
aaa authorization network default local<br />
!<br />
username username secret pass &lt;&#8212;your pass goes here<br />
!<br />
clock timezone CST -6<br />
clock summer-time CDT recurring<br />
ip subnet-zero<br />
no ip domain-lookup<br />
!<br />
vlan 1<br />
 name **VLAN1**<br />
vlan 2<br />
 name **VLAN2**<br />
vlan 3<br />
 name **VLAN3**<br />
!<br />
interface FastEthernet0/1<br />
 description **Uplink to router**<br />
 switchport mode trunk<br />
 switchport trunk encapsulation dot1q<br />
 speed 100<br />
 duplex full<br />
!<br />
interface range FastEthernet0/2 &#8211; 9<br />
 description **VLAN1**<br />
 switchport access vlan 1<br />
 switchport mode access<br />
 speed 100<br />
 duplex full<br />
 spanning-tree portfast<br />
!<br />
interface range FastEthernet0/10 &#8211; 17<br />
 description **VLAN2**<br />
 switchport access vlan 2<br />
 switchport mode access<br />
 spanning-tree portfast<br />
!<br />
interface range FastEthernet0/18 &#8211; 24<br />
 description **Vlan3**<br />
 switchport access vlan 3<br />
 switchport mode access<br />
 spanning-tree portfast<br />
!<br />
interface range GigabitEthernet0/1 &#8211; 2<br />
 description **Servers**<br />
 switchport access vlan 3<br />
 switchport mode access<br />
 spanning-tree portfast<br />
!<br />
interface vlan1<br />
 no ip address<br />
 shutdown<br />
!<br />
interface vlan1<br />
 description **PC Vlan**<br />
 ip address 0.0.0.0 255.255.255.0<br />
 no shutdown<br />
!<br />
ip default-gateway 0.0.0.0<br />
!<br />
snmp-server community pass RW<br />
!<br />
banner login ^C<br />
this is optional, but enter your banner text here.^C<br />
!<br />
line con 0<br />
 exec-timeout 30 0<br />
line vty 0 4<br />
 exec-timeout 30 0<br />
line vty 5 15<br />
 exec-timeout 30 0<br />
!<br />
ntp server 0.0.0.0<br />
logging 0.0.0.0<br />
!<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r0berth1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/setup-vlan/#comment-66947</link>
		<dc:creator>r0berth1</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:29:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-66947</guid>
		<description><![CDATA[This is for a 2811:
!
version 12.4
service timestamps debug datetime
service timestamps log datetime
serice password-encryption
!
hostname ##rtrname## &lt;---Enter your router name here
!
enable secret 0 password &lt;---your password goes here
!
aaa new-model 						&lt;---These are used for TACACS+, but you can remove them
aaa authentication login default group tacacs+ 		&lt;---These are used for TACACS+, but you can remove them
aaa authentication ppp default local			&lt;---These are used for TACACS+, but you can remove them
aaa authorization exec default local group tacacs+  	&lt;---These are used for TACACS+, but you can remove them
aaa accounting exec default start-stop group tacacs+	&lt;---These are used for TACACS+, but you can remove them
aaa accounting network default start-stop group tacacs+	&lt;---These are used for TACACS+, but you can remove them
aaa session-id common					&lt;---These are used for TACACS+, but you can remove them
!
clock timezone CST -6
clock summer-time CST recurring 2 Sun Mar 2:00 1 Sun Nov 2:00
clock calendar-valid
!
ip cef
!
crypto key generate rsa					&lt;---These are used for TACACS+, but you can remove them
1024							&lt;---These are used for TACACS+, but you can remove them
!
ip tftp source-interface Loopback0
no ip bootp server
no ip domain lookup
ip domain name yourdomainhere				&lt;---These are used for TACACS+, but you can remove them
ip ssh authentication-retries 4 			&lt;---These are used for TACACS+, but you can remove them
!
username User secret 0 pass 				&lt;--your pass here 
!
class-map match-any data
 match access-group 101
class-map match-all voice
 match dscp ef
!
policy-map voice-priority
 class voice
  priority 384
 class data
  set precedence 3
  bandwidth remaining percent 100
 class class-default
  fair-quere
  random-detect
  set ip precedence 0
!
interface Loopback0
 ip address ##loop0-ip## 255.255.255.255 		&lt;---Remove everthing from the first # and the last # and replace with your IP Address
!
interface Serial0/0
 description **MPLS Circut**
 mtu 1600
 bandwidth 1544
 no ip address
 encapsulation frame-relay IETF
 load-interval 30
 service-module t1 timeslots 1-24
 frame-relay lmi-type ansi
 service-policy output voice-priority
 no shutdown
!
interface Serial0/0.##frame-DLCI## point-to-point 	&lt;---Replace everything from the first # and the last # and replace with your DLCI
 ip address ##frame-ip## 255.255.255.252  		&lt;---Remove everthing from the first # and the last # and replace with your IP Address
 ip flow ingress 					&lt;---Only used if you have a netflow server
 ip flow egress						&lt;---Only used if you have a netflow server
 no cdp enable		
 frame-relay interface-dlci ##frame-DLCI## 		&lt;---Replace everything from the first # and last # and replace with your DLCI
!
interface FastEthernet0/0.1
 description **MANAGEMENT VLAN - DO NOT USE**
 encapsulaiton dot1Q native
 no snmp trap link-status
!
interface FastEthernet0/0.220 				&lt;---Change to any vlan number
 description **PC-VLAN**
 encapsulation dot1Q 220   				&lt;---Change to any vlan number
 ip address ##eth0-ip## 255.255.255.0			&lt;---Remove everthing from the first # and the last # and replace with your IP Address
 no shut
!
interface FastEthernet0/0.120   			&lt;---Change to any vlan number
 description **VOIP-VLAN**
 encapsulation dot1Q 120				&lt;---Change to any vlan number
 ip address ##eth1-ip## 255.255.255.0			&lt;---Remove everthing from the first # and the last # and replace with your IP Address
 no shut
!
interface FastEthernet0/1
 no ip address
 shutdown
!
ip route 0.0.0.0 0.0.0.0 ##frame1-ip##  		&lt;---Remove everthing from the first # and the last # and replace with your Next Hop address
!
ip flow-export source serial0/0/0			&lt;---Used for netflow and can be removed
ip flow-export version 5				&lt;---Used for netflow and can be removed
ip flow-export destination 10.50.30.201 2055		&lt;---Used for netflow and can be removed
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 864000 requesta 10000
ip tacacs source-interface Loopback0
!
logging 0.0.0.0 					&lt;----Sends info to Syslog server and can be removed
access-list 101 remark **MPLS QOS ACL**
access-list 101 permit ip any any
access-list 101 remark **MPLS QOS ACL**
snmp-server community 3cl1p$3 RW
!
tacacs-server host 0.0.0.0 				&lt;---Used for TACACS+ and SSH2 but can be removed
tacacs-server directed-request				&lt;---Used for TACACS+ and SSH2 but can be removed
tacacs-server key pass					&lt;---Used for TACACS+ and SSH2 but can be removed
!
banner login ^CCC
This is optional but enter your banner here. Shows up on the login screen.^C
!
line con 0
 exec-timeout 30 0
 logging synchronous
!
line aux 0
 modem Dialin
 transport input all
!
line vty 0 4
 exec-timeout 30 0
 logging synchronous
 transport input ssh  					&lt;--- if you only want to telnet, change SSH to telnet
!
line vty 5 15
 exec-timeout 30 0
 logging synchronous
 transport input ssh					&lt;--- if you only want to telnet, change SSH to telnet
!
scheduler allocate 20000 1000
ntp source Loopback0
ntp server 0.0.0.0					&lt;--- if you have an NTP server, enter it&#039;s ip here, or remove this line. 
!
end]]></description>
		<content:encoded><![CDATA[<p>This is for a 2811:<br />
!<br />
version 12.4<br />
service timestamps debug datetime<br />
service timestamps log datetime<br />
serice password-encryption<br />
!<br />
hostname ##rtrname## &lt;&#8212;Enter your router name here<br />
!<br />
enable secret 0 password &lt;&#8212;your password goes here<br />
!<br />
aaa new-model 						&lt;&#8212;These are used for TACACS+, but you can remove them<br />
aaa authentication login default group tacacs+ 		&lt;&#8212;These are used for TACACS+, but you can remove them<br />
aaa authentication ppp default local			&lt;&#8212;These are used for TACACS+, but you can remove them<br />
aaa authorization exec default local group tacacs+  	&lt;&#8212;These are used for TACACS+, but you can remove them<br />
aaa accounting exec default start-stop group tacacs+	&lt;&#8212;These are used for TACACS+, but you can remove them<br />
aaa accounting network default start-stop group tacacs+	&lt;&#8212;These are used for TACACS+, but you can remove them<br />
aaa session-id common					&lt;&#8212;These are used for TACACS+, but you can remove them<br />
!<br />
clock timezone CST -6<br />
clock summer-time CST recurring 2 Sun Mar 2:00 1 Sun Nov 2:00<br />
clock calendar-valid<br />
!<br />
ip cef<br />
!<br />
crypto key generate rsa					&lt;&#8212;These are used for TACACS+, but you can remove them<br />
1024							&lt;&#8212;These are used for TACACS+, but you can remove them<br />
!<br />
ip tftp source-interface Loopback0<br />
no ip bootp server<br />
no ip domain lookup<br />
ip domain name yourdomainhere				&lt;&#8212;These are used for TACACS+, but you can remove them<br />
ip ssh authentication-retries 4 			&lt;&#8212;These are used for TACACS+, but you can remove them<br />
!<br />
username User secret 0 pass 				&lt;&#8211;your pass here<br />
!<br />
class-map match-any data<br />
 match access-group 101<br />
class-map match-all voice<br />
 match dscp ef<br />
!<br />
policy-map voice-priority<br />
 class voice<br />
  priority 384<br />
 class data<br />
  set precedence 3<br />
  bandwidth remaining percent 100<br />
 class class-default<br />
  fair-quere<br />
  random-detect<br />
  set ip precedence 0<br />
!<br />
interface Loopback0<br />
 ip address ##loop0-ip## 255.255.255.255 		&lt;&#8212;Remove everthing from the first # and the last # and replace with your IP Address<br />
!<br />
interface Serial0/0<br />
 description **MPLS Circut**<br />
 mtu 1600<br />
 bandwidth 1544<br />
 no ip address<br />
 encapsulation frame-relay IETF<br />
 load-interval 30<br />
 service-module t1 timeslots 1-24<br />
 frame-relay lmi-type ansi<br />
 service-policy output voice-priority<br />
 no shutdown<br />
!<br />
interface Serial0/0.##frame-DLCI## point-to-point 	&lt;&#8212;Replace everything from the first # and the last # and replace with your DLCI<br />
 ip address ##frame-ip## 255.255.255.252  		&lt;&#8212;Remove everthing from the first # and the last # and replace with your IP Address<br />
 ip flow ingress 					&lt;&#8212;Only used if you have a netflow server<br />
 ip flow egress						&lt;&#8212;Only used if you have a netflow server<br />
 no cdp enable<br />
 frame-relay interface-dlci ##frame-DLCI## 		&lt;&#8212;Replace everything from the first # and last # and replace with your DLCI<br />
!<br />
interface FastEthernet0/0.1<br />
 description **MANAGEMENT VLAN &#8211; DO NOT USE**<br />
 encapsulaiton dot1Q native<br />
 no snmp trap link-status<br />
!<br />
interface FastEthernet0/0.220 				&lt;&#8212;Change to any vlan number<br />
 description **PC-VLAN**<br />
 encapsulation dot1Q 220   				&lt;&#8212;Change to any vlan number<br />
 ip address ##eth0-ip## 255.255.255.0			&lt;&#8212;Remove everthing from the first # and the last # and replace with your IP Address<br />
 no shut<br />
!<br />
interface FastEthernet0/0.120   			&lt;&#8212;Change to any vlan number<br />
 description **VOIP-VLAN**<br />
 encapsulation dot1Q 120				&lt;&#8212;Change to any vlan number<br />
 ip address ##eth1-ip## 255.255.255.0			&lt;&#8212;Remove everthing from the first # and the last # and replace with your IP Address<br />
 no shut<br />
!<br />
interface FastEthernet0/1<br />
 no ip address<br />
 shutdown<br />
!<br />
ip route 0.0.0.0 0.0.0.0 ##frame1-ip##  		&lt;&#8212;Remove everthing from the first # and the last # and replace with your Next Hop address<br />
!<br />
ip flow-export source serial0/0/0			&lt;&#8212;Used for netflow and can be removed<br />
ip flow-export version 5				&lt;&#8212;Used for netflow and can be removed<br />
ip flow-export destination 10.50.30.201 2055		&lt;&#8212;Used for netflow and can be removed<br />
!<br />
ip http server<br />
ip http access-class 23<br />
ip http authentication local<br />
ip http secure-server<br />
ip http timeout-policy idle 60 life 864000 requesta 10000<br />
ip tacacs source-interface Loopback0<br />
!<br />
logging 0.0.0.0 					&lt;&#8212;-Sends info to Syslog server and can be removed<br />
access-list 101 remark **MPLS QOS ACL**<br />
access-list 101 permit ip any any<br />
access-list 101 remark **MPLS QOS ACL**<br />
snmp-server community 3cl1p$3 RW<br />
!<br />
tacacs-server host 0.0.0.0 				&lt;&#8212;Used for TACACS+ and SSH2 but can be removed<br />
tacacs-server directed-request				&lt;&#8212;Used for TACACS+ and SSH2 but can be removed<br />
tacacs-server key pass					&lt;&#8212;Used for TACACS+ and SSH2 but can be removed<br />
!<br />
banner login ^CCC<br />
This is optional but enter your banner here. Shows up on the login screen.^C<br />
!<br />
line con 0<br />
 exec-timeout 30 0<br />
 logging synchronous<br />
!<br />
line aux 0<br />
 modem Dialin<br />
 transport input all<br />
!<br />
line vty 0 4<br />
 exec-timeout 30 0<br />
 logging synchronous<br />
 transport input ssh  					&lt;&#8212; if you only want to telnet, change SSH to telnet<br />
!<br />
line vty 5 15<br />
 exec-timeout 30 0<br />
 logging synchronous<br />
 transport input ssh					&lt;&#8212; if you only want to telnet, change SSH to telnet<br />
!<br />
scheduler allocate 20000 1000<br />
ntp source Loopback0<br />
ntp server 0.0.0.0					&lt;&#8212; if you have an NTP server, enter it&#8217;s ip here, or remove this line.<br />
!<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwt712</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/setup-vlan/#comment-66903</link>
		<dc:creator>kwt712</dc:creator>
		<pubDate>Thu, 13 Aug 2009 19:17:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-66903</guid>
		<description><![CDATA[I have a cisco catalyst 2950 24 port and i have a Linksys 48 port 10/100 + 2-Port Gigabit Smart Switch. When i do the VLan on Cisco Catalyst Switch and daisy chain the linksys to it, would it let me configure the port on linksys (my answer is no) ... just checking. Also, when i daisy chain off of Cisco Switch, i assume i have to use the the port (like .35 or .31) to daisy chain cause if i want to use that entire switch (linksys) for .35.

thanks]]></description>
		<content:encoded><![CDATA[<p>I have a cisco catalyst 2950 24 port and i have a Linksys 48 port 10/100 + 2-Port Gigabit Smart Switch. When i do the VLan on Cisco Catalyst Switch and daisy chain the linksys to it, would it let me configure the port on linksys (my answer is no) &#8230; just checking. Also, when i daisy chain off of Cisco Switch, i assume i have to use the the port (like .35 or .31) to daisy chain cause if i want to use that entire switch (linksys) for .35.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwt712</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/setup-vlan/#comment-66902</link>
		<dc:creator>kwt712</dc:creator>
		<pubDate>Thu, 13 Aug 2009 18:22:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-66902</guid>
		<description><![CDATA[Can you please do that, i would help alot ... thanks]]></description>
		<content:encoded><![CDATA[<p>Can you please do that, i would help alot &#8230; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r0berth1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/setup-vlan/#comment-66898</link>
		<dc:creator>r0berth1</dc:creator>
		<pubDate>Thu, 13 Aug 2009 18:06:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-66898</guid>
		<description><![CDATA[Kwt712, if you need me to. I can post a 2811 and 2950 template and you can just change what you need for later use.]]></description>
		<content:encoded><![CDATA[<p>Kwt712, if you need me to. I can post a 2811 and 2950 template and you can just change what you need for later use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r0berth1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/setup-vlan/#comment-66897</link>
		<dc:creator>r0berth1</dc:creator>
		<pubDate>Thu, 13 Aug 2009 17:51:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-66897</guid>
		<description><![CDATA[Good catch, I forgot to select the FastEthernet0/0 section when i copied it from my switch.]]></description>
		<content:encoded><![CDATA[<p>Good catch, I forgot to select the FastEthernet0/0 section when i copied it from my switch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blankreg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/setup-vlan/#comment-66885</link>
		<dc:creator>blankreg</dc:creator>
		<pubDate>Thu, 13 Aug 2009 15:40:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-66885</guid>
		<description><![CDATA[The router config is on the interface that connects directly to the FastEthernet0/1 of the switch. 

One other thing, as R0berth1 fixed the speed and duplex on the trunk port on the switch, you should also do the same on the router, otherwise it will probably end up as half-duplex. Just add the commands on the router.

interface FastEthernet0/0
speed 100
duplex full

Other than that, R0berth1 gave you the full working answer :-)]]></description>
		<content:encoded><![CDATA[<p>The router config is on the interface that connects directly to the FastEthernet0/1 of the switch. </p>
<p>One other thing, as R0berth1 fixed the speed and duplex on the trunk port on the switch, you should also do the same on the router, otherwise it will probably end up as half-duplex. Just add the commands on the router.</p>
<p>interface FastEthernet0/0<br />
speed 100<br />
duplex full</p>
<p>Other than that, R0berth1 gave you the full working answer <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwt712</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/setup-vlan/#comment-66883</link>
		<dc:creator>kwt712</dc:creator>
		<pubDate>Thu, 13 Aug 2009 14:56:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-66883</guid>
		<description><![CDATA[Thanks for the configuration. for the router configuration, is this i have to add to the main router or the router that is pointing to this switch ... let me know. thanks]]></description>
		<content:encoded><![CDATA[<p>Thanks for the configuration. for the router configuration, is this i have to add to the main router or the router that is pointing to this switch &#8230; let me know. thanks</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 3/10 queries in 0.037 seconds using memcached
Object Caching 383/389 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 10:25:13 -->