<?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>Exemples de Conf &#8211; www.expertcisco.fr</title>
	<atom:link href="https://www.expertcisco.fr/category/exemples-de-conf/feed" rel="self" type="application/rss+xml" />
	<link>https://www.expertcisco.fr</link>
	<description>CCIE Routing and Switching Lab Exam</description>
	<lastBuildDate>Thu, 04 Jul 2013 09:03:07 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4</generator>
	<item>
		<title>Configuration NLB sur switch Cisco</title>
		<link>https://www.expertcisco.fr/exemples-de-conf/configuration-nlb-sur-switch-cisco</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Thu, 04 Jul 2013 08:57:03 +0000</pubDate>
				<category><![CDATA[Exemples de Conf]]></category>
		<guid isPermaLink="false">http://www.expertcisco.fr/?p=665</guid>

					<description><![CDATA[Le protocole NLB (Network Load Balancing) est une technologie Microsoft permettant d’implémenté un mécanisme d&#8217;équilibrage de charge entre serveur. Chaque serveur porte ca propre IP et son adresse Mac physique Une IP « de service » est partagée entre les membres du cluster &#8230; <a href="https://www.expertcisco.fr/exemples-de-conf/configuration-nlb-sur-switch-cisco">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Le protocole NLB (Network Load Balancing) est une technologie Microsoft permettant d’implémenté un mécanisme d&rsquo;équilibrage de charge entre serveur.</p>
<p>Chaque serveur porte ca propre IP et son adresse Mac physique<br />
Une IP « de service » est partagée entre les membres du cluster NLB, elle utilisera en mac adresse de type broadcast  ou multicast ethernet</p>
<h3>Exemple :</h3>
<h3><a href="http://www.expertcisco.fr/wp-content/uploads/2013/07/ExempleConfNLB.jpg" title="ExempleConfNLB" rel="lightbox665"><img class="size-full wp-image-671 aligncenter" alt="ExempleConfNLB" src="http://www.expertcisco.fr/wp-content/uploads/2013/07/ExempleConfNLB.jpg" width="388" height="218" /></a>Configuration des switch :</h3>
<pre><span style="color: #ff0000;">SW-1</span># conf t
SW-1(config)# mac address-table static 03bf.0a4a.041e vlan 100 interface <span style="color: #00ffff;">Gi0/10 po1</span>
SW-1(config)# arp 10.74.4.30 03bf.0a4a.041e arpa
<span style="color: #ff0000;">SW-2</span># conf t
SW-2(config)# mac address-table static 03bf.0a4a.041e vlan 100 interface <span style="color: #00ffff;">Gi0/10 po1</span>
SW-2(config)# arp 10.74.4.30 03bf.0a4a.041e arpa

<span style="color: #ff0000;">SW-FW</span># conf t
SW-FW(config)# mac address-table static 03bf.0a4a.041e vlan 100 interface <span style="color: #00ffff;">po1 po2</span>
SW-FW(config)# arp 10.74.4.30 03bf.0a4a.041e arpa</pre>
<h3></h3>
<h3>Vérifications :</h3>
<pre><span style="color: #ff0000;">SW1</span>#<span style="color: #00ffff;">show mac address-table int gi0/10</span>
          Mac Address Table
-------------------------------------------
Vlan    Mac Address       Type        Ports
----    -----------       --------    -----
100     <span style="color: #ff0000;">03bf.0a4a.041e</span>    STATIC      Gi0/10 Po1
100     d4be.d9fb.6a09    DYNAMIC     Gi0/10
Total Mac Addresses for this criterion: 2

<span style="color: #ff0000;">SW2</span>#<span style="color: #00ffff;">show mac address-table int gi0/10</span>
          Mac Address Table
-------------------------------------------
Vlan    Mac Address       Type        Ports
----    -----------       --------    -----
100     <span style="color: #ff0000;">03bf.0a4a.041e</span>    STATIC      Gi0/10 Po2
100     d4be.d9fb.6979    DYNAMIC     Gi/0/10
Total Mac Addresses for this criterion: 2</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Le « source routing »</title>
		<link>https://www.expertcisco.fr/exemples-de-conf/le-source-routing</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 08:56:47 +0000</pubDate>
				<category><![CDATA[Exemples de Conf]]></category>
		<guid isPermaLink="false">http://www.expertcisco.fr/?p=651</guid>

					<description><![CDATA[Il est parfois nécessaire d’influencer le routage en fonction de leur provenance . Cette solution permet de router les paquets indépendamment de la table de routage déjà mise en place statiquement ou par l&#8217;intermédiaire d&#8217;un protocole de routage dynamique. Prenons &#8230; <a href="https://www.expertcisco.fr/exemples-de-conf/le-source-routing">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Il est parfois nécessaire d’influencer le routage en fonction de leur provenance .<br />
Cette solution permet de router les paquets indépendamment de la table de routage déjà mise en place statiquement ou par l&rsquo;intermédiaire d&rsquo;un protocole de routage dynamique.</p>
<p>Prenons un exemple d&rsquo;une vrf  TEST :</p>
<pre>SWITCH-TEST#<span style="color: #ff0000;">show ip vrf int | inc TEST</span>
Vl100                 10.0.10.1      TEST                           up
Vl101                 10.0.50.1      TEST                           up
Vl102                 192.168.50.1   TEST                           up

SWITCH-TEST#<span style="color: #ff0000;">show ip route vrf TEST</span>

C       10.0.10.0/24 is directly connected, Vlan100
C       10.0.50.0/24 is directly connected, Vlan101
C       192.168.50.0/24 is directly connected, Vlan102
S*   0.0.0.0/0 [1/0] via 10.0.50.5</pre>
<p><a href="http://www.expertcisco.fr/wp-content/uploads/2013/06/ExempleSourceRoute.jpg" title="ExempleSourceRoute" rel="lightbox651"><img class="alignright  wp-image-652" alt="ExempleSourceRoute" src="http://www.expertcisco.fr/wp-content/uploads/2013/06/ExempleSourceRoute.jpg" width="290" height="231" /></a></p>
<p>Dans cet exemple le virtual router « TEST » a comme route par défaut « 10.0.50.5 » correspondant au FireWall A</p>
<p>&nbsp;</p>
<p>Nous souhaitons que le poste portant l&rsquo;IP 10.0.10.21 n&#8217;empreinte pas la route par défaut, mais soit routé vers le FireWall B</p>
<h2></h2>
<h2>Mise en place du « Source Routing » en 3 étapes :</h2>
<ul>
<li>Création d&rsquo;une access list permettant d&rsquo;identifier l&rsquo;IP source (ou les IPs sources)</li>
<li>Création d&rsquo;une route map</li>
<li>application de la route map à l&rsquo;interface d&rsquo;entrée</li>
</ul>
<h3>Création d&rsquo;une access list</h3>
<pre>SWITCH-TEST#(config)access-list <span style="color: #ff0000;">21</span> permit host 10.0.10.21</pre>
<h3></h3>
<h3>Création d&rsquo;une route map</h3>
<pre>route-map <span style="color: #00ffff;">RM-ReRoutage</span> permit 10
 match ip address <span style="color: #ff0000;">21</span>
 set ip next-hop 192.168.50.5
!
route-map <span style="color: #00ffff;">RM-ReRoutage</span> permit 20
!</pre>
<h3></h3>
<h3>Application de la route map</h3>
<pre>SWITCH-TEST#(config)#int Vlan100
SWITCH-TEST#(config-if)#ip policy route-map <span style="color: #00ffff;">RM-ReRoutage</span></pre>
<p>&nbsp;</p>
<p>La route map peut être appliquer aussi sur l&rsquo;interface physique d&rsquo;entrée du trafique ( sur certaine version d&rsquo;IOS , cela semble être nécessaire )</p>
<p>&#8230; Reste à tester : tcpdump sur le firewall par exemple</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
