— Exhibit —
{master:0}[edit]
user@switch# show vlans
v200 {
vlan-id 200;
interface {
ge-0/0/7.0;
ge-0/0/8.0;
}
dot1q-tunneling {
customer-vlans [ 11 12 ];
layer2-protocol-tunneling {
all {
drop-threshold 800;
shutdown-threshold 700;
}
}
— Exhibit —
Click the Exhibit button.
Referring to the exhibit, you are attempting to configure L2PT for VLAN v200 but the configuration
will not commit.
Which three configuration statements would resolve the problem? (Choose three.)
A.
set vlans v200 dot1q-tunneling layer2-protocol-tunneling all drop-threshold 600
B.
set vlans v200 dot1q-tunneling layer2-protocol-tunneling all shutdown-threshold 600
C.
set vlans v200 dot1q-tunneling layer2-protocol-tunneling all shutdown-threshold 900
D.
set vlans v200 dot1q-tunneling layer2-protocol-tunneling all drop-threshold 700
E.
set vlans v200 dot1q-tunneling layer2-protocol-tunneling all drop-threshold 900
http://www.juniper.net/techpubs/en_US/junos12.3/topics/example/l2pt-ex-series.html
The drop threshold must be less than or equal to the shutdown threshold. If the drop threshold is greater than the shutdown threshold and you try to commit the configuration, the commit will fail.