<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Technotes on </title>
    <link>https://wassimaouadi.com/technotes/</link>
    <description>Recent content in Technotes on </description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 01 May 2026 20:31:20 +0200</lastBuildDate>
    <atom:link href="https://wassimaouadi.com/technotes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Migrating My Old Blog Posts to Hugo</title>
      <link>https://wassimaouadi.com/technotes/setting-up-my-website-using-hugo/</link>
      <pubDate>Fri, 01 May 2026 20:31:20 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/setting-up-my-website-using-hugo/</guid>
      <description>&lt;h1 id=&#34;intended-workflow&#34;&gt;Intended workflow&lt;/h1&gt;&#xA;&lt;p&gt;Manual copy from old blog -&amp;gt; post locally -&amp;gt; build and publish with &amp;lsquo;hugo&amp;rsquo; -&amp;gt; if result on my local Hugo instance matches expectations I git commit and publish to remote -&amp;gt; GitLab repo main branch gets updated -&amp;gt; Cloudflare Pages triggers a rebuild -&amp;gt; web pages of the blog get updated.&lt;/p&gt;&#xA;&lt;h1 id=&#34;steps-difficulties-and-solutions&#34;&gt;Steps, Difficulties and Solutions&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;download Hugo using Snap&lt;/li&gt;&#xA;&lt;li&gt;create a git repo in the blog directory&lt;/li&gt;&#xA;&lt;li&gt;create a GitLab access token. Define my GitLab repo as a remote for the blog git repo. Git push to the remote. Use the GitLab access token when asked to authenticate - not the GitLab account credentials!&lt;/li&gt;&#xA;&lt;li&gt;by default the main branch on GitLab is protected. For the initial &amp;lsquo;git push remote origin main&amp;rsquo;, I deactivated the protection feature in GitLab under Settings -&amp;gt; Repository -&amp;gt; Protected branches -&amp;gt; main.&lt;/li&gt;&#xA;&lt;li&gt;to create blog posts, I placed them under &amp;lsquo;content/posts&amp;rsquo;. I placed images under &amp;lsquo;static/images&amp;rsquo;. I insert an image in a blog post using this syntax: ![alt_name](/images/IMG_NAME)&lt;/li&gt;&#xA;&lt;li&gt;integrate mit GitLab repo with Cloudflare Pages. I spent much time troubleshooting this. I confused Cloudflare Workers with Cloudflare Pages. I should have chosen the right config option. Firefox does not display the Cloudflare dashboard correctly. Use Chrome instead.&lt;/li&gt;&#xA;&lt;li&gt;I added the Hugo theme &amp;lsquo;Terminal&amp;rsquo; as a git submodule. After customizing the theme, I &amp;lsquo;git add themes/terminal&amp;rsquo; in addition to the staging of the files in the parent folder &amp;lsquo;myblog&amp;rsquo;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;topologies-i-will-practice-inshallah&#34;&gt;Topologies I will practice inshAllah&lt;/h1&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://wassimaouadi.com/images/topo01.png&#34; alt=&#34;this one&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cisco Videosurveillance Typo</title>
      <link>https://wassimaouadi.com/technotes/ciscovideosurveillancetypo/</link>
      <pubDate>Thu, 11 Dec 2014 16:11:01 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/ciscovideosurveillancetypo/</guid>
      <description>&lt;p&gt;While performing routine configuration on a Cisco router, I encountered a funny typo. Try to find it by yourself.&#xA;Hint: it&amp;rsquo;s on the last line :)&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ciscorouteriostypo.png&#34; alt=&#34;typo&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scheduling a VMware Exam</title>
      <link>https://wassimaouadi.com/technotes/schedulingvmwareexam/</link>
      <pubDate>Mon, 06 Jan 2014 16:19:15 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/schedulingvmwareexam/</guid>
      <description>&lt;p&gt;There&amp;rsquo;s an info on the Internet that says it&amp;rsquo;s possible to pass Vmware VCA certs for free. It&amp;rsquo;s been a while now and Vmware retired this offer.&lt;/p&gt;&#xA;&lt;p&gt;However, there are some folks that say they could get around and pass without spending a penny. They say it&amp;rsquo;s a matter of combining promo codes.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve been trying all the codes. Pearson Vue warned me that they&amp;rsquo;re going to shut down my account if I do another attempt.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Uploading IOS image with Cisco LMS</title>
      <link>https://wassimaouadi.com/technotes/uploadiosimagewithlms/</link>
      <pubDate>Fri, 13 Dec 2013 16:33:48 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/uploadiosimagewithlms/</guid>
      <description>&lt;p&gt;In this tutorial we’ll learn :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How to push an IOS image into a switch flash disk, using Cisco LMS,&lt;/li&gt;&#xA;&lt;li&gt;How to verify that the IOS image has been loaded correctly&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Pushing the IOS image&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;On the LMS home page, click on the Resource Manager Essentials link.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Click on Software Distribution&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/lms01.png&#34; alt=&#34;Software Distribution&#34;&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Choose a distribution method. By default, I use “by device”. That’s the simplest one&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/lms02.png&#34; alt=&#34;Software Distribution&#34;&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Check the device for which you want to upgrade the IOS and click Next&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/lms03.png&#34; alt=&#34;Software Distribution&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Datacenter Virtualization VCA-DCV</title>
      <link>https://wassimaouadi.com/technotes/vcadcv/</link>
      <pubDate>Sun, 17 Nov 2013 16:48:22 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/vcadcv/</guid>
      <description>&lt;p&gt;Today I successfully passed the exam. I got a score of 420. Alhamdulillah.&lt;/p&gt;&#xA;&lt;p&gt;How I studied for the exam: I watched the Vmware E-learning fundamental videos, took notes, reviewed them with a big mind map, then registered and sat for it. I sat studying in many small sessions.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s great to sit for an exam and pass it from home :) it&amp;rsquo;s also great to see there are other folks out there who are sharing the same experience.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Time Synchronization Between a Cisco Catalyst 6500 and Active Directory</title>
      <link>https://wassimaouadi.com/technotes/timesynccat6k5/</link>
      <pubDate>Mon, 14 Oct 2013 17:03:51 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/timesynccat6k5/</guid>
      <description>&lt;p&gt;Situation&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;6500 switch is the corporate NTP server&lt;/li&gt;&#xA;&lt;li&gt;Server team wants to synchronize Active Directory time with the NTP server.&#xA;Troubleshooting&lt;/li&gt;&#xA;&lt;li&gt;enable NTP debugs:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/debugntpall.png&#34; alt=&#34;enable NTP debugs&#34;&gt;&lt;/li&gt;&#xA;&lt;li&gt;check logs on the 6500 switch:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/checklogscat.png&#34; alt=&#34;check logs&#34;&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Remaining PoE on a Cisco Catalyst Switch</title>
      <link>https://wassimaouadi.com/technotes/poeoncatalyst/</link>
      <pubDate>Mon, 14 Oct 2013 16:52:38 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/poeoncatalyst/</guid>
      <description>&lt;p&gt;Players: Catalyst switch with PoE support, Cisco IP phones&#xA;Script: We want to check whether there still is enough amount of PoE energy, on a Catalyst switch.&#xA;Solution: do a &amp;ldquo;show power inline&amp;rdquo;, check the &amp;ldquo;Remaining&amp;rdquo; column.&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/poecatalyst01.png&#34; alt=&#34;PoE on Catalyst&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Registering MGCP Gateways</title>
      <link>https://wassimaouadi.com/technotes/registeringmgcpgw/</link>
      <pubDate>Fri, 27 Sep 2013 17:20:16 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/registeringmgcpgw/</guid>
      <description>&lt;p&gt;Situation&#xA;I tried to register my MGCP gateway to my CUCM, but everytime I did a &amp;ldquo;show ccm-manager&amp;rdquo;, it displays the following:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/mgcp01.png&#34; alt=&#34;MGCP 1&#34;&gt;&#xA;Troubleshooting&#xA;I first thought about an issue about DNS on CUCM. I remembered that, during the CUCM installation, I put CUCM somewhere.&#xA;So I went to every corner of CUCM admin pages, where I could find the &amp;ldquo;CUCM&amp;rdquo; keyword.&#xA;I changed some settings in Entreprise Parameters. I even tried to change the hostname under the CUCM CLI mode:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/mgcp02.png&#34; alt=&#34;MGCP 1&#34;&gt;&#xA;Then, I examined what&amp;rsquo;s happening at the router level, with &amp;ldquo;debug mgcp events&amp;rdquo;. I noticed this line:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/mgcp03.png&#34; alt=&#34;MGCP 1&#34;&gt;&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/mgcp04.png&#34; alt=&#34;MGCP 1&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reading List for the Cisco CIPT1 Exam</title>
      <link>https://wassimaouadi.com/technotes/cipt1exam01/</link>
      <pubDate>Thu, 26 Sep 2013 17:14:44 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/cipt1exam01/</guid>
      <description>&lt;p&gt;Studying for Cisco certifications not enough with only official Cisco Press books. We got to supplement our reading with other documents.&#xA;for CIP1 exam, I decided to heavily rely on reading from the screen. Why? because a network engineer does not often have the luxury to print all the documents he works with.&lt;/p&gt;&#xA;&lt;p&gt;Documents I&amp;rsquo;m reading to supplement my CIPT1 studies:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;IOS 15.2M&amp;amp;T configuration guides&lt;/li&gt;&#xA;&lt;li&gt;Configuring H.323 gateways&lt;/li&gt;&#xA;&lt;li&gt;Cisco Unified Communications Manager Session Management Edition Deployment Guide Release 8.x, page 13&lt;/li&gt;&#xA;&lt;li&gt;H.323 Slow Start and Fast Start&lt;/li&gt;&#xA;&lt;li&gt;Cisco IOS Voice Command Reference, S Commands&lt;/li&gt;&#xA;&lt;li&gt;Media Termination Points&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Cisco CIPT1 Student Guide</title>
      <link>https://wassimaouadi.com/technotes/cipt1sg/</link>
      <pubDate>Thu, 26 Sep 2013 17:09:47 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/cipt1sg/</guid>
      <description>&lt;p&gt;For example, let&amp;rsquo;s take Call Survivability.&#xA;In the Student Guide, it says that call survivability is maintaining the RTP stream between two IP endpoints when the CUCM fails. However, the foundation Guide and I agree that call survivability involves TDM-to-IP-calls too.&lt;/p&gt;&#xA;&lt;p&gt;Another exemple: does MGCP support call survivability? the Student Guide says no. Maybe it was supported in a later release, you&amp;rsquo;ll probably say. Read the following line:&#xA;&amp;ldquo;Media Gateway Control Protocol has supported call survivability (call preservation) since it was introduced on the gateway routers, but H.323 gateways did not support this feature until Cisco IOS 12.4(9T)&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CUCM, VMware and GNS3</title>
      <link>https://wassimaouadi.com/technotes/cucmvmwaregns3/</link>
      <pubDate>Thu, 19 Sep 2013 19:13:12 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/cucmvmwaregns3/</guid>
      <description>&lt;p&gt;I found some interesting blogs about this topic:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://davidecisco.blogspot.com/2012/03/connecting-h323-router-on-gns3-with.html&#34;&gt;davidecisco blog&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://ciscoshizzle.blogspot.com/2012/06/cisco-voice-lab-using-gns3.html&#34;&gt;ciscoshizzle blog&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://forum.gns3.net/topic1139.html&#34;&gt;gns3 website&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://pubs.vmware.com/workstation-9/index.jsp#com.vmware.ws.using.doc/GUID-93BDF7F1-D2E4-42CE-80EA-4E305337D2FC.html&#34;&gt;Host-only/Bridged Vmware networking&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Notes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Router IOS should support voice. I&amp;rsquo;m using 12.4 Advanced Entreprise IOS version,&lt;/li&gt;&#xA;&lt;li&gt;Vmware network adapter: set to &amp;ldquo;host only&amp;rdquo; mode. Remember that during the installation of CUCM on Vmware, we set the network adapter to &amp;ldquo;bridged&amp;rdquo;, so it can connect to Internet and contact an NTP server,&lt;/li&gt;&#xA;&lt;li&gt;After adding the cloud component in GNS3, you may find that no adapter is seen under NIO Ethernet. GNS3 mentions that it needs &amp;ldquo;Administrator or root access&amp;rdquo;.&#xA;Solution:&#xA;close GNS3, right click and choose &amp;ldquo;run as administrator&amp;rdquo;. Then you&amp;rsquo;ll see the list of adapters under NIO Ethernet.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Install CUCM on VMware</title>
      <link>https://wassimaouadi.com/technotes/installcucmonvmware/</link>
      <pubDate>Tue, 17 Sep 2013 20:36:48 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/installcucmonvmware/</guid>
      <description>&lt;p&gt;I struggled a couple of weeks before I came across a &lt;a href=&#34;https://twopacket.zymichost.com/2011/05/19/how-to-install-cucm-8-0-in-vmware.html&#34;&gt;great post&lt;/a&gt; about installing CUCM on a vmware workstation. I needed this for CIPT1 labs.&lt;/p&gt;&#xA;&lt;p&gt;Strangely, the website has been taken down due to a hacking attempt.&lt;/p&gt;&#xA;&lt;p&gt;Well, everything seemed to work fine until the NTP configuration step. Here, I&amp;rsquo;ve discovered that , when configuring NTP server, make sure your guest machine can connect to the internet and check the public NTP server.&#xA;So if you have a computer firewall, disable it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Reload Your Cisco Router While Asleep</title>
      <link>https://wassimaouadi.com/technotes/reloadingciscorouter/</link>
      <pubDate>Sat, 14 Sep 2013 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/reloadingciscorouter/</guid>
      <description>&lt;p&gt;There are times when you want to schedule a router reload, but you don&amp;rsquo;t want to stay late or come to the office during weekends. &amp;ldquo;Reload at&amp;rdquo; is your friend.&lt;/p&gt;&#xA;&lt;h1 id=&#34;how-to-reload-your-router-at-a-predefined-time&#34;&gt;How to reload your router at a predefined time&lt;/h1&gt;&#xA;&lt;p&gt;You want to reload your router (or switch) at 7pm, but at the same time, you&amp;rsquo;ll be having a coffee with your friend and you don&amp;rsquo;t want to have this discussion:&#xA;&amp;ldquo;- Sorry guys, I have a router to reboot. I&amp;rsquo;ll be back in 30mn.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Managing Endpoints and Endusers with CME</title>
      <link>https://wassimaouadi.com/technotes/endpointsenduserscme/</link>
      <pubDate>Sun, 27 Jan 2013 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/endpointsenduserscme/</guid>
      <description>&lt;p&gt;Preparing router to act as a CME:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;configure ip address on interface.&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone0117-09-59.png&#34; alt=&#34;sc1&#34;&gt;&lt;/li&gt;&#xA;&lt;li&gt;Configure the source address, the IP address to which ip phones will register:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone0217-10-20.png&#34; alt=&#34;sc2&#34;&gt;&lt;/li&gt;&#xA;&lt;li&gt;specify the maximum number of phones that CME can handle. This will affect the router performance:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone0317-10-27.png&#34; alt=&#34;sc3&#34;&gt;&lt;/li&gt;&#xA;&lt;li&gt;configure the maximum number of ephone-dns:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone0417-10-33.png&#34; alt=&#34;sc4&#34;&gt;&#xA;Later, I will change these values because my router lacked memory resources.&#xA;To verify the aforementioned settings:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone0517-10-42.png&#34; alt=&#34;sc5&#34;&gt;&#xA;Let&amp;rsquo;s create our first ephone-dn:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone0617-10-50.png&#34; alt=&#34;sc6&#34;&gt;&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone0717-11-03.png&#34; alt=&#34;sc7&#34;&gt;&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone0817-11-09.png&#34; alt=&#34;sc8&#34;&gt;&#xA;At this point, my router displayed an error message indicating a lack of memory. I increased its memory size in GNS3:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone0917-11-14.png&#34; alt=&#34;sc9&#34;&gt;&#xA;After a reload, things went ok&#xA;I also reduced the max-ephone and max-dn values:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone1017-11-19.png&#34; alt=&#34;sc10&#34;&gt;&#xA;Now we can add ephone-dns without problems:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone1117-11-25.png&#34; alt=&#34;sc11&#34;&gt;&#xA;When I create a dual-line ephone-dn, two &amp;ldquo;sub-ephone-dn&amp;rdquo; are created:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone1217-11-30.png&#34; alt=&#34;sc12&#34;&gt;&#xA;To verify ephone-dns:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone1317-11-40.png&#34; alt=&#34;sc13&#34;&gt;&#xA;another way to verify it:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone1417-11-44.png&#34; alt=&#34;sc14&#34;&gt;&#xA;Notice that there are two channels for ephone-dn 2, which is a dual-line ephone-dn.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Adding a secondary line to a dual-line ephone-dn:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ephone1517-11-57.png&#34; alt=&#34;sc15&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cisco Switching Notes</title>
      <link>https://wassimaouadi.com/technotes/ciscoswitchingnotes/</link>
      <pubDate>Thu, 09 Feb 2012 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/ciscoswitchingnotes/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;a 3750 can act as a layer3 switch by adding the &amp;ldquo;ip routing&amp;rdquo; command.&lt;/li&gt;&#xA;&lt;li&gt;It can automatically route between locally created vlans because it considers them as connected interfaces (given that the SVIs are created).&lt;/li&gt;&#xA;&lt;li&gt;on a device, there are 3 types of traffic: control, management, end user.&lt;/li&gt;&#xA;&lt;li&gt;Control traffic such as CDP, DTP, PAgP goes through vlan1 between Cisco switches, even if you clear it from trunks.&lt;/li&gt;&#xA;&lt;li&gt;By default, native vlan traffic is untagged. But there&amp;rsquo;s a Cisco command that tells the switch to tag all vlans.&lt;/li&gt;&#xA;&lt;li&gt;by default, native vlan = vlan1. If we set the native vlan to vlan100, then vlan100 frames will be untagged on trunks, and vlan1 frames will be tagged.&lt;/li&gt;&#xA;&lt;li&gt;SMI: Standard Multilayer Image&lt;/li&gt;&#xA;&lt;li&gt;EMI: Enhanced Multilayer Image&lt;/li&gt;&#xA;&lt;li&gt;if switch is acting L2, then we should set a Default Gateway on it to make the management vlan reachable remote ; if it is acting L3, it will have routes instead.&lt;/li&gt;&#xA;&lt;li&gt;switch and Management vlan&lt;/li&gt;&#xA;&lt;li&gt;the management IP address must be reachable from remote&lt;/li&gt;&#xA;&lt;li&gt;best practice: use a same subnet to manage all network devices&lt;/li&gt;&#xA;&lt;li&gt;on L2 SW: only one SVI is up at a time&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Cisco Auto Qos Configuration</title>
      <link>https://wassimaouadi.com/technotes/ciscoautoqos/</link>
      <pubDate>Mon, 08 Aug 2011 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/ciscoautoqos/</guid>
      <description>&lt;p&gt;First, let&amp;rsquo;s see if QoS is enabled on the switch:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ciscoautoqos01.png&#34; alt=&#34;autoqos01&#34;&gt;&#xA;QoS is disabled. We should enable it on global configuration level:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ciscoautoqos02.png&#34; alt=&#34;autoqos02&#34;&gt;&#xA;If we want to display QoS settings for an interface, we do a show mls qos interface command:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ciscoautoqos03.png&#34; alt=&#34;autoqos03&#34;&gt;&#xA;At this stage we still did not define trust boundaries. That&amp;rsquo;s why Trust State and Trust Mode say &amp;ldquo;not trusted&amp;rdquo;. And we did not specify whether we&amp;rsquo;ll trust a device or not.&#xA;To define trust boundary with auto-qos, we either trust all CoS values coming on the switch interface or we trust CoS values only if an ip phone is connected to the switch port.&#xA;With auto qos voip trust, we tell the switch to trust CoS on each packet coming on the switch interface:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ciscoautoqos04.png&#34; alt=&#34;autoqos04&#34;&gt;&#xA;If we want to further limit trust boundary, we can tell the switch to trust CoS values only if a Cisco ip phone is detected on the port:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ciscoautoqos05.png&#34; alt=&#34;autoqos05&#34;&gt;&#xA;Finally, on a 3550 switch, show auto qos and show auto qos interface give the same output:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/ciscoautoqos06.png&#34; alt=&#34;autoqos06&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>TSHOOT Exam Strategy Notes</title>
      <link>https://wassimaouadi.com/technotes/tshootstrategies/</link>
      <pubDate>Sun, 22 May 2011 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/tshootstrategies/</guid>
      <description>&lt;p&gt;I gathered these notes to mentally prepare my Troubleshooting methodology on the exam day:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Follow the path&lt;/li&gt;&#xA;&lt;li&gt;divide and conquer&lt;/li&gt;&#xA;&lt;li&gt;Move the problem&lt;/li&gt;&#xA;&lt;li&gt;Bottom up&lt;/li&gt;&#xA;&lt;li&gt;Top down&#xA;After watching Kevin Wallace Bull&amp;rsquo;s Eye videos and INE Tshoot Exam Demo video, the best method is to use a combination of Divide and Conquer-Bottom up/Top Down-Follow the path. There&amp;rsquo;s not really one single method that will lead to finding where the problem lies.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This is a collection of possible troubleshooting tips I collected over my studies. They are organized by OSI layer:&lt;/p&gt;</description>
    </item>
    <item>
      <title>IPSec VPN Notes</title>
      <link>https://wassimaouadi.com/technotes/ipsecvpnnotes/</link>
      <pubDate>Fri, 06 May 2011 21:51:08 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/ipsecvpnnotes/</guid>
      <description>&lt;p&gt;Steps to create IPSEC VPN:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;define ISAKMP Policies&lt;/li&gt;&#xA;&lt;li&gt;define ISAKMP preshared key (if authentication method is Pre-share)&lt;/li&gt;&#xA;&lt;li&gt;define IPSEC Transform Sets&lt;/li&gt;&#xA;&lt;li&gt;define IPSEC security associations&lt;/li&gt;&#xA;&lt;li&gt;define interesting traffic through Proxy Identity (or crypto ACL)&lt;/li&gt;&#xA;&lt;li&gt;link crypto ACL and IPSEC TS with a Crypto Map&lt;/li&gt;&#xA;&lt;li&gt;put the crypto map under the Internet-facing interface&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;configuring IPSEC VPN between R2 and R3&#xA;There was a problem at first. Debug command helped see the error:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/debugcryptoipsec.png&#34; alt=&#34;debug crypto ipsec&#34;&gt;&#xA;We look back at the configuration on both R2 and R3 and discover that &amp;ldquo;set transform-set&amp;rdquo; is missing on R3:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/cryptomap.png&#34; alt=&#34;crypto map&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dot1x and AAA Notes</title>
      <link>https://wassimaouadi.com/technotes/dot1xaaa/</link>
      <pubDate>Fri, 06 May 2011 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/dot1xaaa/</guid>
      <description>&lt;p&gt;dot1x&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;dot1x can work with DHCP address assignment&lt;/li&gt;&#xA;&lt;li&gt;only EAPOL is allowed before a port is authorized&lt;/li&gt;&#xA;&lt;li&gt;Vlan Assignment (by a RADIUS server) depends on the result of dot1x authentication&lt;/li&gt;&#xA;&lt;li&gt;RADIUS server- the dot1x authentication server- is the one which verifies the identity of the client connected to a dot1x port&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;AAA&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;there are named method lists (simply method lists)&lt;/li&gt;&#xA;&lt;li&gt;once AAA is enabled, the default method list is applied to console, VTY access, enable mode&amp;hellip;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Cisco BSCI Exam</title>
      <link>https://wassimaouadi.com/technotes/bsciexam2ndtry/</link>
      <pubDate>Fri, 27 Feb 2009 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/bsciexam2ndtry/</guid>
      <description>&lt;p&gt;Score is 822. Passing score was 790. It came after four days of reviewing IPv6, Route maps, BGP,&amp;hellip;&#xA;In the beginning of the test I was taking enough time to read and answer the questions. However I lost much time in my first lab simulation. The scenarion wasn&amp;rsquo;t clear to me. And each time I had to click on the console button to reach a router. And I was not seeing changes in the routing table so it confused me a lot.&#xA;I began to worry about my score.&#xA;And I got my second lab simulation. And immediately after, the third. I told to myself: &amp;ldquo;man, what did I do to Cisco to treat me this way?&amp;rdquo;&#xA;So I had almost 38 minutes to do the third lab sim and 32 questions !&#xA;Besides, the test supervisor was tearing papers on her desk. And the other guy in the room was complaining about the bug in his exam. I was going to scream.&#xA;At the end, I was almost flipping through the questions.&#xA;I finished the test. The test supervisor told me &amp;ldquo;congratulations!&amp;rdquo;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
