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?
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?
To enable VLANIF10, you need to assign a physical interface that has an active physical state to VLAN 10. This is because for VLANIF (VLAN Interface) to be in an up state, it requires at least one of its associated physical interfaces to be active. Without an active physical interface in the VLAN, the VLANIF will remain down since it cannot communicate with other interfaces in the network.
What should be done to enable VLANIF10? explaind me please. correct is A?
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"