nerdexam
Cisco

200-150 · Question #90

A network administrator is tasked with creating a switched virtual interface for VLAN 100 on a new Cisco Nexus switch. Which two commands does the network administrator need? (Choose two.)

The correct answer is A. feature interface-vlan B. interface vlan 100. On Cisco Nexus switches, creating a switched virtual interface (SVI) requires enabling the feature and then creating the interface. Both the feature enablement and interface creation commands are necessary.

Cisco Data Center Networking Technologies

Question

A network administrator is tasked with creating a switched virtual interface for VLAN 100 on a new Cisco Nexus switch. Which two commands does the network administrator need? (Choose two.)

Options

  • Afeature interface-vlan
  • Binterface vlan 100
  • Cfeature private-vlan
  • Dinterface 100
  • Einterface mgmt 100

How the community answered

(32 responses)
  • A
    75% (24)
  • C
    9% (3)
  • D
    3% (1)
  • E
    13% (4)

Why each option

On Cisco Nexus switches, creating a switched virtual interface (SVI) requires enabling the feature and then creating the interface. Both the feature enablement and interface creation commands are necessary.

Afeature interface-vlanCorrect

Cisco Nexus NX-OS requires the 'feature interface-vlan' command to be explicitly enabled before any SVI can be created - this is unique to NX-OS and differs from IOS where the feature is always available.

Binterface vlan 100Correct

'interface vlan 100' is the standard command to create and enter the SVI configuration mode for VLAN 100 on both IOS and NX-OS platforms.

Cfeature private-vlan

'feature private-vlan' enables private VLAN support, which is an isolation feature unrelated to creating standard SVIs.

Dinterface 100

'interface 100' is not valid Cisco CLI syntax - interface commands require a type keyword such as 'vlan', 'ethernet', or 'loopback'.

Einterface mgmt 100

'interface mgmt 100' refers to the dedicated out-of-band management interface, not a VLAN SVI used for Layer 3 inter-VLAN routing.

Concept tested: Cisco Nexus NX-OS SVI creation with feature enablement

Source: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/93x/interfaces/configuration/guide/b-cisco-nexus-9000-series-nx-os-interfaces-configuration-guide-93x/b-cisco-nexus-9000-series-nx-os-interfaces-configuration-guide-93x_chapter_0110.html

Topics

#SVI#interface vlan#Cisco Nexus#feature interface-vlan

Community Discussion

No community discussion yet for this question.

Full 200-150 Practice