The network administrator creates VLAN 10 and assigns an IP address to VLANIF10. When using the command "display ip interface brief", the administrator finds that VLANIF10 is down. What should be done to enable VLANIF10?
A.
Use the command "undo shutdown" under the interface view for VLANIF10
B.
Assign a physical interface that has either an active of inactive physical state to VLAN 10
C.
Assign only a physical interface that has an active physical state to VLAN 10
D.
Add an interface that has an active physical state and a trunk port associated with VLAN 10
C is correct, you need a interface in the Vlan, for which you want to create a Vlan Interface, because otherwise it can't communicate at all with the rest of the topology, that's why it stays in down mode. Example
interface ethernet 0/0/1
port link-type access
port default vlan 10
undo shutdown
interface vlanif 10
//Interface is being created
display interface vlanif10
//Mode should be "up"
upvoted 1 times
...
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
vmedina00
4 years, 2 months agomolochtrooper
4 years, 1 month ago