cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
945
Views
0
Helpful
2
Replies

" show switch edition " not valid

lamnguyen2010
Level 1
Level 1

Hello,

thank you for reading this post.

I'm currently having an issue with nexus 1000v. the commands "show switch edition" or "svs switch edition" were not valid from the CLI of the 1000v console.

n1000v-1# sh sw?

  switchname  Show the system's hostname

n1000v-1(config)# svs ?

  connection  Configure connection information

  license     Global License Configuration

  upgrade     Configure upgrade vsm information

  veth        Configure a virtual ethernet global policy

Please advise

running config:

#


n1000v-1# sh run

!Command: show running-config
!Time: Mon Jul  8 16:16:53 2013

version 4.2(1)SV1(5.2)
feature telnet
feature lacp

username ad role network-admin

banner motd #Nexus 1000v Switch#

ssh key rsa 2048
ip domain-lookup
ip host n1000v-1 10.4.254.250
switchname n1000v-1
errdisable recovery cause failed-port-state


vem 3
  host vmware id 12d2da52-a3d7-11e1-a6ca-a44c11de1ba4
vem 4
  host vmware id 166f9488-a2e4-11e1-a7e2-a44c11de092c
vem 5
  host vmware id 4fe26bec-a2d8-11e1-be9b-a44c11de085a
vem 6
  host vmware id 59f37584-a24b-11e1-ab40-a44c11ddfcf6
snmp-server user

snmp-server user

vrf context management
  ip route 0.0.0.0/0 10.4.254.254
vlan 1,10,30,81-84,110,254
vlan 1,10,30,81-83
vlan 84
  name n1kv-p&c
vlan 110
  name Voice_Servers
vlan 254

lacp offload

port-channel load-balance ethernet source-mac

port-profile default max-ports 32

port-profile type ethernet system-uplink

  vmware port-group

  switchport mode trunk

  switchport trunk allowed vlan 1-3967,4048-4093

  mtu 9000

  switchport trunk native vlan 84

  channel-group auto mode active

  no shutdown

  system vlan 81-82,84,254

  state enabled

port-profile type ethernet Unused_Or_Quarantine_Uplink

  vmware port-group

  shutdown

  description Port-group created for Nexus1000V internal usage. Do not use.

  state enabled

port-profile type vethernet Unused_Or_Quarantine_Veth

  vmware port-group

  shutdown

  description Port-group created for Nexus1000V internal usage. Do not use.

  state enabled

port-profile type vethernet SVRS_VLAN

  vmware port-group

  switchport mode access

  switchport access vlan 30

  no shutdown

  description Servers VLAN

  state enabl

port-profile type vethernet USERS_VLAN1

  vmware port-group

  switchport mode access

  switchport access vlan 10

  no shutdown

  description Wired Data Network

  state enabled

port-profile type vethernet VSRVS_VLAN11

  vmware port-group

  switchport mode access

  switchport access vlan 110

  no shutdown

  description Servers VLAN

  state enabled

port-profile type vethernet Mgt_VLAN254_10.4.254

  vmware port-group

  switchport mode access

  switchport access vlan 254

  no shutdown

  system vlan 254

  description Management Network

  state enabled

port-profile type vethernet iSCSI-1_VLAN81_10.4.81

  vmware port-group

  switchport mode access

  switchport access vlan 81

  no shutdown

  system vlan 81

  description Servers VLAN

  state enabled

port-profile type vethernet iSCSI-2_VLAN82_10.4.82
  vmware port-group
  switchport mode access
  switchport access vlan 82
  no shutdown
  system vlan 82
  description Servers VLAN
  state enabled
port-profile type vethernet vMotion_VLAN83_10.4.83
  vmware port-group
  switchport mode access
  switchport access vlan 83
  no shutdown
  description vMotion VLAN (Non-Routed)
  state enabled
port-profile type vethernet n1kv-p&c_VLAN84_10.4.84
  vmware port-group
  switchport mode access
  switchport access vlan 84
  no shutdown
  system vlan 84
  description Servers VLAN
  state enabled

vdc tm-n1000v-1 id 1
  limit-resource vlan minimum 16 maximum 2049
  limit-resource monitor-session minimum 0 maximum 2
  limit-resource vrf minimum 16 maximum 8192
  limit-resource port-channel minimum 0 maximum 768
  limit-resource u4route-mem minimum 1 maximum 1
  limit-resource u6route-mem minimum 1 maximum 1
  limit-resource m4route-mem minimum 58 maximum 58
  limit-resource m6route-mem minimum 8 maximum 8

interface port-channel1
  inherit port-profile system-uplink
  vem 3

interface control0

line console

boot kickstart bootflash:/nexus-1000v-kickstart.4.2.1.SV1.5.2.bin sup-1

boot system bootflash:/nexus-1000v.4.2.1.SV1.5.2.bin sup-1

boot kickstart bootflash:/nexus-1000v-kickstart.4.2.1.SV1.5.2.bin sup-2

boot system bootflash:/nexus-1000v.4.2.1.SV1.5.2.bin sup-2

svs-domain

  domain id 201

  control vlan 84

  packet vlan 84

  svs mode L2

svs connection

  protocol vmware-vim

  remote ip address 10.4.254.236 port 80

  vmware dvs uuid "f3 6f 37 50 47 92 35 ad-ef 8f 91 15 4d e9 cf 32" datacenter-name ProductionDC

  max-ports 8192

  connect

vservice global type vsg

  tcp state-checks


vnm-policy-agent
  registration-ip 0.0.0.0
  shared-secret **********
  log-level

==================================

thanks again

2 Replies 2

lwatta
Cisco Employee
Cisco Employee

You are running 1.5.2 code. We introduced the Essential and Advanced Editions in the 2.1 code. You will need to upgrade to 2.x code to get the "show switch edition" command to work and to have access to the different license models.

louis

thank you !!