What is the first command you must use to create the SVI?

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?

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-vlan

interface vlan 10
ip address 192.168.1.1./24
no shutdown



Leave a Reply 1

Your email address will not be published. Required fields are marked *


malfageme

malfageme

The first command would be the one which enable SVI on a Nexus Switch, but this would be “feature interface-vlan”, not “feature svi”.

Assuming SVIs are already enabled the correct answer is A.