<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Dhcp on Aaron&#39;s Worthless Words</title>
    <link>https://a996c8ee.aww-3cz.pages.dev/tags/dhcp/</link>
    <description>Recent content in Dhcp on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 12 Jul 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://a996c8ee.aww-3cz.pages.dev/tags/dhcp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Overlay Management</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2023/07/overlay-management/</link>
      <pubDate>Wed, 12 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2023/07/overlay-management/</guid>
      <description>&lt;p&gt;I was lucky enough to participate in Tech Field Day 27 a couple weeks months ago. This event brings independent thought leaders together with a number of IT product vendors to share information and opinions. I was not paid to attend, but the organizers did provide travel, room, and meals while I was there. There is no expectation of providing any content, so the fact that I&amp;rsquo;m mentioning it says something. It was a great event and worth a few hours to &lt;a href=&#34;https://www.youtube.com/playlist?list=PLinuRwpnsHafAJ1Gc3Bt8B7GEy_A69Bb9&#34;&gt;check out the videos&lt;/a&gt;. Thanks to &lt;a href=&#34;https://gestaltit.com/&#34;&gt;Gestalt IT&lt;/a&gt; for getting me involved.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DHCP ACK Error on Avaya Phones</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/12/dhcp-ack-error-on-avaya-phones/</link>
      <pubDate>Mon, 27 Dec 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/12/dhcp-ack-error-on-avaya-phones/</guid>
      <description>&lt;p&gt;We&amp;rsquo;re an Avaya voice shop (for now if I have my way) and have Avaya systems of various sizes and shapes all around the Enterprise.  I was at one of our remote locations a few weeks back and helped the guys there replace a non-PoE switch so they could get the old power injector panel out of their rack.  When we moved stuff around, the phones didn&amp;rsquo;t come back and had the dreaded DHCP Ack Error.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IIUC Notes - Getting Phones on the LAN</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-getting-phones-on-the-lan/</link>
      <pubDate>Thu, 30 Sep 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-getting-phones-on-the-lan/</guid>
      <description>&lt;p&gt;More study notes.  Correct if wrong, though I hope I get some of it right since I already since I&amp;rsquo;m an R&amp;amp;S guy.  :$&lt;/p&gt;&#xA;&lt;p&gt;**Switchport Configuration&lt;br&gt;&#xA;**&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;switchport mode access&lt;/strong&gt;:  This config makes the port an access port that carries the primary and voice VLAN traffic&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;switchport mode trunk&lt;/strong&gt;:  This config akes the port a trunk unconditionally, but it will still send DTP messages&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;switchport nonegotiate&lt;/strong&gt;:  This config keeps the port from sending DTP messages.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;switchport mode dynamic auto&lt;/strong&gt;:  If the port receives DTP messages, it will become a trunk.  If not, it will be an access port.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;switchport mode dynamic desirable&lt;/strong&gt;:  The port actively sends DTP messages trying to become a trunk.  This is the default configuration on a Cisco switch.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cisco IP Phone Boot Process&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>ACLs and HSRP, BGP, OSPF, VRRP, GLBP...</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/06/acls-and-hsrp-bgp-ospf-vrrp-glbp/</link>
      <pubDate>Thu, 12 Jun 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/06/acls-and-hsrp-bgp-ospf-vrrp-glbp/</guid>
      <description>&lt;p&gt;Here&amp;rsquo;s a handy list of ACL entries to allow your devices to speak routing protocols, availability protocols, and some other stuff. We&amp;rsquo;ll assume you have ACL 101 applied to your Ethernet inbound; your Ethernet has an IP of 192.168.0.1.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;BGP : Runs on TCP/179 between the neighbors&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;code&gt;access-list 101 permit tcp any host 192.168.0.1 eq 179&lt;/code&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;EIGRP : Runs on its own protocol number from the source interface IP to the multicast address of 224.0.0.10&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;code&gt;access-list 101 permit eigrp any host 224.0.0.10&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>DHCP on the ASA 5505</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/04/dhcp-on-the-asa-5505/</link>
      <pubDate>Thu, 03 Apr 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/04/dhcp-on-the-asa-5505/</guid>
      <description>&lt;p&gt;Let&amp;rsquo;s keep going with &lt;a href=&#34;http://aconaway.com/2008/04/01/setting-up-vlans-on-an-asa-5505/&#34; title=&#34;AConaway.com -- Setting Up VLANs on an ASA 5505&#34;&gt;our example setup on the ASA 5505&lt;/a&gt; and set up DHCP on this guy. You can set it up to either forward (relay) DHCP requests to a DHCP server somewhere or have it be the DHCP server. Let&amp;rsquo;s do it.&lt;/p&gt;&#xA;&lt;p&gt;To set up DHCP forwarding, you have to configure where the DHCP server is and then enable the relaying on the proper interfaces. Let&amp;rsquo;s say we have a DHCP server on the inside interface at 192.168.14.11 and we want it to serve IPs to the &lt;em&gt;guests&lt;/em&gt; network. Setting up the DHCP server is beyond the scope here, so you&amp;rsquo;ll have to look elsewhere on how to set that up.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
