Unprovisioning FUP with stacking disabled

Use the CLI command to remove an already provisioned FP module and its associated configurations.

Syntax

flexible-module <SLOT-ID> {type <J-NUMBER> | remove}

Description

Specify a flexible module, for which configuration has to be removed.

Options

SLOT-ID

Specify an alphabetic device slot identifier, such as A or B.

Example output

switch(config)# show run

Running configuration:

; JL071A Configuration Editor; Created on release #KB.16.01.0000x
; Ver #0b:7c.59.f4.7b.ff.ff.fc.ff.ff.3f.ef:8d                    

hostname "Aruba-3810M-24GT-1s"
module 1 type jl071x          
flexible-module A type JL078A 
snmp-server community "public" unrestricted
oobm                                       
   ip address dhcp-bootp                   
   exit                                    
vlan 1                                     
   name "DEFAULT_VLAN"                     
   untagged 1-24,A1                        
   ip address dhcp-bootp                   
   exit                                 
switch(config)# flexible-module A remove
switch(config)# show run

Running configuration:

; JL071A Configuration Editor; Created on release #KB.16.01.0000x
; Ver #0b:7c.59.f4.7b.ff.ff.fc.ff.ff.3f.ef:8d

hostname "Aruba-3810M-24GT-1s"
module 1 type jl071x
snmp-server community "public" unrestricted
oobm
   ip address dhcp-bootp
   exit
vlan 1
   name "DEFAULT_VLAN"
   untagged 1-24
   ip address dhcp-bootp
   exit