Anyone know if there is a use (currently or planned) for the "AssetID" field located within the Entity_Physical table in the MS SQL database? I have a need to parse out the SNMP location/chassisID field and place it into the AssetID field. It doesn't appear to be populated with any values for any of my devices currently.
I'd like to parse out our internal inventory tag # (which we populate on each device using the "snmp-server chassis-id 23014444,23015555" field) and stick that value into the AssetID field.
I specifically need to do this because we have a large # of Cisco 3750 stacks and have a need to associate our internal inventory tag # with the specific serial # of the switch in the stack. I have just about everything working so far with some custom sql code and some temp tables (not actually updating the true AssetID field in Entity_Physical yet).
--greg