cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
642
Views
0
Helpful
12
Replies

How does one remove unused stack units from a C1300?

KoenD
Level 1
Level 1

I've got C1300 switches and by default there are 8 units defined for stacking. I don't use stacking, but SNMP always reports back with all possible interfaces as if it has 8 stacked switches.

How do I remove unused units or disable stacking on C1300 so it just reports on the actual physical interface over SNMP?

12 Replies 12

Hello @KoenD ,

can you share the config of the C1300?

Regards, LG
*** Please Rate All Helpful Responses ***

KoenD
Level 1
Level 1

I'm afraid there is no much to share, appart from the stack configuration. The rest is just simple config.

!
unit-type-control-start
unit-type unit 1 network gi uplink te
unit-type unit 2 network gi uplink te
unit-type unit 3 network gi uplink te
unit-type unit 4 network gi uplink te
unit-type unit 5 network gi uplink te
unit-type unit 6 network gi uplink te
unit-type unit 7 network gi uplink te
unit-type unit 8 network gi uplink te
unit-type-control-end
!

It seems there is no way of removing unit-types.

Have you tried followed by saving the config and reload?

no unit-type unit 1 network gi uplink te
no unit-type unit 2 network gi uplink te
no unit-type unit 3 network gi uplink te
no unit-type unit 4 network gi uplink te
no unit-type unit 5 network gi uplink te
no unit-type unit 6 network gi uplink te
no unit-type unit 7 network gi uplink te
no unit-type unit 8 network gi uplink te

 

Regards, LG
*** Please Rate All Helpful Responses ***

KoenD
Level 1
Level 1

Tried that, but returns % Unrecognized command

Can you share the output of the commands:

show stack

show stack configuration

show stack links

Regards, LG
*** Please Rate All Helpful Responses ***

KoenD
Level 1
Level 1

See here (apologies for the bad formatting):

#sho stack
Topology is Chain
Unit Id MAC Address Role Network Uplink
Port Port
Type Type
------- ------------------- ---------- ------- ------
1 a4:00:4e:41:63:93 active gi te

#sho stack configuration
Unit Id After Reboot Configuration
Unit Id Stack Links
-------- ------- ---------------
1 Auto

#sho stack links
Topology is Chain
Unit Id Active Links Neighbor Links Operational Down/Standby
Link Speed Links
------- -------------------- -------------------- ----------- --------------------
1 NA

From the outputs you shared, there seems there is no stack configured. Can you try the following command in global config mode:

no stack configuration links te11 unit-id 1

Regards, LG
*** Please Rate All Helpful Responses ***

KoenD
Level 1
Level 1

Only 'no stack configuration' is available as command.

Ok. Use 'no stack configuration' command.

Regards, LG
*** Please Rate All Helpful Responses ***

Did that already. Needs a reboot of the device. Will be done this night.

Liamlucas
Level 1
Level 1

Enter global configuration mode with 'configure terminal', then use 'no switch <unit-number> provision' to de-provision the unit. Save the changes with 'write memory' or 'copy running-config startup-config'. This updates the stack configuration to reflect only and Only active units.

'no switch <unit-number> provision' is an unrecognized command.

C1300s are not IOS based, but some Linux flavour it appears.