Changing the Display Name Priority
You can change the type of display name for a correlated aggregate object, when that object is correlated by network address. When the object is correlated by free-form correlater, the display name is taken from the Correlater field. In that case, the type of display name cannot by changed.
The fields shown in Figure 1 are used to determine the correlated aggregate object display name. To determine which correlated aggregate object field is used to label an object, the correlate function uses a prioritized list of those fields in the FLCSDM8 file. The correlate function queries each field of the aggregate object in the order listed until a non-null value is found; this value is used to label the object. Table 1 lists the default priority used and the agents for which the priorities are used.
| Priority | Name Type | Discovered By |
|---|---|---|
| 5 | SNA node name | SNATM |
| 6 | LAN MAC address | SNATM |
You can determine which label is displayed by customizing the order in which the fields are listed.
(
(FIELDID) '1.3.18.0.0.6464'.
'1.3.18.0.0.3315.2.7.202' -- computerName
(FIELDID) '1.3.18.0.0.6464'.
'ipHostName' -- ipHostName
(FIELDID) '1.3.18.0.0.6464'.
'iPAddress' -- iPAddress
(FIELDID) '1.3.18.0.0.6464'.
'1.3.18.0.0.2032' -- snaNodeName
(FIELDID) '1.3.18.0.0.6464'.
'1.3.18.0.0.5263' -- aIndMACAddress
(
(FIELDID) '1.3.18.0.0.6464'.
'1.3.18.0.0.3315.2.7.202' --computerName
(FIELDID) '1.3.18.0.0.6464'.
'iPAddress' -- iPAddress
(FIELDID) '1.3.18.0.0.6464'.
'ipHostName' -- ipHostName
(FIELDID) '1.3.18.0.0.6464'.
'1.3.18.0.0.2032' -- snaNodeName
(FIELDID) '1.3.18.0.0.6464'.
'1.3.18.0.0.5263' -- aIndMACAddress
);