PrepAway - Latest Free Exam Questions & Answers

What is its possible configuration?

A switch port is sending both tagged and untagged traffic. What is its possible configuration?

PrepAway - Latest Free Exam Questions & Answers

A.
{master:0}[edit interfaces ge-0/0/0]
user@switch# show
unit 0 {
family ethernet-switching {
port-mode access;
vlan {
members data;
}
}
}

B.
{master:0}[edit interfaces ge-0/0/0]
user@switch# show
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members data;
}
}
}

C.
{master:0}[edit interfaces ge-0/0/0]
user@switch# show
unit 0 {
family ethernet-switching {
port-mode access;
vlan {
members data;
}
native-vlan-id data;
}
}

D.
[edit ethernet-switching-options]
user@switch# show
voip {
interface all;
vlan voiceVLAN;
forwarding-class expedited-forwarding;
}
}
[edit vlans]
user@switch# show
voiceVLAN {
vlan-id 3;
}
}
[edit interfaces]
user@switch# show
ge-0/1/1 {
unit 0 {
family ethernet-switching {
port-mode access;
}
}
}

Explanation:


Leave a Reply