<?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 SOLVED: Nexus ACL to limit SNMP between VLANS in Network Management</title>
    <link>https://community.cisco.com/t5/network-management/solved-nexus-acl-to-limit-snmp-between-vlans/m-p/4144168#M136068</link>
    <description>&lt;P&gt;I'm not sure if I'm overthinking this but I'm not sure where to make the ACL for the following purpose...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a WiFi controller bridging VLANS directly into a Nexus switch, there has been SNMP traffic going to VLAN 5 from 50 but I only want VLANS 5 and 6 to have SNMP traffic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have previously worked with implementations where the traffic is passed into a Fortigate or Sophos and policies would be created to allow or block the traffic between VLAN networks. I have just started with this network and am having trouble working out how to utilize the Nexus properly for this configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I initially went the route of trying an ip acl and found it's not going to work for the VLANs, I was reading about VACLs yesterday but also see some configuration for access-list copp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this purpose should I be looking to create a VACL or adjusting the copp acl with the VLAN 5 and 6 networks being allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any guidance.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2020 01:51:50 GMT</pubDate>
    <dc:creator>ApjHouston</dc:creator>
    <dc:date>2020-09-10T01:51:50Z</dc:date>
    <item>
      <title>SOLVED: Nexus ACL to limit SNMP between VLANS</title>
      <link>https://community.cisco.com/t5/network-management/solved-nexus-acl-to-limit-snmp-between-vlans/m-p/4144168#M136068</link>
      <description>&lt;P&gt;I'm not sure if I'm overthinking this but I'm not sure where to make the ACL for the following purpose...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a WiFi controller bridging VLANS directly into a Nexus switch, there has been SNMP traffic going to VLAN 5 from 50 but I only want VLANS 5 and 6 to have SNMP traffic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have previously worked with implementations where the traffic is passed into a Fortigate or Sophos and policies would be created to allow or block the traffic between VLAN networks. I have just started with this network and am having trouble working out how to utilize the Nexus properly for this configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I initially went the route of trying an ip acl and found it's not going to work for the VLANs, I was reading about VACLs yesterday but also see some configuration for access-list copp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this purpose should I be looking to create a VACL or adjusting the copp acl with the VLAN 5 and 6 networks being allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any guidance.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 01:51:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-management/solved-nexus-acl-to-limit-snmp-between-vlans/m-p/4144168#M136068</guid>
      <dc:creator>ApjHouston</dc:creator>
      <dc:date>2020-09-10T01:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Nexus ACL to limit SNMP between VLANS</title>
      <link>https://community.cisco.com/t5/network-management/solved-nexus-acl-to-limit-snmp-between-vlans/m-p/4144238#M136070</link>
      <description>&lt;P&gt;I wasn't able to find an answer to this today, I used a test network with the configuration below but nothing is allowed through. When I try to use a sequence number for an access-map I get "ERROR: Mutltiple access-maps not supported". I was trying to think of a way to have the access-list only match the snmp part, allow the rest and I would just apply it to the VLAN I don't want sending SNMP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configuration I used that blocked everything;&lt;/P&gt;&lt;P&gt;ip access-list snmp-drop&lt;BR /&gt;10 permit udp any any eq snmp&lt;BR /&gt;11 permit udp any any eq snmptrap&lt;BR /&gt;exi&lt;BR /&gt;!&lt;BR /&gt;ip access-list permit-any&lt;BR /&gt;20 deny ip any any&lt;BR /&gt;exi&lt;BR /&gt;!&lt;BR /&gt;vlan access-map acl-snmp-drop&lt;BR /&gt;match ip address snmp-drop&lt;BR /&gt;match ip address permit-any&lt;BR /&gt;action drop&lt;BR /&gt;exi&lt;BR /&gt;vlan filter acl-snmp-drop vlan-list 51&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll watch some videos tonight to try wrap my head around it but I'm open to suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 06:44:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-management/solved-nexus-acl-to-limit-snmp-between-vlans/m-p/4144238#M136070</guid>
      <dc:creator>ApjHouston</dc:creator>
      <dc:date>2020-09-01T06:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Nexus ACL to limit SNMP between VLANS</title>
      <link>https://community.cisco.com/t5/network-management/solved-nexus-acl-to-limit-snmp-between-vlans/m-p/4148803#M136228</link>
      <description>&lt;P&gt;The Nexus does not support multiple access-maps, I had tested it working with multiple access-maps on a 2960 but I'm not sure which of my notes was the correct one so won't put it in here.&lt;BR /&gt;&lt;BR /&gt;I had a ticket open with Cisco and Jason gave me a solution as below;&lt;BR /&gt;ip access-list BLOCK_SNMP_ACL&lt;BR /&gt;10 deny udp any any eq snmp&lt;BR /&gt;11 deny udp any any eq snmptrap&lt;BR /&gt;20 permit ip any any&lt;BR /&gt;!&lt;BR /&gt;vlan access-map BLOCK_SNMP&lt;BR /&gt;match ip address BLOCK_SNMP_ACL&lt;BR /&gt;action forward&lt;BR /&gt;stat&lt;BR /&gt;!&lt;BR /&gt;vlan filter BLOCK_SNMP vlan-list 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tested it working with my MIB walk being blocked when applied and my HTTPS and ICMP tested still going through.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 01:50:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-management/solved-nexus-acl-to-limit-snmp-between-vlans/m-p/4148803#M136228</guid>
      <dc:creator>ApjHouston</dc:creator>
      <dc:date>2020-09-10T01:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Nexus ACL to limit SNMP between VLANS</title>
      <link>https://community.cisco.com/t5/network-management/solved-nexus-acl-to-limit-snmp-between-vlans/m-p/4155638#M136410</link>
      <description>&lt;P&gt;It was a pleasure working with you Apj!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jason.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 05:18:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-management/solved-nexus-acl-to-limit-snmp-between-vlans/m-p/4155638#M136410</guid>
      <dc:creator>Jason Leschnik</dc:creator>
      <dc:date>2020-09-23T05:18:48Z</dc:date>
    </item>
  </channel>
</rss>

