<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Steven Odhiambo</title>
    <description>The latest articles on DEV Community by Steven Odhiambo (@sephens).</description>
    <link>https://dev.to/sephens</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F728039%2Fc511a024-75af-4198-963b-cf4872ef4a4a.jpeg</url>
      <title>DEV Community: Steven Odhiambo</title>
      <link>https://dev.to/sephens</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sephens"/>
    <language>en</language>
    <item>
      <title>SWITCHING, ROUTING, AND WIRELESS ESSENTIALS</title>
      <dc:creator>Steven Odhiambo</dc:creator>
      <pubDate>Wed, 11 Dec 2024 05:18:04 +0000</pubDate>
      <link>https://dev.to/sephens/switching-routing-and-wireless-essentials-4d77</link>
      <guid>https://dev.to/sephens/switching-routing-and-wireless-essentials-4d77</guid>
      <description>&lt;p&gt;&lt;strong&gt;Switch LED Indicators&lt;/strong&gt;&lt;br&gt;
The mode button is used to toggle through port status, port duplex, port speed, and if supported, the Power over Ethernet (PoE) status of the port LEDs&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;SYST – System LED – Shows whether the system is receiving power and is functioning properly. If off, the system is not powered on. If LED is green, the system is operating normally. If LED is amber, the system is receiving power but not functioning properly.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;RPS – Redundant Power System LED – Shows the RPS status. If the LED is off, the RPS is off, or not properly connected. If the LED is green, the RPS is connected and is ready to provide backup power. If the LED is blinking green, the RPS is connected but is unavailable because it is providing power to another device. If the LED is amber, the RPS is in standby mode, or in a fault condition. If the LED is blinking amber, the internal power supply in the switch has failed, and the RPS is providing power.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;STAT – Port Status LED – Indicates that the port status mode is selected when the LED is green (the default mode). When selected, the port LEDs will display colours with different meanings. If the LED is off, there is no link, or the port was administratively shutdown. If the LED is green, a link is present. If the LED is blinking green, there is an activity and the port is sending or receiving data. If the LED is alternating green-amber, there is a link fault. If the LED is amber, the port is blocked to ensure that a loop does not exist in the forwarding domain and is not forwarding data. If the LED is blinking amber, the port is blocked to prevent possible loop in the forwarding domain.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;DUPLX – Port Duplex LED – Indicates that the port duplex mode is selected when the LED is green. When selected, port LEDs that are off are on half-duplex mode. If the LED is green, the port is in full-duplex mode.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;SPEED – Indicates the port speed mode is selected. When selected, the port LEDs will display colours with different meanings. If the LED is off, the port is operating at 10 Mbps. If the LED is green, the port is operating at 100 Mbps. If the LED is blinking green, the port is operating at 1000 Mbps.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;PoE – Power over Ethernet Mode LED – If PoE is supported, a PoE LED will be present. Off means PoE is not selected and none of the ports have been denied power or placed in a fault condition. Blinking amber means the PoE mode is not selected but at least one of the ports has been denied power or has PoE fault. Green indicates that PoE mode is selected, and the port LEDs will display colours with different meanings. Off means PoE is off. Port LED green means PoE is on. Port LED alternating green-amber means PoE is denied  because providing power to the powered device will exceed the switch power capacity. Blinking amber means that PoE is off because of a fault. Amber means PoE for the port has been disabled.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>networking</category>
    </item>
    <item>
      <title>SWITCHING, ROUTING, AND WIRELESS ESSENTIALS</title>
      <dc:creator>Steven Odhiambo</dc:creator>
      <pubDate>Wed, 11 Dec 2024 05:12:07 +0000</pubDate>
      <link>https://dev.to/sephens/switching-routing-and-wireless-essentials-4ffd</link>
      <guid>https://dev.to/sephens/switching-routing-and-wireless-essentials-4ffd</guid>
      <description>&lt;p&gt;&lt;strong&gt;Switch Boot Sequence&lt;/strong&gt;&lt;br&gt;
After a Cisco switch is powered on, it goes through the following five-step boot sequence:&lt;br&gt;
&lt;em&gt;Step 1:&lt;/em&gt; First, the switch loads a power-on self-test (POST) program stored in ROM. POST checks the CPU subsystem. It tests the CPU, DRAM, and the portion of the flash device that makes up the flash file system.&lt;br&gt;
&lt;em&gt;Step 2&lt;/em&gt;: Next, the switch loads the boot loader software. The boot loader is a small program stored in ROM that is run immediately after POST successfully completes.&lt;br&gt;
&lt;em&gt;Step 3&lt;/em&gt;: The boot loader performs low-level CPU initialization. It initializes the CPU registers, which control where physical memory is mapped, the quantity of memory, and its speed.&lt;br&gt;
&lt;em&gt;Step 4&lt;/em&gt;: The boot loader initializes the flash file system on the system board.&lt;br&gt;
&lt;em&gt;Step 5&lt;/em&gt;: Finally, the boot loader locates and loads a default IOS operating system software image into memory and gives control of the switch over to the IOS.&lt;/p&gt;

</description>
      <category>networking</category>
    </item>
  </channel>
</rss>
