<?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>Tech-Recipes &#187; Cisco switch</title>
	<atom:link href="http://www.tech-recipes.com/category/networking/cisco-networking/cisco-switch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:32:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cisco switch: 802.1q trunk to router, aka router-on-a-stick</title>
		<link>http://www.tech-recipes.com/rx/1853/Cisco_switch_802_1q_trunk_to_router_on_a_stick/</link>
		<comments>http://www.tech-recipes.com/rx/1853/Cisco_switch_802_1q_trunk_to_router_on_a_stick/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 09:09:18 +0000</pubDate>
		<dc:creator>Al Banks</dc:creator>
				<category><![CDATA[Cisco switch]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Connect a Cisco switch and router via 802.1q trunking.  This configuration is known as a router-on-a-stick.

First, let&#8217;s start with the switch.  VLAN 1 exists by default, so we&#8217;ll add a couple of other VLANs:
vlan 100
name data
state active
vlan 200
name data
state active
Now, let&#8217;s configure the switchport to connect to the router:
interface fastethernet 1/0/1
switchport trunk encapsulation [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1853/Cisco_switch_802_1q_trunk_to_router_on_a_stick/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Disable or turn off CDP on Cisco switches</title>
		<link>http://www.tech-recipes.com/rx/1556/disable_or_turn_off_cdp_on_cisco_switches/</link>
		<comments>http://www.tech-recipes.com/rx/1556/disable_or_turn_off_cdp_on_cisco_switches/#comments</comments>
		<pubDate>Sat, 12 Aug 2006 07:25:35 +0000</pubDate>
		<dc:creator>CISSP06</dc:creator>
				<category><![CDATA[Cisco switch]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Cisco Discover Protocol or CDP is a Cisco-proprietary protocol that runs on all Cisco products.  CDP allows devices to learn about neighboring devices (the ones attached directly to the switch) including information about their platform, IP address, the version of IOS or other OS, VLAN membership, etc.  This can be helpful information when [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1556/disable_or_turn_off_cdp_on_cisco_switches/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco 2950 Switch: Create a VLAN</title>
		<link>http://www.tech-recipes.com/rx/1519/cisco_2950_switch_create_a_vlan/</link>
		<comments>http://www.tech-recipes.com/rx/1519/cisco_2950_switch_create_a_vlan/#comments</comments>
		<pubDate>Fri, 28 Jul 2006 22:11:28 +0000</pubDate>
		<dc:creator>CISSP06</dc:creator>
				<category><![CDATA[Cisco switch]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[The commands for creating a VLAN vary from one switch model to another.  VLANs in a 2950 switch are configured in a manner similar to configuring an interface.  This configuration is substantially different than a 2900 switch.

To create two VLANs on a 2950 switch, one with id 5 and name &#8216;engineering&#8217; and the [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1519/cisco_2950_switch_create_a_vlan/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Cisco 2900 Switch: Create a VLAN</title>
		<link>http://www.tech-recipes.com/rx/1518/cisco_2900_switch_create_vlan/</link>
		<comments>http://www.tech-recipes.com/rx/1518/cisco_2900_switch_create_vlan/#comments</comments>
		<pubDate>Fri, 28 Jul 2006 21:58:33 +0000</pubDate>
		<dc:creator>CISSP06</dc:creator>
				<category><![CDATA[Cisco switch]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[A VLAN (Virtual Local Area Network) makes a single physical switch behave like several separate switches.  A host connected to one VLAN cannot communicate through the switch to a host connected to another (although a router can permit communication between VLANs if desired).  Here&#8217;s how to configure a new VLAN on a 2900 [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1518/cisco_2900_switch_create_vlan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco Switch 2900/2950: Display VLAN information</title>
		<link>http://www.tech-recipes.com/rx/1517/cisco_switch_2900_2950_display_vlan_information/</link>
		<comments>http://www.tech-recipes.com/rx/1517/cisco_switch_2900_2950_display_vlan_information/#comments</comments>
		<pubDate>Fri, 28 Jul 2006 21:37:11 +0000</pubDate>
		<dc:creator>CISSP06</dc:creator>
				<category><![CDATA[Cisco switch]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Knowing the commands to display configuration information about Virtual LANs (VLANs) is as important as knowing the commands to configure them.  The commands here display information about all VLANs or a single VLAN by number or name.

All of these commands must be run from privileged mode.  To view detailed information about all VLANs [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1517/cisco_switch_2900_2950_display_vlan_information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco 2950 switch password recovery</title>
		<link>http://www.tech-recipes.com/rx/1453/cisco_2950_switch_password_recovery/</link>
		<comments>http://www.tech-recipes.com/rx/1453/cisco_2950_switch_password_recovery/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 01:11:45 +0000</pubDate>
		<dc:creator>BWAYCCTY</dc:creator>
				<category><![CDATA[Cisco switch]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This documents the procedure for performing a password recovery on a Cisco 2950 switch (and probably other models, as well).

1. Unplug the power cable
2. Hold  down the mode button while replugging the power cable
3. Type flash_init over the console
4. Type load_helper
5. Type Dir flash :
//make sure to type the semi-colons
6. Type rename flash:config.txt  [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1453/cisco_2950_switch_password_recovery/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>RSPAN using CatOS</title>
		<link>http://www.tech-recipes.com/rx/879/rspan_using_catos/</link>
		<comments>http://www.tech-recipes.com/rx/879/rspan_using_catos/#comments</comments>
		<pubDate>Tue, 10 May 2005 02:10:56 +0000</pubDate>
		<dc:creator>jotfco</dc:creator>
				<category><![CDATA[Cisco switch]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This small guide can be useful if you need to configure the RSPAN session on your Catalyst 6500.In this example we will see how to monitor more than one VLan using the RSPAN vlan. RSPAN has all the features of SPAN plus support for source ports and destination ports distributed across multiple switches, allowing remote [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/879/rspan_using_catos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Determine Which Switch and Port You are Connected To</title>
		<link>http://www.tech-recipes.com/rx/874/how_to_determine_switch_port_connected/</link>
		<comments>http://www.tech-recipes.com/rx/874/how_to_determine_switch_port_connected/#comments</comments>
		<pubDate>Wed, 04 May 2005 19:30:14 +0000</pubDate>
		<dc:creator>Caveman</dc:creator>
				<category><![CDATA[Cisco switch]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Sometimes you need to know which switch and port you are connected to. I work for a community college with hundreds of switches. Here is a method I&#8217;ve found to work well.

Pick a switch you think might be a likely candidate and telnet in.
> telnet 10.10.125.5
Once you are logged in to the switch, go to [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/874/how_to_determine_switch_port_connected/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Cisco 2950 Switch: Remove port from a VLAN</title>
		<link>http://www.tech-recipes.com/rx/734/cisco_2950_switch_remove_port_from_a_vlan/</link>
		<comments>http://www.tech-recipes.com/rx/734/cisco_2950_switch_remove_port_from_a_vlan/#comments</comments>
		<pubDate>Sun, 10 Oct 2004 09:08:03 +0000</pubDate>
		<dc:creator>BWAYCCTY</dc:creator>
				<category><![CDATA[Cisco switch]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Removing a port from a VLAN on a Cisco 2950 switch is a simple operation.  Follow the steps in this simple Tech-Recipe.

To remove a port from a VLAN, enter config mode and select the interface in question.  Then:
no switchport mode access     
no switchport access vlan name-or-id

The port will be [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/734/cisco_2950_switch_remove_port_from_a_vlan/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Configuring a root switch on IOS based Cisco switches</title>
		<link>http://www.tech-recipes.com/rx/720/configuring-a-root-switch-on-ios-based-cisco-switches/</link>
		<comments>http://www.tech-recipes.com/rx/720/configuring-a-root-switch-on-ios-based-cisco-switches/#comments</comments>
		<pubDate>Wed, 29 Sep 2004 18:21:58 +0000</pubDate>
		<dc:creator>Headhunter</dc:creator>
				<category><![CDATA[Cisco switch]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[When we use spanning tree a root switch is elected but when it comes to troubleshooting a switched network knowing where the root switch is makes it much easier.  Another reason for &#8220;manually choosing&#8221; a root switch is that we can use our most powerfull switch to become the root.

To set the root switch [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/720/configuring-a-root-switch-on-ios-based-cisco-switches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 3/19 queries in 1.515 seconds using memcached
Object Caching 537/586 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 06:55:24 -->
