<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Technical Blog BeLux</title>
	<atom:link href="http://tblog.cisco.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://tblog.cisco.be</link>
	<description>A blog for the Cisco technical community in Belgium and Luxembourg</description>
	<lastBuildDate>Thu, 10 May 2012 20:07:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tblog.cisco.be' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/ec9fab087600a35fe1ef152bf77e8819?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Technical Blog BeLux</title>
		<link>http://tblog.cisco.be</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tblog.cisco.be/osd.xml" title="Technical Blog BeLux" />
	<atom:link rel='hub' href='http://tblog.cisco.be/?pushpress=hub'/>
		<item>
		<title>Normalization scripting for SIP Trunking first step</title>
		<link>http://tblog.cisco.be/2012/05/10/normalization-scripting-for-sip-trunking-first-step/</link>
		<comments>http://tblog.cisco.be/2012/05/10/normalization-scripting-for-sip-trunking-first-step/#comments</comments>
		<pubDate>Thu, 10 May 2012 20:03:37 +0000</pubDate>
		<dc:creator>jderidde</dc:creator>
				<category><![CDATA[Collaboration]]></category>

		<guid isPermaLink="false">http://tblog.cisco.be/?p=1229</guid>
		<description><![CDATA[SIP trunks can connect to a variety of endpoints, including PBXs, gateways, and service providers. Each of these endpoints implements the SIP protocol a bit differently, causing a unique set of interoperability issues. To normalize messages per trunk, Cisco Unified Communications Manager allows you to add or update scripts to the system and then associate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1229&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SIP trunks can connect to a variety of endpoints, including PBXs, gateways, and service providers. Each of these endpoints implements the SIP protocol a bit differently, causing a unique set of interoperability issues. To normalize messages per trunk, Cisco Unified Communications Manager allows you to add or update scripts to the system and then associate them with one or more SIP trunks.</p>
<p>The normalization scripts that you create allow you to preserve, remove, or change the contents of any SIP headers or content bodies, known or unknown. After you configure a normalization script in Cisco Unified Communications Manager, you associate the script with a SIP trunk by configuring the Normalization Script fields in the Trunk Configuration window</p>
<p>The language used is Lua it is an open source, lightweight scripting language.</p>
<p>For info on Lua see <em>http://www.lua.org/</em></p>
<p>As a practical example we change in the SIP invite for a outgoing call on a sip trunk, the IP destination addresses in the SIP URI to a domain name.</p>
<p><em><strong>From: </strong></em></p>
<p><em><strong>INVITE sip:+3227784342@1.1.1.10:5060 SIP/2.0</strong></em></p>
<p>The normalization script:</p>
<p>M = {}</p>
<p>function M.outbound_INVITE(msg)</p>
<p>local method, ruri, ver = msg:getRequestLine()</p>
<p>local uri = string.gsub (ruri, &#8220;1.1.1.10&#8243;, &#8220;domain1.a.be&#8221;)</p>
<p>msg:setRequestUri(uri)</p>
<p>end</p>
<p>return M</p>
<p><em><strong>Changes into:</strong></em></p>
<p><em><strong>INVITE sip:+3227784200@domain1.a.be:5060 SIP/2.0</strong></em></p>
<p>For some more info see:</p>
<p>http://developer.cisco.com/web/sip/home</p>
<p>http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/admin/8_6_1/ccmcfg/b06scrpt.html#wpxref92424</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tblogbelgium.wordpress.com/1229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tblogbelgium.wordpress.com/1229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tblogbelgium.wordpress.com/1229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tblogbelgium.wordpress.com/1229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tblogbelgium.wordpress.com/1229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tblogbelgium.wordpress.com/1229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tblogbelgium.wordpress.com/1229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tblogbelgium.wordpress.com/1229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tblogbelgium.wordpress.com/1229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tblogbelgium.wordpress.com/1229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tblogbelgium.wordpress.com/1229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tblogbelgium.wordpress.com/1229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tblogbelgium.wordpress.com/1229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tblogbelgium.wordpress.com/1229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1229&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tblog.cisco.be/2012/05/10/normalization-scripting-for-sip-trunking-first-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ccac7043586240fcba32fc995bb36ea8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jderidde</media:title>
		</media:content>
	</item>
		<item>
		<title>Some very good thoughts about Why should you care about Cisco UCS</title>
		<link>http://tblog.cisco.be/2012/03/19/some-very-good-thoughts-about-why-should-you-care-about-cisco-ucs/</link>
		<comments>http://tblog.cisco.be/2012/03/19/some-very-good-thoughts-about-why-should-you-care-about-cisco-ucs/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 20:31:39 +0000</pubDate>
		<dc:creator>Michael Neefs</dc:creator>
				<category><![CDATA[Datacenter]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[flexpod]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[ucs]]></category>
		<category><![CDATA[ucs public reference]]></category>
		<category><![CDATA[vblock]]></category>
		<category><![CDATA[vce]]></category>

		<guid isPermaLink="false">http://tblog.cisco.be/?p=1212</guid>
		<description><![CDATA[Folks, I wanted to share a few very good articles and web documents coming from friends into one condensed updated post about all the great things that Cisco UCS can provide to your organization : Last performances update about our solution : In the three years since its introduction, Cisco Unified Computing System™ (Cisco UCS™) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1212&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Folks,</p>
<p>I wanted to share a few very good articles and web documents coming from friends into one condensed updated post about all the great things that Cisco UCS can provide to your organization :</p>
<p><span style="text-decoration:underline;"><strong>Last performances update about our solution :</strong></span></p>
<p>In the three years since its introduction, Cisco Unified Computing System™ (Cisco UCS™) powered by Intel<sup>®</sup> Xeon<sup>®</sup> processors captured 63 world performance records,UCS and Intel Xeon Processors: so, please check this out : <a href="http://www.slideshare.net/Ciscodatacenter/cisco-ucs-claims-seven-new-world-records-on-industrystandard-benchmarks">63 World-Record Performance Results</a></p>
<p><span style="text-decoration:underline;"><strong>In response to what skeptics were saying 3 years ago :</strong></span></p>
<p>Cisco as a server vendor! Ha!</p>
<p>Remember back when the company first unveiled its “Unified Computing System” (UCS)? At the time, the thought of Cisco being in the server market seemed almost laughable. But, this was a journey that we had seen before. Similar guffawing was heard when Cisco jumped into the voice market. Way back in the day, when I was in internal IT, Cisco acquired its way into the VoIP market and rode the IP wave to market leadership in only about a decade. When you think about how, historically, extremely difficult voice share was to gain, the fact that Cisco managed to grab as much share as it did, and as fast as it did, was remarkable&#8230;</p>
<p>more to read, <a href="http://www.networkworld.com/community/node/80034">here&#8230;</a></p>
<p><span style="text-decoration:underline;"><strong>Some good tips to bear in mind if you want to do an apples to apples cost comparison ?</strong></span></p>
<p>&#8230;therefore evaluate the real cost of implementing <a href="http://www.thinkaheadit.com/2012/03/09/the-cost-of-cisco-ucs/">Cisco UCS solutions</a></p>
<p><span style="text-decoration:underline;"><strong>The Service-Profile concept :</strong></span></p>
<p>In this post <a href="http://blog.nessus.nl/734/understanding-cisco-ucs-service-profile-templates/">Marcel</a> will try to explain what a service profile template is within Cisco UCS. However to start with the basics let’s start with a service profile. I assume you are aware of the Cisco UCS Emulator. if not you can download it from here using your CCO account: <a href="http://developer.cisco.com/web/unifiedcomputing/home">http://developer.cisco.com/web/unifiedcomputing/home</a></p>
<p>So what is a service profile within Cisco UCS?<br />
A service profile defines a single server and its storage and networking characteristics and are stored in the Cisco UCS Fabric Interconnects. Each server connected to the Fabric Interconnects are specified with a service profile. The advantage of service profiles are mainly automation of your physical hardware configuration like BIOS settings, firmware levels, network interface cards (NICs), host bus adapters (HBAs) <a href="http://blog.nessus.nl/734/understanding-cisco-ucs-service-profile-templates/">etcetera&#8230;</a></p>
<p><span style="text-decoration:underline;"><strong>Cisco Unified Computing System Ethernet Switching Modes</strong></span></p>
<p><!--googleoff: index--><!--googleoff: snippet-->Great paper to understand end-host &amp; switch modes and when to use the most appropriate option.</p>
<p><a href="http://www.cisco.com/en/US/solutions/collateral/ns340/ns517/ns224/ns944/whitepaper_c11-701962.html">What You Will Learn ?</a></p>
<div>In Cisco Unified Computing System™ (Cisco UCS™) environments, two Ethernet switching modes determine the way that the fabric interconnects behave as switching devices between the servers and the network. In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links. In end-host mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding. In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way. This document describes these two switching modes and discusses how and when to implement each mode.</div>
<p><span style="text-decoration:underline;"><strong> Cisco UCS Manager Configuration Common Practices and Quick-Start Guide</strong></span></p>
<div>The introduction of the Cisco Unified Computing System™ (Cisco UCS™) in June 2009 presented a new paradigm for data center and server management. Today Cisco UCS is used by more than 10,000 unique customers. While the paradigm is no longer new, many customers are deploying Cisco UCS for the first time. This guide provides a concise overview of Cisco UCS essentials and common practices. This guide also covers the most direct path to working in a stateless-server SAN boot environment, upon which much of the Cisco UCS core value is predicated. In support of a utility or cloud computing model, this guide presents a number of concepts and elements within the Cisco UCS Management Model that will hopefully help data center operators increase responsiveness and efficiency by improving data center automation.</div>
<div> </div>
<div>read more <a href="http://www.cisco.com/en/US/prod/collateral/ps10265/ps10281/whitepaper_c11-697337.html">here</a>&#8230;</div>
<div> </div>
<div><span style="text-decoration:underline;"><strong>Cisco UCS and Storage Connectivity Options and Best Practices with Netapp Storage :</strong> </span></div>
<div>
<div>This paper will provide an overview of the various storage features, connectivity options, and best practices when using the Unified Computing System (UCS) with NetApp storage. This document will focus on storage in detail, both block and file protocols and all the best practices for using these features exposed in UCS with NetApp storage. There will not be an application or specific use case focus to this paper. There are existing Cisco Validated Designs that should be referenced for a deeper understanding of how to configure the UCS and NetApp systems in detail for various application centric use cases. These documents treat the combination of UCS and NetApp from a more holistic or, end to end approach and include the design details and options for the various elements of UCS and NetApp systems. The reader is encouraged to review these <a href="http://www.cisco.com/en/US/prod/collateral/ps10265/ps10276/whitepaper_c11-702584.html">documents which are referenced below</a>.</div>
<div> </div>
</div>
<div> So what does is it mean for you, proven by real business cases..? There you go !</div>
<div> </div>
<div><strong><span style="text-decoration:underline;">Citrix and Cisco virtualizing your workspace through cisco VXI implementation : </span></strong></div>
<div>Awesome 8min <a href="http://www.cisco.com/en/US/solutions/collateral/ns340/ns517/ns224/ns836/ns978/citrix_xendesktop.html">demo</a></div>
<div> </div>
<div><span style="text-decoration:underline;"><strong>KPIT deploys VDI/VXI for 800 users and saves 75% desktop management &amp; 60% desktop energy thanks to VCE and its vBlock Architecture :</strong></span></div>
<div>read the details <a href="http://www.cisco.com/en/US/solutions/collateral/ns340/ns517/ns224/vce-case-study-kpit.pdf">here</a></div>
<div> </div>
<div><span style="text-decoration:underline;"><strong>Banco Azteca deploys 500 user VDI/VXI</strong> <strong>pilot in just 3 weeks using VCE and its vBlock architecture :</strong></span></div>
<div>read the details <a href="http://www.cisco.com/en/US/solutions/collateral/ns340/ns517/ns224/vce-cs-banco-azteca.pdf">here</a></div>
<div> </div>
<div><span style="text-decoration:underline;"><strong>Novis sees 25% increase in its SAP</strong> <strong>applications per blade with Cisco UCS and Nexus Architecture :</strong></span></div>
<div>Read this <a href="http://www.cisco.com/en/US/solutions/collateral/ns340/ns517/ns224/cs_novis.pdf">article </a>speaking about how cisco helped out to deliver Cloud services for less</div>
<div> </div>
<div><span style="text-decoration:underline;"><strong>Hierro Barquisimeto expects 70% reduction in hardware, power, cooling, and space with</strong> <strong>Cisco UCS implementation :</strong></span></div>
<div>read the details <a href="http://www.cisco.com/en/US/solutions/collateral/ns340/ns517/ns224/cs_hierros_barquisimeto.pdf">here</a></div>
<div> </div>
<div><span style="text-decoration:underline;"><strong>NTT Data reduces TCO and provisioning time by 50%, CO2 emissions by 79% with Cisco Unified Computing Systems : </strong></span></div>
<div>read the details <a href="http://www.cisco.com/en/US/solutions/collateral/ns340/ns517/ns224/NTTData_case_ENGLISH_20110905.pdf">here</a></div>
<div> </div>
<div><span style="text-decoration:underline;"><strong>Training institute reduces infrastructure costs by upto 50%, energy consumption by 18%, provisioning by 90% with Cisco UCS :</strong> </span></div>
<div>read the details <a href="http://www.cisco.com/en/US/solutions/collateral/ns340/ns517/ns224/cs_senai.pdf">here</a></div>
<div> </div>
<div>Hoping this article, through the initial writers posts of course, could help you to access as much relevant info as possible, I invite you to reach me out and let me know what sort of info and desired topic you would like to see more on this blog.</div>
<div> </div>
<div>Happy reading, and I sincerely hope I helped you, just a bit, to gain more confidence into our Fabric Computing solutions.</div>
<div> </div>
<div>cheers,</div>
<div>Michael</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tblogbelgium.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tblogbelgium.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tblogbelgium.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tblogbelgium.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tblogbelgium.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tblogbelgium.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tblogbelgium.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tblogbelgium.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tblogbelgium.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tblogbelgium.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tblogbelgium.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tblogbelgium.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tblogbelgium.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tblogbelgium.wordpress.com/1212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1212&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tblog.cisco.be/2012/03/19/some-very-good-thoughts-about-why-should-you-care-about-cisco-ucs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d630450714ae276f936e8d126fac81fd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mneefs</media:title>
		</media:content>
	</item>
		<item>
		<title>Cyber Threat Defense - enhanced visibility into stealthy, advanced network threats</title>
		<link>http://tblog.cisco.be/2012/03/17/1210/</link>
		<comments>http://tblog.cisco.be/2012/03/17/1210/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 11:52:34 +0000</pubDate>
		<dc:creator>savgoust</dc:creator>
		
		<guid isPermaLink="false">http://tblog.cisco.be/2012/03/17/1210/</guid>
		<description><![CDATA[Reblogged from Security Down Under: Advanced Persistent Threats For many years the security community has been advocating that perimeter defense is just one (although important) part of an overal security architecture. With the threat landscape evolving, both governments and large enterprises became victims of well targeted, custom attacks referred to by the media as Advanced Persistent [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1210&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="reblog-post"><p class="reblog-from"><img alt='' src='http://0.gravatar.com/avatar/69ad73865a4f1827e8b0d677c844f082?s=25&amp;d=identicon&amp;r=G' class='avatar avatar-25' height='25' width='25' /> <a href="http://savgoust.wordpress.com/2012/03/17/cyber-threat-defense-enhanced-visibility-into-stealthy-advanced-network-threats/">Reblogged from Security Down Under:</a></p><div class="wpcom-enhanced-excerpt"><a href="http://savgoust.wordpress.com/2012/03/17/cyber-threat-defense-enhanced-visibility-into-stealthy-advanced-network-threats/" target="_self"><img src="http://savgoust.files.wordpress.com/2012/03/cyber-threat-defense.png?w=450&h=180" alt="Click to visit the original post" class="size-full" /></a>
<p>Advanced Persistent Threats</p>
<p>For many years the security community has been advocating that perimeter defense is just one (although important) part of an overal security architecture. With the threat landscape evolving, both governments and large enterprises became victims of well targeted, custom attacks referred to by the media as Advanced Persistent Threats (APTs).</p>
<p>APTs are often in the form of determined, motivated and possibly well financed attackers who are able to bypass the perimeter defenses of an organization to gain an operational footprint on the network.</p>
 <p class="read-more"><a href="http://savgoust.wordpress.com/2012/03/17/cyber-threat-defense-enhanced-visibility-into-stealthy-advanced-network-threats/" target="_self"><span>Read more&hellip;</span> 496 more words</a></p></div></div> ]]></content:encoded>
			<wfw:commentRss>http://tblog.cisco.be/2012/03/17/1210/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/69ad73865a4f1827e8b0d677c844f082?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">savgoust</media:title>
		</media:content>
	</item>
		<item>
		<title>The When, Where and How of Cisco versus Microsoft for Unified Communications</title>
		<link>http://tblog.cisco.be/2012/03/11/the-when-where-and-how-of-cisco-versus-microsoft-for-unified-communications/</link>
		<comments>http://tblog.cisco.be/2012/03/11/the-when-where-and-how-of-cisco-versus-microsoft-for-unified-communications/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 09:53:25 +0000</pubDate>
		<dc:creator>Rudy De Keninck</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[competition]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Unified Communications]]></category>

		<guid isPermaLink="false">http://tblog.cisco.be/?p=1207</guid>
		<description><![CDATA[Zeus Kerravala, a renown analyst in our industry, published his thoughts on the how, where and whens of Cisco versus Microsoft for Collaboration on Networkworld.com a while ago. Regardless of whether this is an objective view or not, we found it fair enough and worth sharing with you. Please read and judge for yourself… http://m.networkworld.com/community/blog/when-where-and-how-cisco-versus-microsoft-unified-communications#mobify-bookmark<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1207&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Zeus Kerravala, a renown analyst in our industry, published his thoughts on the how, where and whens of Cisco versus Microsoft for Collaboration on Networkworld.com a while ago.</p>
<p>Regardless of whether this is an objective view or not, we found it fair enough and worth sharing with you. Please read and judge for yourself…</p>
<p>http://m.networkworld.com/community/blog/when-where-and-how-cisco-versus-microsoft-unified-communications#mobify-bookmark</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tblogbelgium.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tblogbelgium.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tblogbelgium.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tblogbelgium.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tblogbelgium.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tblogbelgium.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tblogbelgium.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tblogbelgium.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tblogbelgium.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tblogbelgium.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tblogbelgium.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tblogbelgium.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tblogbelgium.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tblogbelgium.wordpress.com/1207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1207&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tblog.cisco.be/2012/03/11/the-when-where-and-how-of-cisco-versus-microsoft-for-unified-communications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c602ef532d36d1b5ced7b94057799c06?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rdekenin</media:title>
		</media:content>
	</item>
		<item>
		<title>Nexus 1000V Product Family Public Webcast Series for Customers &amp; Partners</title>
		<link>http://tblog.cisco.be/2012/02/02/nexus-1000v-product-family-public-webcast-series-for-customers-partners/</link>
		<comments>http://tblog.cisco.be/2012/02/02/nexus-1000v-product-family-public-webcast-series-for-customers-partners/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 17:56:38 +0000</pubDate>
		<dc:creator>Michael Neefs</dc:creator>
				<category><![CDATA[Datacenter]]></category>
		<category><![CDATA[ASA 1000V]]></category>
		<category><![CDATA[Cisco NAM]]></category>
		<category><![CDATA[nexus 1010]]></category>
		<category><![CDATA[Nexus1000v]]></category>
		<category><![CDATA[VSG]]></category>
		<category><![CDATA[vwaas]]></category>

		<guid isPermaLink="false">http://tblog.cisco.be/?p=1193</guid>
		<description><![CDATA[Dear customers and partners, I&#8217;m delighted to invite you to the next wave of webinars related to our Virtual Data Center products line.  Feel free to register to each relevant sessions and contact me if you need more details about one of them at mneefs@cisco.com. Date Technical Track Topics Webcast 2/14/12 Virtual Security Gateway (VSG) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1193&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://tblogbelgium.files.wordpress.com/2012/02/nexxx.jpg"><img class="aligncenter  wp-image-1196" title="nexxx" src="http://tblogbelgium.files.wordpress.com/2012/02/nexxx.jpg?w=497&h=136" alt="" width="497" height="136" /></a></p>
<p>Dear customers and partners,</p>
<p>I&#8217;m delighted to invite you to the next wave of webinars related to our Virtual Data Center products line.  Feel free to register to each relevant sessions and contact me if you need more details about one of them at <a href="mailto:mneefs@cisco.com">mneefs@cisco.com</a>.</p>
<table style="width:494px;height:269px;" width="494" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="93">
<p align="center"><strong>Date</strong></p>
</td>
<td width="508">
<p align="center"><strong>Technical Track Topics</strong></p>
</td>
<td width="104">
<p align="center"><strong>Webcast</strong></p>
</td>
</tr>
<tr>
<td width="93">
<p align="center">2/14/12</p>
</td>
<td width="508">Virtual Security Gateway (VSG) v1.3 Technical Deep Dive</td>
<td width="104">
<p align="center"><a href="http://www.brighttalk.com/webcast/279/41259">Register</a></p>
</td>
</tr>
<tr>
<td width="93">
<p align="center">2/22/12</p>
</td>
<td width="508">Nexus 1000V v1.5 Technical Deep Dive</td>
<td width="104">
<p align="center"><a href="http://www.brighttalk.com/webcast/279/41261">Register</a></p>
</td>
</tr>
<tr>
<td width="93">
<p align="center">2/29/12</p>
</td>
<td width="508">Nexus 1010-X v1.4 Technical Deep Dive</td>
<td width="104">
<p align="center"><a href="http://www.brighttalk.com/webcast/279/41263">Register</a></p>
</td>
</tr>
<tr>
<td width="93">
<p align="center">3/7/12</p>
</td>
<td width="508">vWAAS and Nexus 1000V Technical Deep Dive</td>
<td width="104">
<p align="center"><a href="http://www.brighttalk.com/webcast/279/41265">Register</a></p>
</td>
</tr>
<tr>
<td width="93">
<p align="center">3/14/12</p>
</td>
<td width="508">FlexPod &amp; Nexus 1000V/1010</td>
<td width="104">
<p align="center"><a href="http://www.brighttalk.com/webcast/279/41267">Register</a></p>
</td>
</tr>
<tr>
<td width="93">
<p align="center">3/21/12</p>
</td>
<td width="508">QoS for multimedia traffic in the Virtualized DC (w/ Nexus 1000V)</td>
<td width="104">
<p align="center"><a href="http://www.brighttalk.com/webcast/279/41269">Register</a></p>
</td>
</tr>
<tr>
<td width="93">
<p align="center">3/28/12</p>
</td>
<td width="508">Vblock &amp; Nexus 1000V / VSG / vWAAS</td>
<td width="104">
<p align="center"><a href="http://www.brighttalk.com/webcast/279/41271">Register</a></p>
</td>
</tr>
<tr>
<td width="93">
<p align="center">4/4/12</p>
</td>
<td width="508">vCloud Director, Nexus 1000V, and VXLAN Technical Deep Dive</td>
<td width="104">
<p align="center"><a href="http://www.brighttalk.com/webcast/279/41277">Register</a></p>
</td>
</tr>
<tr>
<td width="93">
<p align="center">4/11/12</p>
</td>
<td width="508">Cisco&#8217;s CloudLab Deep Dive: Hands-on labs for N1KV, VSG &amp; VXLAN</td>
<td width="104">
<p align="center"><a href="http://www.brighttalk.com/webcast/279/41279">Register</a></p>
</td>
</tr>
</tbody>
</table>
<p><strong><em> </em></strong><em>The above table is also posted @ <a href="http://www.cisco.com/go/1000vcommunity">http://www.cisco.com/go/1000vcommunity</a>.  </em></p>
<p><em>The presentation and Q&amp;A will be  </em><em>posted at this link after each webcast.</em></p>
<h1><em>Resources</em></h1>
<ul>
<li>CloudLab: <a href="https://cloudlab.cisco.com/">https://cloudlab.cisco.com</a> (available to customers &amp; partners w/ Cisco sponsor)</li>
<li>N1K Community: <a href="http://www.cisco.com/go/1000vcommunity">http://www.cisco.com/go/1000vcommunity</a> (public)</li>
</ul>
<p>Best regards,</p>
<p>Michael</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tblogbelgium.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tblogbelgium.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tblogbelgium.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tblogbelgium.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tblogbelgium.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tblogbelgium.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tblogbelgium.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tblogbelgium.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tblogbelgium.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tblogbelgium.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tblogbelgium.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tblogbelgium.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tblogbelgium.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tblogbelgium.wordpress.com/1193/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1193&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tblog.cisco.be/2012/02/02/nexus-1000v-product-family-public-webcast-series-for-customers-partners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d630450714ae276f936e8d126fac81fd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mneefs</media:title>
		</media:content>

		<media:content url="http://tblogbelgium.files.wordpress.com/2012/02/nexxx.jpg" medium="image">
			<media:title type="html">nexxx</media:title>
		</media:content>
	</item>
		<item>
		<title>Ready for CiscoLive !!!</title>
		<link>http://tblog.cisco.be/2012/01/30/ready-for-ciscolive/</link>
		<comments>http://tblog.cisco.be/2012/01/30/ready-for-ciscolive/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 18:54:43 +0000</pubDate>
		<dc:creator>ciscobelgium</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://tblog.cisco.be/?p=1186</guid>
		<description><![CDATA[&#160; Follow the Belux community at CiscoLive London through this blog or through twitter (@CL12belux). If you can&#8217;t be in London, don&#8217;t hesitate to visit the CiscoLive virtual site to view the keynote sessions and some technical sessions : https://www.ciscolivevirtual.com/ &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1186&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://tblogbelgium.files.wordpress.com/2012/01/img00014-20120130-1804.jpg"><img class="aligncenter size-full wp-image-1187" title="IMG00014-20120130-1804" src="http://tblogbelgium.files.wordpress.com/2012/01/img00014-20120130-1804.jpg?w=450&h=336" alt="" width="450" height="336" /></a></p>
<p>&nbsp;</p>
<p>Follow the Belux community at CiscoLive London through this blog or through twitter (@CL12belux).</p>
<p>If you can&#8217;t be in London, don&#8217;t hesitate to visit the CiscoLive virtual site to view the keynote sessions and some technical sessions : <a href="https://www.ciscolivevirtual.com/">https://www.ciscolivevirtual.com/</a></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tblogbelgium.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tblogbelgium.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tblogbelgium.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tblogbelgium.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tblogbelgium.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tblogbelgium.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tblogbelgium.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tblogbelgium.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tblogbelgium.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tblogbelgium.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tblogbelgium.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tblogbelgium.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tblogbelgium.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tblogbelgium.wordpress.com/1186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1186&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tblog.cisco.be/2012/01/30/ready-for-ciscolive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ef866a4d6c6fc20ec0613c10703136d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ciscobelgium</media:title>
		</media:content>

		<media:content url="http://tblogbelgium.files.wordpress.com/2012/01/img00014-20120130-1804.jpg" medium="image">
			<media:title type="html">IMG00014-20120130-1804</media:title>
		</media:content>
	</item>
		<item>
		<title>UCS and Nexus 1000V Network Architectures and Best Practices</title>
		<link>http://tblog.cisco.be/2012/01/26/ucs-and-nexus-1000v-network-architectures-and-best-practices/</link>
		<comments>http://tblog.cisco.be/2012/01/26/ucs-and-nexus-1000v-network-architectures-and-best-practices/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 12:37:34 +0000</pubDate>
		<dc:creator>Michael Neefs</dc:creator>
				<category><![CDATA[Datacenter]]></category>

		<guid isPermaLink="false">http://tblog.cisco.be/?p=1180</guid>
		<description><![CDATA[  &#160; &#160;   UCS and Nexus 1000V Network Architectures and Best Practices Forum Invitation!   The Cisco Data Center Server Access and Virtualization Technology Group would like to personally invite you to the UCS and Nexus 1000V Network Architecture and Best Practices Forum. This event will provide and equip you with the latest information [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1180&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://tblogbelgium.files.wordpress.com/2012/01/n1k.jpg"><img class="alignleft  wp-image-1181" title="n1k" src="http://tblogbelgium.files.wordpress.com/2012/01/n1k.jpg?w=489&h=140" alt="" width="489" height="140" /></a> </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div>
<p align="center"><strong></strong> </p>
<p align="center"><strong>UCS and Nexus 1000V Network Architectures and Bes</strong><strong>t Practices Forum Invitation!</strong></p>
</div>
<p><strong> </strong></p>
<p><strong>The Cisco Data Center <em>Server Access and Virtualization Technology Group </em></strong>would like to personally invite you to the UCS and Nexus 1000V Network Architecture and Best Practices Forum. This event will provide and equip you with the latest information on Cisco Data Center Network Virtualization solutions and products. This one day event will feature the Nexus 1000V and the Nexus 1010 deployment/integration best practices in a UCS environment. The best practices of deploying the Nexus 1000V in Vblock and FlexPod will be discussed. Also, the best practices discussion will include the Nexus hardware platform in various redundant topologies, such as vPC with the Nexus 1000V.</p>
<p>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="314"> What</td>
<td valign="top" width="314">&nbsp;</p>
<p> UCS Overview</p>
<p> Nexus 1000V/1010 Overview</p>
<p> Nexus 1010 Best Practice Network Options</p>
<p> Nexus 1000V Deployment Best Practices in a Vblock</p>
<p> Nexus 1000V Deployment Best Practices in a FlexPod</p>
<p>&nbsp;</td>
</tr>
<tr>
<td valign="top" width="314">Who</td>
<td valign="top" width="314">Network, Server, and Virtualization Engineers/Managers</td>
</tr>
<tr>
<td valign="top" width="314">When</td>
<td valign="top" width="314">Various dates/times – see link under “Registration” below</td>
</tr>
<tr>
<td valign="top" width="314">Where</td>
<td valign="top" width="314">Various locations – see link under “Registration” below</td>
</tr>
<tr>
<td valign="top" width="314">Registration</td>
<td valign="top" width="314">Click <a href="http://cisco-apps.cisco.com/pcgi-bin/sreg2/register/regdetail.pl?SEMINAR_ID=21630&amp;SEMINAR_TYPE=T&amp;LANGUAGE_ID=E&amp;SESSION_ID=&amp;PAGE_NO=SEMINARLIST&amp;USER_TYPE=&amp;CITY_ID=&amp;STATE_ID=&amp;SOLUTION_ID=ALL&amp;FROM_DATE=&amp;TO_DATE=&amp;KEYWORD=&amp;METHOD=W&amp;">Here</a> to Register</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2" valign="top" width="676">
<p align="center"><strong>Agenda</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="338">8:30am – 9:30am</td>
<td valign="top" width="338"><strong>UCS Overview </strong>This session focuses on Unified Computing System (UCS) architecture and relevant features and technologies that affect the Nexus 1000V. Configuration considerations of the UCS “Service Profiles” and UCS operational mode will be discussed as it pertains with the Nexus 1000V deployment.</td>
</tr>
<tr>
<td valign="top" width="338">9:30am – 10:30am</td>
<td valign="top" width="338"><strong>Nexus 1000V and Nexus 1010 Overview </strong>This session describes the general overview of the Nexus 1000V and Nexus 1010 architecture. A general description of the components that make up the Nexus 1000V and the communication that happens between the VSM, VEM, and VMware’s vCenter Database.</td>
</tr>
<tr>
<td valign="top" width="338">10:30am – 12:00pm</td>
<td valign="top" width="338"><strong>Nexus 1010 Best Practice Network Options </strong></p>
<p>This session will dive into details of the Nexus 1010 network options and best practice designs for those network options, including deploying L2/L3 communication of the VSM. Describing the various options for the “virtual service blades” that are currently supported and use cases of upcoming virtual service blades that could be deployed on the Nexus 1010.</td>
</tr>
<tr>
<td valign="top" width="338"><strong>12:00pm – 1:00pm </strong></td>
<td valign="top" width="338"><strong>Lunch provided by Cisco Systems, Inc. </strong></td>
</tr>
<tr>
<td valign="top" width="338">1:00pm – 2:00pm</td>
<td valign="top" width="338"><strong>Nexus 1000V Deployment Best Practices in a Vblock </strong></td>
</tr>
<tr>
<td valign="top" width="338">2:00pm – 3:00pm</td>
<td valign="top" width="338"><strong>Nexus 1000V Deployment Best Practices in a FlexPod </strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tblogbelgium.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tblogbelgium.wordpress.com/1180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tblogbelgium.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tblogbelgium.wordpress.com/1180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tblogbelgium.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tblogbelgium.wordpress.com/1180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tblogbelgium.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tblogbelgium.wordpress.com/1180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tblogbelgium.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tblogbelgium.wordpress.com/1180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tblogbelgium.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tblogbelgium.wordpress.com/1180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tblogbelgium.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tblogbelgium.wordpress.com/1180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1180&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tblog.cisco.be/2012/01/26/ucs-and-nexus-1000v-network-architectures-and-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d630450714ae276f936e8d126fac81fd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mneefs</media:title>
		</media:content>

		<media:content url="http://tblogbelgium.files.wordpress.com/2012/01/n1k.jpg?w=300" medium="image">
			<media:title type="html">n1k</media:title>
		</media:content>
	</item>
		<item>
		<title>Cisco Catalyst 6500 ready to serve you another decade!</title>
		<link>http://tblog.cisco.be/2012/01/13/cisco-catalyst-6500-ready-to-serve-you-another-decade/</link>
		<comments>http://tblog.cisco.be/2012/01/13/cisco-catalyst-6500-ready-to-serve-you-another-decade/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 23:15:22 +0000</pubDate>
		<dc:creator>Xavier Mertens</dc:creator>
				<category><![CDATA[Borderless Networks]]></category>
		<category><![CDATA[6700]]></category>
		<category><![CDATA[6800]]></category>
		<category><![CDATA[6900]]></category>
		<category><![CDATA[Catalyst 6500]]></category>
		<category><![CDATA[DFC4]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[linecards]]></category>
		<category><![CDATA[MSFC5]]></category>
		<category><![CDATA[SUP2T]]></category>
		<category><![CDATA[VPLS]]></category>
		<category><![CDATA[VSS]]></category>

		<guid isPermaLink="false">http://tblog.cisco.be/?p=1167</guid>
		<description><![CDATA[The Cisco Catalyst 6500 was born more than 12 years ago when it started its baby steps in the networking market around June 1999. In the last dozen years this platform has seen great evolutions and even caused some ‘revolutions’ in the networking industry. The first release went out and stayed in the market for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1167&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Cisco Catalyst 6500 was born more than 12 years ago when it started its baby steps in the networking market around June 1999. In the last dozen years this platform has seen great evolutions and even caused some ‘revolutions’ in the networking industry. The first release went out and stayed in the market for about 6 years. Then the E-series chassis and SUP720 were introduced as from 2004. One year later in 2005 the SUP32 was also introduced, focusing on the Access layer. Although new chassis were launched you could still use the older chassis for the new SUP720 and SUP32. Also existing linecards could be reused with the new supervisor and in the new chassis. During its lifetime, the platform had some linecard additions, linecard revisions and supervisor enhancements. But overall the solution with SUP720 and SUP32 remained there for another 6 years.</p>
<p>This track record brings us twelve years later in 2012 where a lot of questions from customers arise around the future life of the Catalyst 6500. Certainly after the launch of our Datacenter centric Nexus products most of our customers started to question its future. Can the Catalyst 6500 keep up with these developments? Will the Nexus 7000 replace the Catalyst completely? Or will Cisco launch a complete new platform for the Campus?</p>
<p>Well, exactly at that time the next step for the Catalyst 6500 was already getting ready of being launched. A brand new Supervisor with amazing speed and without compromising on the vast amount of available features on the platform, together with a new set of linecards. The supervisor almost delivers 3x more speed and brings new in-hardware features.</p>
<p>Just to tease you already, it offers an amazing 2 Terabit crossbar with 80 Gbps per slot (even for the 13 slot 6513-E) and also new PFC4 and MSFC5 daughtercard on board. These 3 new components together deliver also new features like TrustSec incl MacSec, VPLS in hardware, L2/L3 MPLS in hardware and innovations in QoS, Managebility and Virtualization. And if these where not yet enough it also offers you up to 512k/1024k (for XL) of Flexible Netflow entries, up to 720Mpps* of IPv4 routing and 390Mpps* of IPv6 routing all performed in hardware as well. Like all the above was not yet enough you can of course use this in a proven Virtual Switching System (VSS) solution offering a massive 4Tbps system with all these features.</p>
<p>As for backward compatibility, the product has been developed with our customers as prior focus, to offer them maximum investment protection on their existing installed base. To begin with, all the existing E-chassis and power supplies are supported with this new hardware. With regards to linecards there are a few options. First of all it supports most of the existing 67xx linecards in CFC or in DFC as soon as you upgrade them to DFC4 with exception for the WS-X6708-10GE linecard which has been replaced with a new WS-X6908-10GE card. These 67xx linecards offer you the same backplane connection of 40Gbps. In case you would be ordering new linecards in this range they are available as a 68xx series where the same hardware ships with the DFC4 upgrade onboard. If you really want to take all advantages of the additional speed you can use the 69xx series linecards which offer you a 80Gbps bandwidth to the backplane. Last but not least it also supports a few of the 61xx line cards but only in a non-VSS setup.</p>
<p style="text-align:center;"><span style="text-align:center; display: block;"><a href="http://tblog.cisco.be/2012/01/13/cisco-catalyst-6500-ready-to-serve-you-another-decade/"><img src="http://img.youtube.com/vi/kscLfkFb3l8/2.jpg" alt="" /></a></span></p>
<p>All these new and exciting speeds and features make the Catalyst 6500 ready for again another decade. The platform provides a unique investment protection to customers, valuing the trust they have for all those years already in this great platform. This launch is only a beginning. Don’t forget to visit Cisco Live 2012 in London to discover what this platform will unleash even more in the future.</p>
<p><strong>The Catalyst 6500 serves you again for another decade!</strong></p>
<p><a href="http://www.ciscolive.com/london/registration-packages.php?zid=header-reg"><img class="alignnone size-full wp-image-1171" title="ciscolive2012" src="http://tblogbelgium.files.wordpress.com/2012/01/ciscolive2012.jpg?w=450" alt="Cisco Live 2012 - London - January 30th till February 3rd"   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tblogbelgium.wordpress.com/1167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tblogbelgium.wordpress.com/1167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tblogbelgium.wordpress.com/1167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tblogbelgium.wordpress.com/1167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tblogbelgium.wordpress.com/1167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tblogbelgium.wordpress.com/1167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tblogbelgium.wordpress.com/1167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tblogbelgium.wordpress.com/1167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tblogbelgium.wordpress.com/1167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tblogbelgium.wordpress.com/1167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tblogbelgium.wordpress.com/1167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tblogbelgium.wordpress.com/1167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tblogbelgium.wordpress.com/1167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tblogbelgium.wordpress.com/1167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1167&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tblog.cisco.be/2012/01/13/cisco-catalyst-6500-ready-to-serve-you-another-decade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b561402a39dbc0ce7b580211cfd0c13?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xamerten</media:title>
		</media:content>

		<media:content url="http://tblogbelgium.files.wordpress.com/2012/01/ciscolive2012.jpg" medium="image">
			<media:title type="html">ciscolive2012</media:title>
		</media:content>
	</item>
		<item>
		<title>Cisco Cius Tidbits</title>
		<link>http://tblog.cisco.be/2012/01/03/cisco-cius-tidbits/</link>
		<comments>http://tblog.cisco.be/2012/01/03/cisco-cius-tidbits/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 17:56:30 +0000</pubDate>
		<dc:creator>jderidde</dc:creator>
				<category><![CDATA[Collaboration]]></category>

		<guid isPermaLink="false">http://tblog.cisco.be/?p=1153</guid>
		<description><![CDATA[Wanted to share some small movies on the Cisco CIUS. Let us start with a basic Single Number Reach scenario: To give you a view on the Cisco AppHQ and a sample application: Basic calling &#38; IM/Chat between Cisco Jabber for Blackberry &#38; Cius For more information goto www.cisco.com/go/cius<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1153&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wanted to share some small movies on the Cisco CIUS.</p>
<p>Let us start with a basic Single Number Reach scenario:</p>
<p><span style="text-align:center; display: block;"><a href="http://tblog.cisco.be/2012/01/03/cisco-cius-tidbits/"><img src="http://img.youtube.com/vi/okFiKc6aKKI/2.jpg" alt="" /></a></span></p>
<p>To give you a view on the Cisco AppHQ and a sample application:</p>
<p><span style="text-align:center; display: block;"><a href="http://tblog.cisco.be/2012/01/03/cisco-cius-tidbits/"><img src="http://img.youtube.com/vi/FBUJflCZaak/2.jpg" alt="" /></a></span></p>
<p>Basic calling &amp; IM/Chat between Cisco Jabber for Blackberry &amp; Cius</p>
<p><span style="text-align:center; display: block;"><a href="http://tblog.cisco.be/2012/01/03/cisco-cius-tidbits/"><img src="http://img.youtube.com/vi/s1ncYKrzfQM/2.jpg" alt="" /></a></span></p>
<p>For more information goto www.cisco.com/go/cius</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tblogbelgium.wordpress.com/1153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tblogbelgium.wordpress.com/1153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tblogbelgium.wordpress.com/1153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tblogbelgium.wordpress.com/1153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tblogbelgium.wordpress.com/1153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tblogbelgium.wordpress.com/1153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tblogbelgium.wordpress.com/1153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tblogbelgium.wordpress.com/1153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tblogbelgium.wordpress.com/1153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tblogbelgium.wordpress.com/1153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tblogbelgium.wordpress.com/1153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tblogbelgium.wordpress.com/1153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tblogbelgium.wordpress.com/1153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tblogbelgium.wordpress.com/1153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1153&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tblog.cisco.be/2012/01/03/cisco-cius-tidbits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ccac7043586240fcba32fc995bb36ea8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jderidde</media:title>
		</media:content>
	</item>
		<item>
		<title>Before and after VXI</title>
		<link>http://tblog.cisco.be/2011/12/23/before-and-after-vxi/</link>
		<comments>http://tblog.cisco.be/2011/12/23/before-and-after-vxi/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 21:50:16 +0000</pubDate>
		<dc:creator>Rudy De Keninck</dc:creator>
				<category><![CDATA[Borderless Networks]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Datacenter]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Cius]]></category>
		<category><![CDATA[data center]]></category>
		<category><![CDATA[desktop virtualization]]></category>
		<category><![CDATA[real-time]]></category>
		<category><![CDATA[VDI]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[virtualization client]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[vxi]]></category>

		<guid isPermaLink="false">http://tblog.cisco.be/?p=1129</guid>
		<description><![CDATA[Recent studies have revealed that over 60% of enterprise companies plans to deploy desktop virtualization in some way over the next 3 to 4 years.  From a TCO point of view the advantages of desktop virtualization are simply amazing. As we move further into the so called &#8220;post-pc era&#8221;, having the ability to &#8220;port over&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1129&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recent studies have revealed that over 60% of enterprise companies plans to deploy desktop virtualization in some way over the next 3 to 4 years.  From a TCO point of view the advantages of desktop virtualization are simply amazing. As we move further into the so called &#8220;post-pc era&#8221;, having the ability to &#8220;port over&#8221; the virtual desktop environment to other devices or let&#8217;s say locations than the traditional office desk brings unseen flexibility and mobility.  Think of our Cius business tablet that offers you a full desktop environment in the office, while keeping access to the virtual desktop  over wi-fi or 3G/4G connectivity while on the go.</p>
<p>Desktop virtualization however just doesn&#8217;t prove to be that good a solution when it comes to integrating real-time audio and video. Using a soft phone or video client over a display protocol such as Citrix ICA or VMWare PCOIP simply doesn&#8217;t scale. &#8220;Hair-pinning&#8221; all the real-time traffic back and forth to the data center where the virtual desktop resides causes delay and jitter and puts a heavy burden on data center resources, not to mention possible bandwidth exhaustion&#8230;</p>
<p>Thanks to our Virtual Expirience Infrastructure or simply VXI, we are able to separate real-time traffic out of the VDI display protocol, routing voice and video traffic directly between end points, bypassing the data center.</p>
<p>Please take a moment to view a short video on our VXI solutions, showing you how separating voice and video traffic from the display protocol enhances the user experience. To start with, you will first see what you get without VXI. They say that seeing is believing. Well,  this video really speaks for itself.</p>
<p>&nbsp;</p>
<span style="text-align:center; display: block;"><a href="http://tblog.cisco.be/2011/12/23/before-and-after-vxi/"><img src="http://img.youtube.com/vi/ORAJ317dVB0/2.jpg" alt="" /></a></span>
<p>&nbsp;</p>
<p>To find out more about our VXI offering and VXC clients, please visit the link below, and see how we effectively bring the best of our borderless networking, virtualization and collaboration technologies together.</p>
<p><a href="http://www.cisco.com/go/vxi">http://www.cisco.com/go/vxi</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tblogbelgium.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tblogbelgium.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tblogbelgium.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tblogbelgium.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tblogbelgium.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tblogbelgium.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tblogbelgium.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tblogbelgium.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tblogbelgium.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tblogbelgium.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tblogbelgium.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tblogbelgium.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tblogbelgium.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tblogbelgium.wordpress.com/1129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tblog.cisco.be&#038;blog=13475348&#038;post=1129&#038;subd=tblogbelgium&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tblog.cisco.be/2011/12/23/before-and-after-vxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c602ef532d36d1b5ced7b94057799c06?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rdekenin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
