mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: Removed and moved more mibs (#5232)
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
if ($poll_device['sysObjectID'] == '.1.3.6.1.4.1.9.6.1.89.26.1') {
|
||||
$hardware = 'SG220-26';
|
||||
} else {
|
||||
$hardware = str_replace(' ', '', snmp_get($device, 'CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamModelName.1', '-Ovq'));
|
||||
$hardware = str_replace(' ', '', snmp_get($device, 'rlPhdUnitGenParamModelName.1', '-Ovq', 'CISCOSB-Physicaldescription-MIB'));
|
||||
}
|
||||
|
||||
$version = snmp_get($device, 'CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamSoftwareVersion.1', '-Ovq');
|
||||
$serial = snmp_get($device, 'CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamSerialNum.1', '-Ovq');
|
||||
$features = snmp_get($device, 'CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamServiceTag.1', '-Ovq');
|
||||
$version = snmp_get($device, 'rlPhdUnitGenParamSoftwareVersion.1', '-Ovq', 'CISCOSB-Physicaldescription-MIB');
|
||||
$serial = snmp_get($device, 'rlPhdUnitGenParamSerialNum.1', '-Ovq', 'CISCOSB-Physicaldescription-MIB');
|
||||
$features = snmp_get($device, 'rlPhdUnitGenParamServiceTag.1', '-Ovq', 'CISCOSB-Physicaldescription-MIB');
|
||||
|
||||
@@ -1,75 +0,0 @@
|
||||
ZYXEL-ZYWALL-ZLD-COMMON-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
enterprises
|
||||
FROM RFC1155-SMI
|
||||
OBJECT-TYPE
|
||||
FROM RFC-1212
|
||||
TRAP-TYPE
|
||||
FROM RFC-1215
|
||||
zywallZLDCommon
|
||||
FROM ZYXEL-MIB;
|
||||
|
||||
-- ZyWALL ZLD Key Groups
|
||||
zldSystem OBJECT IDENTIFIER ::= { zywallZLDCommon 1 }
|
||||
zldIpSecVPN OBJECT IDENTIFIER ::= { zywallZLDCommon 2 }
|
||||
|
||||
-- ZyWALL ZLD System
|
||||
sysCPUUsage OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Device CPU load."
|
||||
::= { zldSystem 1 }
|
||||
|
||||
sysRAMUsage OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Device RAM Usage."
|
||||
::= { zldSystem 2 }
|
||||
|
||||
sysCPU5SecUsage OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Average of past 5 secs cpu load."
|
||||
::= { zldSystem 3 }
|
||||
|
||||
sysCPU1MinUsage OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Average of past 1 min cpu load."
|
||||
::= { zldSystem 4 }
|
||||
|
||||
sysCPU5MinUsage OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Average of past 5 min cpu load."
|
||||
::= { zldSystem 5 }
|
||||
|
||||
sysSessionNum OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Device Session Num."
|
||||
::= { zldSystem 6 }
|
||||
|
||||
-- ZyWALL ZLD IpSec VPN
|
||||
|
||||
vpnIpSecTotalThroughput OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The VPN total throughput(B/s)."
|
||||
::= { zldIpSecVPN 1 }
|
||||
|
||||
END
|
||||
-2761
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,774 +0,0 @@
|
||||
|
||||
SYNOPTICS-ROOT-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, enterprises
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC;
|
||||
|
||||
synoptics MODULE-IDENTITY
|
||||
LAST-UPDATED "200703090000Z"
|
||||
ORGANIZATION "Nortel Networks"
|
||||
CONTACT-INFO "Nortel Networks"
|
||||
DESCRIPTION
|
||||
"SynOptics Root MIB
|
||||
|
||||
Copyright 1996 - 2007 Nortel Networks, Inc.
|
||||
All rights reserved.
|
||||
This Nortel Networks SNMP Management Information Base Specification
|
||||
(Specification) embodies Nortel Networks' confidential and
|
||||
proprietary intellectual property. Nortel Networks retains all
|
||||
title and ownership in the Specification, including any
|
||||
revisions.
|
||||
|
||||
This Specification is supplied 'AS IS,' and Nortel Networks makes
|
||||
no warranty, either express or implied, as to the use,
|
||||
operation, condition, or performance of the Specification."
|
||||
|
||||
REVISION "200703090000Z" -- 09 Mar 2007
|
||||
DESCRIPTION "Version 234: Added additional BSG definitions."
|
||||
|
||||
REVISION "200702260000Z" -- 26 Feb 2007
|
||||
DESCRIPTION "Version 233: Remove some unnecessary BSG definitions."
|
||||
|
||||
REVISION "200702220000Z" -- 22 Feb 2007
|
||||
DESCRIPTION "Version 232: Added additional BotanyBay definitions."
|
||||
|
||||
REVISION "200702200000Z" -- 20 Feb 2007
|
||||
DESCRIPTION "Version 231: Added BSG definitions."
|
||||
|
||||
REVISION "200611140000Z" -- 11 Nov 2006
|
||||
DESCRIPTION "Version 230: Added definitions for bayStackErrorMessageMib."
|
||||
|
||||
REVISION "200609010000Z" -- 01 Sept 2006
|
||||
DESCRIPTION "Version 229: Added definitions for ERS2500."
|
||||
|
||||
REVISION "200607060000Z" -- 06 July 2006
|
||||
DESCRIPTION "Version 228: Fix botany bay definitions."
|
||||
|
||||
REVISION "200606230000Z" -- 23 June 2006
|
||||
DESCRIPTION "Version 227: Added bayStackDhcpSnoopingMib and bayStackArpInspectionMib."
|
||||
|
||||
REVISION "200605180000Z" -- 18 May 2006
|
||||
DESCRIPTION "Version 226: Added section to track branches under bayStackMibs."
|
||||
|
||||
REVISION "200604120000Z" -- 12 April 2006
|
||||
DESCRIPTION "Version 225: Fix typo."
|
||||
|
||||
REVISION "200604060000Z" -- 04 April 2006
|
||||
DESCRIPTION "Version 224: Added Botany Bay definitions."
|
||||
|
||||
REVISION "200603170000Z" -- 17 March 2006
|
||||
DESCRIPTION "Version 223: Added BSR definitions."
|
||||
|
||||
REVISION "200603100000Z" -- 10 March 2006
|
||||
DESCRIPTION "Version 222: Added additional BES definitions."
|
||||
|
||||
REVISION "200603020000Z" -- 02 March 2006
|
||||
DESCRIPTION "Version 221: Added BAP definitions."
|
||||
|
||||
REVISION "200601170000Z" -- 17 January 2006
|
||||
DESCRIPTION "Version 220: Added mOME6500."
|
||||
|
||||
REVISION "200511040000Z" -- 04 November 2005
|
||||
DESCRIPTION "Version 219: Added various BES definitions."
|
||||
|
||||
REVISION "200510110000Z" -- 11 October 2005
|
||||
DESCRIPTION "Version 218: Added mMetro3500."
|
||||
|
||||
REVISION "200506130000Z" -- 13 June 2005
|
||||
DESCRIPTION "Version 217: Added mNnVPNGw3070."
|
||||
|
||||
REVISION "200506020000Z" -- 06 June 2005
|
||||
DESCRIPTION "Version 216: Added mSnsa4050."
|
||||
|
||||
REVISION "200504210000Z" -- 21 Apr 2005
|
||||
DESCRIPTION "Version 215: Added ntwsTrapezeNetworks."
|
||||
|
||||
REVISION "200503240000Z" -- 24 Mar 2005
|
||||
DESCRIPTION "Version 214: more enumeration label changes to reflect
|
||||
rebranding of baystack products."
|
||||
|
||||
REVISION "200503150000Z" -- 15 Mar 2005
|
||||
DESCRIPTION "Version 213: change enumeration labels to reflect rebranding
|
||||
of baystack products."
|
||||
|
||||
REVISION "200502140000Z" -- 14 Feb 2005
|
||||
DESCRIPTION "Version 212: added Nortel WLAN sysObjectID values"
|
||||
|
||||
REVISION "200411230000Z" -- 23 Nov 2004
|
||||
DESCRIPTION "Version 211: added mMetroESU1850-12G-AC and
|
||||
mMetroESU1850-12G-DC"
|
||||
|
||||
REVISION "200410130000Z" -- 13 Oct 2004
|
||||
DESCRIPTION "Version 210: added support for Outrigger and Dragline."
|
||||
|
||||
REVISION "200408300000Z" -- 30 Aug 2004
|
||||
DESCRIPTION "Version 209: added support for Baystack 470 24T/48T
|
||||
PWR switches"
|
||||
|
||||
REVISION "200407200001Z" -- 20 Jul 2004
|
||||
DESCRIPTION "Version 208: Fix typo"
|
||||
|
||||
REVISION "200407200000Z" -- 20 Jul 2004
|
||||
DESCRIPTION "Version 207: Added version number"
|
||||
|
||||
REVISION "200407190000Z" -- 19 Jul 2004
|
||||
DESCRIPTION "Added enum 127 to SnpxChassisType Textual Convention"
|
||||
|
||||
REVISION "200305050000Z" -- 05 May 2003
|
||||
DESCRIPTION "v196: Conversion to SMIv2"
|
||||
::= { enterprises 45 }
|
||||
|
||||
-- Textual Conventions
|
||||
|
||||
SnpxBackplaneType ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
SYNTAX INTEGER {
|
||||
other(1), -- none of the following
|
||||
eth(2), -- ethernet
|
||||
ethTok(3), -- ethernet and tokenring
|
||||
ethFddi(4), -- ethernet and FDDI
|
||||
ethTokFddi(5), -- ethernet, tokenring, and FDDI
|
||||
ethTokRed(6), -- ethernet and tokenring with
|
||||
-- redundant powersupply
|
||||
ethTokFddiRed(7), -- ethernet, tokenring, and FDDI
|
||||
-- with redundant powersupply
|
||||
tok(8), -- tokenring
|
||||
enetTrFastEnet(9), -- ethernet, tokenring, and fast ethernet
|
||||
enetFastEnet(10), -- ethernet and fast ethernet
|
||||
enetTrFastEnetRed(11), -- ethernet, tokenring, and fast ethernet
|
||||
-- with redundant powersupply
|
||||
enetFastGigEnet(12) -- ethernet, fast, and gigabit ethernet
|
||||
}
|
||||
-- This type is used to specify a concentrator backplane.
|
||||
|
||||
|
||||
SnpxChassisType ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
SYNTAX INTEGER {
|
||||
other(1), -- none of the following
|
||||
m3000(2), -- product 3000
|
||||
m3030(3), -- product 3030
|
||||
m2310(4), -- product 2310
|
||||
m2810(5), -- product 2810
|
||||
m2912(6), -- product 2912
|
||||
m2914(7), -- product 2914
|
||||
m271x(8), -- product 271x
|
||||
m2813(9), -- product 2813
|
||||
m2814(10), -- product 2814
|
||||
m2915(11), -- product 2915
|
||||
m5000(12), -- product 5000
|
||||
m2813SA(13), -- product 2813SA
|
||||
m2814SA(14), -- product 2814SA
|
||||
m810M(15), -- product 810M
|
||||
m1032x(16), -- product EtherCell
|
||||
m5005(17), -- product 5005
|
||||
mAlcatelEthConc(18), -- product Alcatel Ethernet workgroup conc.
|
||||
m2715SA(20), -- product 2715SA
|
||||
m2486(21), -- product 2486
|
||||
m28xxx(22), -- product 28000 series
|
||||
m2300x(23), -- product 23000 series
|
||||
m5DN00x(24), -- product 5DN00x series
|
||||
mBayStackEth(25), -- product BayStack Ethernet
|
||||
m2310x(26), -- product 23100 series
|
||||
mBayStack100Hub(27), -- product 100Base-T Hub
|
||||
m3000FastEth(28), -- product 3000 Fast Ethernet
|
||||
mXediaSwitch(29), -- product Orion switch
|
||||
notUsed(30), -- not used
|
||||
m28200EthSwitch(31), -- product DDS
|
||||
mCent6Slot(32), -- product Centillion
|
||||
mCent12Slot(33), -- product Centillion
|
||||
mCent1Slot(34), -- product Centillion
|
||||
mBayStack301(35), -- product BayStack 301
|
||||
mBayStackTr(36), -- product BayStack TokenRing Hub
|
||||
mFVC10625(37), -- product FVC Multimedia Switch
|
||||
mSwitchNode(38), -- product Switch Node
|
||||
mBayStack302(39), -- product BayStack 302 Switch
|
||||
mBayStack350(40), -- product BayStack 350 Switch
|
||||
mBayStack150(41), -- product BayStack 150 Ethernet Hub
|
||||
mCent50N3Slot(42), -- product Centillion 50N switch
|
||||
mCent50T3Slot(43), -- product Centillion 50T switch
|
||||
mBayStack303-304(44), -- product BayStack 303 and 304 Switches
|
||||
mBayStack200(45), -- product BayStack 200 Ethernet Hub
|
||||
mBayStack250(46), -- product BayStack 250 10/100 Ethernet Hub
|
||||
mBayStack450(48), -- product BayStack 450 10/100/1000 Switches
|
||||
mBayStack410(49), -- product BayStack 410 10/100 Switches
|
||||
mPassport1200(50), -- product Passport 1200 L3 Switch
|
||||
mPassport1250(51), -- product Passport 1250 L3 Switch
|
||||
mPassport1100(52), -- product Passport 1100 L3 Switch
|
||||
mPassport1150(53), -- product Passport 1150 L3 Switch
|
||||
mPassport1050(54), -- product Passport 1050 L3 Switch
|
||||
mPassport1051(55), -- product Passport 1051 L3 Switch
|
||||
mPassport8610(56), -- product Passport 8610 L3 Switch
|
||||
mPassport8606(57), -- product Passport 8606 L3 Switch
|
||||
mPassport8010(58), -- product Passport 8010
|
||||
mPassport8006(59), -- product Passport 8006
|
||||
mBayStack670(60), -- product BayStack 670 wireless access point
|
||||
mPassport740(61), -- product Passport 740
|
||||
mPassport750(62), -- product Passport 750
|
||||
mPassport790(63), -- product Passport 790
|
||||
mBPS2000(64), -- product Business Policy Switch 2000 10/100 Switches
|
||||
mPassport8110(65), -- product Passport 8110 L2 Switch
|
||||
mPassport8106(66), -- product Passport 8106 L2 Switch
|
||||
mBayStack3580(67), -- product BayStack 3580 Gig Switch
|
||||
mBayStack10(68), -- product BayStack 10 Power Supply Unit
|
||||
mBayStack420(69), -- product BayStack 420 10/100 Switch
|
||||
mMetro1200ESM(70), -- product OPTera Metro 1200 Ethernet Service Module
|
||||
mPassport8010co(71), -- product OPTera 8010co
|
||||
mPassport8610co(72), -- product OPTera 8610co L3 switch
|
||||
mPassport8110co(73), -- product OPTera 8110co L2 switch
|
||||
mPassport8003(74), -- product OPTera 8003
|
||||
mPassport8603(75), -- product OPTera 8603 L3 switch
|
||||
mPassport8103(76), -- product OPTera 8103 L2 switch
|
||||
mBayStack380(77), -- product BayStack 380 10/100/1000 Switch
|
||||
mES470-48T(78), -- product Ethernet Switch 470-48T
|
||||
mMetro1450ESM(79), -- product OPTera Metro 1450 Ethernet Service Module
|
||||
mMetro1400ESM(80), -- product OPTera Metro 1400 Ethernet Service Module
|
||||
mAlteonSwitch(81), -- product Alteon Switch Family
|
||||
mES460-24T-PWR(82), -- product Ethernet Switch 460-24T-PWR
|
||||
mMetro8010(83), -- product OPTera Metro 8010 OPM L2 Switch
|
||||
mMetro8010co(84), -- product OPTera Metro 8010co OPM L2 Switch
|
||||
mMetro8006(85), -- product OPTera Metro 8006 OPM L2 Switch
|
||||
mMetro8003(86), -- product OPTera Metro 8003 OPM L2 Switch
|
||||
mAlteon180e(87), -- product Alteon 180e
|
||||
mAlteonAD3(88), -- product Alteon AD3
|
||||
mAlteon184(89), -- product Alteon 184
|
||||
mAlteonAD4(90), -- product Alteon AD4
|
||||
mPassport1424(91), -- product Passport 1424 L3 switch
|
||||
mPassport1648(92), -- product Passport 1648 L3 switch
|
||||
mPassport1612(93), -- product Passport 1612 L3 switch
|
||||
mPassport1624(94), -- product Passport 1624 L3 switch
|
||||
mBayStack380-24F(95), -- product BayStack 380-24F Fiber 1000 Switch
|
||||
mERS5510-24T(96), -- product Ethernet Routing Switch 5510-24T
|
||||
mERS5510-48T(97), -- product Ethernet Routing Switch 5510-48T
|
||||
mES470-24T(98), -- product Ethernet Switch 470-24T
|
||||
mWLANAccessPoint2220(99), -- product Nortel Networks Wireless LAN Access Point 2220
|
||||
mPassport2402(100), -- product Passport RBS 2402 L3 switch
|
||||
mAlteon2424(101), -- product Alteon Application Switch 2424
|
||||
mAlteon2224(102), -- product Alteon Application Switch 2224
|
||||
mAlteon2208(103), -- product Alteon Application Switch 2208
|
||||
mAlteon2216(104), -- product Alteon Application Switch 2216
|
||||
mAlteon3408(105), -- product Alteon Application Switch 3408
|
||||
mAlteon3416(106), -- product Alteon Application Switch 3416
|
||||
mWLANSecuritySwitch2250(107), -- product Nortel Networks Wireless LAN SecuritySwitch 2250
|
||||
mES425-48T(108), -- product Ethernet Switch 425-48T
|
||||
mES425-24T(109), -- product Ethernet Switch 425-24T
|
||||
mWLANAccessPoint2221(110), -- product Nortel Networks Wireless LAN Access Point 2221
|
||||
mMetroESU1800-24T(111), -- product Nortel Metro Ethernet Service Unit 24-T SPF switch
|
||||
mMetroESU1800-24T-LX-DC(112), -- product Nortel Metro Ethernet Service Unit 24-T LX DC switch
|
||||
mPassport8310(113), -- product Passport 8300 10-slot chassis
|
||||
mPassport8306(114), -- product Passport 8300 6-slot chassis
|
||||
mERS5520-24T-PWR(115), -- product Ethernet Routing Switch 5520-24T-PWR
|
||||
mERS5520-48T-PWR(116), -- product Ethernet Routing Switch 5520-48T-PWR
|
||||
mNnVPNGw3050(117), -- product Nortel Networks VPN Gateway 3050
|
||||
mAlteonSSL310(118), -- product Alteon SSL 310 10/100
|
||||
mAlteonSSL310Fiber(119), -- product Alteon SSL 310 10/100 Fiber
|
||||
mAlteonSSL310FIPS(120), -- product Alteon SSL 310 10/100 FIPS
|
||||
mAlteonSSL410(121), -- product Alteon SSL 410 10/100/1000
|
||||
mAlteonSSL410Fiber(122), -- product Alteon SSL 410 10/100/1000 Fiber
|
||||
mAlteonAS2424SSL(123), -- product Alteon Application Switch 2424-SSL
|
||||
mES325-24T(124), -- product Ethernet Switch 325-24T
|
||||
mES325-24G(125), -- product Ethernet Switch 325-24G
|
||||
mWLANAccessPoint2225(126), -- product Nortel Networks Wireless LAN Access Point 2225
|
||||
mWLANSecuritySwitch2270(127), -- product Nortel Networks Wireless LAN SecuritySwitch 2270
|
||||
mES470-24T-PWR(128), -- product 24-port Ethernet Switch 470-24T-PWR
|
||||
mES470-48T-PWR(129), -- product 48-port Ethernet Switch 470-48T-PWR
|
||||
mERS5530-24TFD(130), -- product Ethernet Routing Switch 5530-24TFD
|
||||
mES3510-24T(131), -- product Ethernet Switch 3510-24T
|
||||
mMetroESU1850-12G-AC(132), -- product Nortel Metro Ethernet Service Unit 12G AC L3 switch
|
||||
mMetroESU1850-12G-DC(133), -- product Nortel Metro Ethernet Service Unit 12G DC L3 switch
|
||||
mSnas4050(134), -- Nortel Secure Access Switch
|
||||
mNnVPNGw3070(135), -- Nortel Networks VPN Gateway 3070
|
||||
mMetro3500(136), -- OPTera Metro 3500
|
||||
mBES1010-24T(137), -- SMB BES 1010 24T
|
||||
mBES1010-48T(138), -- SMB BES 1010 48T
|
||||
mBES1020-24T-PWR(139), -- SMB BES 1020 24T PWR
|
||||
mBES1020-48T-PWR(140), -- SMB BES 1020 48T PWR
|
||||
mBES2010-24T(141), -- SMB BES 2010 24T
|
||||
mBES2010-48T(142), -- SMB BES 2010 48T
|
||||
mBES2020-24T-PWR(143), -- SMB BES 2020 24T PWR
|
||||
mBES2020-48T-PWR(144), -- SMB BES 2020 48T PWR
|
||||
mBES110-24T(145), -- SMB BES 110 24T
|
||||
mBES110-48T(146), -- SMB BES 110 48T
|
||||
mBES120-24T-PWR(147), -- SMB BES 120 24T PWR
|
||||
mBES120-48T-PWR(148), -- SMB BES 120 48T PWR
|
||||
mBES210-24T(149), -- SMB BES 210 24T
|
||||
mBES210-48T(150), -- SMB BES 210 48T
|
||||
mBES220-24T-PWR(151), -- SMB BES 220 24T PWR
|
||||
mBES220-48T-PWR(152), -- SMB BES 220 48T PWR
|
||||
mOME6500(153), -- OME 6500
|
||||
mERS4548GT(154), -- Ethernet Routing Switch 4548GT
|
||||
mERS4548GT-PWR(155), -- Ethernet Routing Switch 4548GT-PWR
|
||||
mERS4550T(156), -- Ethernet Routing Switch 4550T
|
||||
mERS4550T-PWR(157), -- Ethernet Routing Switch 4550T-PWR
|
||||
mERS4526FX(158), -- Ethernet Routing Switch 4526FX
|
||||
mERS2500-26T(159), -- Ethernet Routing Switch 2500-26T
|
||||
mERS2500-26T-PWR(160), -- Ethernet Routing Switch 2500-26T-PWR
|
||||
mERS2500-50T(161), -- Ethernet Routing Switch 2500-50T
|
||||
mERS2500-50T-PWR(162), -- Ethernet Routing Switch 2500-50T-PWR
|
||||
mERS4526GWX-PWR(167), -- Ethernet Routing Switch 4526GWX-PWR
|
||||
mERS4526GWX(166), -- Ethernet Routing Switch 4526GWX
|
||||
mERS4524GT(165), -- Ethernet Routing Switch 4524GT
|
||||
mERS4526T-PWR(164), -- Ethernet Routing Switch 4526T-PWR
|
||||
mERS4526T(163) -- Ethernet Routing Switch 4526T
|
||||
}
|
||||
|
||||
-- Top Branches under "synoptics"
|
||||
|
||||
products OBJECT IDENTIFIER ::= { synoptics 1 }
|
||||
temporary OBJECT IDENTIFIER ::= { synoptics 2 }
|
||||
registration OBJECT IDENTIFIER ::= { synoptics 3 }
|
||||
policy OBJECT IDENTIFIER ::= { synoptics 4 }
|
||||
bayStackMibs OBJECT IDENTIFIER ::= { synoptics 5 }
|
||||
ntwsTrapezeNetworks OBJECT IDENTIFIER ::= { synoptics 6 }
|
||||
|
||||
|
||||
-- Branches under "products"
|
||||
|
||||
series1000 OBJECT IDENTIFIER ::= { products 1 }
|
||||
s3SnmpAgent OBJECT IDENTIFIER ::= { products 2 }
|
||||
series3000 OBJECT IDENTIFIER ::= { products 3 }
|
||||
superAgent OBJECT IDENTIFIER ::= { products 4 }
|
||||
specialTraps OBJECT IDENTIFIER ::= { products 5 }
|
||||
series5000 OBJECT IDENTIFIER ::= { products 6 }
|
||||
lanSwitch OBJECT IDENTIFIER ::= { products 7 }
|
||||
snpxRmonExt OBJECT IDENTIFIER ::= { products 8 }
|
||||
wirelessLAN OBJECT IDENTIFIER ::= { products 9 }
|
||||
powerSupply OBJECT IDENTIFIER ::= { products 10 }
|
||||
-- powerSupply moved to 10 because of conflicts
|
||||
wlan2200 OBJECT IDENTIFIER ::= { products 11 }
|
||||
|
||||
|
||||
-- Branches under "temporary"
|
||||
|
||||
-- ieee8023 OBJECT IDENTIFIER ::= { temporary 1 }
|
||||
-- proj1(del) OBJECT IDENTIFIER ::= { temporary 2 }
|
||||
-- proj2(sa) OBJECT IDENTIFIER ::= { temporary 3 }
|
||||
-- proj3(lc) OBJECT IDENTIFIER ::= { temporary 4 }
|
||||
-- proj4(pen) OBJECT IDENTIFIER ::= { temporary 5 }
|
||||
-- proj5(phe) OBJECT IDENTIFIER ::= { temporary 6 }
|
||||
-- proj6(fddi) OBJECT IDENTIFIER ::= { temporary 7 }
|
||||
-- proj7(xo) OBJECT IDENTIFIER ::= { temporary 8 }
|
||||
|
||||
-- Branches under "registration" (values for object sysObjectId)
|
||||
s3reg-other OBJECT IDENTIFIER ::= { registration 1 }
|
||||
|
||||
|
||||
s3reg-3000 OBJECT IDENTIFIER ::= { registration 2 }
|
||||
s3reg-3000-enetNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-3000 1 }
|
||||
s3reg-3000-trNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-3000 2 }
|
||||
s3reg-3000-FDDI-NMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-3000 3 }
|
||||
s3reg-3000-FastEthNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-3000 4 }
|
||||
s3reg-3000-ethSwitchNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-3000 5 }
|
||||
|
||||
|
||||
s3reg-3030 OBJECT IDENTIFIER ::= { registration 3 }
|
||||
s3reg-3030-enetNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-3030 1 }
|
||||
s3reg-3030-trNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-3030 2 }
|
||||
s3reg-3030-FDDI-NMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-3030 3 }
|
||||
s3reg-3030-ethSwitchNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-3030 4 }
|
||||
|
||||
|
||||
s3reg-2310 OBJECT IDENTIFIER ::= { registration 4 }
|
||||
s3reg-2310-enetNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-2310 1 }
|
||||
s3reg-2310-trNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-2310 2 }
|
||||
s3reg-2310-FDDI-NMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-2310 3 }
|
||||
|
||||
|
||||
s3reg-332X OBJECT IDENTIFIER ::= { registration 5 }
|
||||
s3reg-332XS OBJECT IDENTIFIER ::= { registration 6 }
|
||||
s3reg-3356 OBJECT IDENTIFIER ::= { registration 7 }
|
||||
|
||||
|
||||
s3reg-2810 OBJECT IDENTIFIER ::= { registration 8 }
|
||||
s3reg-2810-enetNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-2810 1 }
|
||||
|
||||
|
||||
s3reg-2715 OBJECT IDENTIFIER ::= { registration 9 }
|
||||
s3reg-2715-trNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-2715 1 }
|
||||
|
||||
|
||||
s3reg-291X OBJECT IDENTIFIER ::= { registration 10 }
|
||||
s3reg-291X-FDDI-NMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-291X 1 }
|
||||
|
||||
|
||||
s3reg-3394 OBJECT IDENTIFIER ::= { registration 11 }
|
||||
|
||||
s3reg-281X OBJECT IDENTIFIER ::= { registration 12 }
|
||||
s3reg-281X-enetNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-281X 1 }
|
||||
|
||||
|
||||
s5reg-5000 OBJECT IDENTIFIER ::= { registration 13 }
|
||||
s5reg-5000-ethNMM -- Ethernet NMM in 5000 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5000 1 }
|
||||
s5reg-5000-tokNMM -- Token Ring NMM in 5000 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5000 2 }
|
||||
s5reg-5000-fddNMM -- FDDI NMM in 5000 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5000 3 }
|
||||
s5reg-5000-atmNMM -- ATM NMM in 5000 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5000 4 }
|
||||
s5reg-5000-ethSwitchNMM -- Ethernet Switch NMM in 5000 Chassis
|
||||
OBJECT IDENTIFIER ::= {s5reg-5000 5}
|
||||
s5reg-5000-ethFastEthNMM -- 10/100 Ethernet NMM in 5000 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5000 6 }
|
||||
s5reg-5000-eth10-100SwitchNMM -- 10/100 Ethernet Switch NMM in 5000 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5000 7 }
|
||||
|
||||
|
||||
s3reg-281XSA OBJECT IDENTIFIER ::= { registration 14 }
|
||||
s3reg-281XSA-enetNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-281XSA 1 }
|
||||
|
||||
|
||||
lsreg-28xxx OBJECT IDENTIFIER ::= { registration 15 }
|
||||
lsreg-28xxx-NMM
|
||||
OBJECT IDENTIFIER ::= { lsreg-28xxx 1 }
|
||||
|
||||
|
||||
s3reg-8xx OBJECT IDENTIFIER ::= { registration 16 }
|
||||
s3reg-810M-enetNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-8xx 1 }
|
||||
|
||||
|
||||
s5reg-5005 OBJECT IDENTIFIER ::= { registration 17 }
|
||||
s5reg-5005-ethNMM -- Ethernet NMM in 5005 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5005 1 }
|
||||
s5reg-5005-tokNMM -- Token Ring NMM in 5005 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5005 2 }
|
||||
s5reg-5005-ethSwitchNMM -- Ethernet Switch NMM in 5005 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5005 3 }
|
||||
s5reg-5005-fddNMM -- FDDI NMM in 5005 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5005 4 }
|
||||
s5reg-5005-ethFastEthNMM -- 10/100 Ethernet NMM in 5005 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5005 5 }
|
||||
s5reg-5005-eth10-100SwitchNMM -- 10/100 Ethernet Switch NMM in 5005 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-5005 7 }
|
||||
|
||||
s3reg-AlcatelConc OBJECT IDENTIFIER ::= { registration 18 }
|
||||
s3reg-AlcatelEthConc-enetNMM
|
||||
OBJECT IDENTIFIER ::= { s3reg-AlcatelConc 1 }
|
||||
|
||||
|
||||
s3reg-271XSA OBJECT IDENTIFIER ::= { registration 19 }
|
||||
s3reg-271XSA-trNMM OBJECT IDENTIFIER ::= { s3reg-271XSA 1 }
|
||||
|
||||
|
||||
ecreg-1032x OBJECT IDENTIFIER ::= { registration 20 }
|
||||
s3reg-1032x-NMM OBJECT IDENTIFIER ::= { ecreg-1032x 1 }
|
||||
|
||||
|
||||
sreg-5DN00x OBJECT IDENTIFIER ::= { registration 21 }
|
||||
sreg-5DN00x-EthNMM OBJECT IDENTIFIER ::= { sreg-5DN00x 1 }
|
||||
|
||||
|
||||
sreg-BayStackEth OBJECT IDENTIFIER ::= { registration 22 }
|
||||
sreg-BayStackEth-ethNMM OBJECT IDENTIFIER ::= { sreg-BayStackEth 1 }
|
||||
|
||||
|
||||
sreg-2300x OBJECT IDENTIFIER ::= { registration 23 }
|
||||
sreg-2300x-NMM OBJECT IDENTIFIER ::= { sreg-2300x 1 }
|
||||
|
||||
|
||||
sreg-2310x OBJECT IDENTIFIER ::= { registration 24 }
|
||||
sreg-2310x-NMM OBJECT IDENTIFIER ::= { sreg-2310x 1 }
|
||||
|
||||
sreg-Orion OBJECT IDENTIFIER ::= { registration 25 }
|
||||
sreg-Orion-ethNMM OBJECT IDENTIFIER ::= { sreg-Orion 1 }
|
||||
|
||||
sreg-BayStack100Hub OBJECT IDENTIFIER ::= { registration 26 }
|
||||
sreg-BayStack100Unit-12Port
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack100Hub 1 }
|
||||
|
||||
sreg-BayStackTr OBJECT IDENTIFIER ::= { registration 27 }
|
||||
sreg-BayStackTr-trNMM -- BayStackTr NMM in a virtual Chassis
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStackTr 1 }
|
||||
|
||||
lsreg-28200 OBJECT IDENTIFIER ::= { registration 28 }
|
||||
lsreg-28200-ethSwitchNMM -- 28200 Ethernet Switch
|
||||
OBJECT IDENTIFIER ::= { lsreg-28200 1 }
|
||||
|
||||
sreg-BayStack302 OBJECT IDENTIFIER ::= { registration 29 }
|
||||
sreg-BayStack302-9port -- BayStack302 8+1Tx/Fx 10 Mb/s Ethernet Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack302 1 }
|
||||
|
||||
sreg-BayStack350 OBJECT IDENTIFIER ::= { registration 30 }
|
||||
sreg-BayStack350-ethSwitchNMM -- BayStack350 Family 10/100 Adaptive Switches
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack350 1 }
|
||||
sreg-BayStack350-24T-ethSwitchNMM -- BayStack 350-24T and -12T 10/100/1000 Adaptive Switches
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack350 2 }
|
||||
|
||||
sreg-BayStack150Eth OBJECT IDENTIFIER ::= { registration 31 }
|
||||
sreg-BayStack150Eth-ethNMM
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack150Eth 1 }
|
||||
|
||||
sreg-BayStack303-304 OBJECT IDENTIFIER ::= { registration 32 }
|
||||
sreg-BayStack303-304-Sw -- 12-24 10mb 1 100mb with MDA Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack303-304 1 }
|
||||
sreg-BayStack303-24T-Sw -- 24 10mb 1 100mb with 2 MDA Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack303-304 2 }
|
||||
|
||||
sreg-BayStack200Eth OBJECT IDENTIFIER ::= { registration 33 }
|
||||
sreg-BayStack200Eth-ethNMM --BayStack200 Ethernet Hub
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack200Eth 1 }
|
||||
|
||||
sreg-BayStack250Eth OBJECT IDENTIFIER ::= { registration 34 }
|
||||
sreg-BayStack250Eth-ethNMM --BayStack250 10/100 Ethernet Hub
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack250Eth 1 }
|
||||
|
||||
sreg-BayStack450 OBJECT IDENTIFIER ::= { registration 35 }
|
||||
sreg-BayStack450-ethSwitchNMM --BayStack450 10/100/1000 Ethernet Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack450 1 }
|
||||
|
||||
sreg-BayStack410 OBJECT IDENTIFIER ::= { registration 36 }
|
||||
sreg-BayStack410-24T-ethSwitchNMM --BayStack 410-24T 10/100 Adaptive Switches
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack410 1 }
|
||||
|
||||
sreg-BayStackICS OBJECT IDENTIFIER ::= { registration 37 }
|
||||
sreg-BayStackICS-NMM --BayStack Integrated Communication Server
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStackICS 1 }
|
||||
|
||||
s5reg-Accelar8010 OBJECT IDENTIFIER ::= { registration 38 }
|
||||
s5reg-Accelar8132TX --Ethernet Switch 32 port in 8010 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-Accelar8010 1 }
|
||||
s5reg-Accelar8148TX --Ethernet Switch 48 port in 8010 Chassis
|
||||
OBJECT IDENTIFIER ::= { s5reg-Accelar8010 2 }
|
||||
|
||||
sreg-BayStack670 OBJECT IDENTIFIER ::= { registration 39 }
|
||||
sreg-BayStack670-wirelessLAN -- BayStack 670 11Mb/s wireless access point
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack670 1 }
|
||||
|
||||
sreg-BPS2000 OBJECT IDENTIFIER ::= { registration 40 }
|
||||
sreg-BPS2000-24T-ethSwitchNMM -- BPS 2000-24T 10/100 Switches
|
||||
OBJECT IDENTIFIER ::= { sreg-BPS2000 1 }
|
||||
|
||||
sreg-BayStack3580 OBJECT IDENTIFIER ::= { registration 41 }
|
||||
sreg-BayStack3580-16F-gigEthSwitch --BayStack 3580-16F Gigabit Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack3580 1 }
|
||||
|
||||
sreg-BayStack10 OBJECT IDENTIFIER ::= { registration 42 }
|
||||
sreg-BayStack10-powerSupplyUnit -- BayStack 10 Power Supply Unit
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack10 1 }
|
||||
|
||||
sreg-BayStack420 OBJECT IDENTIFIER ::= { registration 43 }
|
||||
sreg-BayStack420-24T-ethSwitchNMM -- BayStack 420-24T 10/100 Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack420 1 }
|
||||
|
||||
sreg-Metro1200ESM OBJECT IDENTIFIER ::= { registration 44 }
|
||||
sreg-Metro1200ESM-12T-ethSwitchNMM -- OPTera Metro 1200 Ethernet Service Module
|
||||
OBJECT IDENTIFIER ::= { sreg-Metro1200ESM 1 }
|
||||
|
||||
sreg-BayStack380 OBJECT IDENTIFIER ::= { registration 45 }
|
||||
sreg-BayStack380-24T-ethSwitchNMM -- BayStack 380-24T Switch 10/100/1000 Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack380 1 }
|
||||
|
||||
sreg-BayStack470 OBJECT IDENTIFIER ::= { registration 46 }
|
||||
sreg-BayStack470-48T-ethSwitchNMM -- BayStack 470-48T Switch 10/100 Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack470 1 }
|
||||
|
||||
sreg-Metro1450ESM OBJECT IDENTIFIER ::= { registration 47 }
|
||||
sreg-Metro1450ESM-12T2GBIC-ethSwitchNMM -- OPTera Metro 1450 Ethernet Service Module
|
||||
OBJECT IDENTIFIER ::= { sreg-Metro1450ESM 1 }
|
||||
|
||||
sreg-Metro1400ESM OBJECT IDENTIFIER ::= { registration 48 }
|
||||
sreg-Metro1400ESM-12T2GBIC-ethSwitchNMM -- OPTera Metro 1400 Ethernet Service Module
|
||||
OBJECT IDENTIFIER ::= { sreg-Metro1400ESM 1 }
|
||||
|
||||
sreg-BayStack460-24T-PWR OBJECT IDENTIFIER ::= { registration 49 }
|
||||
sreg-BayStack460-24T-PWR-ethSwitchNMM -- BayStack 460-24T-PWR
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack460-24T-PWR 1 }
|
||||
|
||||
sreg-Metro8000 OBJECT IDENTIFIER ::= { registration 50 }
|
||||
sreg-Metro8000-8664GB-OPM -- OPTera Metro 8000 4 Ports Open Protocol Module
|
||||
OBJECT IDENTIFIER ::= { sreg-Metro8000 1 }
|
||||
|
||||
sreg-BayStack380-24F OBJECT IDENTIFIER ::= { registration 51 }
|
||||
sreg-BayStack380-24F-ethSwitchNMM -- BayStack 380-24F Switch 1000 Fiber Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack380-24F 1 }
|
||||
|
||||
sreg-BayStack5510-24T OBJECT IDENTIFIER ::= { registration 52 }
|
||||
sreg-BayStack5510-24T-ethSwitchNMM -- BayStack 5510-24T
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack5510-24T 1 }
|
||||
|
||||
sreg-BayStack5510-48T OBJECT IDENTIFIER ::= { registration 53 }
|
||||
sreg-BayStack5510-48T-ethSwitchNMM -- BayStack 5510-48T
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack5510-48T 1 }
|
||||
|
||||
sreg-BayStack470-24T OBJECT IDENTIFIER ::= { registration 54 }
|
||||
sreg-BayStack470-24T-ethSwitchNMM -- BayStack 470-24T Switch 10/100 Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack470-24T 1 }
|
||||
|
||||
-- Nortel Networks Wireless LAN Access Point 2220
|
||||
sreg-WLANAccessPoint2220 OBJECT IDENTIFIER ::= { registration 55 }
|
||||
sreg-WLANAccessPoint2220-wirelessAP
|
||||
OBJECT IDENTIFIER ::= { sreg-WLANAccessPoint2220 1 }
|
||||
|
||||
-- Nortel Networks Wireless LAN Security Switch 2250
|
||||
sreg-WLANSecuritySwitch2250 OBJECT IDENTIFIER ::= { registration 56 }
|
||||
|
||||
-- Nortel Networks BayStack 425, 48 and 24 port devices
|
||||
sreg-BayStack425 OBJECT IDENTIFIER ::= { registration 57 }
|
||||
sreg-BayStack425-48T OBJECT IDENTIFIER ::= { sreg-BayStack425 1 }
|
||||
sreg-BayStack425-24T OBJECT IDENTIFIER ::= { sreg-BayStack425 2 }
|
||||
|
||||
-- Nortel Networks Wireless LAN Access Point 2221
|
||||
sreg-WLANAccessPoint2221 OBJECT IDENTIFIER ::= { registration 58 }
|
||||
sreg-WLANAccessPoint2221-wirelessAP
|
||||
OBJECT IDENTIFIER ::= { sreg-WLANAccessPoint2221 1 }
|
||||
|
||||
sreg-BayStack5520 OBJECT IDENTIFIER ::= { registration 59 }
|
||||
sreg-BayStack5520-24T-PWR OBJECT IDENTIFIER ::= { sreg-BayStack5520 1 }
|
||||
sreg-BayStack5520-48T-PWR OBJECT IDENTIFIER ::= { sreg-BayStack5520 2 }
|
||||
|
||||
-- Nortel Networks WLAN Security Siwtch 2270
|
||||
sreg-WLANSecuritySwitch OBJECT IDENTIFIER ::= { registration 60 }
|
||||
sreg-WLANSecuritySwitch2270 OBJECT IDENTIFIER ::= { sreg-WLANSecuritySwitch 1 }
|
||||
|
||||
-- Nortel Networks BayStack 325
|
||||
sreg-BayStack325 OBJECT IDENTIFIER ::= { registration 61 }
|
||||
sreg-BayStack325-24T OBJECT IDENTIFIER ::= { sreg-BayStack325 1 }
|
||||
sreg-BayStack325-24G OBJECT IDENTIFIER ::= { sreg-BayStack325 2 }
|
||||
|
||||
-- Nortel Networks Wireless LAN Access Point 2225
|
||||
sreg-WLANAccessPoint2225 OBJECT IDENTIFIER ::= { registration 62 }
|
||||
sreg-WLANAccessPoint2225-wirelessAP
|
||||
OBJECT IDENTIFIER ::= { sreg-WLANAccessPoint2225 1 }
|
||||
|
||||
|
||||
sreg-BayStack470-24T-PWR OBJECT IDENTIFIER ::= { registration 63 }
|
||||
sreg-BayStack470-24T-PWR-ethSwitchNMM -- BayStack 470-24T-PWR Switch 10/100 Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack470-24T-PWR 1 }
|
||||
|
||||
sreg-BayStack470-48T-PWR OBJECT IDENTIFIER ::= { registration 64 }
|
||||
sreg-BayStack470-48T-PWR-ethSwitchNMM -- BayStack 470-48T-PWR Switch 10/100 Switch
|
||||
OBJECT IDENTIFIER ::= { sreg-BayStack470-48T-PWR 1 }
|
||||
|
||||
-- Ethernet Routing Switch 5530-24TFD
|
||||
sreg-EthernetRoutingSwitch5530-24TFD OBJECT IDENTIFIER ::= { registration 65 }
|
||||
|
||||
-- Ethernet Switch 3510-24T
|
||||
sreg-EthernetSwitch3510-24T OBJECT IDENTIFIER ::= { registration 66 }
|
||||
|
||||
-- Nortel WLAN
|
||||
sreg-NortelWLAN OBJECT IDENTIFIER ::= { registration 67 }
|
||||
sreg-NortelWLAN2350 OBJECT IDENTIFIER ::= { sreg-NortelWLAN 1 }
|
||||
sreg-NortelWLAN2360 OBJECT IDENTIFIER ::= { sreg-NortelWLAN 2 }
|
||||
sreg-NortelWLAN2361 OBJECT IDENTIFIER ::= { sreg-NortelWLAN 3 }
|
||||
sreg-NortelWLAN2370 OBJECT IDENTIFIER ::= { sreg-NortelWLAN 4 }
|
||||
sreg-NortelWLAN2380 OBJECT IDENTIFIER ::= { sreg-NortelWLAN 5 }
|
||||
|
||||
-- SMB BES
|
||||
sreg-SMB-BES OBJECT IDENTIFIER ::= { registration 68 }
|
||||
sreg-SMB-BES-GIG OBJECT IDENTIFIER ::= { sreg-SMB-BES 1 }
|
||||
sreg-SMB-BES-1010-24T OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 1 }
|
||||
sreg-SMB-BES-1010-48T OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 2 }
|
||||
sreg-SMB-BES-1020-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 3 }
|
||||
sreg-SMB-BES-1020-48T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 4 }
|
||||
sreg-SMB-BES-2010-24T OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 5 }
|
||||
sreg-SMB-BES-2010-48T OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 6 }
|
||||
sreg-SMB-BES-2020-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 7 }
|
||||
sreg-SMB-BES-2020-48T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 8 }
|
||||
|
||||
sreg-SMB-BES-FE OBJECT IDENTIFIER ::= { sreg-SMB-BES 2 }
|
||||
sreg-SMB-BES-110-24T OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 1 }
|
||||
sreg-SMB-BES-110-48T OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 2 }
|
||||
sreg-SMB-BES-120-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 3 }
|
||||
sreg-SMB-BES-120-48T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 4 }
|
||||
sreg-SMB-BES-210-24T OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 5 }
|
||||
sreg-SMB-BES-210-48T OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 6 }
|
||||
sreg-SMB-BES-220-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 7 }
|
||||
sreg-SMB-BES-220-48T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 8 }
|
||||
|
||||
sreg-SMB-BES-50-FE-12T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES 3 }
|
||||
sreg-SMB-BES-50-FE-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES 4 }
|
||||
sreg-SMB-BES-50-GE-12T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES 5 }
|
||||
sreg-SMB-BES-50-GE-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES 6 }
|
||||
|
||||
-- SMB BAP
|
||||
sreg-SMB-BAP OBJECT IDENTIFIER ::= { registration 69 }
|
||||
sreg-SMB-BAP-WirelessAccessPoint OBJECT IDENTIFIER ::= { sreg-SMB-BAP 1 }
|
||||
sreg-SMB-BAP-WirelessAccessPoint-BAP110 OBJECT IDENTIFIER ::= { sreg-SMB-BAP-WirelessAccessPoint 1 }
|
||||
sreg-SMB-BAP-WirelessAccessPoint-BAP120 OBJECT IDENTIFIER ::= { sreg-SMB-BAP-WirelessAccessPoint 2 }
|
||||
|
||||
-- SMB BSR (Business Secure Router)
|
||||
sreg-SMB-BSR OBJECT IDENTIFIER ::= { registration 70 }
|
||||
sreg-SMB-BSR222 OBJECT IDENTIFIER ::= { sreg-SMB-BSR 1 }
|
||||
sreg-SMB-BSR252 OBJECT IDENTIFIER ::= { sreg-SMB-BSR 2 }
|
||||
|
||||
-- Botany Bay (ERS 45xx Series)
|
||||
sreg-ERS-45xx OBJECT IDENTIFIER ::= { registration 71 }
|
||||
sreg-ERS-4548GT OBJECT IDENTIFIER ::= { sreg-ERS-45xx 1 }
|
||||
sreg-ERS-4548GT-PWR OBJECT IDENTIFIER ::= { sreg-ERS-45xx 2 }
|
||||
sreg-ERS-4550T OBJECT IDENTIFIER ::= { sreg-ERS-45xx 3 }
|
||||
sreg-ERS-4550T-PWR OBJECT IDENTIFIER ::= { sreg-ERS-45xx 4 }
|
||||
sreg-ERS-4526FX OBJECT IDENTIFIER ::= { sreg-ERS-45xx 5 }
|
||||
sreg-ERS-4526GTX-PWR OBJECT IDENTIFIER ::= { sreg-ERS-45xx 6 }
|
||||
sreg-ERS-4526GTX OBJECT IDENTIFIER ::= { sreg-ERS-45xx 7 }
|
||||
sreg-ERS-4524GT OBJECT IDENTIFIER ::= { sreg-ERS-45xx 8 }
|
||||
sreg-ERS-4526T-PWR OBJECT IDENTIFIER ::= { sreg-ERS-45xx 9 }
|
||||
sreg-ERS-4526T OBJECT IDENTIFIER ::= { sreg-ERS-45xx 10 }
|
||||
|
||||
-- ERS 25xx Series)
|
||||
sreg-ERS-25xx OBJECT IDENTIFIER ::= { registration 72 }
|
||||
sreg-ERS-2500-26T OBJECT IDENTIFIER ::= { sreg-ERS-25xx 1 }
|
||||
sreg-ERS-2500-26T-PWR OBJECT IDENTIFIER ::= { sreg-ERS-25xx 2 }
|
||||
sreg-ERS-2500-50T OBJECT IDENTIFIER ::= { sreg-ERS-25xx 3 }
|
||||
sreg-ERS-2500-50T-PWR OBJECT IDENTIFIER ::= { sreg-ERS-25xx 4 }
|
||||
|
||||
-- SMB BSG (Business Services Gateway)
|
||||
sreg-SMB-BSG OBJECT IDENTIFIER ::= { registration 73 }
|
||||
sreg-SMB-BSGX4E OBJECT IDENTIFIER ::= { sreg-SMB-BSG 1 }
|
||||
sreg-SMB-BSG8EW OBJECT IDENTIFIER ::= { sreg-SMB-BSG 2 }
|
||||
sreg-SMB-BSG12AW OBJECT IDENTIFIER ::= { sreg-SMB-BSG 3 }
|
||||
sreg-SMB-BSG12TW OBJECT IDENTIFIER ::= { sreg-SMB-BSG 4 }
|
||||
sreg-SMB-BSG12EW OBJECT IDENTIFIER ::= { sreg-SMB-BSG 5 }
|
||||
|
||||
-- ---------------------------------------------------------
|
||||
-- Branches under 'policy'
|
||||
-- ---------------------------------------------------------
|
||||
|
||||
-- ---------------------------------------------------------
|
||||
-- Branches under 'bayStackMibs'
|
||||
-- ---------------------------------------------------------
|
||||
-- bayStack10Mib OBJECT IDENTIFIER ::= { bayStackMibs 1 }
|
||||
-- bayStackNotificationsMib OBJECT IDENTIFIER ::= { bayStackMibs 2 }
|
||||
-- bayStackEapExtMib OBJECT IDENTIFIER ::= { bayStackMibs 3 }
|
||||
-- nnRapidSpanningTreeMib OBJECT IDENTIFIER ::= { bayStackMibs 4 }
|
||||
-- nnMultipleSpanningTreeMib OBJECT IDENTIFIER ::= { bayStackMibs 5 }
|
||||
-- bayStackMulticastFloodingMib OBJECT IDENTIFIER ::= { bayStackMibs 6 }
|
||||
-- bayStackLacpExtMib OBJECT IDENTIFIER ::= { bayStackMibs 7 }
|
||||
-- bayStackPethExtMib OBJECT IDENTIFIER ::= { bayStackMibs 8 }
|
||||
-- bayStackAdacMib OBJECT IDENTIFIER ::= { bayStackMibs 9 }
|
||||
-- nortelSecureNetworkAccessMib OBJECT IDENTIFIER ::= { bayStackMibs 10 }
|
||||
-- bayStackVrrpExtMib OBJECT IDENTIFIER ::= { bayStackMibs 11 }
|
||||
-- bayStackStatsMib OBJECT IDENTIFIER ::= { bayStackMibs 12 }
|
||||
-- bayStackMib OBJECT IDENTIFIER ::= { bayStackMibs 13 }
|
||||
-- bayStackOspfExtMib OBJECT IDENTIFIER ::= { bayStackMibs 14 }
|
||||
-- bayStackEcmpMib OBJECT IDENTIFIER ::= { bayStackMibs 15 }
|
||||
-- bayStackPhyTestMib OBJECT IDENTIFIER ::= { bayStackMibs 16 }
|
||||
-- bayStackDhcpSnoopingMib OBJECT IDENTIFIER ::= { bayStackMibs 17 }
|
||||
-- bayStackArpInspectionMib OBJECT IDENTIFIER ::= { bayStackMibs 18 }
|
||||
-- bayStackErrorMessageMib OBJECT IDENTIFIER ::= { bayStackMibs 19 }
|
||||
|
||||
|
||||
END
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user