|
Description:
|
interfaceGroupEntry OBJECT-TYPE
SYNTAX InterfaceGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the interfaceGroupTable. Indexed
by igNameId. Interface Groups can span multiple
cards and shelves. A row in this table is
created by setting the value of igRowStatus
to 'CreateAndGo', and setting the appropriate
values for the columns. Since this is the
base table for the following augmenting tables:
* Interface Group Control Channel Table
(igControlChannelTable),
* Interface Group Statistics Current Table
(igStatsCurrentTable),
* Interface Group Statistics Total Table
(igStatsTotalTable)
the corresponding row in the augmenting tables
must also be simultaneously created when a row
in interfaceGroupTable is created. Likewise,
when a row expires by setting the value of
igRowStatus to 'destroy' in the interfaceGroupTable
base table, the same row also expires in all
augmenting tables."
INDEX { igNameId }
|
|
|