Model: ex4200-24p, ex4200-24t
Junos: 15.1R6.7
I have two switches back-to-back able to ping one another's directly-connected interface. I start with this working configuration on one of the switches:
ge-0/0/10 {
unit 0 {
family inet {
address 10.0.0.2/24;
}
}
Then when I add a sub-interface (unit), I can no longer ping on the 10.0.0.0/24 network.
ge-0/0/10 {
vlan-tagging;
unit 0 {
vlan-id 0;
family inet {
address 10.0.0.2/24;
}
}
unit 15 {
vlan-id 15;
family inet {
address 10.0.15.2/24;
}
}
}
show interfaces terse reveals that the interfaces are all up/up. I am losing an ospf neighborship, too.
Any insights? Is this expected behavior?