initial commit; version 22.5.12042

This commit is contained in:
2022-12-12 23:28:25 -05:00
commit af1b03d79f
17653 changed files with 22692970 additions and 0 deletions

View File

@ -0,0 +1,26 @@
TPLINK-CLUSTERMANAGE-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE
FROM SNMPv2-SMI
clusterManage
FROM TPLINK-CLUSTER-MIB;
clusterRole OBJECT-TYPE
SYNTAX
INTEGER
{
commander(0),
member(1),
candidate(2),
individual(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the current role of the switch.
You can not set the role to commander with this object.
You can set the role to candidate when the role is commander.
You can set the role to individual when the role is candidate or member.
You can set the role to candidate when the role is individual."
::= {clusterManage 1}
END