SOLVED – Quanta LB6M Trunk and Vlan

0
29
SOLVED – Quanta LB6M Trunk and Vlan


I’ve 2 Quanta LB6M and a Juniper EX4200 and have to create vlan and trunk

For vlan interface i’ve this:

interface 0/27
vlan pvid 31
vlan participation exclude 1
vlan participation embrace 31
exit

And for trunk :

interface 0/19
vlan participation embrace 31
vlan tagging 1,31
exit

I already created the vlan 31 and named it

VLAN ID VLAN Title                        VLAN Kind
------- -------------------------------- -------------------
1       default                           Default
31      ADOPT                             Static

Right here is the whole swap configuration
the port 0/19 is the trunk
and the 0/27 the vlan 31 port

(QUANTA LB6M) #present running-config
!Present Configuration:
!
!System Description "Quanta LB6M, 1.2.0.18, Linux 2.6.21.7"
!System Software program Model "1.2.0.18"
!System Up Time          "0 days 0 hrs 1 minutes 4 secs"
!Further Packages     FASTPATH QOS
!Present SNTP Synchronized Time: Not Synchronized
!
set immediate "QUANTA LB6M"
community protocol none
community parms 10.1.212.244 255.255.0.0 10.1.0.240
vlan database
vlan 31
vlan title 31 "ADOPT"
exit
ip ssh server allow
ip ssh protocol 2
sshcon timeout 160
configure
sntp consumer mode unicast
sntp consumer port 123
! sntp server standing is Different
sntp server "10.1.0.220"
aaa authentication allow "enableList" allow
line console
exit
line telnet
exit
line ssh
exit
spanning-tree configuration title "08-9E-01-A0-4C-C7"
snmp-server sysname "QUANTA LB6M"
!
interface 0/19
vlan participation embrace 31
vlan tagging 1,31
exit
interface 0/27
vlan pvid 31
vlan participation exclude 1
vlan participation embrace 31
exit
router rip
exit
router ospf
exit
exit

The trunk does not work in any respect, i am lacking one thing however cannot discover what..
Can somebody level me to the nice route ?
In bother since 2 weeks and nothing discovered on Google :/

Perhaps will probably be extra clear with this image.
All different vlan from the Juniper swap to the router is working.
The Trunk and VLAN 31 are configured on all gadgets

enter image description here

Zac67 you’ve gotten already answered to a different publish for a similar difficulty, i attempted to use your resolution nevertheless it does not work.
https://networkengineering.stackexchange.com/a/57190/93698

Replace I discovered one thing unusual, if i tag the port 0/11 from second LB6M with “vlan tagging 1,31” I free the lan connectivity. I’ve a juniper swap after this LB6M, the port on the juniper is about to Trunk and vlan 31 is a part of them. I’ve many different vlan passing by way of this port with none points.

And located this too, no vlan 1 by default on Juniper swap ?

enter image description here

enter image description here

Right here is the config of the Junpier swap EX4200 for the uplink port, all others vlan from others switchs are working, the one factor is the default vlan (0 on Juniper and 1 for Quanta)

    xe-0/1/2 {
    mtu 1518;
    unit 0 {
        household ethernet-switching {
            port-mode trunk;
            vlan {
                members [ 11-17 19-28 31-32 50 99-100 ];
            }
            native-vlan-id default;
        }
    }
}

LEAVE A REPLY

Please enter your comment!
Please enter your name here