Which option shows the configuration syntax for a routed VLAN interface on an EX Series switch?
A.
interfaces {
vlan {
unit 10 {
family inet {
address 1.1.1.1/24;
}
vlans {
VLAN10 {
vlan-id 10;
routing-interface vlan.10;
}
B.
interfaces {
vlan {
unit 10 {
family inet {
address 1.1.1.1/24;
}
vlans {
VLAN10 {
vlan-id 10;
l3-interface vlan.10;
}
C.
vlans {
VLAN10 {
vlan-id 10;
family inet {
address 1.1.1.1/24;
}
}
D.
interfaces {
vlan {
unit 10 {
family inet {
address 1.1.1.1/24;
}
vlans {
VLAN10 {
vlan-id 10;
}