BootImageList

  • Base type OctetString
  • Range 0 — 255

This contains a list of boot images, each separated by the ';' (semi-colon) character. The following provides a syntax for parsing a single boot image list item. <device>:[filename] | <URL> <device> can be (but not limited to): flash, bootflash, slot0, rom, C The transfer protocol used in the <URL> can be (but not limited to): tftp, ftp, rcp, mop. The following is en example containing two boot image names: disk0:c7100-ik2s-mz;tftp://dirt/c7100-ik2s-mz If the filename is not specified, then the first file on the <device> will be used. If the last two characters in the returned value are ';+' this indicates that additional boot image items are configured on the device but can not be returned because the maximum string size limitation would be exceeded. For example: disk0:image1;disk0:image2;+