On a new Cisco Nexus switch, you receive an error message when you attempt to create an SVI.
What is the first command you must use to create the SVI?
A.
Interface vlan (vlan_id)
B.
Vlan (vlan_id)
C.
Feature svi
D.
Interface routed
Explanation:
http://docwiki.cisco.com/wiki/Cisco_NX-OS/IOS_Interface_Comparison
==Configuring a Switched Virtual Interface (SVI)==
feature interface-vlaninterface vlan 10
ip address 192.168.1.1./24
no shutdown
The correct answer is C
Feature svi
You cant create a SVI without enable this feature
but the command is
feature interface-vlan
So the most correct answer is A, because the anmswe Feature SVI is not correct.
Thoug i agree the lack of information (error details) gives room for argue.
Cisco IOS Software does not have the ability to enable or disable SVI interfaces using the feature command.
interface vlan 10
ip address 192.168.1.1 255.255.255.0
no shutdown
http://docwiki.cisco.com/wiki/Cisco_NX-OS/IOS_Interface_Comparison