commit version 22.12.12447
This commit is contained in:
@ -866,7 +866,7 @@
|
||||
"A list of the Lacp channel group parameters. This is indexed
|
||||
by the group index."
|
||||
--ϵͳ<CFB5><CDB3>lacp<63><70><EFBFBD><EFBFBD><EFBFBD>ľ<EFBFBD><C4BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊͨ<CEAA><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
INDEX { ChannelGroupIndex }
|
||||
INDEX { channelGroupIndex }
|
||||
::= { channelGroupTable 1 }
|
||||
|
||||
ChannelGroupEntry ::=
|
||||
@ -942,7 +942,7 @@
|
||||
|
||||
|
||||
channelGroupRowstatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -975,37 +975,38 @@
|
||||
"The port mode of lacp. This is indexed
|
||||
by the port number."
|
||||
--<2D>˿<EFBFBD>lacpģʽ<C4A3><CABD><EFBFBD><EFBFBD><EFBFBD>Զ˿ں<CBBF>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>
|
||||
INDEX { portIndex }
|
||||
INDEX { lacpPortIndex }
|
||||
::= { lacpPortModeTable 1 }
|
||||
|
||||
LacpPortModeEntry ::=
|
||||
SEQUENCE {
|
||||
portIndex
|
||||
lacpPortIndex
|
||||
INTEGER,
|
||||
portLacpMode
|
||||
lacpPortMode
|
||||
INTEGER,
|
||||
portLacpRowstatus
|
||||
RowStatus
|
||||
lacpPortRowstatus
|
||||
RowStatus,
|
||||
lacpPortGroupIndex
|
||||
INTEGER,
|
||||
lacpPortState
|
||||
INTEGER
|
||||
}
|
||||
--portIndex:<3A>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD>
|
||||
--portLacpMode:<3A>˿<EFBFBD>lacpģʽ
|
||||
--portLacpRowstatus<75><73><EFBFBD>˿<EFBFBD><CBBF><EFBFBD>״̬<D7B4><CCAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>д
|
||||
|
||||
portIndex OBJECT-TYPE
|
||||
lacpPortIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Index of the port."
|
||||
"The Index of the lacp port."
|
||||
--<2D>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҳ<EFBFBD><D2B2><EFBFBD>Ƕ˿ں<CBBF>
|
||||
::= { lacpPortModeEntry 1 }
|
||||
|
||||
portLacpMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
static(1),
|
||||
active(2),
|
||||
passive(3)
|
||||
}
|
||||
lacpPortMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
static(1),
|
||||
active(2),
|
||||
passive(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -1018,14 +1019,48 @@
|
||||
--passiveΪ<65><CEAA><EFBFBD><EFBFBD>lacpģʽ<C4A3><CABD><EFBFBD>˿<EFBFBD>ֻ<EFBFBD><D6BB>ӦlacpЭ<70>̣<EFBFBD><CCA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͱ<EFBFBD><CDB1>ġ<EFBFBD>
|
||||
::= { lacpPortModeEntry 2 }
|
||||
|
||||
portLacpRowstatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
lacpPortRowstatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"rowstatus of port."
|
||||
"rowstatus of lacp port."
|
||||
--<2D>˿<EFBFBD><CBBF><EFBFBD>״̬
|
||||
::= { lacpPortModeEntry 3 }
|
||||
::= { lacpPortModeEntry 3 }
|
||||
|
||||
lacpPortGroupIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"channel group index of port."
|
||||
::= { lacpPortModeEntry 4 }
|
||||
|
||||
lacpPortState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
down(1),
|
||||
nobndl(2),
|
||||
bndl(3),
|
||||
standby(4)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"lacp selected state of channel group member:
|
||||
down(1) means the port is link down member of channel group.
|
||||
nobndl(2) means the port is unselected member of channel group.
|
||||
bndl(3) means the port is selected as active member of channel group.
|
||||
standby(4) means the port is selected as standby member of channel group."
|
||||
::= { lacpPortModeEntry 5 }
|
||||
|
||||
lacpPortStateChangeTrap NOTIFICATION-TYPE
|
||||
OBJECTS { lacpPortIndex, lacpPortGroupIndex, lacpPortState }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A trap is sent to the management entity when the lacp selected state of
|
||||
channel group member is changed."
|
||||
::= { gbnL2SwitchLacpPort 2 }
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--
|
||||
-- gbnL2SwitchMLD - MLD Group
|
||||
|
Reference in New Issue
Block a user