<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Time on Aaron&#39;s Worthless Words</title>
    <link>https://a996c8ee.aww-3cz.pages.dev/tags/time/</link>
    <description>Recent content in Time on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 28 Apr 2010 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://a996c8ee.aww-3cz.pages.dev/tags/time/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Stubby Post - Time-based ACLs and Policy-maps</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/04/stubby-post-time-based-acls-and-policy-maps/</link>
      <pubDate>Wed, 28 Apr 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/04/stubby-post-time-based-acls-and-policy-maps/</guid>
      <description>&lt;p&gt;Certain divisions of the company tend to shoot themselves in the foot by kicking off large file transfers during business hours, so I had a thought that maybe we could use time-based ACLs to do some QoSing for those guys. I fired up GNS3 with a 3600 running 12.4(25b) with some virtual PCs on it&amp;rsquo;s Ethernet interfaces.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;time-range BUSINESSHOURS&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; periodic daily 8:00 to 17:00&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;!&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ip access-list extended PINGS&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; permit icmp any any time-range BUSINESSHOURS&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;!&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;class-map match-all PINGS&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; match access-group name PINGS&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;!&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;policy-map PM-F0/0-OUT&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; class PINGS&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;First, I set the router&amp;rsquo;s time to outside of the time range and sent some pings over.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Unix Epoch &#43; 1234567890 = Next Friday</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2009/02/unix-epoch-1234567890-next-friday/</link>
      <pubDate>Tue, 03 Feb 2009 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2009/02/unix-epoch-1234567890-next-friday/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m kind of an &lt;a href=&#34;http://en.wikipedia.org/wiki/Obsessive-compulsive_disorder&#34; title=&#34;Wikipedia.com -- OCD&#34;&gt;obsessive-compulsive&lt;/a&gt; when it comes to numbers (1, 2, 3, 4, 5&amp;hellip;), so I&amp;rsquo;m fairly excited about next Friday (..6, 7, 8, 9, 10&amp;hellip;) when &lt;a href=&#34;http://matthewhelmke.net/2009/01/15/unix-time-1234567890/&#34; title=&#34;MatthewHelmke.net -- Unix Time - 1234567890&#34;&gt;Epoch time reaches 1234567890&lt;/a&gt; at 18:31:30 on 13 February(&amp;hellip;11, 12, 13, 14, 15&amp;hellip;).  I&amp;rsquo;m sure my ADD will kick in (&lt;a href=&#34;http://www.crazydogtshirts.com/servlet/the-1135/squirrel-t-dsh-shirt,-funny-shirt,/Detail&#34; title=&#34;CrazyDotTshirts.com - Shirts Built By Dog Robots&#34;&gt;Oh, look.  A squirrel!&lt;/a&gt;) right before, but I&amp;rsquo;ll try to remember to run to a Linux box and type &lt;em&gt;date +%s&lt;/em&gt; (&amp;hellip;16, 17, 18, 19, 20!  Made it!).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Leap Second</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2009/01/leap-second/</link>
      <pubDate>Fri, 02 Jan 2009 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2009/01/leap-second/</guid>
      <description>&lt;p&gt;Did anyone notice (or care about) the leap second?  I did neither.  Here&amp;rsquo;s some cool output from Kevin Oberman on the &lt;a href=&#34;http://nanog.org/&#34; title=&#34;NANOG.org -- Welcoem to NANOG!&#34;&gt;NANOG&lt;/a&gt; list, though.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;bash-2.05b# date Thu Jan  1 00:59:58 CET 2009 bash-2.05b# date Thu Jan  1 00:59:59 CET 2009 bash-2.05b# date Thu Jan  1 00:59:60 CET 2009 bash-2.05b# date Thu Jan  1 01:00:00 CET 2009 bash-2.05b# date Thu Jan  1 01:00:01 CET 2009 bash-2.05b#&lt;/p&gt;&#xA;&lt;/blockquote&gt;</description>
    </item>
  </channel>
</rss>
