Unprovisioning FUP with stacking enabled
Use the CLI command to remove a provisioned FP module.
Syntax
stacking member <STACK-MEMBER> flexible-module <SLOT-ID> remove
Description
Specify a flexible module to be removed.
Parameters
stack-member
Specify the
stack-member
in the range 1–10.SLOT-ID
Specify an alphabetic device slot identifier, such as A or B.
Example output
switch(config)# show run
Running configuration:
; Stack_KB Configuration Editor; Created on release #KB.16.01.0000x
; Ver #0b:7c.59.f4.7b.ff.ff.fc.ff.ff.3f.ef:8d
stacking
member 1 type "JL071A" mac-address 9457a5-8c5600
member 1 flexible-module A type JL083A
member 2 type "JL075A" mac-address 5065f3-12ef00
exit
hostname "Switch"
no rest-interface
snmp-server community "public" unrestricted
oobm
ip address dhcp-bootp
member 1
ip address dhcp-bootp
exit
member 2
ip address dhcp-bootp
exit
exit
vlan 1
name "DEFAULT_VLAN"
untagged 1/1-1/24,1/A1-1/A4,2/1-2/16
ip address dhcp-bootp
exit
switch(config)# stacking member 1 flexible-module A remove
switch(config)# show run
Running configuration:
; Stack_KB Configuration Editor; Created on release #KB.16.01.0000x
; Ver #0b:7c.59.f4.7b.ff.ff.fc.ff.ff.3f.ef:8d
stacking
member 1 type "JL071A" mac-address 9457a5-8c5600
member 2 type "JL075A" mac-address 5065f3-12ef00
exit
hostname "Switch"
no rest-interface
snmp-server community "public" unrestricted
oobm
ip address dhcp-bootp
member 1
ip address dhcp-bootp
exit
member 2
ip address dhcp-bootp
exit
exit
vlan 1
name "DEFAULT_VLAN"