 




<?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>Network technologies and trends &#187; subnet</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-technologies/tag/subnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/network-technologies</link>
	<description></description>
	<lastBuildDate>Wed, 15 May 2013 18:52:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to configure HRSP between Nexus 7000 and Cisco Catalyst 6500 Series Switches?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/#comments</comments>
		<pubDate>Sun, 22 May 2011 05:15:13 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[0000.0c07.ac22]]></category>
		<category><![CDATA[Cisco Catalyst 6500 Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6506-E Switch]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[Cisco configuration tips]]></category>
		<category><![CDATA[Data Centre]]></category>
		<category><![CDATA[Default MAC]]></category>
		<category><![CDATA[Forwarding threshold]]></category>
		<category><![CDATA[Hellotime]]></category>
		<category><![CDATA[How to configure HSRP between Nexus 7000 and Cisco 6500 Switch]]></category>
		<category><![CDATA[HSRP]]></category>
		<category><![CDATA[interface vlan]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[Nexus 7000 Series Switch]]></category>
		<category><![CDATA[sho hsrp group]]></category>
		<category><![CDATA[sho standby brief]]></category>
		<category><![CDATA[standby]]></category>
		<category><![CDATA[subnet]]></category>
		<category><![CDATA[Virtual IP]]></category>
		<category><![CDATA[Virtual MAC address]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/</guid>
		<description><![CDATA[Configuring HRSP in a Cisco Nexus 7000 Series Switch is often an easy task and it takes slight different approach. Recently we had some issues in our Data Centre and then I was forced to configuring the HSRP between a Cisco Nexus 7010 Switch and Cisco Catalyst 6506 E Switch. The configuration was quite simple, [...]]]></description>
				<content:encoded><![CDATA[<p>Configuring HRSP in a Cisco Nexus 7000 Series Switch is often an easy task and it takes slight different approach. Recently we had some issues in our Data Centre and then I was forced to configuring the HSRP between a Cisco Nexus 7010 Switch and Cisco Catalyst 6506 E Switch. The configuration was quite simple, I would like to share the steps need to configure HSRP between a Cisco Nexus 7000 Series and Cisco Catalyst 6500 Series Switches.</p>
<p>In the below example I will configure HRSP for VLAN 34 with a subnet of 10.204.34.0/24</p>
<p><strong><span style="color: #0000ff">Cisco Catalyst 6500 Series Switch Configuration</span></strong></p>
<p><span style="color: #800000">Step 1 &#8211; Create VLAN 34 in Cisco Catalyst Switch and assign an IP Address</span></p>
<p>MBGF-DAC-6500-BB01(config)#interface vlan 34</p>
<p>MBGF-DAC-6500-BB01(config-if)#ip address 10.204.34.3 255.255.255.0</p>
<p><span style="color: #800000">Step 2 &#8211; Configure HSRP group id, priority and timers, my active switch will be Cisco 6500 Switch due to its priority</span></p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 ip 10.204.34.1</p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 timers 1 3</p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 priority 150</p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 preempt</p>
<p><strong><span style="color: #000080">Cisco Nexus 7000 Series Switch Configuration</span></strong></p>
<p><span style="color: #800000">Step 1 &#8211; Create VLAN 34 in Cisco Nexus Switch and assign an IP Address</span></p>
<p>VDC-Admin-AG01-MB-1256-002(config)# interface vlan 34</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if)# ip address 10.204.34.2/24</p>
<p><span style="color: #800000">Step 2 &#8211; Configure HSRP group id, priority and timers , Nexus will be in standby mode</span></p>
<p>VDC-Admin-AG01-MB-1256-002(config-if)#hsrp 34</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if-hsrp)# priority 110</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if-hsrp)# timers 1 3</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if-hsrp)# ip 10.204.34.1</p>
<p><strong>Verify the HSRP States</strong></p>
<p><span style="color: #800000">Cisco Catalyst 6500 Switch Status</span></p>
<p>MBGF-DAC-6500-BB01:1#sho standby brief</p>
<p>P indicates configured to preempt.</p>
<p>|</p>
<p>Interface   Grp Prio P State    Active          Standby         Virtual IP</p>
<p>Vl34        34  150  P Init     local           10.204.34.3         10.204.34.1</p>
<p>MBGF-DAC-6500-BB01:1#</p>
<p><span style="color: #800000">Nexus 7000 Series Switch HSRP Status</span></p>
<p>VDC-Admin-AG01-MB-1256-002# sho hsrp group 34</p>
<p>Vlan34 &#8211; Group 34 (HSRP-V1) (IPv4)</p>
<p>Local state is Standby, priority 110 (Cfged 110)</p>
<p>Forwarding threshold(for vPC), lower: 1 upper: 110</p>
<p>Hellotime 1 sec, holdtime 3 sec</p>
<p>Next hello sent in 0.179000 sec(s)</p>
<p>Virtual IP address is 10.204.34.1 (Cfged)</p>
<p>Active router is 10.204.34.2</p>
<p>Standby router is local</p>
<p>Virtual mac address is 0000.0c07.ac22 (Default MAC)</p>
<p>2 state changes, last state change 2d18h</p>
<p>IP redundancy name is hsrp-Vlan34-34 (default)</p>
<p>VDC-Admin-AG01-MB-1256-002#</p>
<p>Configuring HRSP is a quite a simple and if you are facing any problems configuring you can post your scenario in the comments area of this post.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
