What attribute is used to populate the "serial_nbr" field in the Spectrum SRM reporting database?
Release : 10.4.x
Component : Spectrum Core / SpectroSERVER
While reading the NRM_LINE_CARD data SRM will fetch all those physical entities and save them into the devicemodule table.
In SRM while processing the device model it will verify the mtype is derived from parent type ID (0x1004b) and not in the below list then it will be considered as Device type.
UNPLACED_MTYPE : 0x103d8
DIALUPLINK_MTYPE : 0x22f0000
INB_MTYPE : 0xd80023
SFSMARTCELL_MTYPE : 0xd80033
COAXSEGMENT_MTYPE : 0x102e3
FANOUT_MTYPE : 0x100ae
WASEGMENT_MTYPE : 0x10322
GENFDDIMAC_NM_MTYPE : 0xf40009
GENTRSTN_NM_MTYPE : 0xf4000b
PROVIDER_CLOUD_MTYPE : 0x1048f
All the device types may not contain the LINE_CARD data. For whichever devices the Line_Card data is present, it will be processed and saved in DB.
If the entity MIB exists on a given device the attribute is populated but there is no static mapping of which devices types will provide this data.