09-20-2016 08:50 AM - edited 03-08-2019 07:30 AM
I have no idea what I am doing wrong, but I can't change the boot variable on a catalyst 4948:
c4948-ph1a4-1#dir bootflash:
Directory of bootflash:/
2 -rwx 12939640 Mar 31 2010 04:33:52 -05:00 cat4000-i5k91s-mz.122-25.EWA14.bin
3 -rwx 18094832 Sep 20 2016 10:31:17 -05:00 cat4500-ipbasek9-mz.150-2.SG10.bin
60817408 bytes total (16842912 bytes free)
c4948-ph1a4-1#show bootvar
BOOT variable =
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2101
c4948-ph1a4-1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
c4948-ph1a4-1(config)#boot system flash
c4948-ph1a4-1(config)#boot system flash bootflash:/cat4500-ipbasek9-mz.150-2.SG10.bin
c4948-ph1a4-1(config)#do show bootvar
BOOT variable =
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2101
Everything I have read says that is the command to run but it's not working. Thanks!
Solved! Go to Solution.
09-20-2016 09:27 AM
Hi,
Once you have set the boot variable, do "wr mem" and verify.
F340.03.13-4900-2(config)#boot system flash bootflash:cat4500e-entservicesk9-$
F340.03.13-4900-2(config)#end
F340.03.13-4900-2#sh bootvar
BOOT variable =
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
F340.03.13-4900-2#wr me
Building configuration...
Compressed configuration from 90638 bytes to 29217 bytes[OK]
F340.03.13-4900-2#sh bootvar
BOOT variable = bootflash:cat4500e-entservicesk9-mz.151-2.SG6,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
09-20-2016 09:27 AM
Hi,
Once you have set the boot variable, do "wr mem" and verify.
F340.03.13-4900-2(config)#boot system flash bootflash:cat4500e-entservicesk9-$
F340.03.13-4900-2(config)#end
F340.03.13-4900-2#sh bootvar
BOOT variable =
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
F340.03.13-4900-2#wr me
Building configuration...
Compressed configuration from 90638 bytes to 29217 bytes[OK]
F340.03.13-4900-2#sh bootvar
BOOT variable = bootflash:cat4500e-entservicesk9-mz.151-2.SG6,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
09-20-2016 09:37 AM
That worked. I didn't realize the configuration had to be saved. Thanks and I love you!
03-19-2018 11:52 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide