Wired Intelligent Edge

last person joined: 10 hours ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

Issue connecting to the router on different VLAN

This thread has been viewed 0 times
  • 1.  Issue connecting to the router on different VLAN

    Posted Mar 22, 2018 12:43 PM
      |   view attached

    I am trying to setup VLANs on our network.  I am having trouble with any client that is not on the same subnet as the router.   I have VLAN 99 and 100.  The router IP is located on the subnet for VLAN 99.  Any client on that subnet can ping the router.  However, any computer on VLAN 100 can not pint the router.  They can ping other clients on VLAN 99 just not the router.  I have tried two different routers one is a Netgear and one is an Adtran.  The Aruba switch I have is a 2930F.  Below is my config and I have attached a Visio diagram of the setup.  Any help would be greatly appreciated. 

     

    ; JL256A Configuration Editor; Created on release #WC.16.05.0004
    ; Ver #12:08.1d.9b.3f.bf.bb.ef.7c.59.fc.6b.fb.9f.fc.ff.ff.37.ef:ba
    hostname "switch 1"
    ip route 0.0.0.0 0.0.0.0 10.63.1.2
    ip routing
    vlan 1
    name "DEFAULT_VLAN"
    no untagged 1-4,13-16
    untagged 5-12,17-52
    no ip address
    disable layer3
    exit
    vlan 99
    name "Server"
    untagged 1-4
    tagged 52
    ip address 10.63.1.1 255.255.252.0
    exit
    vlan 100
    name "client"
    untagged 13-16
    tagged 52
    ip address 10.63.4.1 255.255.252.0
    exit

     



  • 2.  RE: Issue connecting to the router on different VLAN
    Best Answer

    EMPLOYEE
    Posted Mar 22, 2018 05:46 PM

    Greetings!

     

    The routing configuration on Switch 1 appears correct (routing enabled, static gateway pointing to Router 1).  Does Router 1 have a route back to 10.63.4.0/22 pointing at 10.63.1.1 as the next hop?

     



  • 3.  RE: Issue connecting to the router on different VLAN

    Posted Mar 23, 2018 09:41 AM
    No I don't. I have the same basic setup at several branch locations using a Cisco SG300 and I have never had to make a change on the router. I will give it a shoot and see if that does the trick.

    Art Estes, Network Administrator
    MCSE, MCP, Network+, A+, CCNA


    (804) 521-4999 | Art.Estes@goodwillvirginia.org | www.goodwillvirginia.org

    [cid:image001.jpg@01D3C28A.F65AFD70]

    In Central Virginia: (804) 745-6300 | 6301 Midlothian Turnpike, Richmond, VA 23225

    In Coastal Virginia: (757) 248-9405 | 1911 Saville Row, Hampton, VA 23666

    [cid:image002.jpg@01D3C28A.F65AFD70][cid:image003.jpg@01D3C28A.F65AFD70] [cid:image004.jpg@01D3C28A.F65AFD70]Creating Pathways to Work - With You


  • 4.  RE: Issue connecting to the router on different VLAN

    Posted Mar 28, 2018 08:23 AM

    Adding the static route worked to 10.63.1.1.  I would like to understand what the Cisco SG300 does that allows VLAN on a different subnet than the router to access the internet without the static route statement.