08-18-2025 09:35 AM
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?
Solved! Go to Solution.
08-18-2025 09:42 AM
- @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.
08-18-2025 11:45 AM
08-18-2025 09:37 AM
Feature interface-vlan
This need
MHM
08-18-2025 09:42 AM
- @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.
08-18-2025 10:14 AM
Thanks! I did that & configured the IP.
08-18-2025 11:45 AM
No thanks to me ?
MHM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide