<?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 Re: Broadcast filtering in Switching</title>
    <link>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058310#M74785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not clear from your post as to whether this 2960 switch will be dedicated to the students or whether they will share it with other school users ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2960 is a L2 switch only so it won't route. However a L2 switch will still support multiple L2 vlans and broadcasts are contained within a vlan. So you can select a group of ports for the students and allocate them all to a dedicated vlan ie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2960(config)# vlan 10&lt;/P&gt;&lt;P&gt;2960(config-if)# name students&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2960(config)# int range fa0/4 - 10&lt;/P&gt;&lt;P&gt;2960(config-if)# switchport access vlan 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above config would create a new vlan 10 and allocate ports fa0/4 - 10 into vlan 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Oct 2008 18:44:38 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2008-10-12T18:44:38Z</dc:date>
    <item>
      <title>Broadcast filtering</title>
      <link>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058307#M74782</link>
      <description>&lt;P&gt;I am trying to set up a classroom network for a computer science class I am involved with.  I wish to set up a closed environment within the school district network, so students can practice managing their own DHCP/DNS and not worry about effecting the performance of the district network.  Currently I have a Cat2960-24-S and no router.  Can I make this classroom environment work on a minimal budget?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 09:53:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058307#M74782</guid>
      <dc:creator>timkunce0</dc:creator>
      <dc:date>2019-03-06T09:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast filtering</title>
      <link>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058308#M74783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tim,&lt;/P&gt;&lt;P&gt;use different Vlans to partition the lab among students so that they don't disturb each other.&lt;/P&gt;&lt;P&gt;This is fine for testing DHCP and probably also to make a basic DNS test.&lt;/P&gt;&lt;P&gt;Let the vlans without a L3 routing service to the real school network to be sure they cannot be seen as rogue DHCP servers or rogue DNS servers causing problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 18:36:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058308#M74783</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2008-10-12T18:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast filtering</title>
      <link>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058309#M74784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, would they be able to get out to the internet?  I would like the students to be able to create something along the lines of a small office with DHCP, exchange, and possibly vpn (that would depend on the cooperation I would get from the school's IT people.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 18:41:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058309#M74784</guid>
      <dc:creator>timkunce0</dc:creator>
      <dc:date>2008-10-12T18:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast filtering</title>
      <link>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058310#M74785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not clear from your post as to whether this 2960 switch will be dedicated to the students or whether they will share it with other school users ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2960 is a L2 switch only so it won't route. However a L2 switch will still support multiple L2 vlans and broadcasts are contained within a vlan. So you can select a group of ports for the students and allocate them all to a dedicated vlan ie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2960(config)# vlan 10&lt;/P&gt;&lt;P&gt;2960(config-if)# name students&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2960(config)# int range fa0/4 - 10&lt;/P&gt;&lt;P&gt;2960(config-if)# switchport access vlan 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above config would create a new vlan 10 and allocate ports fa0/4 - 10 into vlan 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 18:44:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058310#M74785</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-10-12T18:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast filtering</title>
      <link>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058311#M74786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Guiseppe,, didn't see your post. I'll drop out of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 18:45:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058311#M74786</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-10-12T18:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast filtering</title>
      <link>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058312#M74787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 2960 would just be for the students, I've been doing some research online.  If I put that switch behind a 850 series router, would that allow me to set up my simulated work environment with internet access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 19:02:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058312#M74787</guid>
      <dc:creator>timkunce0</dc:creator>
      <dc:date>2008-10-12T19:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast filtering</title>
      <link>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058313#M74788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jon,&lt;/P&gt;&lt;P&gt;no problem:&lt;/P&gt;&lt;P&gt;your post provides details about config that can help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 19:15:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058313#M74788</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2008-10-12T19:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast filtering</title>
      <link>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058314#M74789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tim,&lt;/P&gt;&lt;P&gt;the answer is yes but be aware that if the 850 will perform inter vlan routing the different student groups may interact or disturb each other.&lt;/P&gt;&lt;P&gt;I don't know if an 850 can support VRFs but  they could be helpful in isolating each group.&lt;/P&gt;&lt;P&gt;Or you can give internet access to a group a time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 19:23:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058314#M74789</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2008-10-12T19:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast filtering</title>
      <link>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058315#M74790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your help.  You're answered all my questions fully.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 19:39:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/broadcast-filtering/m-p/1058315#M74790</guid>
      <dc:creator>timkunce0</dc:creator>
      <dc:date>2008-10-12T19:39:05Z</dc:date>
    </item>
  </channel>
</rss>

