Getting and Applying License Files to a Catalyst 4XXX SUP Card
From NesevoWiki
Jump to navigationJump to search- Obtain the license files in the same way as with Nexus Switches
- Connect to the serial console
- Check current license status with
sho vercommand - Connect the Mgmt-Interface to the network
- Configure the network (e.g. 192.168.0.244/24):
conf tinterface FastEthernet 1ip address 192.168.0.244 255.255.255.0no shutdownexit
- Check IP connectivity to TFTP server (e.g. 192.168.0.150):
ping vrf mgmtVrf 192.168.0.150(check vrf name wichsho runcommand)
- Set Mgmt interface as interface to use for TFTP transfer:
conf tip tftp source-interface FastEthernet 1exit
- Copy the
.licfile from TFTP servercopy tftp: bootflash:
- Apply the license
license install bootflash:<filename>.lic
- Reload the switch, do not save config
- Check if the license has been applied correctly using the
sho vercommand