Hi WIll
Could you please paste me the configuration under ge-0/0/10 interface ?
Go to configure more and give show interface ge-0/0/10
Need to check if native-vlan-id 51 is allowed as vlan member also
Meanwhile i have tried your issue in lab with 2 EX4300 switch
I have 2 EX4300 connected via ge-0/0/46 and it is configured as trunk and i have set the native vlan as 200 and also allowed it on the trunk vlan members. With below config ping works for the native vlan irb IP.
SW1# show interfaces ge-0/0/46
native-vlan-id 200;
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ 200 300 ];
}
}
}
{master:0}[edit]
SW1#
SW2# show interfaces ge-0/0/46
native-vlan-id 200;
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ 200 300 ];
}
}
}
{master:0}[edit]
SW2#
VLAN configuration in SW1 and SW2 :
root# show vlans
NATIVEVLAN {
vlan-id 200;
l3-interface irb.200;
}
default {
vlan-id 1;
l3-interface irb.0;
}
v300 {
vlan-id 300;
l3-interface irb.300;
}
{master:0}[edit]
root#
_______________________________________________________________
Unless you allow the native vlan that is 200 in ourcase, the irb interface Link status will show as down, it will be admin UP but link status will remain DOWN
root# run show interfaces terse | match irb
irb up up
irb.0 up up inet
irb.200 up up inet 200.200.200.2/24
irb.300 up up inet 210.210.210.2/2
______________________________________________________________________
Kindly refer this link for more info :