I have try set all MTU port to 9600, firmaware update to 1.3 but problem persist.
I think if you can debut trafic I can permit conection to the neonix via ssh or http
A question what is Q type on VLAN
VLAN no working on WS-12-250B
-
smaicas - Member
- Posts: 19
- Joined: Sat Aug 15, 2015 2:35 am
- Location: Castellón (Spain)
- Has thanked: 0 time
- Been thanked: 0 time
-
sirhc - Employee
- Posts: 7415
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
Re: VLAN no working on WS-12-250B
smaicas wrote:I have try set all MTU port to 9600, firmaware update to 1.3 but problem persist.
I think if you can debut trafic I can permit conection to the neonix via ssh or http
A question what is Q type on VLAN
Google QinQ VLAN
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
-
smaicas - Member
- Posts: 19
- Joined: Sat Aug 15, 2015 2:35 am
- Location: Castellón (Spain)
- Has thanked: 0 time
- Been thanked: 0 time
Re: VLAN no working on WS-12-250B
Who can solve my vlan problem. Any debug option?
-
sirhc - Employee
- Posts: 7415
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
Re: VLAN no working on WS-12-250B
smaicas wrote:Who can solve my vlan problem. Any debug option?
From what "I" can see it should work.
VLANs are working properly on the Netonix switches.
However with that said I know very little about PPPoE or MikroTik.
Does anyone have any ideas?
I will give anyone who solves this issue for smaicas a Netonix Discount Coupon.
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
-
Mikea - Associate
- Posts: 112
- Joined: Fri Jun 26, 2015 6:22 am
- Location: Korinthos (Greece)
- Has thanked: 21 times
- Been thanked: 31 times
Re: VLAN no working on WS-12-250B
I ll try to reproduce on my bench table to see if i can connect to my PPPoE server with Netonix in the middle.
P.S. Smaicas what are your Max MTU - Max MRU settings in PPPoE Server interface in Mikrotik? and what MTU you use on CPE?
P.S. Smaicas what are your Max MTU - Max MRU settings in PPPoE Server interface in Mikrotik? and what MTU you use on CPE?
Mike A - www.iwisp.gr
-
smaicas - Member
- Posts: 19
- Joined: Sat Aug 15, 2015 2:35 am
- Location: Castellón (Spain)
- Has thanked: 0 time
- Been thanked: 0 time
Re: VLAN no working on WS-12-250B
i send the mikrotik configuration than work with a simple swich
MIKROTIK SERVER (2 pppoe server fist over ether1 and second over vlan20)
/interface vlan
add interface=ether1 l2mtu=1594 name=vlan20 use-service-tag=yes vlan-id=20
/interface pppoe-server server
add disabled=no interface=vlan20 max-mru=1480 max-mtu=1480 mrru=1600 \
service-name=pppoe_vlan
add disabled=no interface=ether1 max-mru=1480 max-mtu=1480 mrru=1600 \
service-name=PPPOE2
/ip address
add address=192.168.1.50/24 interface=ether1 network=192.168.1.0
add address=192.168.101.50/24 interface=vlan20 network=192.168.101.0
/ppp secret
add local-address=1.1.1.1 name=a password=a remote-address=1.1.1.2
add local-address=2.1.1.1 name=b password=b remote-address=2.1.1.2
MIKROTIK CLIENT (2 pppoe clients fist over ether1 and second over vlan20)
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 max-mru=1480 max-mtu=\
1480 mrru=1600 name=pppoe-out2 password=b user=b
/interface vlan
add interface=ether1 l2mtu=1594 name=vlan20 use-service-tag=yes vlan-id=20
/interface pppoe-client
add add-default-route=yes disabled=no interface=vlan20 max-mru=1480 max-mtu=\
1480 mrru=1600 name=pppoe-out1 password=* user=a
/ip address
add address=192.168.1.51/24 interface=ether1 network=192.168.1.0
add address=192.168.101.51/24 interface=vlan20 network=192.168.101.0
THANKS
MIKROTIK SERVER (2 pppoe server fist over ether1 and second over vlan20)
/interface vlan
add interface=ether1 l2mtu=1594 name=vlan20 use-service-tag=yes vlan-id=20
/interface pppoe-server server
add disabled=no interface=vlan20 max-mru=1480 max-mtu=1480 mrru=1600 \
service-name=pppoe_vlan
add disabled=no interface=ether1 max-mru=1480 max-mtu=1480 mrru=1600 \
service-name=PPPOE2
/ip address
add address=192.168.1.50/24 interface=ether1 network=192.168.1.0
add address=192.168.101.50/24 interface=vlan20 network=192.168.101.0
/ppp secret
add local-address=1.1.1.1 name=a password=a remote-address=1.1.1.2
add local-address=2.1.1.1 name=b password=b remote-address=2.1.1.2
MIKROTIK CLIENT (2 pppoe clients fist over ether1 and second over vlan20)
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 max-mru=1480 max-mtu=\
1480 mrru=1600 name=pppoe-out2 password=b user=b
/interface vlan
add interface=ether1 l2mtu=1594 name=vlan20 use-service-tag=yes vlan-id=20
/interface pppoe-client
add add-default-route=yes disabled=no interface=vlan20 max-mru=1480 max-mtu=\
1480 mrru=1600 name=pppoe-out1 password=* user=a
/ip address
add address=192.168.1.51/24 interface=ether1 network=192.168.1.0
add address=192.168.101.51/24 interface=vlan20 network=192.168.101.0
THANKS
-
Mikea - Associate
- Posts: 112
- Joined: Fri Jun 26, 2015 6:22 am
- Location: Korinthos (Greece)
- Has thanked: 21 times
- Been thanked: 31 times
Re: VLAN no working on WS-12-250B
Can you try disable mrru also in pppoe server and pppoe client and test again?
Mike A - www.iwisp.gr
-
smaicas - Member
- Posts: 19
- Joined: Sat Aug 15, 2015 2:35 am
- Location: Castellón (Spain)
- Has thanked: 0 time
- Been thanked: 0 time
Re: VLAN no working on WS-12-250B
I have then same result
Other think is thar ip neightboard not show the device on vlan interface.
From netonix ar i can see ther 2 mikrotik device on vlan20
Other think is thar ip neightboard not show the device on vlan interface.
From netonix ar i can see ther 2 mikrotik device on vlan20
-
adairw - Associate
- Posts: 465
- Joined: Wed Nov 05, 2014 11:47 pm
- Location: Amarillo, TX
- Has thanked: 98 times
- Been thanked: 132 times
Re: VLAN no working on WS-12-250B
What you have configured is tagged VLAN's on the mikrotik.
So the setting with "T" on the client and server port is correct. The default VLAN 1 shouldn't/wouldn't matter if it was U or E on the switch as all you want to do is pass the tagged frames.
tag lots of vlans up from mikrotik routers and have never had an issue.
Wasn't it Josh who said he had an issue were a vlan wouldn't pass traffic until he set an IP on the interface in the switch then remove it? wondering if this problem is that?
So the setting with "T" on the client and server port is correct. The default VLAN 1 shouldn't/wouldn't matter if it was U or E on the switch as all you want to do is pass the tagged frames.
tag lots of vlans up from mikrotik routers and have never had an issue.
Wasn't it Josh who said he had an issue were a vlan wouldn't pass traffic until he set an IP on the interface in the switch then remove it? wondering if this problem is that?
-
adairw - Associate
- Posts: 465
- Joined: Wed Nov 05, 2014 11:47 pm
- Location: Amarillo, TX
- Has thanked: 98 times
- Been thanked: 132 times
Re: VLAN no working on WS-12-250B
Only thing that sticks out to me is you have the "use service tag" box checked on your mikrotik. Mine all are not (un) checked.
Please uncheck that box and see if it makes any difference.
Please uncheck that box and see if it makes any difference.
Who is online
Users browsing this forum: No registered users and 44 guests