SHOW CDB
 	SHOW CDB <cdbname|cdbaddress>|/ALL [/FULL]
 	cdbname == <ppiname>.<portname>.<cdbname>
 	eg. SHOW CDB les$netman.regis*.m?nage
      Displays the address of the cdb found if it exists. Wildcards
      are allowed at any place in the cdbname string so this provides
      a useful method of looking for any named cdb, cdbs on a particular
      port or ppi.
      A cdb address may be specified instead of the cdbname. No special
      qualifiers are required to do this. Symbols may be specified also.
 	eg. SHOW CDB 802436d0
 	    SHOW CDB CDB_1
      (The CLI just assumes that all cdb addresses will be 8 characters
      long and start with an 8 so if it sees anything like that it
      tries to convert it into hex...)
      Symbols of the form CDB_n dynamically created.
Additional Information:
explode
extract