Quanta LB4M 48-Port Gigabit Switch Discussion

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

eroji

Active Member
Dec 1, 2015
276
52
28
40
Yea I am not so sure then. I was under the impression this thing supports L3...
 

Torbjørn Sandvik

New Member
Jun 10, 2015
24
1
3
Yes they are L3, but you need the right firmware for it. And I think I have the right one. But I cant figure out how I make inter VLAN routing.
The last switch i made it on is an cisco sge2010p. The gui on that is more simple and easy to understand. Here there is so many options.. not wasy to figure out...
 

eroji

Active Member
Dec 1, 2015
276
52
28
40
Yes they are L3, but you need the right firmware for it. And I think I have the right one. But I cant figure out how I make inter VLAN routing.
The last switch i made it on is an cisco sge2010p. The gui on that is more simple and easy to understand. Here there is so many options.. not wasy to figure out...
I went through most of the PDF manual and couldn't find it too. Same thing with the GUI, nothing that stood out to me on VLAN routing configuration, but I did not have the routing/router firmware. I will try and flash it this weekend and see.
 

PGlover

Active Member
Nov 8, 2014
499
64
28
57
Yes they are L3, but you need the right firmware for it. And I think I have the right one. But I cant figure out how I make inter VLAN routing.
The last switch i made it on is an cisco sge2010p. The gui on that is more simple and easy to understand. Here there is so many options.. not wasy to figure out...
Is there anyway for you to share this version of the firmware with others.. I would love a copy of the routing firmware with a working web GUI.
 

PGlover

Active Member
Nov 8, 2014
499
64
28
57
Could someone please post v5.13.12.14 / VxWorks5.5.1 - routing? That appears to be newest routing firmware.
 

eroji

Active Member
Dec 1, 2015
276
52
28
40
Yes they are L3, but you need the right firmware for it. And I think I have the right one. But I cant figure out how I make inter VLAN routing.
The last switch i made it on is an cisco sge2010p. The gui on that is more simple and easy to understand. Here there is so many options.. not wasy to figure out...
I just got the routing firmware on it and went through it and same problem. Couldn't really figure out how to configure VLAN routing. I'm guessing it has something to do with VRRP. Maybe someone here knows how can post a quick guide.
 

eroji

Active Member
Dec 1, 2015
276
52
28
40
Just downloaded it....

What firmware are most folks running?

I assume you will loose your custom settings during a firmware update? Please advise.
I think this is the one that most ppl are running. At least from what I could gather reading this thread. Just note that when you flash it, if you aren't using CLI, all the regular ports will turn off. You will need to issue command to turn them on then write the config.
 

Torbjørn Sandvik

New Member
Jun 10, 2015
24
1
3
How did you connect between VLANs?
To be honest I dont know :p
I was trying some cisco commands.., and suddenly I could ping the other VLAN.
Here is my running config:

Code:
(BX-Core) #show running-config
!Current Configuration:
!
!System Description "FASTPATH Routing"
!System Software Version "5.13.12.14"
!System Up Time          "5 days 11 hrs 20 mins 39 secs"
!Additional Packages     FASTPATH QOS,FASTPATH Multicast
!Current SNTP Synchronized Time: Not Synchronized
!
set prompt "BX-Core"
vlan database
vlan 10,99-100,200,300
vlan name 10 "hjemme"
vlan name 99 "wan"
vlan name 100 "server"
vlan name 200 "bord"
vlan name 300 "wifi"
vlan routing 100
vlan routing 200
vlan routing 10
exit
configure
!
ip name server 10.0.100.10
ip routing
lineconfig
exit
spanning-tree configuration name "00-23-8B-03-86-F3"
interface 0/1
no shutdown
vlan pvid 200
vlan participation include 200
exit
interface 0/49
no shutdown
vlan pvid 100
vlan participation include 10,100,200,300
vlan tagging 100
exit
interface 4/1
no shutdown
bandwidth 10000
routing
ip address  10.1.100.1  255.255.255.0
ip irdp
ip mtu 1500
exit
interface 4/2
no shutdown
bandwidth 10000
routing
ip address  10.1.200.1  255.255.255.0
ip irdp
ip mtu 1500
exit
interface 4/3
no shutdown
bandwidth 10000
routing
ip address  10.1.10.1  255.255.255.0
ip mtu 1500
exit
router rip
exit
router ospf
exit
exit
Now I onlye need to be able to set an gateway that all vlan can use to connect to the internett...
I'm running pfsense as GW.
 

eroji

Active Member
Dec 1, 2015
276
52
28
40
Trying to follow what you did there lol and I am very lacking in Cisco knowledge. Looks like you created a bunch of interfaces (virtual) and set IPs for them. Since they belong to subnets of the VLANs you created, I assume that is why inter-VLAN is working. If that is correct, then the only thing you need to do now is to tell each of the virtual interface to route to the pfsense gateway IP as the default.

I don't really understand the syntax of the interface command. Not quite sure what that 4/1, 4/2, 4/3 number is.

Are you able to ping the .1 interface IPs you created?
 
Last edited:

Torbjørn Sandvik

New Member
Jun 10, 2015
24
1
3
Trying to follow what you did there lol and I am very lacking in Cisco knowledge. Looks like you created a bunch of interfaces (virtual) and set IPs for them. Since they belong to subnets of the VLANs you created, I assume that is why inter-VLAN is working. If that is correct, then the only thing you need to do now is to tell each of the virtual interface to route to the pfsense gateway IP as the default.

I don't really understand the syntax of the interface command. Not quite sure what that 4/1, 4/2, 4/3 number is.

Are you able to ping the .1 interface IPs you created?
4/1 - 4/3 is interfaces that is created when i set ip on each vlan.
I'm able to ping bouth .1 ip's.
 

djflow195

Member
Jan 1, 2016
42
9
8
Now just set a static default route:

7.2.2.5 ip route default-next-hop

This command configures the default route.

Syntax
ip route default-next-hop <nexthopip> [1-255]
<nexthopip> - IP address of the next hop router.
<1-255> - Precedence value of this route.

Default Setting
None

Command Mode
Global Config​

ex:

ip route default-next-hop 192.168.1.1
where 192.168.1.1 is the ip address of your router​

Test with show ip route. This gets you a route to the router. You will need to set static routes in your router to get to the vlan subnets if you do it this way. Either via individual subnet routes or via a summary route.

Or you could configure RIP or OSPF to do dynamic routing with your router. With just one router/L3 switch, it may be easier to go the static route path.
 

eroji

Active Member
Dec 1, 2015
276
52
28
40
Now just set a static default route:

7.2.2.5 ip route default-next-hop

This command configures the default route.

Syntax
ip route default-next-hop <nexthopip> [1-255]
<nexthopip> - IP address of the next hop router.
<1-255> - Precedence value of this route.

Default Setting
None

Command Mode
Global Config​

ex:

ip route default-next-hop 192.168.1.1
where 192.168.1.1 is the ip address of your router​

Test with show ip route. This gets you a route to the router. You will need to set static routes in your router to get to the vlan subnets if you do it this way. Either via individual subnet routes or via a summary route.

Or you could configure RIP or OSPF to do dynamic routing with your router. With just one router/L3 switch, it may be easier to go the static route path.
Where is this done? In config? or virtual interface?
I can't seem to get the command to be accepted.

Code:
(Routing) #ip route default-next-hop 10.7.10.1
              ^
% Invalid input detected at '^' marker.

(Routing) #config

(Routing) (Config)#ip route default-next
                                   ^
Invalid IP address. IP address should be in a.b.c.d format where range for a, b, c, and d is 1-255.

(Routing) (Config)#ip route default 10.7.10.1

The specified Static Route Next Hop Router Address can't be in the same subnet as the service/network port.
 
Last edited:

eroji

Active Member
Dec 1, 2015
276
52
28
40
Not sure why this is wrong. VLAN 10 is 10.0.10.0/24 and pfsense is 10.7.10.1. (The switch is 10.7.10.228 currently)

Code:
(Routing) (Config)#ip route 10.0.10.0 255.255.255.0 10.7.10.1

The specified Static Route Next Hop Router Address can't be in the same subnet as the service/network port.
 
Last edited: