<?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: inter vlan routing problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/inter-vlan-routing-problem/m-p/4891243#M1102933</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1466548"&gt;@rauca 12345&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;What you need to do is apply the following ACL&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;!&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;access-list 100 deny ip any 192.168.0.0 0.0.255.255&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;access-list 100 permit ip any any&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;!&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;On the Interface 10 and 60&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;interface GigabitEthernet0/0.10&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;encapsulation dot1Q 10&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip address 192.168.1.1 255.255.255.248&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip access-group 100 in&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;!&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;I did on the simulator and you can check from PC0, if you have this simulator.&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2023 16:43:52 GMT</pubDate>
    <dc:creator>Flavio Miranda</dc:creator>
    <dc:date>2023-07-24T16:43:52Z</dc:date>
    <item>
      <title>inter vlan routing problem</title>
      <link>https://community.cisco.com/t5/network-security/inter-vlan-routing-problem/m-p/4891168#M1102929</link>
      <description>&lt;P&gt;i have this config on this router, can you guys help me out to find the issue?&lt;/P&gt;&lt;P&gt;i want the vlan 20, 30,40 50 and 100 to communicate between each other and vlan 10, and 60 be restrictet and to have acces only to internet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Current configuration : 4831 bytes&lt;BR /&gt;!&lt;BR /&gt;! Last configuration change at 13:59:04 UTC Mon Jul 24 2023&lt;BR /&gt;version 15.2&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname CONNECTIUM_ROUTER&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;! card type command needed for slot/vwic-slot 0/0&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;!&lt;BR /&gt;ip cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool RENTALOAD&lt;BR /&gt;network 192.168.1.0 255.255.255.248&lt;BR /&gt;default-router 192.168.1.1&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;lease 14&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool CONNECTIUM_SALE&lt;BR /&gt;network 192.168.2.0 255.255.255.248&lt;BR /&gt;default-router 192.168.2.1&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;lease 14&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool CONNECTIUM_OFFICE&lt;BR /&gt;network 192.168.3.0 255.255.255.240&lt;BR /&gt;default-router 192.168.3.1&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;lease 14&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool WAREHOUSE&lt;BR /&gt;network 192.168.4.0 255.255.255.240&lt;BR /&gt;default-router 192.168.4.1&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;lease 14&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool SERVERS&lt;BR /&gt;network 192.168.5.0 255.255.255.248&lt;BR /&gt;default-router 192.168.5.1&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;lease 14&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool WIFI_GUESTS&lt;BR /&gt;network 192.168.6.0 255.255.255.252&lt;BR /&gt;default-router 192.168.6.1&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;lease 14&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool PRINTERS&lt;BR /&gt;network 192.168.10.0 255.255.255.248&lt;BR /&gt;default-router 192.168.5.1&lt;BR /&gt;dns-server 8.8.8.8 8.8.4.4&lt;BR /&gt;lease 14&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;ip domain name cisco.net&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;multilink bundle-name authenticated&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;voice-card 0&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;license udi pid CISCO2921/K9 sn FCZ175360JV&lt;BR /&gt;hw-module pvdm 0/0&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;username admin password 0 cisco&lt;BR /&gt;!&lt;BR /&gt;redundancy&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Embedded-Service-Engine0/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;no ip address&lt;BR /&gt;ip access-group VLAN10_WIFI_GUEST_OUTBOUND out&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.10&lt;BR /&gt;encapsulation dot1Q 10&lt;BR /&gt;ip address 192.168.1.1 255.255.255.248&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.20&lt;BR /&gt;encapsulation dot1Q 20&lt;BR /&gt;ip address 192.168.2.1 255.255.255.248&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.30&lt;BR /&gt;encapsulation dot1Q 30&lt;BR /&gt;ip address 192.168.3.1 255.255.255.240&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.40&lt;BR /&gt;encapsulation dot1Q 40&lt;BR /&gt;ip address 192.168.4.1 255.255.255.240&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.50&lt;BR /&gt;encapsulation dot1Q 50&lt;BR /&gt;ip address 192.168.5.1 255.255.255.248&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.60&lt;BR /&gt;encapsulation dot1Q 60&lt;BR /&gt;ip address 192.168.6.1 255.255.255.248&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.90&lt;BR /&gt;encapsulation dot1Q 90&lt;BR /&gt;ip address 175.16.4.145 255.255.255.252&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.100&lt;BR /&gt;encapsulation dot1Q 100&lt;BR /&gt;ip address 192.168.10.1 255.255.255.248&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;description INTERNET LINE&lt;BR /&gt;ip address dhcp&lt;BR /&gt;no ip redirects&lt;BR /&gt;no ip unreachables&lt;BR /&gt;no ip proxy-arp&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;router ospf 10&lt;BR /&gt;network 192.168.1.0 0.0.0.7 area 0&lt;BR /&gt;network 192.168.2.0 0.0.0.7 area 0&lt;BR /&gt;network 192.168.3.0 0.0.0.15 area 0&lt;BR /&gt;network 192.168.4.0 0.0.0.15 area 0&lt;BR /&gt;network 192.168.5.0 0.0.0.7 area 0&lt;BR /&gt;network 192.168.6.0 0.0.0.3 area 0&lt;BR /&gt;network 192.168.9.0 0.0.0.3 area 0&lt;BR /&gt;network 192.168.10.0 0.0.0.7 area 0&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;router-id 1.1.1.1&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;ip nat source list 10 interface GigabitEthernet0/1 overload&lt;BR /&gt;ip nat inside source list 10 interface GigabitEthernet0/1 overload&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/1 dhcp&lt;BR /&gt;!&lt;BR /&gt;ip access-list extended VLAN10_WIFI_GUEST_OUTBOUND&lt;BR /&gt;deny ip 192.168.1.0 0.0.0.7 any&lt;BR /&gt;deny ip 192.168.6.0 0.0.0.3 any&lt;BR /&gt;permit ip 192.168.2.0 0.0.0.7 any&lt;BR /&gt;permit ip 192.168.3.0 0.0.0.15 any&lt;BR /&gt;permit ip 192.168.4.0 0.0.0.15 any&lt;BR /&gt;permit ip 192.168.5.0 0.0.0.7 any&lt;BR /&gt;permit ip 192.168.10.0 0.0.0.7 any&lt;BR /&gt;!&lt;BR /&gt;access-list 10 permit 192.168.1.0 0.0.0.7&lt;BR /&gt;access-list 10 permit 192.168.2.0 0.0.0.7&lt;BR /&gt;access-list 10 permit 192.168.3.0 0.0.0.15&lt;BR /&gt;access-list 10 permit 192.168.4.0 0.0.0.15&lt;BR /&gt;access-list 10 permit 192.168.5.0 0.0.0.7&lt;BR /&gt;access-list 10 permit 192.168.6.0 0.0.0.3&lt;BR /&gt;access-list 10 permit 192.168.10.0 0.0.0.7&lt;BR /&gt;access-list 10 permit 172.16.4.144 0.0.0.3&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;mgcp profile default&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;gatekeeper&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;banner motd ^CNo Unathorised Access!!!^C&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;password cisco&lt;BR /&gt;login&lt;BR /&gt;line aux 0&lt;BR /&gt;line 2&lt;BR /&gt;no activation-character&lt;BR /&gt;no exec&lt;BR /&gt;transport preferred none&lt;BR /&gt;transport output pad telnet rlogin lapb-ta mop udptn v120 ssh&lt;BR /&gt;stopbits 1&lt;BR /&gt;line vty 0 4&lt;BR /&gt;login local&lt;BR /&gt;transport input ssh&lt;BR /&gt;line vty 5 15&lt;BR /&gt;login local&lt;BR /&gt;transport input ssh&lt;BR /&gt;!&lt;BR /&gt;scheduler allocate 20000 1000&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#######and here are the config for the switch ###################&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vlan 10&lt;BR /&gt;name RENTALOAD&lt;BR /&gt;exit&lt;BR /&gt;vlan 20&lt;BR /&gt;name CONNECTIUM_SALE&lt;BR /&gt;exit&lt;BR /&gt;vlan 30&lt;BR /&gt;name CONNECTIUM_OFFICE&lt;BR /&gt;exit&lt;BR /&gt;vlan 40&lt;BR /&gt;name WAREHOUSE&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;vlan 50&lt;BR /&gt;name SERVER&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;vlan 60&lt;BR /&gt;name WIFI_GUEST&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;vlan 100&lt;BR /&gt;name PRINTERS&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet2/0/1&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;switchport access vlan 999&lt;/P&gt;&lt;P&gt;exit&lt;BR /&gt;interface range GigabitEthernet2/0/2-6&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;no shutdown&lt;BR /&gt;exit&lt;BR /&gt;interface range GigabitEthernet2/0/7-10&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 20&lt;BR /&gt;no shutdown&lt;BR /&gt;exit&lt;BR /&gt;interface range GigabitEthernet2/0/11-22&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 30&lt;BR /&gt;no shutdown&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;interface range GigabitEthernet2/0/31-38&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 40&lt;BR /&gt;no shutdown&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;interface range GigabitEthernet2/0/23-26&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 40&lt;BR /&gt;no shutdown&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;interface range GigabitEthernet2/0/27-30&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 50&lt;BR /&gt;no shutdown&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface range Te2/1/1-4&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 50&lt;BR /&gt;no shutdown&lt;BR /&gt;exit&lt;BR /&gt;interface GigabitEthernet2/0/39&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 60&lt;BR /&gt;no shutdown&lt;BR /&gt;exit&lt;BR /&gt;interface range GigabitEthernet2/0/40-42&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 100&lt;BR /&gt;no shutdown&lt;BR /&gt;exit&lt;BR /&gt;interface range GigabitEthernet2/0/43-48&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 999&lt;BR /&gt;shutdown&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 14:51:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inter-vlan-routing-problem/m-p/4891168#M1102929</guid>
      <dc:creator>rauca 12345</dc:creator>
      <dc:date>2023-07-24T14:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: inter vlan routing problem</title>
      <link>https://community.cisco.com/t5/network-security/inter-vlan-routing-problem/m-p/4891243#M1102933</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1466548"&gt;@rauca 12345&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;What you need to do is apply the following ACL&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;!&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;access-list 100 deny ip any 192.168.0.0 0.0.255.255&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;access-list 100 permit ip any any&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;!&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;On the Interface 10 and 60&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;interface GigabitEthernet0/0.10&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;encapsulation dot1Q 10&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip address 192.168.1.1 255.255.255.248&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip access-group 100 in&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;!&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;I did on the simulator and you can check from PC0, if you have this simulator.&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 16:43:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inter-vlan-routing-problem/m-p/4891243#M1102933</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2023-07-24T16:43:52Z</dc:date>
    </item>
  </channel>
</rss>

