<?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: VLAN Routing Issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vlan-routing-issue/m-p/444271#M1055475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use dot1Q according to the documentation. First on the router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.1&lt;/P&gt;&lt;P&gt;description VLAN 1&lt;/P&gt;&lt;P&gt;encapsulation dot1Q 1&lt;/P&gt;&lt;P&gt;ip address 192.168.0.175 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.2&lt;/P&gt;&lt;P&gt;description VLAN 2&lt;/P&gt;&lt;P&gt;encapsulation dot1Q 2&lt;/P&gt;&lt;P&gt;ip address 192.168.1.175 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.3&lt;/P&gt;&lt;P&gt;description VLAN 3&lt;/P&gt;&lt;P&gt;encapsulation dot1Q 3&lt;/P&gt;&lt;P&gt;ip address 192.168.100.175 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.4&lt;/P&gt;&lt;P&gt;description VLAN 4&lt;/P&gt;&lt;P&gt;encapsulation dot1Q 4&lt;/P&gt;&lt;P&gt;ip address 192.168.200.175 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify your interface names and numbers to match your router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the switch port in the 2900XL connected to the router configure a trunk (assumed Fa0/11):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/11&lt;/P&gt;&lt;P&gt;switchport mode trunk&lt;/P&gt;&lt;P&gt;switchport mode trunk encapsulation dot1Q&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a detailed description of all options have a look at "Configuring Trunk Ports"&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/switches/ps637/products_configuration_guide_chapter09186a008007e840.html#xtocid41" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/switches/ps637/products_configuration_guide_chapter09186a008007e840.html#xtocid41&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last configuration missing now is in your hosts connected to the VLANs - their default gateway should be the router´s IP in the respective VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should enable inter VLAN routing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! Please rate all posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Jan 2006 11:28:45 GMT</pubDate>
    <dc:creator>mheusinger</dc:creator>
    <dc:date>2006-01-15T11:28:45Z</dc:date>
    <item>
      <title>VLAN Routing Issue</title>
      <link>https://community.cisco.com/t5/network-security/vlan-routing-issue/m-p/444270#M1055474</link>
      <description>&lt;P&gt;I having diffculty configuring routing between vlans I have configured.&lt;/P&gt;&lt;P&gt;Setup:&lt;/P&gt;&lt;P&gt;Switch&lt;/P&gt;&lt;P&gt;Catalyst 2900XL IOS 11.2(8.6)SA6&lt;/P&gt;&lt;P&gt;Switch IP VLAN1 192.168.0.90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router 2620 IOS 12.3(15a) &lt;/P&gt;&lt;P&gt;I have configured the vlans 1 thru 4 on the router&lt;/P&gt;&lt;P&gt;vlan 1: 192.168.0.0&lt;/P&gt;&lt;P&gt;vlan 2: 192.168.1.0&lt;/P&gt;&lt;P&gt;vlan 3: 192.168.100.0&lt;/P&gt;&lt;P&gt;vlan 4: 192.168.200.0&lt;/P&gt;&lt;P&gt;using dot1Q encapsulation for trunking&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured vlans 1-4 on the switch &lt;/P&gt;&lt;P&gt;I put the following commands on the switch ports:&lt;/P&gt;&lt;P&gt;switchport multi vlan 1-4&lt;/P&gt;&lt;P&gt;switchport mode multi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can fo the following:&lt;/P&gt;&lt;P&gt;from the router itself I can ping the interfaces&lt;/P&gt;&lt;P&gt;from the switch to any of the router's vlan interfaces&lt;/P&gt;&lt;P&gt;192.168.0.175&lt;/P&gt;&lt;P&gt;192.168.1.175&lt;/P&gt;&lt;P&gt;192.168.100.175&lt;/P&gt;&lt;P&gt;192.168.200.175&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However from workstation I can only ping network 192.168.0.0&lt;/P&gt;&lt;P&gt;From a computer with the address 192.168.0.250 I cannot ping any of the other router addresses:&lt;/P&gt;&lt;P&gt;192.168.1.175&lt;/P&gt;&lt;P&gt;192.168.100.175&lt;/P&gt;&lt;P&gt;192.168.200.175&lt;/P&gt;&lt;P&gt;But I can ping 192.168.0.175&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Questions:&lt;/P&gt;&lt;P&gt;I believe the 2900XL is using ISL, I could not find an option to change encapsulation on the 2900XL.&lt;/P&gt;&lt;P&gt;Can the encapsulation be changed to 802.1Q? (but I can ping anything in VLAN1 it seems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is it I cannot route between the vlan's?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:38:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan-routing-issue/m-p/444270#M1055474</guid>
      <dc:creator>superrob1</dc:creator>
      <dc:date>2020-02-21T08:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN Routing Issue</title>
      <link>https://community.cisco.com/t5/network-security/vlan-routing-issue/m-p/444271#M1055475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use dot1Q according to the documentation. First on the router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.1&lt;/P&gt;&lt;P&gt;description VLAN 1&lt;/P&gt;&lt;P&gt;encapsulation dot1Q 1&lt;/P&gt;&lt;P&gt;ip address 192.168.0.175 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.2&lt;/P&gt;&lt;P&gt;description VLAN 2&lt;/P&gt;&lt;P&gt;encapsulation dot1Q 2&lt;/P&gt;&lt;P&gt;ip address 192.168.1.175 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.3&lt;/P&gt;&lt;P&gt;description VLAN 3&lt;/P&gt;&lt;P&gt;encapsulation dot1Q 3&lt;/P&gt;&lt;P&gt;ip address 192.168.100.175 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.4&lt;/P&gt;&lt;P&gt;description VLAN 4&lt;/P&gt;&lt;P&gt;encapsulation dot1Q 4&lt;/P&gt;&lt;P&gt;ip address 192.168.200.175 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify your interface names and numbers to match your router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the switch port in the 2900XL connected to the router configure a trunk (assumed Fa0/11):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/11&lt;/P&gt;&lt;P&gt;switchport mode trunk&lt;/P&gt;&lt;P&gt;switchport mode trunk encapsulation dot1Q&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a detailed description of all options have a look at "Configuring Trunk Ports"&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/switches/ps637/products_configuration_guide_chapter09186a008007e840.html#xtocid41" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/switches/ps637/products_configuration_guide_chapter09186a008007e840.html#xtocid41&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last configuration missing now is in your hosts connected to the VLANs - their default gateway should be the router´s IP in the respective VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should enable inter VLAN routing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! Please rate all posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jan 2006 11:28:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan-routing-issue/m-p/444271#M1055475</guid>
      <dc:creator>mheusinger</dc:creator>
      <dc:date>2006-01-15T11:28:45Z</dc:date>
    </item>
  </channel>
</rss>

