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,34 @@
RADLAN-3SW2SWTABLES-MIB DEFINITIONS ::= BEGIN
-- Title: RADLAN ROS
-- Private 3SW 2SW TABLES MIB
-- Version: 7.46
-- Date: 15-Jan-2007
IMPORTS
rnd FROM RADLAN-MIB
OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI;
rl3sw2swTables MODULE-IDENTITY
LAST-UPDATED "200701020000Z"
ORGANIZATION "Radlan - a MARVELL company.
Marvell Semiconductor, Inc."
CONTACT-INFO
"www.marvell.com"
DESCRIPTION
"This private MIB module defines 3sw 2sw Tables private MIBs."
REVISION "200701020000Z"
DESCRIPTION
"Initial revision."
::= { rnd 63 }
rl3sw2swTablesPollingInterval OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The polling interval for dynamic 3SW/2SW tables in seconds."
DEFVAL { 3 }
::= { rl3sw2swTables 1 }
END