<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cisco on </title>
    <link>https://wassimaouadi.com/tags/cisco/</link>
    <description>Recent content in Cisco on </description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 23 May 2026 11:31:13 +0200</lastBuildDate>
    <atom:link href="https://wassimaouadi.com/tags/cisco/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Service Graph Rendering Expectations vs Reality</title>
      <link>https://wassimaouadi.com/thoughts/renderingsgtemplates/</link>
      <pubDate>Sat, 23 May 2026 11:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/thoughts/renderingsgtemplates/</guid>
      <description>&lt;p&gt;Creating a Service Graph Template, applying it and not finding any faults is one thing. Seeing the rendered Service Graph is another thing.&lt;/p&gt;&#xA;&lt;h1 id=&#34;observation&#34;&gt;Observation&lt;/h1&gt;&#xA;&lt;p&gt;The rendering of a Service Graph Template is dependent on the following:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;existence of two EPGs with a contract relationship,&lt;/li&gt;&#xA;&lt;li&gt;existence of an association between the contract and the Service Graph&lt;/li&gt;&#xA;&lt;li&gt;existence of contract-matching traffic, i.e. the existence of traffic that matches that contract.&#xA;As soon as that contract is attached to the Service Graph Template during the &amp;ldquo;Apply Service Graph Template&amp;rdquo; phase, then that is the moment where the Service Graph Instance appears in the APIC GUI.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;critique&#34;&gt;Critique&lt;/h1&gt;&#xA;&lt;p&gt;When I look for the requirements for deploying Service Graph Redirects in the ACI Service Graph Whitepaper document, the assumption mentioned in the &amp;lsquo;Configuration&amp;rsquo; paragraph reads a bit vague:&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/sgr01.png&#34; alt=&#34;SGR config requirements&#34;&gt;&#xA;The activation condition of a Service Graph Template remains open and can only be clarified with these questions:&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 Feedback</title>
      <link>https://wassimaouadi.com/thoughts/tshootexamfeedback/</link>
      <pubDate>Thu, 26 May 2011 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/thoughts/tshootexamfeedback/</guid>
      <description>&lt;p&gt;Finally, I passed. I feel so happy that two years of discontinuous study and a lot of frustration paid off. I deserve this nice recognition :)&#xA;Now, I can tell that it takes a LOT of patience, focus and self confident to pass not only this exam, but the whole track. Why? because many guys fall in the trap of cramming questions in order to become CCNP fast.&#xA;I began the CCNP journey in 2009. I only became CCNP in 2011!&#xA;&lt;img src=&#34;https://wassimaouadi.com/images/oldblog/certificatetracker01.png&#34; alt=&#34;certificate tracker&#34;&gt;&#xA;Some guys may tell me that I was not serious about my studies. But here are my arguments:&lt;/p&gt;</description>
    </item>
    <item>
      <title>TSHOO Exam Day is Near</title>
      <link>https://wassimaouadi.com/thoughts/tshootexamday/</link>
      <pubDate>Tue, 24 May 2011 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/thoughts/tshootexamday/</guid>
      <description>&lt;p&gt;Two days are left before my TSHOOT exam. I feel confident about it since I have a first taste of it. I read feedback given by test takers that it is a a nice experience.&#xA;I ought to be ready for both scenarios. If I succeed, then I know that all my limiting beliefs about CCNP were false. Then, I&amp;rsquo;ll know that I was prisoner of my false beliefs. And if I fail, then I should remind myself about all the courageous people in the IT world who spent a lot of money and time in the pursuit of their certs.&#xA;Either way, I&amp;rsquo;ll learn something, and that&amp;rsquo;s my own choice. I made my choice to enhance my career, no matter what the sacrifices are.&#xA;“Courage is resistance to fear, mastery of fear - not absence of fear” - Mark Twain&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>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>
