We would like to test the autoinstall feature with the vstack technology. Earlier, we had no vstack on our switches, cause it would fill our log files with unnecessary messages all the time. I enabled vstack on one test switch, but i cant get the service to work with vstack basic.
swTST01#show running-config | include vstack
vstack director 172.16.220.4
no vstack
swTST01#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
swTST01(config)#vstack
swTST01(config)#vstack director 172.16.220.4
swTST01(config)#vstack basic
^
% Invalid input detected at '^' marker.
swTST01(config)#vstack ?
director Configure director's IP address
<cr> swTST01(config)#end swTST01#show vstack ? config View configuration parameters under Vstack mode group Show vstack group information join-window Show the join window information swTST01#show vstack config Capability: Client Oper Mode: Enabled Role: Client Vstack Director IP address: 172.16.220.
Some details on what we use:
swTST01#show version | include IOS
Cisco IOS Software, C2960X Software (C2960X-UNIVERSALK9-M), Version 15.2(2)E7, RELEASE SOFTWARE (fc3)
swTST01#show ver | include \*
* 1 28 WS-C2960X-24PS-L 15.2(2)E7 C2960X-UNIVERSALK9-M swTST01#show license Index 1 Feature: lanlite Period left: 0 minute 0 second Index 2 Feature: lanbase Period left: Life time License Type: Permanent License State: Active, In Use License Priority: Medium License Count: Non-Counted
I checked on the official Cisco Documentation: https://www.cisco.com/c/en/us/td/docs/switches/lan/smart_install/configuration/guide/smart_install/commands.html#53643
That the vstack basic command should be supported by the IOS version we use:
12.2(52)SE This command was introduced.
15.1(1)SY This command was integrated into Cisco IOS Release 15.1(1)SY.
3.4SG This command was integrated into Cisco IOS XE Release 3.4SG.
15.1(2)SG This command was integrated into Cisco IOS Release 15.1(2)SG.
15.0(2)EX This command was integrated into Cisco IOS Release 15.0(2)EX.
15.0(2)EX1 This command was integrated into Cisco IOS Release 15.0(2)EX1.
3.2(0)SE This command was integrated into Cisco IOS Release 3.2(0)SE.
As well the model and license we use:
2960-X LAN Base 2960X-24PD-L 24 ports, 2 SFP+, PoE 2960X-24PS-L 24 ports, 4 SFP, PoE 2960X-24PSQ-L 24 ports, 2 SFP, 8PoE 2960X-24TD-L 24 ports, 2 SFP+ 2960X-24TS-L 24 ports, 4 SFP 2960X-48FPD-L 48 ports, 2 SFP+, PoE 2960X-48FPS-L 48 ports, 4 SFP, PoE 2960X-48LPD-L 48 ports, 2 SFP+, PoE 2960X-48LPS-L 48 ports, 4 SFP, PoE 2960X-48TD-L 48 ports, 2 SFP+, 2960X-48TS-L 48 ports, 2 SFP 2960-X LAN Lite 2960X-24TS-LL 24 ports, 2 SFP 2960X-48TS-LL 48 ports, 2 SFP
So all the vstack based commands like dhcp-localserver, backup and hostname-prefix are missing. I tried to just write the command without autocomplete, as i know of some "hidden" commands. Can anybody shed some light on this? Has this feature been cancelled?
... View more