<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My sweet padlet by Teoh Minzi</title>
      <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-05-29 03:21:24 UTC</pubDate>
      <lastBuildDate>2024-05-29 04:23:24 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Part 1 Step 3(both R1 &amp; R2)</title>
         <author></author>
         <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011109340</link>
         <description><![CDATA[<p>#R1&amp;R2</p><p>hostname R1</p><p>no ip domain-lookup</p><p>enable secret cisco</p><p>line console 0</p><p>password cisco</p><p>login</p><p>line vty 0 4</p><p>password cisco</p><p>login</p><p>service password-encryption</p><p>banner motd $ Authorized Users Only! $</p><p>copy running-config startup-config</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-29 03:48:34 UTC</pubDate>
         <guid>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011109340</guid>
      </item>
      <item>
         <title>Part 1 Step 4</title>
         <author></author>
         <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011109501</link>
         <description><![CDATA[<p>#R1</p><p>interface g0/0/1</p><p>no shutdown</p><p>exit</p><p>interface g0/0/1.100</p><p>description Client Network</p><p>encapsulation dot1q 100</p><p>ip address <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.1">192.168.1.1</a> 255.255.255.192</p><p>interface g0/0/1.200</p><p>encapsulation dot1q 200</p><p>description Management Network</p><p>ip address <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.65">192.168.1.65</a> 255.255.255.224</p><p>interface g0/0/1.1000</p><p>encapsulation dot1q 1000 native</p><p>description Native VLAN</p><p>show ip interface brief</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-29 03:48:44 UTC</pubDate>
         <guid>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011109501</guid>
      </item>
      <item>
         <title>Part 1 Step 5</title>
         <author></author>
         <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011109670</link>
         <description><![CDATA[<p>#R2</p><p>interface g0/0/1</p><p>ip address <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.97">192.168.1.97</a> 255.255.255.240</p><p>no shutdown</p><p>interface g0/0/0</p><p>ip address <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F10.0.0.2">10.0.0.2</a> 255.255.255.252</p><p>no shutdown</p><p>ip route <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F0.0.0.0">0.0.0.0</a> 0.0.0.0 10.0.0.1</p><p><br/></p><p>#R1</p><p>interface g0/0/0</p><p>ip address <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F10.0.0.1">10.0.0.1</a> 255.255.255.252</p><p>no shutdown</p><p>ip route <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F0.0.0.0">0.0.0.0</a> 0.0.0.0 10.0.0.2</p><p>ping <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.97">192.168.1.97</a></p><p>copy running-config startup-config</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-29 03:48:52 UTC</pubDate>
         <guid>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011109670</guid>
      </item>
      <item>
         <title>Part 1 Step 6(S1 &amp;S2)</title>
         <author></author>
         <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011109801</link>
         <description><![CDATA[<p>#S1&amp;S2</p><p>hostname S1</p><p>no ip domain-lookup</p><p>enable secret cisco</p><p>line console 0</p><p>password cisco</p><p>login</p><p>line vty 0 4</p><p>password cisco</p><p>login</p><p>service password-encryption</p><p>banner motd $ Authorized Users Only! $</p><p>exit</p><p>copy running-config startup-config</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-29 03:49:00 UTC</pubDate>
         <guid>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011109801</guid>
      </item>
      <item>
         <title>Part 1 Step 7</title>
         <author></author>
         <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011110108</link>
         <description><![CDATA[<p>#S1</p><p>vlan 100</p><p>name Clients</p><p>vlan 200</p><p>name Management</p><p>vlan 999</p><p>name Parking_Lot</p><p>vlan 1000</p><p>name Native</p><p>exit</p><p>interface vlan 200</p><p>ip address <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.66">192.168.1.66</a> 255.255.255.224</p><p>no shutdown</p><p>exit</p><p>ip default-gateway <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.65">192.168.1.65</a></p><p>interface range f0/1 - 4, f0/7 - 24, g0/1 - 2</p><p>switchport mode access</p><p>switchport access vlan 999</p><p>shutdown</p><p>exit</p><p><br/></p><p>#S2</p><p>interface vlan 1</p><p>ip address <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.98">192.168.1.98</a> 255.255.255.240</p><p>no shutdown</p><p>exit</p><p>ip default-gateway <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.97">192.168.1.97</a></p><p>interface range f0/1 - 4, f0/6 - 17, f0/19 - 24, g0/1 - 2</p><p>switchport mode access</p><p>shutdown</p><p>exit</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-29 03:49:18 UTC</pubDate>
         <guid>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011110108</guid>
      </item>
      <item>
         <title>Part 1 Step 8</title>
         <author></author>
         <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011110345</link>
         <description><![CDATA[<p>#S1</p><p>interface f0/6</p><p>switchport mode access</p><p>switchport access vlan 100</p><p>show vlan brief</p><p>interface f0/5</p><p>switchport mode trunk</p><p>switchport trunk native vlan 1000</p><p>switchport trunk allowed vlan 100,200,1000</p><p>exit</p><p>copy running-config startup-config</p><p>show interfaces trunk</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-29 03:49:29 UTC</pubDate>
         <guid>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011110345</guid>
      </item>
      <item>
         <title>Part 2 Step 1</title>
         <author></author>
         <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011131127</link>
         <description><![CDATA[<p>#R1</p><p>ip dhcp excluded-address <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.1">192.168.1.1</a> 192.168.1.5</p><p>ip dhcp pool R1_Client_LAN</p><p>network <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.0">192.168.1.0</a> 255.255.255.192</p><p>domain-name <a rel="noopener noreferrer nofollow" href="http://ccna-lab.com">ccna-lab.com</a></p><p>default-router <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.1">192.168.1.1</a></p><p>lease 2 12 30</p><p>ip dhcp excluded-address <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.97">192.168.1.97</a> 192.168.1.101</p><p>ip dhcp pool R2_Client_LAN</p><p>network <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.96">192.168.1.96</a> 255.255.255.240</p><p>default-router <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F192.168.1.97">192.168.1.97</a></p><p>domain-name <a rel="noopener noreferrer nofollow" href="http://ccna-lab.com">ccna-lab.com</a></p><p>ease 2 12 30</p><p>copy running-config startup-config</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-29 04:08:00 UTC</pubDate>
         <guid>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011131127</guid>
      </item>
      <item>
         <title>Part 2 Step 2</title>
         <author></author>
         <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011131286</link>
         <description><![CDATA[<p>#R1</p><p>show ip dhcp pool</p><p>show ip dhcp bindings</p><p>show ip dhcp server statistics</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-29 04:08:10 UTC</pubDate>
         <guid>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011131286</guid>
      </item>
      <item>
         <title>Part 2 Step 3</title>
         <author></author>
         <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011131452</link>
         <description><![CDATA[<p>**follow step in pdf/check with website</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-29 04:08:17 UTC</pubDate>
         <guid>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011131452</guid>
      </item>
      <item>
         <title>Part 3 Step 1</title>
         <author></author>
         <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011135254</link>
         <description><![CDATA[<p>#R2</p><p>interface g0/0/1</p><p>ip helper-address <a rel="noopener noreferrer nofollow" href="https://padlet.com/redirect?url=http%3A%2F%2F10.0.0.1">10.0.0.1</a></p><p>end</p><p>wr</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-29 04:11:48 UTC</pubDate>
         <guid>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011135254</guid>
      </item>
      <item>
         <title>Part 3 Step 2</title>
         <author></author>
         <link>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011135464</link>
         <description><![CDATA[<p>**follow instructions in pdf /check with website</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-29 04:11:59 UTC</pubDate>
         <guid>https://padlet.com/minziteoh/66oc1tjuj0jusnq4/wish/3011135464</guid>
      </item>
   </channel>
</rss>
