cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
362
Views
3
Helpful
4
Replies

Configure VLAN option missing from Cisco 93108 Nexus switch?

Mogwai
Level 1
Level 1

Hello, I'm attempting to configure a new NEXUS 93108 switch & not fully able to as it seems that the switch is missing the option to configure the VLAN. When I look at the current config of a working switch in our enviorment, I see the following:

Enter configuration commands, one per line. End with CNTL/Z.
Switch1(config)# int ?
  breakout      Configuring the breakout for an interface
  ethernet      Ethernet IEEE 802.3z
  loopback      Loopback interface
  mgmt          Management interface
  port-channel  Port Channel interface
  vlan          Vlan interface

But, when I look at the options in out new NEXUS 93108, I see the following?

NEW(config)# interface ?
  breakout      ConfigurinG the breakout for an interface
  ethernet      Ethernet IEEE 802.3z
  loopback      Loopback interface
  mgmt          Management interface
  port-channel  Port Channel interface
  vni           VNI interface

Any idea on why this is? I'm just attempting to apply an IP to this switch, so that I can access it's UI to demo it & then test SSH. Is there a new process to setup a L3 interface on the 93108's?

2 Accepted Solutions

Accepted Solutions

Mark Elsen
Hall of Fame
Hall of Fame

 

  -  @Mogwai   Checkout this command sequence :
                                 1. configure terminal
                                 2. feature interface-vlan
                                 3. interface vlan number
                                 4. [ip address ip-address/length | ipv6 address ipv6-address/length]
                                 5. show interface vlan number
                                 6. no shutdown
                                 7. copy running-config startup-config

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

View solution in original post

No thanks to me ?

MHM

View solution in original post

4 Replies 4

Feature interface-vlan 

This need 

MHM

Mark Elsen
Hall of Fame
Hall of Fame

 

  -  @Mogwai   Checkout this command sequence :
                                 1. configure terminal
                                 2. feature interface-vlan
                                 3. interface vlan number
                                 4. [ip address ip-address/length | ipv6 address ipv6-address/length]
                                 5. show interface vlan number
                                 6. no shutdown
                                 7. copy running-config startup-config

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Thanks! I did that & configured the IP. 

No thanks to me ?

MHM