Provisioning FUP with stacking disabled

Use the CLI command to provision an FP module in a standalone environment, with the specified flexible module type defined by the corresponding J-number. Preconfigure a flexible module before installing, as it allows the ports to be preconfigured and ready to use. If the modules are not preconfigured, the default configuration is used. If a module other than the preconfigured module type is inserted, the module is not activated.

Syntax

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

Description

Specify a flexible module to be configured.

Parameters

  • SLOT-ID

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

  • J-NUMBER
    Configure the type of the flexible module to be provisioned.
    • JL078A
    • JL079A
    • JL081A
    • JL083A

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          
snmp-server community "public" unrestricted
oobm                                       
   ip address dhcp-bootp                   
   exit                                    
vlan 1                                     
   name "DEFAULT_VLAN"                     
   untagged 1-24                           
   ip address dhcp-bootp                   
   exit                                    

switch(config)# flexible-module A 
remove                Erases the flexible module configuration.
type                  Configure the type of the flexible module being 
                      provisioned.                                    
switch(config)# flexible-module A type                    
 JL078A                                                                
 JL079A                                               
 JL083A                                                                
switch# flexible-module A type JL078A             
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