 




<?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; Virtual MAC address</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-technologies/tag/virtual-mac-address/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>
		<item>
		<title>What is GLBP and how it can be configured in Cisco Devices? &#8211; Series 2</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/what-is-glbp-and-how-it-can-be-configured-in-cisco-devices-series-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/what-is-glbp-and-how-it-can-be-configured-in-cisco-devices-series-2/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 05:29:23 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[active virtual forwarder]]></category>
		<category><![CDATA[active virtual gateway]]></category>
		<category><![CDATA[and how to configure Gateway Load Balancing Protocol (GBLP) in Cisco Routers and Cisco Catalyst Switches]]></category>
		<category><![CDATA[and Supervisor 720 with IOS Release 12.2(17a) SX4]]></category>
		<category><![CDATA[AVF]]></category>
		<category><![CDATA[AVG]]></category>
		<category><![CDATA[backup or secondary virtual forwarders]]></category>
		<category><![CDATA[Catalyst 6500 Supervisor 2]]></category>
		<category><![CDATA[CCNP 642-813 Exam]]></category>
		<category><![CDATA[CCNP tips]]></category>
		<category><![CDATA[Cisco Catalyst Switches]]></category>
		<category><![CDATA[Cisco proprietary protocol]]></category>
		<category><![CDATA[Cisco Routers]]></category>
		<category><![CDATA[Gateway Load Balancing Protocol]]></category>
		<category><![CDATA[GBLP]]></category>
		<category><![CDATA[Host-Dependent]]></category>
		<category><![CDATA[Hot Standby Routing Protocol]]></category>
		<category><![CDATA[how Gateway Load Balancing Protocol (GLBP) does load balancing]]></category>
		<category><![CDATA[HSRP]]></category>
		<category><![CDATA[IOS Release 12.2(14) SY4]]></category>
		<category><![CDATA[Load balancing algorithms]]></category>
		<category><![CDATA[load balancing techniques]]></category>
		<category><![CDATA[Round Robin]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[Virtual MAC address]]></category>
		<category><![CDATA[virtual MAC addresses]]></category>
		<category><![CDATA[Virtual Router Redundancy Protocol]]></category>
		<category><![CDATA[VRRP]]></category>
		<category><![CDATA[Weighted]]></category>
		<category><![CDATA[What is GLBP and how it can be configured in Cisco Devices? - Series 1]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/what-is-glbp-and-how-it-can-be-configured-in-cisco-devices-series-2/</guid>
		<description><![CDATA[  In my previous post I was discussing about Gateway Load Balancing Protocol (GLBP), now let&#8217;s see how Gateway Load Balancing Protocol (GLBP) does load balancing?  Basically there are three different types of Load balancing algorithms applied Round Robin: This method is the default method used by Gateway Load Balancing Protocol (GLBP). In this method [...]]]></description>
				<content:encoded><![CDATA[<p> </p>
<p>In my <a href="http://itknowledgeexchange.techtarget.com/network-technologies/what-is-glbp-and-how-it-can-be-configured-in-cisco-devices-series-1/">previous post</a> I was discussing about Gateway Load Balancing Protocol (GLBP), now let&#8217;s see how Gateway Load Balancing Protocol (GLBP) does load balancing?  Basically there are three different types of Load balancing algorithms applied</p>
<p><strong>Round Robin: </strong></p>
<ul>
<li>This method is the default method used by Gateway Load Balancing Protocol (GLBP).</li>
<li>In this method the when the client sends ARP requests to resolve the MAC- address of the default gateway , the reply contains the MAC address of the next possible router in round-robin fashion</li>
</ul>
<p> <strong>Weighted:</strong></p>
<ul type="disc">
<li> Gateway Load Balancing Protocol (GLBP) places a weight on each device to calculate the amount of load sharing that will occur through MAC assignment</li>
<li>The routers participating in GLBP will advertise its weight and AVG will act based on that value</li>
<li>For example if we have two routers named ITKE-Router A and ITKE-Router B. If the ITKE-Router A has double the bandwidth capacity then the ITKE-Router B. ITKE-Router A will be configured with the double weighting value of ITKE-Router B</li>
</ul>
<p><strong>Host-Dependent</strong></p>
<ul>
<li>Each Client will always get the same Virtual MAC address.<strong></strong></li>
</ul>
<ul type="disc">
<li>The Mac-address of the host is used to determine which AVF&#8217;s mac the host is directed towards.</li>
</ul>
<ul>
<li>This method is used when the client needs a consistent gateway MAC -address.<strong></strong></li>
</ul>
<ul type="disc">
<li>Host dependent GLBP is not recommended in situation where there are small number of hosts, for example, less than 20</li>
</ul>
<p>In upcoming posts let&#8217;s see how to configure Gateway Load Balancing Protocol (GLBP) in Cisco devices.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/what-is-glbp-and-how-it-can-be-configured-in-cisco-devices-series-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
