This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Layer 3 Switch and Astaro (routing) VLANS

Hey all. 

The issue I am having is in regards to adding a summary route. I have a Layer 3 switch that has all our Vlan’s configured and I am trying to add the route from returning internet traffic. In a Cisco I would simply add the following:

ip route 192.168.0.0 255.255.128.0 192.168.0.1

Many Thanks.


This thread was automatically locked due to age.
Parents
  • Hi Alpharipper and welcome to the forum [:)]

    What exactly are you trying to achieve and what's your configuration?

    Thanks
  • @alpharipper:

    Ok you have e.g. the following situation:

    INTERNET  (RTR ) ASG (Inside: 10.1.0.10)  (10.1.0.100) L3 Switch  VLANs

    You could use static routing under ASG/Webadmin/Network & Interfaces/Static Routing. Simply add a static route for every Subnet (VLAN) behind the L3 Switch:

    Gateway Route -> Network (192.168.0.0 255.255.128.0) -> Gateway (10.1.0.100)

    You have to set up a default route on the L3 Switch:

    ip route 0.0.0.0 0.0.0.0 10.1.0.10

    and you need also to set up an vlan interface in access mode with the ip address 10.1.0.10 assigned.

    Greetings,

    Pretender
Reply
  • @alpharipper:

    Ok you have e.g. the following situation:

    INTERNET  (RTR ) ASG (Inside: 10.1.0.10)  (10.1.0.100) L3 Switch  VLANs

    You could use static routing under ASG/Webadmin/Network & Interfaces/Static Routing. Simply add a static route for every Subnet (VLAN) behind the L3 Switch:

    Gateway Route -> Network (192.168.0.0 255.255.128.0) -> Gateway (10.1.0.100)

    You have to set up a default route on the L3 Switch:

    ip route 0.0.0.0 0.0.0.0 10.1.0.10

    and you need also to set up an vlan interface in access mode with the ip address 10.1.0.10 assigned.

    Greetings,

    Pretender
Children