<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Basic port security qeustion in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/basic-port-security-qeustion/m-p/2728131#M916823</link>
    <description>&lt;P&gt;The environment I work uses the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;switchport portsecurity&lt;/P&gt;&lt;P&gt;switchport portsecurity max #&lt;/P&gt;&lt;P&gt;switchport portsecurity age time 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and in my CCNA class they talk about using switchport port-security mac sticky(May or may not be right syntax). Does this sticky command have to be enable for proper use of the above commands or is it enabled by default so the switch learns the address and forget them in 2 mins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 13:35:30 GMT</pubDate>
    <dc:creator>Joshuabowers</dc:creator>
    <dc:date>2020-02-21T13:35:30Z</dc:date>
    <item>
      <title>Basic port security qeustion</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-security-qeustion/m-p/2728131#M916823</link>
      <description>&lt;P&gt;The environment I work uses the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;switchport portsecurity&lt;/P&gt;&lt;P&gt;switchport portsecurity max #&lt;/P&gt;&lt;P&gt;switchport portsecurity age time 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and in my CCNA class they talk about using switchport port-security mac sticky(May or may not be right syntax). Does this sticky command have to be enable for proper use of the above commands or is it enabled by default so the switch learns the address and forget them in 2 mins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 13:35:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-security-qeustion/m-p/2728131#M916823</guid>
      <dc:creator>Joshuabowers</dc:creator>
      <dc:date>2020-02-21T13:35:30Z</dc:date>
    </item>
    <item>
      <title>mac address sticky binds the</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-security-qeustion/m-p/2728132#M916827</link>
      <description>&lt;P&gt;mac address sticky binds the mac address learnt to the port or you can configure a sticky mac(makes it static)&amp;nbsp;, you would not usually specify an ageing timer if your using sticky as you don't want that mac to be removed you want it to stick to the port and be static, this is an optional command and can be used separately or in conjunction with other port-security commands&lt;/P&gt;&lt;P&gt;the command would need to be enabled check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freeccnaworkbook.com/workbooks/ccna/configuring-sticky-switchport-security"&gt;http://www.freeccnaworkbook.com/workbooks/ccna/configuring-sticky-switchport-security&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 09:37:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-security-qeustion/m-p/2728132#M916827</guid>
      <dc:creator>Mark Malone</dc:creator>
      <dc:date>2015-09-28T09:37:34Z</dc:date>
    </item>
    <item>
      <title>OKSo with out the sticky</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-security-qeustion/m-p/2728133#M916830</link>
      <description>&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;So with out the sticky command, the switch can still learn a mac address for 2 mins and shutdown when 2+ devices connect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This situation is usually is set up in the dorm rooms of campus. I guess previous management wants to limit mac-address, so spoofing can be harder. In my CCNA classes they said to always use sticky mac address. A example for a port on campus is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;switchport port-security&lt;/P&gt;&lt;P&gt;switchport port-security max 2&lt;/P&gt;&lt;P&gt;switchport port security aging time 2&lt;/P&gt;&lt;P&gt;switchport port security violation shutdown.(I know this is default.)&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 22:01:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-security-qeustion/m-p/2728133#M916830</guid>
      <dc:creator>Joshuabowers</dc:creator>
      <dc:date>2015-09-30T22:01:03Z</dc:date>
    </item>
    <item>
      <title>yes as soon as 3 macs are</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-security-qeustion/m-p/2728134#M916832</link>
      <description>&lt;P&gt;yes as soon as 3 macs are seen the port will shut, also you should use err-disable recovery psecure-violation and security violation so when it happens port shuts but when the 3 mac is removed the port comes back up otherwise you will be going around manually bringing ports backonline&lt;/P&gt;&lt;P&gt;I wouldn't use sticky in your scenario , sticky learns dynamic macs puts them in secure table basically making them static so only 2 and thats it will be able to join until you clear the port-security , without sticky any 2 macs continuously will be able to join the port.It depends if you know the first 2 macs that join the port will always be there then sticky is good if different macs constantly joining but only 2 at a time then don't use sticky&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2015 07:39:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-security-qeustion/m-p/2728134#M916832</guid>
      <dc:creator>Mark Malone</dc:creator>
      <dc:date>2015-10-01T07:39:22Z</dc:date>
    </item>
    <item>
      <title>Hi ,Check out the below</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-security-qeustion/m-p/2728135#M916834</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Check out the below definition for portsecuirty features.&lt;/P&gt;&lt;TABLE class="table table-bordered table-hover" style="margin: 0px; padding: 0px; border-collapse: collapse; font-family: Arial, Helvetica, Arial, sans-serif; font-size: 13px;"&gt;&lt;TBODY style="margin: 0px; padding: 0px;"&gt;&lt;TR style="margin: 0px; padding: 0px;"&gt;&lt;TD style="margin: 0px; padding: 10px; border-collapse: collapse; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-color: rgb(0, 0, 0);"&gt;Switch(config-if)#switchport port-security&lt;/TD&gt;&lt;TD style="margin: 0px; padding: 10px; border-collapse: collapse; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-color: rgb(0, 0, 0);"&gt;Enable port security feature on this port&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="margin: 0px; padding: 0px;"&gt;&lt;TD style="margin: 0px; padding: 10px; border-collapse: collapse; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-color: rgb(0, 0, 0);"&gt;Switch(config-if)#switchport port-security maximum 1&lt;/TD&gt;&lt;TD style="margin: 0px; padding: 10px; border-collapse: collapse; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-color: rgb(0, 0, 0);"&gt;Set limit for hosts that can be associated with interface. Default value is 1. Skip this command to use default value.&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="margin: 0px; padding: 0px;"&gt;&lt;TD style="margin: 0px; padding: 10px; border-collapse: collapse; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-color: rgb(0, 0, 0);"&gt;Switch(config-if)#switchport port-security violation shutdown&lt;/TD&gt;&lt;TD style="margin: 0px; padding: 10px; border-collapse: collapse; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-color: rgb(0, 0, 0);"&gt;Set security violation mode. Default mode is shutdown. Skip this command to use default mode.&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="margin: 0px; padding: 0px;"&gt;&lt;TD style="margin: 0px; padding: 10px; border-collapse: collapse; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-color: rgb(0, 0, 0);"&gt;Switch(config-if)#switchport port-security mac-address sticky&lt;/TD&gt;&lt;TD style="margin: 0px; padding: 10px; border-collapse: collapse; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-color: rgb(0, 0, 0);"&gt;Enable sticky feature.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With sticky feature interface learn mac address automatically till it reaches the maximum number of allowed hosts.&lt;/P&gt;&lt;P&gt;Age Time commands means :- By the end of timer it clear&amp;nbsp;mac from CAM table and make inactivity till if it hasn't been seen any traffic sourced from this mac on this port since timer value clear the MAC from CAM table.&lt;/P&gt;&lt;P&gt;Hope it Helps..&lt;/P&gt;&lt;P&gt;-GI&lt;/P&gt;&lt;P&gt;Rate if it Helps..&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2015 13:07:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-security-qeustion/m-p/2728135#M916834</guid>
      <dc:creator>Ganesh Hariharan</dc:creator>
      <dc:date>2015-10-04T13:07:47Z</dc:date>
    </item>
  </channel>
</rss>

