Skip to content

SEID

seid is a unique identifier of the given configuration entity within a device. It consists of four segments separated by .. The format is: seidGroup.seidName.[[seidRow].seidCol]

If the referenced value is a simple Config Directive, the last two segments must be omitted (i.e. main.deviceName).

If the referenced value is a table column, the third segment must be omitted (i.e. main.LanInterfaces..LanIface_Name).

If the referenced value is a table row, the fourth segment must be omitted (i.e. main.LanInterfaces.2).

If the referenced value is a table cell, all four segments must be used (i.e. main.LanInterfaces.2.LanIface_Name).