From c01e89440fbca5ba05695560c871d2dbcebddf6f Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Sat, 23 Feb 2019 15:18:39 +0100 Subject: [PATCH] oneaccess mibs (#73) needed to make snmp::info::layer3::oneaccess somewhat more usefull. --- EXTRAS/contrib/snmp.conf | 1 + EXTRAS/indexes/cache/oneaccess | 34 + EXTRAS/indexes/mib_index2.txt | 36 + EXTRAS/reports/all | 1874 +++++++++ EXTRAS/reports/oneaccess | 3852 ++++++++++++++++++ oneaccess/OA-QOS-MIB | 1905 +++++++++ oneaccess/OA-ZBFW-STATUS-MIB | 909 +++++ oneaccess/ONEACCESS-AAA-MIB | 741 ++++ oneaccess/ONEACCESS-ACL-MIB | 419 ++ oneaccess/ONEACCESS-ATM-AAL5-MIB | 129 + oneaccess/ONEACCESS-ATM-MIB | 505 +++ oneaccess/ONEACCESS-BRIDGE-MIB | 195 + oneaccess/ONEACCESS-CELLULAR-MIB | 500 +++ oneaccess/ONEACCESS-CONFIGMGMT-MIB | 210 + oneaccess/ONEACCESS-DOT11-MIB | 186 + oneaccess/ONEACCESS-ETHOAM-EXT-MIB | 981 +++++ oneaccess/ONEACCESS-EVENTS-MIB | 122 + oneaccess/ONEACCESS-GDOI-MIB | 584 +++ oneaccess/ONEACCESS-GLOBAL-REG | 263 ++ oneaccess/ONEACCESS-IP-SERVICES-MIB | 432 ++ oneaccess/ONEACCESS-IPSEC-MIB | 208 + oneaccess/ONEACCESS-ISDN-MIB | 87 + oneaccess/ONEACCESS-JITTER-MIB | 1017 +++++ oneaccess/ONEACCESS-MISC-CONFIG-MIB | 617 +++ oneaccess/ONEACCESS-NAT-MIB | 457 +++ oneaccess/ONEACCESS-OAM-MIB | 616 +++ oneaccess/ONEACCESS-PING-MIB | 179 + oneaccess/ONEACCESS-PSTN-MIB | 87 + oneaccess/ONEACCESS-SHDSL-MIB | 692 ++++ oneaccess/ONEACCESS-SNMP-CONFIG-MIB | 457 +++ oneaccess/ONEACCESS-SSH-CONFIG-MIB | 212 + oneaccess/ONEACCESS-SUMOF-MIB | 305 ++ oneaccess/ONEACCESS-SYS-MIB | 483 +++ oneaccess/ONEACCESS-UPS-MIB | 144 + oneaccess/ONEACCESS-VLAN-CONFIG-MIB | 265 ++ oneaccess/ONEACCESS-VOICE-MIB | 5341 +++++++++++++++++++++++++ oneaccess/ONEACCESS-VRF-TO-IF-MIB | 99 + oneaccess/ONEACCESS-VRRP-MIB | 67 + oneaccess/OneAccess-RoundTripTime-MIB | 1717 ++++++++ 39 files changed, 26928 insertions(+) create mode 100644 EXTRAS/indexes/cache/oneaccess create mode 100644 EXTRAS/reports/oneaccess create mode 100644 oneaccess/OA-QOS-MIB create mode 100644 oneaccess/OA-ZBFW-STATUS-MIB create mode 100644 oneaccess/ONEACCESS-AAA-MIB create mode 100644 oneaccess/ONEACCESS-ACL-MIB create mode 100644 oneaccess/ONEACCESS-ATM-AAL5-MIB create mode 100644 oneaccess/ONEACCESS-ATM-MIB create mode 100644 oneaccess/ONEACCESS-BRIDGE-MIB create mode 100644 oneaccess/ONEACCESS-CELLULAR-MIB create mode 100644 oneaccess/ONEACCESS-CONFIGMGMT-MIB create mode 100644 oneaccess/ONEACCESS-DOT11-MIB create mode 100644 oneaccess/ONEACCESS-ETHOAM-EXT-MIB create mode 100644 oneaccess/ONEACCESS-EVENTS-MIB create mode 100644 oneaccess/ONEACCESS-GDOI-MIB create mode 100644 oneaccess/ONEACCESS-GLOBAL-REG create mode 100644 oneaccess/ONEACCESS-IP-SERVICES-MIB create mode 100644 oneaccess/ONEACCESS-IPSEC-MIB create mode 100644 oneaccess/ONEACCESS-ISDN-MIB create mode 100644 oneaccess/ONEACCESS-JITTER-MIB create mode 100644 oneaccess/ONEACCESS-MISC-CONFIG-MIB create mode 100644 oneaccess/ONEACCESS-NAT-MIB create mode 100644 oneaccess/ONEACCESS-OAM-MIB create mode 100644 oneaccess/ONEACCESS-PING-MIB create mode 100644 oneaccess/ONEACCESS-PSTN-MIB create mode 100644 oneaccess/ONEACCESS-SHDSL-MIB create mode 100644 oneaccess/ONEACCESS-SNMP-CONFIG-MIB create mode 100644 oneaccess/ONEACCESS-SSH-CONFIG-MIB create mode 100644 oneaccess/ONEACCESS-SUMOF-MIB create mode 100644 oneaccess/ONEACCESS-SYS-MIB create mode 100644 oneaccess/ONEACCESS-UPS-MIB create mode 100644 oneaccess/ONEACCESS-VLAN-CONFIG-MIB create mode 100644 oneaccess/ONEACCESS-VOICE-MIB create mode 100644 oneaccess/ONEACCESS-VRF-TO-IF-MIB create mode 100644 oneaccess/ONEACCESS-VRRP-MIB create mode 100644 oneaccess/OneAccess-RoundTripTime-MIB diff --git a/EXTRAS/contrib/snmp.conf b/EXTRAS/contrib/snmp.conf index 54991c384..4c1bc6fd0 100644 --- a/EXTRAS/contrib/snmp.conf +++ b/EXTRAS/contrib/snmp.conf @@ -80,6 +80,7 @@ mibdirs +/usr/local/netdisco/mibs/netscreen mibdirs +/usr/local/netdisco/mibs/nexans mibdirs +/usr/local/netdisco/mibs/nortel mibdirs +/usr/local/netdisco/mibs/northerndesign +mibdirs +/usr/local/netdisco/mibs/oneaccess mibdirs +/usr/local/netdisco/mibs/opengear mibdirs +/usr/local/netdisco/mibs/packetfront mibdirs +/usr/local/netdisco/mibs/paloalto diff --git a/EXTRAS/indexes/cache/oneaccess b/EXTRAS/indexes/cache/oneaccess new file mode 100644 index 000000000..de541636b --- /dev/null +++ b/EXTRAS/indexes/cache/oneaccess @@ -0,0 +1,34 @@ +OA-QOS-MIB OA-QOS-MIB +OA-ZBFW-STATUS-MIB OA-ZBFW-STATUS-MIB +ONEACCESS-AAA-MIB ONEACCESS-AAA-MIB +ONEACCESS-ACL-MIB ONEACCESS-ACL-MIB +ONEACCESS-ATM-AAL5-MIB ONEACCESS-ATM-AAL5-MIB +ONEACCESS-ATM-MIB ONEACCESS-ATM-MIB +ONEACCESS-BRIDGE-MIB ONEACCESS-BRIDGE-MIB +ONEACCESS-CELLULAR-MIB ONEACCESS-CELLULAR-MIB +ONEACCESS-CONFIGMGMT-MIB ONEACCESS-CONFIGMGMT-MIB +ONEACCESS-DOT11-MIB ONEACCESS-DOT11-MIB +ONEACCESS-ETHOAM-EXT-MIB ONEACCESS-ETHOAM-EXT-MIB +ONEACCESS-EVENTS-MIB ONEACCESS-EVENTS-MIB +ONEACCESS-GDOI-MIB ONEACCESS-GDOI-MIB +ONEACCESS-GLOBAL-REG ONEACCESS-GLOBAL-REG +ONEACCESS-IPSEC-MIB ONEACCESS-IPSEC-MIB +ONEACCESS-IP-SERVICES-MIB ONEACCESS-IP-SERVICES-MIB +ONEACCESS-ISDN-MIB ONEACCESS-ISDN-MIB +ONEACCESS-JITTER-MIB ONEACCESS-JITTER-MIB +ONEACCESS-MISC-CONFIG-MIB ONEACCESS-MISC-CONFIG-MIB +ONEACCESS-NAT-MIB ONEACCESS-NAT-MIB +ONEACCESS-OAM-MIB ONEACCESS-OAM-MIB +ONEACCESS-PING-MIB ONEACCESS-PING-MIB +ONEACCESS-PSTN-MIB ONEACCESS-PSTN-MIB +OneAccess-RoundTripTime-MIB OneAccess-RoundTripTime-MIB +ONEACCESS-SHDSL-MIB ONEACCESS-SHDSL-MIB +ONEACCESS-SNMP-CONFIG-MIB ONEACCESS-SNMP-CONFIG-MIB +ONEACCESS-SSH-CONFIG-MIB ONEACCESS-SSH-CONFIG-MIB +ONEACCESS-SUMOF-MIB ONEACCESS-SUMOF-MIB +ONEACCESS-SYS-MIB ONEACCESS-SYS-MIB +ONEACCESS-UPS-MIB ONEACCESS-UPS-MIB +ONEACCESS-VLAN-CONFIG-MIB ONEACCESS-VLAN-CONFIG-MIB +ONEACCESS-VOICE-MIB ONEACCESS-VOICE-MIB +ONEACCESS-VRF-TO-IF-MIB ONEACCESS-VRF-TO-IF-MIB +ONEACCESS-VRRP-MIB ONEACCESS-VRRP-MIB diff --git a/EXTRAS/indexes/mib_index2.txt b/EXTRAS/indexes/mib_index2.txt index cd7d86b2a..4bcd84663 100644 --- a/EXTRAS/indexes/mib_index2.txt +++ b/EXTRAS/indexes/mib_index2.txt @@ -3645,6 +3645,42 @@ Wellfleet-PGM-MIB wf_pgm.mib VENDOR northerndesign ND020-MIB nd020-mib +VENDOR oneaccess +OA-QOS-MIB OA-QOS-MIB +OA-ZBFW-STATUS-MIB OA-ZBFW-STATUS-MIB +ONEACCESS-AAA-MIB ONEACCESS-AAA-MIB +ONEACCESS-ACL-MIB ONEACCESS-ACL-MIB +ONEACCESS-ATM-AAL5-MIB ONEACCESS-ATM-AAL5-MIB +ONEACCESS-ATM-MIB ONEACCESS-ATM-MIB +ONEACCESS-BRIDGE-MIB ONEACCESS-BRIDGE-MIB +ONEACCESS-CELLULAR-MIB ONEACCESS-CELLULAR-MIB +ONEACCESS-CONFIGMGMT-MIB ONEACCESS-CONFIGMGMT-MIB +ONEACCESS-DOT11-MIB ONEACCESS-DOT11-MIB +ONEACCESS-ETHOAM-EXT-MIB ONEACCESS-ETHOAM-EXT-MIB +ONEACCESS-EVENTS-MIB ONEACCESS-EVENTS-MIB +ONEACCESS-GDOI-MIB ONEACCESS-GDOI-MIB +ONEACCESS-GLOBAL-REG ONEACCESS-GLOBAL-REG +ONEACCESS-IPSEC-MIB ONEACCESS-IPSEC-MIB +ONEACCESS-IP-SERVICES-MIB ONEACCESS-IP-SERVICES-MIB +ONEACCESS-ISDN-MIB ONEACCESS-ISDN-MIB +ONEACCESS-JITTER-MIB ONEACCESS-JITTER-MIB +ONEACCESS-MISC-CONFIG-MIB ONEACCESS-MISC-CONFIG-MIB +ONEACCESS-NAT-MIB ONEACCESS-NAT-MIB +ONEACCESS-OAM-MIB ONEACCESS-OAM-MIB +ONEACCESS-PING-MIB ONEACCESS-PING-MIB +ONEACCESS-PSTN-MIB ONEACCESS-PSTN-MIB +OneAccess-RoundTripTime-MIB OneAccess-RoundTripTime-MIB +ONEACCESS-SHDSL-MIB ONEACCESS-SHDSL-MIB +ONEACCESS-SNMP-CONFIG-MIB ONEACCESS-SNMP-CONFIG-MIB +ONEACCESS-SSH-CONFIG-MIB ONEACCESS-SSH-CONFIG-MIB +ONEACCESS-SUMOF-MIB ONEACCESS-SUMOF-MIB +ONEACCESS-SYS-MIB ONEACCESS-SYS-MIB +ONEACCESS-UPS-MIB ONEACCESS-UPS-MIB +ONEACCESS-VLAN-CONFIG-MIB ONEACCESS-VLAN-CONFIG-MIB +ONEACCESS-VOICE-MIB ONEACCESS-VOICE-MIB +ONEACCESS-VRF-TO-IF-MIB ONEACCESS-VRF-TO-IF-MIB +ONEACCESS-VRRP-MIB ONEACCESS-VRRP-MIB + VENDOR opengear OG-CONNECT-MIB og-connect-mib.mib OG-DATA-MIB og-data-mib.mib diff --git a/EXTRAS/reports/all b/EXTRAS/reports/all index 621a6a827..84d399a36 100644 --- a/EXTRAS/reports/all +++ b/EXTRAS/reports/all @@ -448399,6 +448399,1880 @@ iveIC6000FIPS(2) type=0 iveProductIC6500(4) type=0 iveIC6500(1) type=0 + oneAccess(13191) type=0 + oneAccess#(0) type=20 + oacEvent(1) type=0 + oacRegistration(1) type=0 + oacOneOsDevices(1) type=0 + oacOne10(1) type=0 + oacOne20(2) type=0 + oacOne30(3) type=0 + oacOne40(4) type=0 + oacOne50(5) type=0 + oacOne60(6) type=0 + oacOne20D(7) type=0 + oacOne80(8) type=0 + oacOne80XM(9) type=0 + oacOne100(10) type=0 + oacOne100D(11) type=0 + oacOne150(15) type=0 + oacOne180(18) type=0 + oacOne200(20) type=0 + oacOneCell25(25) type=0 + oacOne300(30) type=0 + oacOneCell35(35) type=0 + oacOne400(40) type=0 + oacOne70(70) type=0 + oacOne800(80) type=0 + oacOne90(90) type=0 + oacPBXplug8(100) type=0 + oacPBXplug30(110) type=0 + oacPBXPLUG-1P-2B(111) type=0 + oacPBXPLUG-1P-2B-L(112) type=0 + oacPBXPLUG-4B(113) type=0 + oacPBXPLUG-4B-L(114) type=0 + oacPBXPLUG-4B-V2(115) type=0 + oacPBXPLUG-6B(116) type=0 + oacPBXPLUG-6B-L(117) type=0 + oacLbb130(130) type=0 + oacLbb131(131) type=0 + oacLbb132(132) type=0 + oacLbb133(133) type=0 + oacLbb134(134) type=0 + oacLbb135(135) type=0 + oacLbb139(139) type=0 + oacLbb140(140) type=0 + oacLbb141(141) type=0 + oacLbb142(142) type=0 + oacLbb148(148) type=0 + oacLbb210(210) type=0 + oacLbb219(219) type=0 + oacLbb230(230) type=0 + oacLbb231(231) type=0 + oacLbb236(236) type=0 + oacLbb310(310) type=0 + oacLbb320(320) type=0 + oacLbb329(329) type=0 + oacLbb330(330) type=0 + oacOne410(410) type=0 + oacOne420(420) type=0 + oacOne425(425) type=0 + oacOne445(445) type=0 + oacOne540(540) type=0 + oacOne560(560) type=0 + oacOne700(700) type=0 + oacLbb4G(1000) type=0 + oac1440(1440) type=0 + oacOne1510(1510) type=0 + oacOne1520(1520) type=0 + oacOne1540(1540) type=0 + oacOne1560(1560) type=0 + oacMIBModules(100) type=0 + oneAccessMIBModule(1) type=24 + oacAtmMIBModule(667) type=24 + oacNatMIBModule(668) type=24 + oacAclMIBModule(669) type=24 + oacVrrpMIBModule(670) type=24 + oacSysMIBModule(671) type=24 + oacPstnMIBModule(672) type=24 + oacOamMIBModule(673) type=24 + oacIsdnMIBModule(674) type=24 + oacNatMIBModule(675) type=24 + oaVlanConfigMIB(681) type=24 + oacBridgeMIB(682) type=24 + oacIpServicesConfigMIB(683) type=24 + oacEthOamExtMib(689) type=24 + oacAAAConfigMIB(690) type=24 + oacAtmAal5MIBModule(800) type=24 + oacVoiceMIBModule(801) type=24 + oacDot11MIBModule(900) type=24 + oacCellularMIBModule(1000) type=24 + oacJitterMIBModule(2000) type=24 + oacConfigMgmtMIBModule(2001) type=24 + oacSnmpConfigMIB(2002) type=24 + oacZbfwStatusMIB(2003) type=24 + oacMiscConfigMIB(2003) type=24 + oacSshConfigMIB(2004) type=24 + oacEventsMIBModule(6600) type=24 + oacPingMIBModule(6601) type=24 + oacProductSpecific(2) type=0 + oacGeneric(3) type=0 + oacGenProtocols(1) type=0 + oacGenManagement(10) type=0 + oacEmbeddedAgentMIB(1) type=0 + oacCapabilities(4) type=0 + oacRequirements(5) type=0 + oacExpIMAtmAal5Conformance(800) type=0 + oacExpIMAtmAal5Groups(1) type=0 + oacExpIMAtmAal5GeneralGroup(1) type=22 + oacExpIMAtmAal5Compliances(2) type=0 + oacExpIMAtmAal5Compliance(1) type=26 + oacExpIMDot11Conformance(900) type=0 + oacExpIMDot11Groups(1) type=0 + oacExpIMDot11GeneralGroup(1) type=22 + oacExpIMDot11Compliances(2) type=0 + oacExpIMDot11Compliance(1) type=26 + oacJitterConformance(2000) type=0 + oacJitterGroups(1) type=0 + oacJitterGeneralGroup(1) type=22 + oacJitterCompliances(2) type=0 + oacJitterCompliance(1) type=26 + oacCMConformance(2001) type=0 + oacCMGroups(1) type=0 + oacCMGeneralGroup(1) type=22 + oacCMCompliances(2) type=0 + oacCMCompliance(1) type=26 + oacExperimental(10) type=0 + oacExpNewMIBs(1) type=0 + oacExpInternetDrafts(2) type=0 + oacExpInternalModules(3) type=0 + oacExpIMIp(1) type=0 + oacExpIMIpNat(1) type=0 + oacExpIMIpNatStatistics(1) type=0 + oacNatStatObjects(1) type=0 + oacNatStatGlobal(1) type=0 + oacNatActiveSessions(1) type=6 + oacNatSessionsClosed(2) type=6 + oacNatInTranslations(3) type=6 + oacNatOutTranslations(4) type=6 + oacNatInsideAddrMaps(5) type=6 + oacNatOutsideAddrMaps(6) type=6 + oacNatInPktsDropped(7) type=6 + oacNatOutPktsDropped(8) type=6 + oacNatDynamicAllocFailures(9) type=6 + oacNatSessionTable(2) type=0 + oacNatSessionEntry(1) type=0 + oacNatSessionID(1) type=15 + oacNatSessionProtocol(2) type=3 + oacNatSessionInsideLocalAddr(3) type=5 + oacNatSessionInsideLocalPort(4) type=3 + oacNatSessionOutsideLocalAddr(5) type=5 + oacNatSessionOutsidePort(6) type=3 + oacNatSessionInsideGlobalAddr(7) type=5 + oacNatSessionInsideGlobalPort(8) type=3 + oacNatSessionOutsideGlobalAddr(9) type=5 + oacNatSessionInPkts(10) type=6 + oacNatSessionOutPkts(11) type=6 + oacNatSessionTimeout(12) type=3 + oacNatInsideMapTable(3) type=0 + oacNatInsideMapEntry(1) type=0 + oacNatIMLocalAddr(1) type=5 + oacNatIMGlobalAddr(2) type=5 + oacNatIMSessions(3) type=16 + oacNatIMTimeout(4) type=3 + oacNatOutsideMapTable(4) type=0 + oacNatOutsideMapEntry(1) type=0 + oacNatOMGlobalAddr(1) type=5 + oacNatOMLocalAddr(2) type=5 + oacNatOMSessions(3) type=16 + oacNatOMTimeout(4) type=3 + oacNatStatNotifications(2) type=0 + oacNatStatConformance(3) type=0 + oacNatStatGroups(1) type=0 + oacNatStatGeneralGroup(1) type=22 + oacNatStatCompliances(2) type=0 + oacNatStatCompliance(1) type=26 + oacExpIMIpNatNotifications(2) type=0 + oacNatNotificationMaximumSessionReached(1) type=21 + oacNatNotificationWarningSessionReachingLimit(2) type=21 + oacExpIMIpAcl(2) type=0 + oacExpIMIpAclStatistics(1) type=0 + oacAclStatObjects(1) type=0 + oacAclStatGlobal(1) type=0 + oacAclMaxSessions(1) type=15 + oacAclActiveSessions(2) type=15 + oacAclSessionsClosed(3) type=6 + oacAclDynamicAllocFailures(4) type=6 + oacAclInboundPkts(5) type=6 + oacAclOutboundPkts(6) type=6 + oacAclInboundPktsDropped(7) type=6 + oacAclOutboundPktsDropped(8) type=6 + oacAclStatNotifications(2) type=0 + oacAclStatConformance(3) type=0 + oacAclStatGroups(1) type=0 + oacAclStatGeneralGroup(1) type=22 + oacAclStatCompliances(2) type=0 + oacAclStatCompliance(1) type=26 + oacExpIMIpAclNotifications(2) type=0 + oacAclNotificationMaximumSessionReached(1) type=21 + oacAclNotificationWarningSessionReachingLimit(2) type=21 + oacAclNotificationMaximumHalfSessionReached(3) type=21 + oacAclNotificationWarningHalfSessionReachingLimit(4) type=21 + oacAclNotificationMaximumSessionReachedPerHost(5) type=21 + oacAclNotificationMaximumHalfSessionReachedPerHost(6) type=21 + oacExpIMIpAccountingStatistics(3) type=0 + oacIpAccountingTable(1) type=0 + oacIpAccountingEntry(1) type=0 + oacIpAccountingIndex(1) type=7 + oacIpAccountingIfIndex(2) type=16 hint=d + oacIpAccountingIfType(3) type=3 + oacIpAccountingStatTable(2) type=0 + oacIpAccountingStatEntry(1) type=0 + oacIpAccountingStatIpSource(1) type=5 + oacIpAccountingStatIpDest(2) type=5 + oacIpAccountingStatNbPackets(3) type=6 + oacIpAccountingStatNbBytes(4) type=6 + oacIpAccoutingGlobal(3) type=0 + oacIpAccountingMaxSessions(1) type=7 + oacIpAccountingCurrentSessions(2) type=7 + oacIpAccountingAge(3) type=2 + oacIpAccountingNbNotAnalysedBytes(4) type=7 + oacIpAccountingNbNotAnalysedPackets(5) type=7 + oacIpAccoutingClear(10) type=3 + oacQOS(3) type=24 + oacQosServicePolicyTable(1) type=0 + oacQosServicePolicyEntry(1) type=0 + oacQosPolicyIndex(1) type=7 + oacQosIfIndex(2) type=16 hint=d + oacQosIfType(3) type=3 + oacQosPolicyDirection(4) type=3 + oacQosInterfacePolicyTable(2) type=0 + oacQosInterfacePolicyEntry(1) type=0 + oacQosInterfacePolicyIndex(1) type=7 + oacQosObjectsTable(3) type=0 + oacQosObjectsEntry(1) type=0 + oacQosObjectsIndex(1) type=7 + oacQosConfigIndex(2) type=7 + oacQosObjectsType(3) type=3 + oacQosParentObjectsIndex(4) type=7 + oacQosPolicyMapConfigTable(4) type=0 + oacQosPolicyMapConfigEntry(1) type=0 + oacQosPolicyMapName(1) type=2 hint=255a + oacQosClassMapConfigTable(5) type=0 + oacQosClassMapConfigEntry(1) type=0 + oacQosClassMapName(1) type=2 hint=255a + oacQosClassMapInfo(2) type=3 + oacQosClassMapStatsTable(6) type=0 + oacQosClassMapStatsEntry(1) type=0 + oacQosClassMapPreExecutePkt(1) type=6 + oacQosClassMapPreExecutePkt64(2) type=11 + oacQosClassMapPreExecuteByte(3) type=6 + oacQosClassMapPreExecuteByte64(4) type=11 + oacQosClassMapPreExecuteBitRate(5) type=7 units=bits per second + oacQosClassMapPostExecuteByte(6) type=6 + oacQosClassMapPostExecuteByte64(7) type=11 + oacQosClassMapPostExecuteBitRate(8) type=7 units=bits per second + oacQosClassMapDropPkt(9) type=6 + oacQosClassMapDropPkt64(10) type=11 + oacQosClassMapDropByte(11) type=6 + oacQosClassMapDropByte64(12) type=11 + oacQosClassMapDropBitRate(13) type=7 units=bits per second + oacQosClassMapRemarkedPkt(14) type=6 + oacQosClassMapRemarkedPkt64(15) type=11 + oacQosClassMapRemarkedByte(16) type=6 + oacQosClassMapRemarkedByte64(17) type=11 + oacQosMatchConfigTable(7) type=0 + oacQosMatchConfigEntry(1) type=0 + oacQosMatchName(1) type=2 hint=255a + oacQosMatchInfo(2) type=3 + oacQosMatchStatsTable(8) type=0 + oacQosMatchStatsEntry(1) type=0 + oacQosMatchPreExecutePkt(1) type=6 + oacQosMatchPreExecutePkt64(2) type=11 + oacQosMatchPreExecuteByte(3) type=6 + oacQosMatchPreExecuteByte64(4) type=11 + oacQosMatchPreExecuteBitRate(5) type=7 units=bits per second + oacQosSetConfigTable(9) type=0 + oacQosSetConfigEntry(1) type=0 + oacQosSetConfigFeature(1) type=12 + oacQosSetConfigIpDSCPValue(2) type=16 + oacQosSetConfigIpPrecedenceValue(3) type=16 + oacQosSetConfigQosGroupValue(4) type=16 + oacQosSetConfigDiscardClassValue(5) type=7 + oacQosSetConfigCosValue(6) type=16 + oacQosPoliceConfigTable(10) type=0 + oacQosPoliceConfigEntry(1) type=0 + oacQosPoliceConfigCir(1) type=7 units=bits/second + oacQosPoliceConfigCir64(2) type=11 units=bits/second + oacQosPoliceConfigConformBurstSize(3) type=7 units=Octets + oacQosPoliceConfigPir(4) type=7 units=bits/second + oacQosPoliceConfigPeakBurstSize(5) type=7 units=Octets + oacQosPoliceConfigConformAction(6) type=3 + oacQosPoliceConfigConformSetValue(7) type=7 + oacQosPoliceConfigExceedAction(8) type=3 + oacQosPoliceConfigExceedSetValue(9) type=7 + oacQosPoliceConfigViolateAction(10) type=3 + oacQosPoliceConfigViolateSetValue(11) type=7 + oacQosPoliceActionConfigTable(11) type=0 + oacQosPoliceActionConfigEntry(1) type=0 + oacQosPoliceActionConfigIndex(1) type=7 + oacQosPoliceActionConfigConform(2) type=3 + oacQosPoliceActionConfigConformSetValue(3) type=7 + oacQosPoliceActionConfigExceed(4) type=3 + oacQosPoliceActionConfigExceedSetValue(5) type=7 + oacQosPoliceActionConfigViolate(6) type=3 + oacQosPoliceActionConfigViolateSetValue(7) type=7 + oacQosPoliceStatsTable(12) type=0 + oacQosPoliceStatsEntry(1) type=0 + oacQosPoliceConformPkt(1) type=6 units=Packets + oacQosPoliceConformPkt64(2) type=11 units=Packets + oacQosPoliceConformByte(3) type=6 units=Octets + oacQosPoliceConformByte64(4) type=11 units=Octets + oacQosPoliceConformBitRate(5) type=7 units=bits per second + oacQosPoliceExceedPkt(6) type=6 units=Packets + oacQosPoliceExceedPkt64(7) type=11 units=Packets + oacQosPoliceExceedByte(8) type=6 units=Octets + oacQosPoliceExceedByte64(9) type=11 units=Octets + oacQosPoliceExceedBitRate(10) type=7 units=bits per second + oacQosPoliceViolatePkt(11) type=6 units=Packets + oacQosPoliceViolatePkt64(12) type=11 units=Packets + oacQosPoliceViolateByte(13) type=6 units=Octets + oacQosPoliceViolateByte64(14) type=11 units=Octets + oacQosPoliceViolateBitRate(15) type=7 units=bits per second + oacQosWREDConfigTable(13) type=0 + oacQosWREDConfigEntry(1) type=0 + oacQosWREDConfigExponentialWeight(1) type=16 + oacQosWREDConfigDscpPrecQosCosGroup(2) type=3 + oacQosWREDConfigECNEnabled(3) type=3 + oacQosWREDClassConfigTable(14) type=0 + oacQosWREDClassConfigEntry(1) type=0 + oacQosWREDValue(1) type=16 + oacQosWREDConfigPktDropProb(2) type=16 units= + oacQosWREDClassConfigThresholdUnit(3) type=3 + oacQosWREDClassConfigMinThreshold(4) type=7 + oacQosWREDClassConfigMaxThreshold(5) type=7 + oacQosWREDClassStatsTable(15) type=0 + oacQosWREDClassStatsEntry(1) type=0 + oacQosWREDAverageQueueSizeUnits(1) type=3 + oacQosWREDAverageQueueSize(2) type=7 + oacQosWREDRandomDropPkt(3) type=6 units=Packets + oacQosWREDRandomDropPkt64(4) type=11 units=Packets + oacQosWREDRandomDropByte(5) type=6 units=Octets + oacQosWREDRandomDropByte64(6) type=11 units=Octets + oacQosWREDTailDropPkt(7) type=6 units=Packets + oacQosWREDTailDropPkt64(8) type=11 units=Packets + oacQosWREDTailDropByte(9) type=6 units=Octets + oacQosWREDTailDropByte64(10) type=11 units=Octets + oacQosWREDTransmitPkt(11) type=6 units=Packets + oacQosWREDTransmitPkt64(12) type=11 units=Packets + oacQosWREDTransmitByte(13) type=6 units=Octets + oacQosWREDTransmitByte64(14) type=11 units=Octets + oacQosWREDECNMarkPkt(15) type=6 units=Packets + oacQosWREDECNMarkPkt64(16) type=11 units=Packets + oacQosWREDECNMarkByte(17) type=6 units=Octets + oacQosWREDECNMarkByte64(18) type=11 units=Octets + oacQosQueueConfigTable(16) type=0 + oacQosQueueConfigEntry(1) type=0 + oacQosQueueConfigFlowBasedEnabled(1) type=3 + oacQosQueueConfigPriorityEnabled(2) type=3 + oacQosQueueConfigBandwidth(3) type=16 + oacQosQueueConfigBandwidthUnits(4) type=3 + oacQosQueueConfigFlowBasedQSize(5) type=16 units=Packets + oacQosQueueConfigFlowBasedQNumber(6) type=16 + oacQosQueueConfigPrioBurstSize(7) type=7 units=Bytes + oacQosQueueConfigQueueLimitUnits(8) type=3 + oacQosQueueConfigQueueLimit(9) type=7 + oacQosQueueConfigERPriority(10) type=16 + oacQosQueueStatsTable(17) type=0 + oacQosQueueStatsEntry(1) type=0 + oacQosQueueDiscardByte(1) type=6 units=Octets + oacQosQueueDiscardByte64(2) type=11 units=Octets + oacQosQueueDiscardPkt(3) type=6 units=Packets + oacQosQueueDiscardPkt64(4) type=11 units=Packets + oacQosQueueCurrentQDepth(5) type=7 units=Octets + oacQosQueueMaxQDepth(6) type=7 units=Octets + oacExpIMIPSec(4) type=0 + oacIPSecNotifications(1) type=0 + oacIPSecSAcreated(1) type=21 + oacIPSecSAremoved(2) type=21 + oacIPSecCmapEnabled(3) type=21 + oacIPSecCmapDisabled(4) type=21 + oacIPSecCpolEnabled(5) type=21 + oacIPSecCpolDisabled(6) type=21 + oacIPSecHwModuleDown(7) type=21 + oacIsakmpNotifications(2) type=0 + oacISAKMPBadProposal(1) type=21 + oacISAKMPNoResponse(2) type=21 + oacISAKMPConnectionEstablished(3) type=21 + oacISAKMPConnectionRemoved(4) type=21 + oacISAMPIPSecConnectionEstablished(5) type=21 + oacISAKMPIPSecConnectionRemoved(6) type=21 + oacISAKMPUnknownPeer(7) type=21 + oacISAKMPNotificationMsgReceived(8) type=21 + oacISAKMPNotificationMsgSent(9) type=21 + oacISAKMPDeadPeerDetected(10) type=21 + oacExpIMIpVrrp(5) type=0 + oacExpIMVrrpNotifications(1) type=0 + vrrpTrapNewBackup(1) type=21 + oacVlanConfig(6) type=0 + oacVlanConfigObjects(1) type=0 + oacVlanMappingConfigInterfaceObjects(1) type=0 + oacVlanConfigInterfaceTable(1) type=0 + oacVlanConfigInterfaceEntry(1) type=0 + oacVlanConfigInterfaceDot1qValue(1) type=3 + oacVlanConfigInterfaceSecondDot1qValue(2) type=3 + oacVlanConfigInterfaceDefaultPriority(3) type=3 + oacVlanConfigInterfaceRowStatus(4) type=3 + oacVlanMappingConfigObjects(2) type=0 + vlanMappingTable(1) type=0 + vlanMappingEntry(1) type=0 + innerCVlan(1) type=2 + outerSPVlan(2) type=15 + outerEtherType(3) type=3 + vlanMappingRowStatus(4) type=3 + oacVlanConfigConformance(2) type=0 + oacBridgeObjects(7) type=0 + oacBridgeConfigObjects(1) type=0 + oacBridgeGroupTable(1) type=0 + oacBridgeGroupEntry(1) type=0 + oacBridgeGroupValue(1) type=15 + oacBridgeTransparency(2) type=3 + oacBridgeGroupRowStatus(3) type=3 + oacBridgeGroupInterfaceTable(2) type=0 + oacBridgeGroupInterfaceEntry(1) type=0 + oacInBridgeGroupValue(1) type=15 + oacBridgeGroupInterfaceName(2) type=2 hint=255a + oacBridgeGroupInterfaceRowStatus(3) type=3 + oacBridgeConformance(10) type=0 + oacBridgeGroupConfigGroups(1) type=0 + oacBridgeGroupConfigGroup(1) type=22 + oacBridgeGroupCompls(2) type=0 + oacIpServicesConfig(8) type=0 + oacIpServicesConfigObjects(1) type=0 + oacIpServicesDnsConfigObjects(1) type=0 + oacIpDnsConfigDomainName(1) type=2 hint=255a + oacIpDnsConfigMainAdd(2) type=5 + oacIpDnsConfigSndAdd(3) type=5 + oacIpDnsConfigTimeout(4) type=3 + oacIpServicesDHCPCConfigObjects(2) type=0 + oacDhcpClientAutoRestartAtm(1) type=3 + oacDhcpClientBroadcastFlag(2) type=3 + oacDhcpVendorId(3) type=2 + oacIpDhcpClientInterfaceTable(4) type=0 + oacIpDhcpClientInterfaceEntry(1) type=0 + oacIpDhcpClientInterfaceIfName(1) type=2 hint=255a + oacIpDhcpClientInterfaceIgnoreDefRoute(2) type=3 + oacIpDhcpClientInterfaceLeaseOptLess(3) type=3 + oacIpDhcpClientInterfaceUserClassId(4) type=2 hint=255a + oacIpDhcpClientInterfaceRowStatus(5) type=3 + oacIpDhcpAddClientInterfaceTable(5) type=0 + oacIpDhcpAddClientInterfaceEntry(1) type=0 + oacIpDhcpAddClientInterfaceActivate(1) type=3 + oacIpDhcpAddClientInterfaceIfName(2) type=2 hint=255a + oacIpDhcpAddClientInterfaceClientId(3) type=2 hint=255a + oacIpDhcpAddClientInterfaceHostname(4) type=2 hint=255a + oacIpDhcpAddClientInterfaceRowStatus(5) type=3 + oacIpServicesArpProxyConfigObjects(3) type=0 + oacIpProxyArpInterfaceConfigTable(1) type=0 + oacIpProxyArpInterfaceConfigEntry(1) type=0 + oacIpProxyArpInterfaceConfigActivate(1) type=3 + oacIpProxyArpInterfaceConfigIfName(2) type=2 hint=255a + oacIpProxyArpInterfaceConfigRowStatus(3) type=3 + oacIpServicesIcmpRedirConfigObjects(4) type=0 + oacIpIcmpRedirConfigActivate(1) type=3 + oacIpIcmpRedirConfigRedirRoutesActivate(2) type=3 + oacIpIcmpRedirConfigRateLimitUnreach(3) type=3 + oacIpServicesConfigConformance(2) type=0 + oacIpServicesGroups(1) type=0 + oacIpServicesConfigGroup(1) type=22 + oacIpServicesCompls(2) type=0 + oacExpIMZbFw(9) type=0 + oacZbfw(3131) type=0 + oacZbfwPerf(12) type=0 + oacZbfwRtrConnPerf(40) type=0 + oacZbfwRtrConnPerfSSCTable(1) type=0 + oacZbfwRtrConnPerfEntry(1) type=0 + oacZbfwRouterConnectionsCreated(1) type=6 + oacZbfwRouterConnectionsClosed(2) type=6 + oacZbfwRouterConnectionsTimedOut(3) type=6 + oacZbfwRouterConnectionsMax(4) type=6 + oacZbfwRouterConnectionsMaxUsed(5) type=6 + oacZbfwRouterConnectionsUsed(6) type=6 + oacZbfwRtrConnPerfGlobalIx(10) type=2 hint=255t + oacZbfwPackets(41) type=0 + oacZbfwPacketsSSCTable(1) type=0 + oacZbfwPacketsEntry(1) type=0 + oacZbfwPacketsGlobalIx(1) type=2 hint=255t + oacZbfwPacketsProcessed(2) type=6 + oacZbfwPacketsPassed(3) type=6 + oacZbfwPacketsDropped(4) type=6 + oacZbfwPacketsRejected(5) type=6 + oacZbfwPacketsRejectStatsInvalidIntf(6) type=6 + oacZbfwPacketsRejectStatsNoPolicy(7) type=6 + oacZbfwPacketsRejectStatsNoConnSetup(8) type=6 + oacZbfwPacketsRejectStatsProtocol(9) type=6 + oacZbfwPacketsRejectStatsAlg(10) type=6 + oacZbfwPacketsRejectStatsConnExceeded(11) type=6 + oacZbfwPolicyRules(42) type=0 + oacZbfwPolicyRulesSSCTable(1) type=0 + oacZbfwPolicyRulesEntry(1) type=0 + oacZbfwPolicyRulesTableIx(1) type=15 + oacZbfwPolicyRulesGlobalIx(2) type=2 hint=255t + oacZbfwPolicyRulesZonePair(3) type=2 hint=255a + oacZbfwPolicyRulesPolicy(4) type=2 hint=255a + oacZbfwPolicyRulesPolicyRule(5) type=2 hint=255a + oacZbfwPolicyRulesCountersProcessed(6) type=6 + oacZbfwPolicyRulesCountersApplied(7) type=6 + oacZbfwPolicyRulesCountersConnections(8) type=6 + oacZbfwPolicyRulesCountersPackets(9) type=6 + oacZbfwPolicyRulesCountersOctets(10) type=6 + oacZbfwPolicyRulesCountersReversePackets(11) type=6 + oacZbfwPolicyRulesCountersReverseOctets(12) type=6 + oacZbfwClearCounters(43) type=16 + oacZbfwStatus(14) type=0 + oacZbfwZonePairs(22) type=0 + oacZbfwZonePairsSSCTable(1) type=0 + oacZbfwZonePairsEntry(1) type=0 + oacZbfwZonePairsTableIx(1) type=15 + oacZbfwZonePairsGlobalIx(2) type=2 hint=255t + oacZbfwZonePairsName(3) type=2 hint=255a + oacZbfwZonePairsSrcZone(4) type=2 hint=255a + oacZbfwZonePairsDstZone(5) type=2 hint=255a + oacZbfwZonePairsPolicy(7) type=2 hint=255a + oacZbfwZonePairsCountersProcessed(8) type=6 + oacZbfwZonePairsCountersApplied(9) type=6 + oacZbfwZonePairsCountersConnections(10) type=6 + oacZbfwZonePairsCountersPackets(11) type=6 + oacZbfwZonePairsCountersOctets(12) type=6 + oacZbfwZonePairsCountersReversePackets(13) type=6 + oacZbfwZonePairsCountersReverseOctets(14) type=6 + oacZbfwFlows(23) type=0 + oacZbfwFlowsSSCTable(1) type=0 + oacZbfwFlowsEntry(1) type=0 + oacZbfwFlowsTableIx(1) type=15 + oacZbfwFlowsGlobalIx(2) type=2 hint=255t + oacZbfwFlowsConnectionId(3) type=6 + oacZbfwFlowsSrcIntf(4) type=2 hint=255a + oacZbfwFlowsSrcZone(5) type=2 hint=255a + oacZbfwFlowsDstIntf(6) type=2 hint=255a + oacZbfwFlowsDstZone(7) type=2 hint=255a + oacZbfwFlowsSrcAddress(8) type=5 + oacZbfwFlowsDstAddress(9) type=5 + oacZbfwFlowsProtocol(10) type=3 + oacZbfwFlowsSrcPort(11) type=16 + oacZbfwFlowsDstPort(12) type=16 + oacZbfwFlowsAge(13) type=8 + oacZbfwFlowsTimeOut(14) type=8 + oacZbfwFlowsRulesZonePair(15) type=2 hint=255a + oacZbfwFlowsRulesPolicy(16) type=2 hint=255a + oacZbfwFlowsRulesPolicyRule(17) type=2 hint=255a + oacZbfwFlowsRulesFilter(18) type=2 hint=255a + oacZbfwFlowsRulesFilterRule(19) type=2 hint=255a + oacZbfwFlowsModeAlg(20) type=3 + oacExpIMIPPerformanceCounters(10) type=0 + oacExpIMIPVrfToIf(11) type=24 + oacExpIMIPVrfToIfTable(1) type=0 + oacExpIMIPVrfToIfEntry(1) type=0 + oacVrfName(1) type=2 hint=255a + oacExpIMAtm(2) type=0 + oacExpIMAtmStatistics(1) type=0 + oacAtmStatObjects(1) type=0 + oacAtmChannelTable(1) type=0 + oacAtmChannelEntry(1) type=0 + oacAtmChanVpi(1) type=3 + oacAtmChanVci(2) type=3 + oacAtmChanTxBytes(3) type=6 + oacAtmChanTxCells(4) type=6 + oacAtmChanRxBytes(5) type=6 + oacAtmChanRxCells(6) type=6 + oacAtmChanRxErrors(7) type=6 + oacAtmChanTxOverflows(8) type=6 + oacAtmAal0ChannelGlobalStatTable(2) type=0 + oacAtmAal0ChannelGlobalStatEntry(1) type=0 + oacAtmAal0ChanRxCellsDiscarded(1) type=6 + oacAtmAal1ChannelGlobalStatTable(3) type=0 + oacAtmAal1ChannelGlobalStatEntry(1) type=0 + oacAtmAal1ChanTxUnderflows(1) type=6 + oacAtmAal1ChanRxOverflows(2) type=6 + oacAtmAal5ChannelGlobalStatTable(4) type=0 + oacAtmAal5ChannelGlobalStatEntry(1) type=0 + oacAtmAal5ChanTxFrames(1) type=6 + oacAtmAal5ChanRxFrames(2) type=6 + oacAtmAal5ChanRxFramesDiscarded(3) type=6 + oacAtmAal5ChanCrc32Errors(4) type=6 + oacAtmAal5ChanLengthErrors(5) type=6 + oacAtmAal5ChanReassemblyTimeouts(6) type=6 + oacAtmPortStatTable(5) type=0 + oacAtmPortStatEntry(1) type=0 + oacAtmPortTxCells(1) type=6 + oacAtmPortRxCells(2) type=6 + oacAtmPortRxCellsDiscarded(3) type=6 + oacAtmPortHecErrors(4) type=6 + oacAtmAal5PortStatTable(6) type=0 + oacAtmAal5PortStatEntry(1) type=0 + oacAtmAal5PortTxBytes(1) type=6 + oacAtmAal5PortTxFrames(2) type=6 + oacAtmAal5PortTxFramesDiscarded(3) type=6 + oacAtmAal5PortRxBytes(4) type=6 + oacAtmAal5PortRxFrames(5) type=6 + oacAtmAal5PortRxErrors(6) type=6 + oacAtmAal5PortRxFramesDiscarded(7) type=6 + oacAtmStatNotifications(2) type=0 + oacAtmStatConformance(3) type=0 + oacAtmStatGroups(1) type=0 + oacAtmStatGeneralGroup(1) type=22 + oacAtmStatCompliances(2) type=0 + oacAtmStatCompliance(1) type=26 + oacExpIMAtmOamStatistics(2) type=0 + oacAtmOamStatObjects(1) type=0 + oacAtmOamStatSwitch(1) type=0 + oacAtmOamSwitchMaxConnections(1) type=15 + oacAtmOamSwitchSegLoopback(2) type=3 + oacAtmOamSwitchEndLoopback(3) type=3 + oacAtmOamSwitchAisRdiEnable(4) type=3 + oacAtmOamSwitchSegmentContinuityCheckEnable(5) type=3 + oacAtmOamSwitchEndContinuityCheckEnable(6) type=3 + oacAtmOamSwitchOamCellsReceived(7) type=6 + oacAtmOamSwitchOamCellsTransmitted(8) type=6 + oacAtmOamSwitchCurrentConnections(9) type=15 + oacAtmOamVclTable(2) type=0 + oacAtmOamVclEntry(1) type=0 + oacAtmOamVclPvcManage(1) type=3 + oacAtmOamVclSegmentLoopback(2) type=3 + oacAtmOamVclEndLoopback(3) type=3 + oacAtmOamVclAisRdiEnable(4) type=3 + oacAtmOamVclSegmentContinuityCheckEnable(5) type=3 + oacAtmOamVclEndContinuityCheckEnable(6) type=3 + oacAtmOamVclLoopbackTxInterval(7) type=16 + oacAtmOamVclLoopbackTxRetryFrequency(8) type=16 + oacAtmOamVclLoopbackTxRetryUpCount(9) type=16 + oacAtmOamVclLoopbackTxRetryDownCount(10) type=16 + oacAtmOamVclAlarmState(11) type=16 + oacAtmOamVclAlarmStateLastChange(12) type=8 + oacAtmOamVclAisRdiRetryDownCount(13) type=16 + oacAtmOamVclAisRdiRetryUpTimer(14) type=16 + oacAtmOamVclPvcIntrusive(15) type=3 + oacAtmOamVclCountersTable(3) type=0 + oacAtmOamVclCountersEntry(1) type=0 + oacAtmOamVclOamCellsReceived(1) type=6 + oacAtmOamVclEndLoopbackIn(2) type=6 + oacAtmOamVclSegLoopbackIn(3) type=6 + oacAtmOamVclEndLoopIn(4) type=6 + oacAtmOamVclSegLoopIn(5) type=6 + oacAtmOamVclAisIn(6) type=6 + oacAtmOamVclRdiIn(7) type=6 + oacAtmOamVclSegCCIn(8) type=6 + oacAtmOamVclEndCCIn(9) type=6 + oacAtmOamVclOamCellsSent(10) type=6 + oacAtmOamVclEndLoopbackOut(11) type=6 + oacAtmOamVclSegLoopbackOut(12) type=6 + oacAtmOamVclEndLoopOut(13) type=6 + oacAtmOamVclSegLoopOut(14) type=6 + oacAtmOamVclAisOut(15) type=6 + oacAtmOamVclRdiOut(16) type=6 + oacAtmOamVclSegCCOut(17) type=6 + oacAtmOamVclEndCCOut(18) type=6 + oacAtmOamVclOamCellsDropped(19) type=6 + oacAtmOamStatNotifications(2) type=0 + oacAtmOamStatConformance(3) type=0 + oacAtmOamStatGroups(1) type=0 + oacAtmOamStatGeneralGroup(1) type=22 + oacAtmOamStatCompliances(2) type=0 + oacAtmOamStatCompliance(1) type=26 + oacExpIMAtmAal5(3) type=0 + oacExpIMAtmAal5Objects(1) type=0 + oacExpIMAtmAal5VclLogicalIndexTable(1) type=0 + oacExpIMAtmAal5VclLogicalIndexEntry(1) type=0 + oacExpIMAtmAal5VclLogicalIndexIfIndex(1) type=16 hint=d + oacExpIMAtmAal5Notifications(2) type=0 + oacExpIMSystem(3) type=0 + oacExpIMSysStatistics(1) type=0 + oacSysMemStatistics(1) type=0 + oacSysMemoryFree(1) type=15 + oacSysMemoryAllocated(2) type=15 + oacSysMemoryTotal(3) type=15 + oacSysMemoryUsed(4) type=15 + oacSysCpuStatistics(2) type=0 + oacSysCpuUsed(1) type=15 + oacSysCpuUsedCoresCount(2) type=15 + oacSysCpuUsedCoresTable(3) type=0 + oacSysCpuUsedCoresEntry(1) type=0 + oacSysCpuUsedIndex(1) type=15 + oacSysCpuUsedCoreType(2) type=3 + oacSysCpuUsedValue(3) type=15 + oacSysCpuUsedOneMinuteValue(4) type=15 + oacSysLastRebootCause(3) type=2 hint=255a + oacSysSecureCrashlogCount(100) type=3 + oacSysStartCaused(200) type=2 hint=255a + oacExpIMSysHardwareDescription(2) type=0 + oacSysIMSysMainBoard(1) type=0 + oacSysIMSysMainIdentifier(1) type=1 + oacSysIMSysMainManufacturedIdentity(2) type=2 hint=255a + oacSysIMSysMainManufacturedDate(3) type=2 hint=255a + oacSysIMSysMainCPU(4) type=2 hint=255a + oacSysIMSysMainBSPVersion(5) type=2 hint=255a + oacSysIMSysMainBootVersion(6) type=2 hint=255a + oacSysIMSysMainBootDateCreation(7) type=2 hint=255a + oacExpIMSysHwComponents(2) type=0 + oacExpIMSysHwComponentsCount(1) type=15 + oacExpIMSysHwComponentsTable(2) type=0 + oacExpIMSysHwComponentsEntry(1) type=0 + oacExpIMSysHwcIndex(1) type=15 + oacExpIMSysHwcClass(2) type=3 + oacExpIMSysHwcType(3) type=3 + oacExpIMSysHwcDescription(4) type=2 hint=255a + oacExpIMSysHwcSerialNumber(5) type=2 hint=255a + oacExpIMSysHwcManufacturer(6) type=2 hint=255a + oacExpIMSysHwcManufacturedDate(7) type=2 hint=255a + oacExpIMSysHwcProductName(8) type=2 hint=255a + oacExpIMSysFactory(3) type=0 + oacExpIMSysFactorySupplierID(1) type=2 hint=255a + oacExpIMSysFactoryProductSalesCode(2) type=2 hint=255a + oacExpIMSysFactoryHwRevision(3) type=2 hint=255a + oacSHDSLMIBModule(3) type=24 + oacSHDSLObjects(1) type=0 + oacSHDSLSpanStatusTable(2) type=0 + oacSHDSLSpanStatusEntry(1) type=0 + oacSHDSLSpanStatusUpDown(1) type=6 + oacSHDSLSpanStatusCurrStatus(2) type=2 + oacSHDSLSpanStatusCurrShowtimeStart(3) type=6 + oacSHDSLSpanStatusCurrCellDelin(4) type=6 + oacSHDSLSpanStatusCurrCRCanomalies(5) type=6 + oacSHDSLSpanStatusCurrHECErrors(6) type=6 + oacSHDSLSpanStatusCurrRxCells(7) type=6 + oacSHDSLSpanStatusCurrTxCells(8) type=6 + oacSHDSLSpanStatusCurrRxDrops(9) type=6 + oacSHDSLSpanStatusCurrES(10) type=6 + oacSHDSLSpanStatusCurrSES(11) type=6 + oacSHDSLSpanStatusCurrLOSWS(12) type=6 + oacSHDSLSpanStatusCurrUAS(13) type=6 + oacSHDSLSpanStatusCurrConstellation(14) type=3 + oacSHDSLEndpointCurrTable(5) type=0 + oacSHDSLEndpointCurrEntry(1) type=0 + oacSHDSLEndpointCurrAtn(1) type=16 units=dB/10 + oacSHDSLEndpointCurrSnrMgn(2) type=16 units=dB/10 + oacSHDSLEndpointCurrTxPwr(3) type=16 units=dB/10 + oacSHDSLEndpointCurrRxGain(4) type=16 units=dB/10 + oacSHDSLEndpointCurrMaxAttainableLineRate(5) type=16 + oacSHDSLEndpointCurrCommands(6) type=16 + oacSHDSLEndpointCurrResponses(7) type=16 + oacSHDSLEndpointCurrdiscardedCommands(8) type=16 + oacSHDSLEndpointCurrerroredCommands(9) type=16 + oacSHDSLEndpointCurrReceivedFrames(10) type=16 + oacSHDSLEndpointCurrBadTransparency(11) type=16 + oacSHDSLEndpointCurrBadFCS(12) type=16 + oacSHDSLEndpointCurrEOCStatus(13) type=2 + oacSHDSLEndpointCurrretrainTable(7) type=0 + oacSHDSLEndpointCurrretrainEntry(1) type=0 + oacSHDSLEndpointCurrretrainSQPAIR(1) type=16 units=SQPAIR + oacSHDSLEndpointCurrretrainSQLINE(2) type=16 units=SQLINE + oacSHDSLEndpointCurrretrainCRCPAIR(3) type=16 units=CRCPAIR + oacSHDSLEndpointCurrretrainCRCLINE(4) type=16 units=CRCLINE + oacSHDSLEndpointCurrretrainFsyncPAIR(5) type=16 units=FsyncPAIR + oacSHDSLEndpointCurrretrainFsyncLINE(6) type=16 units=FsyncLINE + oacSHDSLEndpointCurrretrainFSyncSQPAIR(7) type=16 units=FSync&SQPAIR + oacSHDSLEndpointCurrretrainFSyncSQLINE(8) type=16 units=FSync&SQLINE + oacSHDSLSpanConfProfileTable(10) type=0 + oacSHDSLSpanConfProfileEntry(1) type=0 + oacSHDSLSpanConfProfileConstellation(1) type=3 + oacSHDSLSpanConfProfileAutoConfig(2) type=3 + oacSHDSLSpanConfProfileCaplist(3) type=3 + oacSHDSLSpanConfProfileEfmAggregation(4) type=3 + oacSHDSLSpanConfProfileCrcCheck(5) type=16 + oacSHDSLSpanConfProfileMeansqCheck(6) type=16 + oacSHDSLSpanConfProfileMeansqThreshold(7) type=16 + oacSHDSLSpanConfProfileLineProbing(8) type=3 + oacSHDSLSpanConfProfileEocManagement(9) type=3 + oacSHDSLSpanConfProfileEocStatusPollDelay(10) type=16 units=seconds + oacSHDSLSpanConfProfileEocStatusPollInterval(11) type=16 units=seconds + oacSHDSLTraps(2) type=0 + oacSHDSLTrapPrefix(0) type=0 + oacSHDSLHardDownTrap(1) type=21 + oacExpIMManagement(4) type=0 + oacExpIMEvents(2) type=0 + oacEventsObjects(1) type=0 + oacEventText(1) type=2 + oacEventSeverityLevel(2) type=1 + oacEventSeverity(3) type=0 + oacEventSeverityAlerts(1) type=0 + oacEventSeverityCritical(2) type=0 + oacEventSeverityErrors(3) type=0 + oacEventSeverityWarnings(4) type=0 + oacEventSeverityNotifications(5) type=0 + oacEventSeverityInformational(6) type=0 + oacEventSeverityDebug(7) type=0 + oacEventsNotifications(2) type=0 + oacEventsConformance(3) type=0 + oacEventsGroups(1) type=0 + oacEventsGeneralGroup(1) type=22 + oacEventsCompliances(2) type=0 + oacEventsCompliance(1) type=26 + oacExpIMPing(3) type=0 + oacPingNotifications(0) type=0 + oacPingObjects(1) type=0 + oacPingResultsTable(3) type=0 + oacPingResultsEntry(1) type=0 + oacPingJitterSamples(1) type=15 + oacPingResultsMinJitter(2) type=15 units=microseconds + oacPingResultsMaxJitter(3) type=15 units=microseconds + oacPingResultsAverageJitter(4) type=15 units=microseconds + oacPingConformance(2) type=0 + oacPingCompliances(1) type=0 + oacPingCompliance(1) type=26 + oacPingGroups(2) type=0 + oacPingGroup(1) type=22 + oacExpIMJitter(5) type=0 + oacJitterObjects(1) type=0 + oacJitterControlTable(1) type=0 + oacJitterControlEntry(1) type=0 + oacJitterControlIndex(1) type=3 + oacJitterControlOwner(2) type=2 hint=255a + oacJitterControlType(3) type=3 + oacJitterControlFrequency(4) type=3 units=seconds + oacJitterControlTimeout(5) type=3 units=milliseconds + oacJitterControlTargetAddress(6) type=2 + oacJitterControlTargetPort(7) type=16 + oacJitterControlSourceAddress(8) type=2 + oacJitterControlInterval(9) type=16 units=milliseconds + oacJitterControlPktDataRequestSize(10) type=16 units=bytes + oacJitterControlPacketCount(11) type=16 + oacJitterControlTos(12) type=16 + oacJitterControlStatus(13) type=3 + oacJitterControlVrfName(14) type=2 + oacJitterStatsTable(2) type=0 + oacJitterStatsEntry(1) type=0 + oacJitterStatsCompleted(2) type=3 + oacJitterStatsTime(3) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacJitterStatsNumRTT(4) type=16 + oacJitterStatsPacketRecv(5) type=16 + oacJitterStatsAvgRTT(6) type=16 + oacJitterStatsSumRTT(7) type=16 + oacJitterStatsMinRTT(8) type=16 + oacJitterStatsMaxRTT(9) type=16 + oacJitterStatsSumPosJitter(10) type=16 + oacJitterStatsNumPosJitter(11) type=16 + oacJitterStatsSumNegJitter(12) type=16 + oacJitterStatsNumNegJitter(13) type=16 + oacJitterStatsSumPosSD(14) type=16 + oacJitterStatsNumPosSD(15) type=16 + oacJitterStatsSumNegSD(16) type=16 + oacJitterStatsNumNegSD(17) type=16 + oacJitterStatsSumPosDS(18) type=16 + oacJitterStatsNumPosDS(19) type=16 + oacJitterStatsSumNegDS(20) type=16 + oacJitterStatsNumNegDS(21) type=16 + oacJitterStatsPacketLossSD(22) type=16 + oacJitterStatsPacketLossDS(23) type=16 + oacJitterStatsPacketOutOfSequence(24) type=16 + oacJitterStatsPacketLateArrival(25) type=16 + oacJitterStatsPacketLoss(26) type=16 + oacJitterStatsMaxPosSD(27) type=16 + oacJitterStatsMaxNegSD(28) type=16 + oacJitterStatsMaxPosDS(29) type=16 + oacJitterStatsMaxNegDS(30) type=16 + oacJitterStatsSum2PosSD(31) type=16 + oacJitterStatsSum2NegSD(32) type=16 + oacJitterStatsSum2PosDS(33) type=16 + oacJitterStatsSum2NegDS(34) type=16 + oacJitterStatsDeviationSD(35) type=16 + oacJitterStatsDeviationDS(36) type=16 + oacJitterStatsHistoryTable(3) type=0 + oacJitterStatsHistoryEntry(1) type=0 + oacJitterStatsHistoryIndex(1) type=16 + oacJitterStatsHistoryCompleted(2) type=3 + oacJitterStatsHistoryTime(3) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacJitterStatsHistoryNumRTT(4) type=16 + oacJitterStatsHistoryPacketRecv(5) type=16 + oacJitterStatsHistoryAvgRTT(6) type=16 + oacJitterStatsHistorySumRTT(7) type=16 + oacJitterStatsHistoryMinRTT(8) type=16 + oacJitterStatsHistoryMaxRTT(9) type=16 + oacJitterStatsHistorySumPosJitter(10) type=16 + oacJitterStatsHistoryNumPosJitter(11) type=16 + oacJitterStatsHistorySumNegJitter(12) type=16 + oacJitterStatsHistoryNumNegJitter(13) type=16 + oacJitterStatsHistorySumPosSD(14) type=16 + oacJitterStatsHistoryNumPosSD(15) type=16 + oacJitterStatsHistorySumNegSD(16) type=16 + oacJitterStatsHistoryNumNegSD(17) type=16 + oacJitterStatsHistorySumPosDS(18) type=16 + oacJitterStatsHistoryNumPosDS(19) type=16 + oacJitterStatsHistorySumNegDS(20) type=16 + oacJitterStatsHistoryNumNegDS(21) type=16 + oacJitterStatsHistoryPacketLossSD(22) type=16 + oacJitterStatsHistoryPacketLossDS(23) type=16 + oacJitterStatsHistoryPacketOutOfSequence(24) type=16 + oacJitterStatsHistoryPacketLateArrival(25) type=16 + oacJitterStatsHistoryPacketLoss(26) type=16 + oacJitterStatsHistoryMaxPosSD(27) type=16 + oacJitterStatsHistoryMaxNegSD(28) type=16 + oacJitterStatsHistoryMaxPosDS(29) type=16 + oacJitterStatsHistoryMaxNegDS(30) type=16 + oacJitterStatsHistorySum2PosSD(31) type=16 + oacJitterStatsHistorySum2NegSD(32) type=16 + oacJitterStatsHistorySum2PosDS(33) type=16 + oacJitterStatsHistorySum2NegDS(34) type=16 + oacJitterStatsHistoryDeviationSD(35) type=16 + oacJitterStatsHistoryDeviationDS(36) type=16 + oacExpIMConfigMgmt(6) type=0 + oacConfigMgmtObjects(1) type=0 + oacCMHistory(1) type=0 + oacCMHistoryRunningLastChanged(1) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacCMHistoryRunningLastSaved(2) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacCMHistoryStartupLastChanged(3) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacCMCopy(2) type=0 + oacCMCopyIndex(1) type=5 + oacCMCopyTftpRunTable(2) type=0 + oacCMCopyTftpRunEntry(1) type=0 + oacCMCopyTftpRun(1) type=2 + oacCMCopyRunTftpTable(3) type=0 + oacCMCopyRunTftpEntry(1) type=0 + oacCMCopyRunTftp(1) type=2 + oacConfigMgmtNotifications(3) type=0 + oacCMRunningConfigSaved(1) type=21 + oacSumOfMIBModule(7) type=24 + oacSumOfObjects(1) type=0 + oacSumOfIfTable(1) type=0 + oacSumOfIfEntry(1) type=0 + sumOfIfInOctets(1) type=6 + sumOfIfInUcastPkts(2) type=6 + sumOfIfInNUcastPkts(3) type=6 + sumOfIfInDiscards(4) type=6 + sumOfIfInErrors(5) type=6 + sumOfIfInUnknownProtos(6) type=6 + sumOfIfOutOctets(7) type=6 + sumOfIfOutUcastPkts(8) type=6 + sumOfIfOutNUcastPkts(9) type=6 + sumOfIfOutDiscards(10) type=6 + sumOfIfOutErrors(11) type=6 + oacSumOfIfXTable(2) type=0 + oacSumOfIfXEntry(1) type=0 + sumOfIfInMulticastPkts(1) type=6 + sumOfIfInBroadcastPkts(2) type=6 + sumOfIfOutMulticastPkts(3) type=6 + sumOfIfOutBroadcastPkts(4) type=6 + sumOfIfHCInOctets(5) type=11 + sumOfIfHCInUcastPkts(6) type=11 + sumOfIfHCInMulticastPkts(7) type=11 + sumOfIfHCInBroadcastPkts(8) type=11 + sumOfIfHCOutOctets(9) type=11 + sumOfIfHCOutUcastPkts(10) type=11 + sumOfIfHCOutMulticastPkts(11) type=11 + sumOfIfHCOutBroadcastPkts(12) type=11 + oacAAAConfig(10) type=0 + oacAAAConfigObjects(1) type=0 + oacAAARadiusServerConfigTable(1) type=0 + oacAAARadiusServerConfigEntry(1) type=0 + oacAAARadiusServerInfo(1) type=2 hint=255a + oacAAARadiusServerPort(2) type=3 + oacAAARadiusServerSharedKey(3) type=2 + oacAAARadiusServerRetries(4) type=3 + oacAAARadiusServerTimeout(5) type=3 + oacAAARadiusServerInterface(6) type=16 hint=d + oacAAARadiusServerRowStatus(7) type=3 + oacAAARadiusConfigAccPort(2) type=3 + oacAAATacacsServerConfigTable(3) type=0 + oacAAATacacsServerConfigEntry(1) type=0 + oacAAATacacsServerInfo(1) type=2 hint=255a + oacAAATacacsServerPort(2) type=3 + oacAAATacacsServerSharedKey(3) type=2 + oacAAATacacsServerTimeout(4) type=3 + oacAAATacacsServerInterface(5) type=16 hint=d + oacAAATacacsServerRowStatus(6) type=3 + oacAAATacacsConfigUseUsername(4) type=3 + oacAAAAuthenticationServerConfigTable(5) type=0 + oacAAAAuthenticationServerConfigEntry(1) type=0 + oacAAAAuthenticationFeature(1) type=3 + oacAAAAuthenticationReqSrc(2) type=3 + oacAAAAuthenticationSvrType(3) type=2 + oacAAAAuthenticationServerRowStatus(4) type=3 + oacAAAAuthenticationConfigBannerSeqTable(6) type=0 + oacAAAAuthenticationConfigBannerSeqEntry(1) type=0 + oacAAAAuthenticationBannerSequence(1) type=3 + oacAAAAuthenticationBannerString(2) type=2 + oacAAAAuthenticationBannerSeqRowStatus(3) type=3 + oacAAAGroupServerConfigTable(7) type=0 + oacAAAGroupServerConfigEntry(1) type=0 + oacAAAServerGroupName(1) type=2 hint=255a + oacAAAServerGroupType(2) type=3 + oacAAAServerGroupServerInfo(3) type=2 hint=255a + oacAAAServerGroupRowStatus(4) type=3 + oacAAAAuthorizationConfigCmdLevelDefTacacs(8) type=3 + oacAAAAccCmdsConfigTable(9) type=0 + oacAAAAccCmdsConfigEntry(1) type=0 + oacAAAAccCmdAccessLevel(1) type=3 + oacAAAAccTacacsGroupName(2) type=2 hint=255a + oacAAAAccCmdsRowStatus(3) type=3 + oacAAAAccConfigExecStartStop(10) type=2 + oacAAAAccConfigSystemStartStop(11) type=2 + oacAAAConfigConformance(2) type=0 + oacAAAConfigGroups(1) type=0 + oacAAAConfigGroup(1) type=22 + oacAAACompls(2) type=0 + oacSnmpConfig(20) type=0 + oacSnmpConfigObjects(1) type=0 + oacSnmpSource(1) type=2 + oacSnmpTrapSource(2) type=2 + oacSnmpMibIfDescrShort(3) type=3 + oacSnmpChassisId(4) type=2 + oacSnmpMaxMsgSize(5) type=3 + oacSnmpCommunityConfigTable(6) type=0 + oacSnmpCommunityConfigEntry(1) type=0 + oacSnmpCommunityString(1) type=2 + oacSnmpCommunityAccessType(2) type=3 + oacSnmpCommunityAclType(3) type=3 + oacSnmpCommunityAclName(4) type=2 + oacSnmpCommunityV2GroupName(5) type=2 + oacSnmpCommunityisEncrypted(6) type=3 + oacSnmpCommunityRowStatus(7) type=3 + oacSnmpEngineId(7) type=2 + oacSnmpRemoteAgentIpAddr(8) type=5 + oacSnmpRemoteEngineIdConfigTable(9) type=0 + oacSnmpRemoteEngineIdConfigEntry(1) type=0 + oacSnmpRemoteEngineId(1) type=2 + oacSnmpRemoteEngineIpAddr(2) type=5 + oacSnmpRemoteEngineMaxMsgSize(3) type=3 + oacSnmpRemoteEngineRowstatus(4) type=3 + oacSnmpTrapConfigTable(10) type=0 + oacSnmpTrapConfigEntry(1) type=0 + oacSnmpTrapConfigType(1) type=3 + oacSnmpTrapConfigisEnabled(2) type=3 + oacSnmpTrapConfigRowStatus(3) type=3 + oacSnmpConfigConformance(2) type=0 + oacSnmpConfigGroups(1) type=0 + oacSnmpConfigGroup(1) type=22 + oacSnmpCompls(2) type=0 + oacMiscConfig(21) type=0 + oacTelnetServerConfigObjects(1) type=0 + oacTelnetServerBindInterfaceTable(1) type=0 + oacTelnetServerBindInterfaceEntry(1) type=0 + oacTelnetServerBindInterfaceIndex(1) type=16 hint=d + oacTelnetServerBindInterfaceName(2) type=2 + oacTelnetServerBindInterfaceRowStatus(3) type=3 + oacTelnetServerBindAcl(2) type=2 + oacTelnetServerIdleTimeout(3) type=15 units=seconds + oacTelnetServerLogEnable(4) type=3 + oacTelnetServerLogFileSize(5) type=3 units=bytes + oacSyslogServerConfigObjects(2) type=0 + oacSyslogServerTable(1) type=0 + oacSyslogServerEntry(1) type=0 + oacSyslogServerAddress(1) type=2 + oacSyslogServerFacilityNum(2) type=3 + oacSyslogServerInterface(3) type=16 hint=d + oacSyslogServerRowStatus(4) type=3 + oacSyslogMaxServers(2) type=3 + oacSntpClientConfigObjects(3) type=0 + oacSntpClientBroadcastEnable(1) type=3 + oacSntpRemoteServerTable(2) type=0 + oacSntpRemoteServerEntry(1) type=0 + oacSntpRemoteServerAddress(1) type=2 + oacSntpRemoteServerInterface(2) type=16 hint=d + oacSntpRemoteServerRowStatus(3) type=3 + oacSntpClientPollInterval(3) type=15 units=seconds + oacBannerConfigObjects(4) type=0 + oacConfigBannerSeqTable(1) type=0 + oacConfigBannerSeqEntry(1) type=0 + oacConfigBannerType(1) type=3 + oacConfigBannerSequence(2) type=3 + oacConfigBannerString(3) type=2 + oacConfigBannerSeqRowStatus(4) type=3 + oacConfigMotdBanner(2) type=2 + oacConfigExecBanner(3) type=2 + oacDateAndTimeConfigObjects(5) type=0 + oacMiscConfigDateAndTime(1) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacConfigClockDstTable(2) type=0 + oacConfigClockDstEntry(1) type=0 + oacClockDstName(1) type=2 + oacClockDstSummerStartWeek(2) type=2 + oacClockDstSummerStartDate(3) type=2 + oacClockDstWinterStartWeek(4) type=2 + oacClockDstWinterStartDate(5) type=2 + oacClockDstRowStatus(6) type=3 + oacMiscConfigConformance(6) type=0 + oacMiscConfigGroups(1) type=0 + oacMiscConfigGroup(1) type=22 + oacMiscCompls(2) type=0 + oacSshConfig(22) type=0 + oacSshConfigObjects(1) type=0 + oacSshDsaKey(1) type=3 + oacSshEnabled(2) type=3 + oacSshIdleTimeout(3) type=15 units=seconds + oacSshAuthTimeout(4) type=3 units=seconds + oacSshAuthRetries(5) type=3 + oacSshBindInterface(6) type=2 + oacSshBindAcl(7) type=2 + oacSshMaxSessions(8) type=3 + oacSshMaxSessionChannels(9) type=3 + oacSshConfigConformance(2) type=0 + oacSshConfigGroups(1) type=0 + oacSshConfigGroup(1) type=22 + oacSshCompls(2) type=0 + oacRttChkMIB(1223) type=24 + oacRttChkObj(1) type=0 + oacRttControl(1) type=0 + oacRttControlTable(1) type=0 + oacRttControlEntry(1) type=0 + oacRttControlIndex(1) type=16 + oacRttControlStatus(2) type=3 + oacRttControlTag(3) type=2 hint=255a + oacRttControlFrequency(4) type=16 units=seconds + oacRttControlRttType(5) type=3 + oacRttControlTimeout(6) type=16 units=milliseconds + oacRttControlOwner(7) type=2 hint=255a + oacRttControlThreshold(8) type=16 units=milliseconds + oacRttEchoTable(2) type=0 + oacRttEchoEntry(1) type=0 + oacRttEchoSourceAddress(1) type=2 + oacRttEchoTargetAddress(2) type=2 + oacRttEchoPktDataRequestSize(3) type=16 units=octets + oacRttEchoPktDataResponseSize(4) type=16 + oacRttEchoTOS(5) type=16 + oacRttEchoProtocol(6) type=3 + oacRttHistoryTable(3) type=0 + oacRttHistoryEntry(1) type=0 + oacRttHistoryNumBuckets(1) type=16 + oacRttHistoryFilter(2) type=3 + oacRttHistoryNumLives(3) type=16 + oacRttHistoryNumSamples(4) type=16 + oacRttSchedTable(4) type=0 + oacRttSchedEntry(1) type=0 + oacRttSchedRttStartTime(1) type=8 + oacRttSchedRttLife(2) type=16 units=seconds + oacRttSchedConceptRowAgeout(3) type=16 units=seconds + oacRttReactTable(5) type=0 + oacRttReactEntry(1) type=0 + oacRttReactActionType(1) type=3 + oacRttReactThresholdType(2) type=3 + oacRttReactThresholdCount(3) type=16 + oacRttReactThresholdCount2(4) type=16 + oacRttReactConnectionEnable(5) type=3 + oacRttReactVerifyErrorEnable(6) type=3 + oacRttReactThresholdFalling(7) type=16 units=milliseconds + oacRttReactTimeoutEnable(8) type=3 + oacRttStatisticsTable(6) type=0 + oacRttStatisticsEntry(1) type=0 + oacRttStatisticsNumDistBuckets(1) type=16 + oacRttStatisticsNumHops(2) type=16 + oacRttStatisticsNumPaths(3) type=16 + oacRttStatisticsDistInterval(4) type=16 units=milliseconds + oacRttStatisticsNumHourGroups(5) type=16 + oacRttControlOperTable(7) type=0 + oacRttControlOperEntry(1) type=0 + oacRttControlOperNumRtts(1) type=16 + oacRttControlOperOctetsInUse(2) type=7 + oacRttControlOperDiagText(3) type=2 hint=255a + oacRttControlOperOverThresholdOccurred(4) type=3 + oacRttControlOperState(5) type=3 + oacRttControlOperTimeoutOccurred(6) type=3 + oacRttControlOperRttLife(7) type=16 units=seconds + oacRttControlOperModificationTime(8) type=8 + oacRttControlOperConnLostOccurred(9) type=3 + oacRttControlOperResetTime(10) type=8 + oacRttReactTriggerTable(8) type=0 + oacRttReactTriggerEntry(1) type=0 + oacRttReactTriggerOacRttControlIndex(1) type=16 + oacRttReactTriggerStatus(2) type=3 + oacRttReactTriggerOperTable(9) type=0 + oacRttReactTriggerOperEntry(1) type=0 + oacRttReactTriggerOperState(1) type=3 + oacRttLatestRttOperTable(10) type=0 + oacRttLatestRttOperEntry(1) type=0 + oacRttLatestRttOperTime(1) type=8 + oacRttLatestRttOperSense(2) type=3 + oacRttLatestRttOperSenseDescription(3) type=2 hint=255a + oacRttLatestRttOperAddress(4) type=2 + oacRttLatestRttOperCompletionTime(5) type=7 units=milliseconds + oacRttLatestRttOperApplSpecificSense(6) type=16 + oacRttHistory(2) type=0 + oacRttHistoryCollectionTable(1) type=0 + oacRttHistoryCollectionEntry(1) type=0 + oacRttHistoryCollectionLifeIndex(1) type=16 + oacRttHistoryCollectionBucketIndex(2) type=16 + oacRttHistoryCollectionSampleIndex(3) type=16 + oacRttHistoryCollectionApplSpecificSense(4) type=16 + oacRttHistoryCollectionAddress(5) type=2 + oacRttHistoryCollectionSampleTime(6) type=8 + oacRttHistoryCollectionSense(7) type=3 + oacRttHistoryCollectionSenseDescription(8) type=2 hint=255a + oacRttHistoryCollectionCompletionTime(9) type=7 units=milliseconds + oacRttStats(3) type=0 + oacRttStatsCollectTable(1) type=0 + oacRttStatsCollectEntry(1) type=0 + oacRttStatsCollectAddress(1) type=2 + oacRttStatsCollectNoConnections(2) type=16 + oacRttStatsCollectBusies(3) type=16 + oacRttStatsCollectTimeouts(4) type=16 + oacRttStatsCollectSequenceErrors(5) type=16 + oacRttStatsCollectNumDisconnects(6) type=16 + oacRttStatsCollectVerifyErrors(7) type=16 + oacRttStatsCollectDrops(8) type=16 + oacRttStatsCaptureTable(2) type=0 + oacRttStatsCaptureEntry(1) type=0 + oacRttStatsCaptureStartTimeIndex(1) type=8 + oacRttStatsCapturePathIndex(2) type=16 + oacRttStatsCaptureHopIndex(3) type=16 + oacRttStatsCaptureDistIndex(4) type=16 + oacRttStatsCaptureSumCompletionTime(5) type=7 units=milliseconds + oacRttStatsCaptureSumCompletionTime2Low(6) type=7 + oacRttStatsCaptureSumCompletionTime2High(7) type=7 + oacRttStatsCaptureCompletionTimeMin(8) type=7 units=milliseconds + oacRttStatsCaptureCompletionTimeMax(9) type=7 units=milliseconds + oacRttStatsCaptureOverThresholds(10) type=16 + oacRttStatsCaptureCompletions(11) type=16 + oacRttStatsTotalsTable(3) type=0 + oacRttStatsTotalsEntry(1) type=0 + oacRttStatsTotalsInitiations(1) type=16 + oacRttStatsTotalsElapsedTime(2) type=3 + oacRttStatsJitterHopTable(4) type=0 + oacRttStatsJitterHopEntry(1) type=0 + oacRttStatsJitterPathIndex(1) type=16 + oacRttStatsJitterHopIndex(2) type=16 + oacRttStatsJitterHopIpAddress(3) type=2 + oacRttStatsJitterHopRTT(4) type=16 + oacRttStatsJitterHopPacketLoss(5) type=16 + oacRttStatsJitterHopJitter(6) type=16 + oacRttStatsJitterHopMinRTT(7) type=16 + oacRttStatsJitterHopMaxRTT(8) type=16 + oacRttStatsJitterHopSumRTT(9) type=16 + oacRttStatsJitterHopSum2RTT(10) type=16 + oacRttStatsJitterHopMinPosJitter(11) type=16 + oacRttStatsJitterHopMaxPosJitter(12) type=16 + oacRttStatsJitterHopSumPos(13) type=16 + oacRttStatsJitterHopSum2Pos(14) type=16 + oacRttStatsJitterHopMinNegJitter(15) type=16 + oacRttStatsJitterHopMaxNegJitter(16) type=16 + oacRttStatsJitterHopSumNeg(17) type=16 + oacRttStatsJitterHopSum2Neg(18) type=16 + oacRttStatsJitterHopOutOfSequence(19) type=16 + oacRttStatsJitterHopDiscardedSamples(20) type=16 + oacRttAppl(4) type=0 + oacRttApplVersion(1) type=2 hint=255a + oacRttApplSuppRttTypesTable(2) type=0 + oacRttApplSuppRttTypesEntry(1) type=0 + oacRttApplSuppRttTypes(1) type=3 + oacRttApplSuppRttTypesValid(2) type=3 + oacRttApplSuppProtocolsTable(3) type=0 + oacRttApplSuppProtocolsEntry(1) type=0 + oacRttApplSuppProtocols(1) type=3 + oacRttApplSuppProtocolsValid(2) type=3 + oacRttNotificationsPrefix(2) type=0 + oacRttNotifications(0) type=0 + oacRttConnectionChangeNotification(1) type=21 + oacRttTimeoutNotification(2) type=21 + oacRttThresholdNotification(3) type=21 + oacExpIMGdoiMIB(1224) type=24 + oacGdoiMIBObjects(1) type=0 + oacGdoiGroupTable(1) type=0 + oacGdoiGroupEntry(1) type=0 + oacGdoiGroupName(1) type=2 hint=255a + oacGdoiGroupIdType(2) type=3 + oacGdoiGroupIdValue(3) type=2 + oacGdoiGm(2) type=0 + oacGdoiGmTable(2) type=0 + oacGdoiGmEntry(1) type=0 + oacGdoiGmIdType(1) type=3 + oacGdoiGmIdValue(2) type=2 + oacGdoiGmRegKeyServerIdValue(3) type=2 + oacGdoiGmActiveKEK(4) type=2 + oacGdoiGmRekeysReceived(5) type=6 units=GROUPKEY-PUSH Messages + oacGdoiPolicy(3) type=0 + oacGdoiGmKekTable(2) type=0 + oacGdoiGmKekEntry(1) type=0 + oacGdoiGmKekSPI(1) type=2 + oacGdoiGmKekSrcIdValue(2) type=2 + oacGdoiGmKekDstIdValue(3) type=2 + oacGdoiGmKekEncryptAlg(4) type=3 + oacGdoiGmKekEncryptKeyLength(5) type=15 units=Bits + oacGdoiGmKekSigHashAlg(6) type=3 + oacGdoiGmKekSigAlg(7) type=3 + oacGdoiGmKekSigKeyLength(8) type=15 units=Bits + oacGdoiGmKekOriginalLifetime(9) type=15 units=Seconds + oacGdoiGmKekRemainingLifetime(10) type=15 units=Seconds + oacUpsMIB(1225) type=24 + oacUpsMIBObjects(1) type=0 + oacUpsBattery(1) type=0 + oacUpsBatteryStatus(1) type=3 + oacUpsAlarm(2) type=0 + oacUpsAlarmsPresent(1) type=7 + oacUpsAlarmDescr(2) type=1 + oacUpsAlarmTime(3) type=8 + oacUpsTraps(2) type=0 + oacUpsTrapAlarmEntryAdded(0) type=21 + oacUpsTrapAlarmEntryRemoved(1) type=21 + oacExpIMVoice(5) type=0 + oacExpIMVoiceGlobalStat(1) type=0 + oacExpIMVoiceStatistics(2) type=0 + oacVoiceStatObjects(1) type=0 + oacVoiceStatGlobal(1) type=0 + oacVoiceFxsPorts(1) type=16 + oacVoiceBriPorts(2) type=16 + oacVoicePriPorts(3) type=16 + oacVoiceVmoaConnections(4) type=16 + oacVoiceVtoaConnections(5) type=16 + oacVoiceFxsDialPeers(6) type=16 + oacVoiceBriDialPeers(7) type=16 + oacVoicePriDialPeers(8) type=16 + oacVoiceStatBles(2) type=0 + oacVoicePortBles(1) type=0 + oacVoiceVoicePortFxsTable(1) type=0 + oacVoiceVoicePortFxsEntry(1) type=0 + oacVoiceVoicePortFxsIfIndex(1) type=16 + oacVoiceVoicePortVoicePortFxs(2) type=2 hint=255a + oacVoiceVoicePortFxsProtocolState(3) type=3 + oacVoiceVoicePortFxsOperState(4) type=3 + oacVoiceVoicePortFxsAdminState(5) type=3 + oacVoiceVoicePortFxsConfigState(6) type=3 + oacVoiceVoicePortFxsAttachedDialPeer(7) type=16 + oacVoiceVoicePortFxsVoiceCommNb(8) type=15 + oacVoiceVoicePortBriTable(2) type=0 + oacVoiceVoicePortBriEntry(1) type=0 + oacVoiceVoicePortBriIfIndex(1) type=16 + oacVoiceVoicePortVoicePortBri(2) type=2 hint=255a + oacVoiceVoicePortBriProtocolDescriptor(3) type=3 + oacVoiceVoicePortBriProtocolState(4) type=3 + oacVoiceVoicePortBriOperState(5) type=3 + oacVoiceVoicePortBriAdminState(6) type=3 + oacVoiceVoicePortBriConfigState(7) type=3 + oacVoiceVoicePortBriLayer1(8) type=3 + oacVoiceVoicePortBriAttachedDialPeer(9) type=16 + oacVoiceVoicePortBriVoiceCommNb(10) type=15 + oacVoiceVoicePortPriTable(3) type=0 + oacVoiceVoicePortPriEntry(1) type=0 + oacVoiceVoicePortPriIfIndex(1) type=16 + oacVoiceVoicePortVoicePortPri(2) type=2 hint=255a + oacVoiceVoicePortPriPhysicalType(3) type=3 + oacVoiceVoicePortPriProtocolDescriptor(4) type=3 + oacVoiceVoicePortPriProtocolState(5) type=3 + oacVoiceVoicePortPriOperState(6) type=3 + oacVoiceVoicePortPriAdminState(7) type=3 + oacVoiceVoicePortPriConfigState(8) type=3 + oacVoiceVoicePortPriLayer1(9) type=3 + oacVoiceVoicePortPriAttachedDialPeer(10) type=16 + oacVoiceVoicePortPriVoiceCommNb(11) type=15 + oacVoiceVoicePortPriAisOccur(12) type=15 + oacVoiceVoicePortPriRdiOccur(13) type=15 + oacVoiceDialPeerBles(2) type=0 + oacVoiceDialPeerVoiceVmoafxsTable(1) type=0 + oacVoiceDialPeerVoiceVmoafxsEntry(1) type=0 + oacVoiceDialPeerVoiceVmoafxsDialPeer(1) type=16 + oacVoiceDialPeerVoiceVmoafxsLinkedPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVmoafxsCurrentState(3) type=3 + oacVoiceDialPeerVoiceVmoafxsPortStatus(4) type=3 + oacVoiceDialPeerVoiceVmoafxsPathStatus(5) type=3 + oacVoiceDialPeerVoiceVmoafxsCurrentTxCoder(6) type=3 + oacVoiceDialPeerVoiceVmoafxsCurrentRxCoder(7) type=3 + oacVoiceDialPeerVoiceVmofxsCurrentBc(8) type=3 + oacVoiceDialPeerVoiceVmoafxsCurrentCid(9) type=15 + oacVoiceDialPeerVoiceVmoafxsBlockingOccurence(10) type=15 + oacVoiceDialPeerVoiceVmoafxsTotalBlockingDuration(11) type=8 + oacVoiceDialPeerVoiceVmoafxsVoicePacketSent(12) type=15 + oacVoiceDialPeerVoiceVmoafxsVoicePacketReceived(13) type=15 + oacVoiceDialPeerVoiceVmoafxsPathEstablished(14) type=15 + oacVoiceDialPeerVoiceVmoafxsPathRqFailed(15) type=15 + oacVoiceDialPeerVoiceVmoafxsPathDuration(16) type=8 + oacVoiceDialPeerVoiceVmoabriTable(2) type=0 + oacVoiceDialPeerVoiceVmoabriEntry(1) type=0 + oacVoiceDialPeerVoiceVmoabriDialPeer(1) type=16 + oacVoiceDialPeerVoiceVmoabriPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVmoabriCurrentState(3) type=3 + oacVoiceDialPeerVoiceVmoabriConfigState(4) type=3 + oacVoiceDialPeerVoiceVmoabriPortStatus(5) type=3 + oacVoiceDialPeerVoiceVmoabriBlockingOccurence(6) type=15 + oacVoiceDialPeerVoiceVmoabriTotalBlockingDuration(7) type=8 + oacVoiceDialPeerVoiceVmoabriBxAllocNum(8) type=15 + oacVoiceDialPeerVoiceVmoabriB1Table(3) type=0 + oacVoiceDialPeerVoiceVmoabriB1Entry(1) type=0 + oacVoiceDialPeerVoiceVmoabriB1CurrentTxCoder(1) type=3 + oacVoiceDialPeerVoiceVmoabriB1CurrentRxCoder(2) type=3 + oacVoiceDialPeerVoiceVmoabriB1CurrentBc(3) type=3 + oacVoiceDialPeerVoiceVmoabriB1CurrentCid(4) type=15 + oacVoiceDialPeerVoiceVmoabriB1VoicePacketSent(5) type=15 + oacVoiceDialPeerVoiceVmoabriB1VoicePacketReceived(6) type=15 + oacVoiceDialPeerVoiceVmoabriB1BytesSent(7) type=15 + oacVoiceDialPeerVoiceVmoabriB1BytesReceived(8) type=15 + oacVoiceDialPeerVoiceVmoabriB1PathEstablished(9) type=15 + oacVoiceDialPeerVoiceVmoabriB1PathDuration(10) type=8 + oacVoiceDialPeerVoiceVmoabriB1Bundle(11) type=3 + oacVoiceDialPeerVoiceVmoabriB2Table(4) type=0 + oacVoiceDialPeerVoiceVmoabriB2Entry(1) type=0 + oacVoiceDialPeerVoiceVmoabriB2CurrentTxCoder(1) type=3 + oacVoiceDialPeerVoiceVmoabriB2CurrentRxCoder(2) type=3 + oacVoiceDialPeerVoiceVmoabriB2CurrentBc(3) type=3 + oacVoiceDialPeerVoiceVmoabriB2CurrentCid(4) type=15 + oacVoiceDialPeerVoiceVmoabriB2VoicePacketSent(5) type=15 + oacVoiceDialPeerVoiceVmoabriB2VoicePacketReceived(6) type=15 + oacVoiceDialPeerVoiceVmoabriB2BytesSent(7) type=15 + oacVoiceDialPeerVoiceVmoabriB2BytesReceived(8) type=15 + oacVoiceDialPeerVoiceVmoabriB2PathEstablished(9) type=15 + oacVoiceDialPeerVoiceVmoabriB2PathDuration(10) type=8 + oacVoiceDialPeerVoiceVmoabriB2Bundle(11) type=3 + oacVoiceDialPeerVoiceVmoabriDTable(5) type=0 + oacVoiceDialPeerVoiceVmoabriDEntry(1) type=0 + oacVoiceDialPeerVoiceVmoabriDCurrentCid(1) type=15 + oacVoiceDialPeerVoiceVmoabriDFramesSent(2) type=15 + oacVoiceDialPeerVoiceVmoabriDFramesReceived(3) type=15 + oacVoiceDialPeerVoiceVmoabriDBytesSent(4) type=15 + oacVoiceDialPeerVoiceVmoabriDBytesReceived(5) type=15 + oacVoiceDialPeerVoiceVmoapriTable(6) type=0 + oacVoiceDialPeerVoiceVmoapriEntry(1) type=0 + oacVoiceDialPeerVoiceVmoapriDialPeer(1) type=16 + oacVoiceDialPeerVoiceVmoapriLinkedPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVmoapriPortStatus(3) type=3 + oacVoiceDialPeerVoiceVmoapriCurrentState(4) type=3 + oacVoiceDialPeerVoiceVmoapriConfigState(5) type=3 + oacVoiceDialPeerVoiceVmoapriBlockingOccurence(6) type=15 + oacVoiceDialPeerVoiceVmoapriTotalBlockingDuration(7) type=8 + oacVoiceDialPeerVoiceVmoapriBxAllocNum(8) type=15 + oacVoiceDialPeerVoiceVmoapriTsxTable(7) type=0 + oacVoiceDialPeerVoiceVmoapriTsxEntry(1) type=0 + oacVoiceDialPeerVoiceVmoapriTsxIndex(1) type=16 + oacVoiceDialPeerVoiceVmoapriTsxChannelType(2) type=3 + oacVoiceDialPeerVoiceVmoapriTsxCurrentTxCoder(3) type=3 + oacVoiceDialPeerVoiceVmoapriTsxCurrentRxCoder(4) type=3 + oacVoiceDialPeerVoiceVmoapriTsxCurrentBC(5) type=3 + oacVoiceDialPeerVoiceVmoapriTsxCurrentCID(6) type=15 + oacVoiceDialPeerVoiceVmoapriTsxVoicePacketSent(7) type=15 + oacVoiceDialPeerVoiceVmoapriTsxVoicePacketReceived(8) type=15 + oacVoiceDialPeerVoiceVtoaccsTable(8) type=0 + oacVoiceDialPeerVoiceVtoaccsEntry(1) type=0 + oacVoiceDialPeerVoiceVtoaccsDialPeer(1) type=16 + oacVoiceDialPeerVoiceVtoaccsLinkedPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVtoaccsPortStatus(3) type=3 + oacVoiceDialPeerVoiceVtoaccsCurrentState(4) type=3 + oacVoiceDialPeerVoiceVtoaccsConfigState(5) type=3 + oacVoiceDialPeerVoiceVtoaccsBlockingOccurence(6) type=15 + oacVoiceDialPeerVoiceVtoaccsTotalBlockingDuration(7) type=8 + oacVoiceDialPeerVoiceVtoaccsBxAllocNum(8) type=15 + oacVoiceDialPeerVoiceVtoaccsTsxTable(9) type=0 + oacVoiceDialPeerVoiceVtoaccsTsxEntry(1) type=0 + oacVoiceDialPeerVoiceVtoaccsTsxIndex(1) type=16 + oacVoiceDialPeerVoiceVtoaccsTsxChannelType(2) type=3 + oacVoiceDialPeerVoiceVtoaccsTsxCurrentTxCoder(3) type=3 + oacVoiceDialPeerVoiceVtoaccsTsxCurrentRxCoder(4) type=3 + oacVoiceDialPeerVoiceVtoaccsTsxCurrentBC(5) type=3 + oacVoiceDialPeerVoiceVtoaccsTsxCurrentCID(6) type=15 + oacVoiceDialPeerVoiceVtoaccsTsxVoicePacketSent(7) type=15 + oacVoiceDialPeerVoiceVtoaccsTsxVoicePacketReceived(8) type=15 + oacVoiceDialPeerVoiceVtoaccsTsxBundle(9) type=3 + oacVoiceDialPeerVoiceVtoacasTable(10) type=0 + oacVoiceDialPeerVoiceVtoacasEntry(1) type=0 + oacVoiceDialPeerVoiceVtoacasDialPeer(1) type=16 + oacVoiceDialPeerVoiceVtoacasLinkedPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVtoacasPortStatus(3) type=3 + oacVoiceDialPeerVoiceVtoacasCurrentState(4) type=3 + oacVoiceDialPeerVoiceVtoacasConfigState(5) type=3 + oacVoiceDialPeerVoiceVtoacasBlockingOccurence(6) type=15 + oacVoiceDialPeerVoiceVtoacasTotalBlockingDuration(7) type=8 + oacVoiceDialPeerVoiceVtoacasBxAllocNum(8) type=15 + oacVoiceDialPeerVoiceVtoacasTsxTable(11) type=0 + oacVoiceDialPeerVoiceVtoacasTsxEntry(1) type=0 + oacVoiceDialPeerVoiceVtoacasTsxIndex(1) type=16 + oacVoiceDialPeerVoiceVtoacasTsxChannelType(2) type=3 + oacVoiceDialPeerVoiceVtoacasTsxCurrentTxCoder(3) type=3 + oacVoiceDialPeerVoiceVtoacasTsxCurrentRxCoder(4) type=3 + oacVoiceDialPeerVoiceVtoacasTsxCurrentBC(5) type=3 + oacVoiceDialPeerVoiceVtoacasTsxCurrentCID(6) type=15 + oacVoiceDialPeerVoiceVtoacasTsxVoicePacketSent(7) type=15 + oacVoiceDialPeerVoiceVtoacasTsxVoicePacketReceived(8) type=15 + oacVoiceDialPeerVoiceVtoacasTsxVoiceCasFramesSent(9) type=15 + oacVoiceDialPeerVoiceVtoacasTsxVoiceCasFramesReceived(10) type=15 + oacVoiceDialPeerVoiceVtoacasTsxBundle(11) type=3 + oacVoiceDialPeerVoiceVtoacesTable(12) type=0 + oacVoiceDialPeerVoiceVtoacesEntry(1) type=0 + oacVoiceDialPeerVoiceVtoacesDialPeer(1) type=16 + oacVoiceDialPeerVoiceVtoacesLinkedPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVtoacesCurrentState(3) type=3 + oacVoiceDialPeerVoiceVtoacesConfigState(4) type=3 + oacVoiceDialPeerVoiceVtoacesCellLossIntegrationPeriod(5) type=15 + oacVoiceDialPeerVoiceVtoacesOutOfSyncOccurences(6) type=15 + oacVoiceDialPeerVoiceVtoacesTxCells(7) type=15 + oacVoiceDialPeerVoiceVtoacesReassCells(8) type=15 + oacVoiceDialPeerVoiceVtoacesBufOverflows(9) type=15 + oacVoiceDialPeerVoiceVtoacesBufUnderflows(10) type=15 + oacVoiceDialPeerVoiceVtoacesPointerReframes(11) type=15 + oacVoiceDialPeerVoiceVtoacesHdrErrors(12) type=15 + oacVoiceDialPeerVoiceVtoacesLossCells(13) type=15 + oacVoiceConnectionBles(3) type=0 + oacVoiceVmoaConnTable(1) type=0 + oacVoiceVmoaConnEntry(1) type=0 + oacVoiceVmoaConnConnection(1) type=16 + oacVoiceVmoaConnVpVc(2) type=2 hint=255a + oacVoiceVmoaConnCurrentState(3) type=3 + oacVoiceVmoaConnConfigState(4) type=3 + oacVoiceVmoaConnAtmVcFailureOccurence(5) type=15 + oacVoiceVmoaConnAtmVcTotalFailureDuration(6) type=8 + oacVoiceVmoaConnLesTable(2) type=0 + oacVoiceVmoaConnLesEntry(1) type=0 + oacVoiceVmoaConnLesVoicePathNum(1) type=15 + oacVoiceVmoaConnLesTotalCpIwfOriginated(2) type=15 + oacVoiceVmoaConnLesTotalCoIwfOriginated(3) type=15 + oacVoiceVmoaConnLesCpIwfRestartNum(4) type=15 + oacVoiceVmoaConnLesCoIwfRestartNum(5) type=15 + oacVoiceVmoaConnElcpTable(3) type=0 + oacVoiceVmoaConnElcpEntry(1) type=0 + oacVoiceVmoaConnElcpTotalSuccessfulAllocation(1) type=15 + oacVoiceVmoaConnElcpTotalUnsuccessfulAllocation(2) type=15 + oacVoiceVmoaConnElcpTotalAllocationDuration(3) type=8 + oacVoiceVmoaConnLapv5Table(4) type=0 + oacVoiceVmoaConnLapv5Entry(1) type=0 + oacVoiceVmoaConnLapv5NbrRxFrame(1) type=15 + oacVoiceVmoaConnLapv5NbrTxFrame(2) type=15 + oacVoiceVmoaConnLapv5NbrRxIFrame(3) type=15 + oacVoiceVmoaConnLapv5NbrTxIFrame(4) type=15 + oacVoiceVmoaConnLapv5NbrRxRejFrame(5) type=15 + oacVoiceVmoaConnLapv5NbrTxRejFrame(6) type=15 + oacVoiceVmoaConnLapv5NbrRxRnrFrame(7) type=15 + oacVoiceVmoaConnLapv5NbrTxRnrFrame(8) type=15 + oacVoiceVmoaConnLapv5NbrT200Expiration(9) type=15 + oacVoiceVmoaConnAal2Table(5) type=0 + oacVoiceVmoaConnAal2Entry(1) type=0 + oacVoiceVmoaConnAal2TotalFramesReceived(1) type=15 + oacVoiceVmoaConnAal2TotalBytesReceived(2) type=15 + oacVoiceVmoaConnAal2TotalFramesDiscardedReceived(3) type=15 + oacVoiceVmoaConnAal2TotalFramesErrorsReceived(4) type=15 + oacVoiceVmoaConnAal2TotalFramesSent(5) type=15 + oacVoiceVmoaConnAal2TotalBytesSent(6) type=15 + oacVoiceVmoaConnAal2TotalFramesDiscardedSent(7) type=15 + oacVoiceVtoaConnTable(6) type=0 + oacVoiceVtoaConnEntry(1) type=0 + oacVoiceVtoaConnConnection(1) type=16 + oacVoiceVtoaConnVpVc(2) type=2 hint=255a + oacVoiceVtoaConnCurrentState(3) type=3 + oacVoiceVtoaConnConfigState(4) type=3 + oacVoiceVtoaConnAtmVcFailureOccurence(5) type=15 + oacVoiceVtoaConnAtmVcTotalFailureDuration(6) type=8 + oacVoiceVtoaConnAal2Table(7) type=0 + oacVoiceVtoaConnAal2Entry(1) type=0 + oacVoiceVtoaConnAal2TotalFramesReceived(1) type=15 + oacVoiceVtoaConnAal2TotalBytesReceived(2) type=15 + oacVoiceVtoaConnAal2TotalFramesDiscardedReceived(3) type=15 + oacVoiceVtoaConnAal2TotalFramesErrorsReceived(4) type=15 + oacVoiceVtoaConnAal2TotalFramesSent(5) type=15 + oacVoiceVtoaConnAal2TotalBytesSent(6) type=15 + oacVoiceVtoaConnAal2TotalFramesDiscardedSent(7) type=15 + oacVoiceStatVoip(3) type=0 + oacVoicePortVoipTable(1) type=0 + oacVoicePortVoipEntry(1) type=0 + oacVoicePortIfIndex(1) type=16 + oacVoicePortVoipPortName(2) type=2 hint=255a + oacVoicePortVoipPortType(3) type=3 + oacVoicePortVoipPriPhysicalType(4) type=3 + oacVoicePortVoipIsdnProtocolDescriptor(5) type=3 + oacVoicePortVoipCurrentState(6) type=3 + oacVoicePortVoipConfigState(7) type=3 + oacVoicePortVoipIsdnLayer1Status(8) type=3 + oacVoicePortVoipIsdnLayer2Status(9) type=2 hint=255a + oacVoicePortVoipAttachedDialPeer(10) type=16 + oacVoicePortVoipCurrentCalls(11) type=16 + oacVoicePortVoipIsdnTxFramesOnDChannel(12) type=16 + oacVoicePortVoipIsdnRxFramesOnDChannel(13) type=16 + oacVoicePortVoipPriNbAisOccurence(14) type=16 + oacVoicePortVoipPriNbRdiOccurence(15) type=16 + oacVoicePortVoipOutCalls(16) type=16 + oacVoicePortVoipOutCallsFailures(17) type=16 + oacVoicePortVoipOutCallsUnsufficientPotsGroupResource(18) type=16 + oacVoicePortVoipOutCallsIsdnPhysicalInterfaceDown(19) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass0(20) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass1(21) type=16 + oacVoicePortVoipOutCallsIsdnCC1NormalCause(22) type=16 + oacVoicePortVoipOutCallsCC1UserBusy(23) type=16 + oacVoicePortVoipOutCallsCC1NoAnswer(24) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass2(25) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass3(26) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass4(27) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass5(28) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass6(29) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass7(30) type=16 + oacVoicePortVoipIncCalls(31) type=16 + oacVoicePortVoipIncCallsBackupInvoked(32) type=16 + oacVoicePortVoipIncCallsFailures(33) type=16 + oacVoicePortVoipIncCallsRemoteFailure(34) type=16 + oacVoicePortVoipIncCallsUnknownNumber(35) type=16 + oacVoicePortVoipIncCallsDspUnavailable(36) type=16 + oacVoicePortVoipIncCallsNoVoipRessourceAvailable(37) type=16 + oacVoicePortVoipIncCallsNotSpecified(38) type=16 + oacVoicePortVoipMgcpOffHookEvents(39) type=16 + oacVoicePortVoipMgcpOutCallsPathEstablished(40) type=16 + oacVoicePortVoipMgcpRingingEvents(41) type=16 + oacVoicePortVoipMgcpIncCallsPathEstablished(42) type=16 + oacVoiceDialPeerVoipTable(2) type=0 + oacVoiceDialPeerVoipEntry(1) type=0 + oacVoiceDialPeerIndex(1) type=16 + oacVoiceDialPeerCurrentCalls(2) type=16 + oacVoiceDialPeerOutCalls(3) type=16 + oacVoiceDialPeerOutCallsMgcpOffHookEvents(4) type=16 + oacVoiceDialPeerOutCallsMgcpPathEstablished(5) type=16 + oacVoiceDialPeerOutCallsFailures(6) type=16 + oacVoiceDialPeerOutCallsRasFailures(7) type=16 + oacVoiceDialPeerOutCallsRasFailGatekeeperUnavailable(8) type=16 + oacVoiceDialPeerOutCallsRasFailAdmissionRejects(9) type=16 + oacVoiceDialPeerOutCallsH225Q931Failures(10) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass0(11) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass1(12) type=16 + oacVoiceDialPeerOutCallsHQFailCC1NormalCause(13) type=16 + oacVoiceDialPeerOutCallsHQFailCC1UserBusy(14) type=16 + oacVoiceDialPeerOutCallsHQFailCC1NoAnswer(15) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass2(16) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass3(17) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass4(18) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass5(19) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass6(20) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass7(21) type=16 + oacVoiceDialPeerOutCallsH245Failures(22) type=16 + oacVoiceDialPeerOutCallsH245FailIncompatibleCapabilities(23) type=16 + oacVoiceDialPeerOutCallsH245FailProtocolErrors(24) type=16 + oacVoiceDialPeerOutCallsInternalFailures(25) type=16 + oacVoiceDialPeerOutCallsInternalFailDspUnavailable(26) type=16 + oacVoiceDialPeerOutCallsInternalFailMaxBwExceeded(27) type=16 + oacVoiceDialPeerOutCallsInternalFailMaxConnExceeded(28) type=16 + oacVoiceDialPeerOutCallsInternalFailNotSpecified(29) type=16 + oacVoiceDialPeerIncCalls(30) type=16 + oacVoiceDialPeerIncCallsMgcpRingingEvents(31) type=16 + oacVoiceDialPeerIncCallsMgcpPathEstablished(32) type=16 + oacVoiceDialPeerIncCallsFailures(33) type=16 + oacVoiceDialPeerIncCallsRasFailures(34) type=16 + oacVoiceDialPeerIncCallsRasFailGatekeeperUnavailable(35) type=16 + oacVoiceDialPeerIncCallsRasFailAdmissionRejects(36) type=16 + oacVoiceDialPeerIncCallsLocalPortFailures(37) type=16 + oacVoiceDialPeerIncCallsH245Failures(38) type=16 + oacVoiceDialPeerIncCallsH245FailIncompatibleCapabilities(39) type=16 + oacVoiceDialPeerIncCallsH245FailProtocolErrors(40) type=16 + oacVoiceDialPeerIncCallsInternalFailures(41) type=16 + oacVoiceDialPeerIncCallsInternalFailDspUnavailable(42) type=16 + oacVoiceDialPeerIncCallsInternalFailUnknownNumber(43) type=16 + oacVoiceDialPeerIncCallsInternalFailChannelPortUnavailable(44) type=16 + oacVoiceDialPeerIncCallsInternalFailMaxBwExceeded(45) type=16 + oacVoiceDialPeerIncCallsInternalFailMaxConnExceeded(46) type=16 + oacVoiceDialPeerIncCallsInternalFailNotSpecified(47) type=16 + oacVoiceDialPeerIncCallsAdviceofCharge(48) type=16 + oacVoiceDialPeerRtpStatNbTxPackets(49) type=15 + oacVoiceDialPeerRtpStatNbRxPackets(50) type=15 + oacVoiceDialPeerRtpStatNbTxBytes(51) type=15 + oacVoiceDialPeerRtpStatNbRxBytes(52) type=15 + oacVoiceDialPeerRtpStatNbExcessiveJitterEvents(53) type=15 + oacVoiceDialPeerRtpStatNbLostPackets(54) type=15 + oacVoiceDialPeerRtpStatNbInvalidPackets(55) type=15 + oacVoiceDialPeerModemNbSwitchingToModemMode(56) type=15 + oacVoiceDialPeerFaxNbOutgoingFax(57) type=16 + oacVoiceDialPeerFaxNbIncomingFax(58) type=16 + oacVoiceDialPeerFaxNbFailures(59) type=16 + oacVoiceDialPeerFaxFailureRequestMode(60) type=16 + oacVoiceDialPeerFaxFailurePreMsgProcedure(61) type=16 + oacVoiceDialPeerFaxFailurePage(62) type=16 + oacVoiceDialPeerFaxNbTxPackets(63) type=15 + oacVoiceDialPeerFaxNbRxPackets(64) type=15 + oacVoiceDialPeerFaxNbTxBytes(65) type=15 + oacVoiceDialPeerFaxNbRxBytes(66) type=15 + oacVoiceDialPeerFaxNbLostPackets(67) type=15 + oacVoiceH323Gw(3) type=0 + oacVoiceH323GwState(1) type=3 + oacVoiceH323GwStateReason(2) type=3 + oacVoiceH323GwRasBwControl(3) type=3 + oacVoiceH323GwPortabilityStatus(4) type=3 + oacVoiceH323GwPortabilityStatusTimeout(5) type=16 + oacVoiceH323GwDs0Configured(6) type=16 + oacVoiceH323GwDs0Low(7) type=16 + oacVoiceH323GwDs0High(8) type=16 + oacVoiceH323GwDs0Current(9) type=16 + oacVoiceH323GwBwConfigured(10) type=16 + oacVoiceH323GwBwLow(11) type=16 + oacVoiceH323GwBwHigh(12) type=16 + oacVoiceH323GwBwCurrent(13) type=16 + oacVoiceH323GwRegistrationState(14) type=3 + oacVoiceH323GwGatekeeperIdentifier(15) type=2 hint=255a + oacVoiceH323GwGatekeeperAddress(16) type=2 hint=255a + oacVoiceH323GwRegistrationRequest(17) type=16 + oacVoiceH323GwRegistrationFailures(18) type=16 + oacVoiceH323GwRegFailNoResponse(19) type=16 + oacVoiceH323GwRegFailInvalidIpAddress(20) type=16 + oacVoiceH323GwRegFailDuplicateAlias(21) type=16 + oacVoiceH323GwRegFailInvalidTerminalType(22) type=16 + oacVoiceH323GwRegFailResourceUnavailable(23) type=16 + oacVoiceH323GwRegFailInvalidAlias(24) type=16 + oacVoiceH323GwRegFailSecurityDenial(25) type=16 + oacVoiceH323GwRegFailUndefinedReason(26) type=16 + oacVoiceH323GwAdmissionRequests(27) type=16 + oacVoiceH323GwAdmissionRejects(28) type=16 + oacVoiceH323GwAdmRejCalledPartyNotRegistered(29) type=16 + oacVoiceH323GwAdmRejInvalidPermission(30) type=16 + oacVoiceH323GwAdmRejRequestDenied(31) type=16 + oacVoiceH323GwAdmRejCallerNotRegistered(32) type=16 + oacVoiceH323GwAdmRejResourceUnavailable(33) type=16 + oacVoiceH323GwAdmRejSecurityDenial(34) type=16 + oacVoiceH323GwAdmRejInvalidEndpointIdent(35) type=16 + oacVoiceH323GwAdmRejIncompleteAddress(36) type=16 + oacVoiceH323GwAdmRejNotSpecified(37) type=16 + oacVoiceH323GwAdmRejUndefinedReason(38) type=16 + oacVoiceSipGw(4) type=0 + oacVoiceSipGwState(1) type=3 + oacVoiceSipGwRegistrationState(2) type=3 + oacVoiceSipGwRegistrarServer(3) type=2 hint=255a + oacVoiceSipGwBandwidth(4) type=2 hint=255a + oacVoiceSipGwRegistrationErrors(5) type=16 + oacVoiceSipGwRegisteredEndpoints(6) type=16 + oacVoiceSipGwCurrentCalls(7) type=16 + oacVoiceSipGwAuthenticationRejects(8) type=16 + oacVoiceSipGwEndpointTable(9) type=0 + oacVoiceSipGwEndpointEntry(1) type=0 + oacVoiceSipGwPhoneIndex(1) type=16 + oacVoiceSipGwPhoneState(2) type=3 + oacVoiceSipGwPhoneNumber(3) type=2 hint=255a + oacVoiceSipGwPhoneSipId(4) type=2 hint=255a + oacVoiceSipGwRegistrationTimeout(5) type=2 hint=255a + oacVoiceSipGwMaxToRegisterEndpoints(10) type=16 + oacVoiceSipServer(5) type=0 + oacVoiceSipServerState(1) type=3 + oacVoiceSipServerRegisteredEndpoints(2) type=16 + oacVoiceSipServerRegistrarServer(3) type=2 hint=255a + oacVoiceSipServerCurrentCalls(4) type=16 + oacVoiceSipServerEndpointTable(5) type=0 + oacVoiceSipServerEndpointEntry(1) type=0 + oacVoiceSipServerPhoneIndex(1) type=16 + oacVoiceSipServerPhoneNumber(2) type=2 hint=255a + oacVoiceSipServerPhoneIpAddress(3) type=2 hint=255a + oacVoiceSipServerPhoneSipId(4) type=2 hint=255a + oacVoiceSipServerRegistrationTime(5) type=2 hint=255a + oacVoiceSipServerRegistrationTimeout(6) type=2 hint=255a + oacVoiceMgcpGw(6) type=0 + oacVoiceMgcpGwState(1) type=3 + oacVoiceMgcpGwCallAgentIpAddress(2) type=2 hint=255a + oacVoiceMgcpGwConnectionState(3) type=3 + oacVoiceMgcpGwEstablishedPathCurrentNumber(4) type=16 + oacVoiceMgcpGwOutCallsOffHookEvents(5) type=16 + oacVoiceMgcpGwOutCallsPathEstablished(6) type=16 + oacVoiceMgcpGwIncCallsRingingEvents(7) type=16 + oacVoiceMgcpGwIncCallsPath(8) type=16 + oacVoiceStatMos(4) type=0 + oacVoiceStatMosTable(1) type=0 + oacVoiceStatMosEntry(1) type=0 + oacVoiceStatMosIndex(1) type=16 + oacVoiceStatMosEntryNumberOfCalls(2) type=16 + oacVoiceStatMosEntryMosAvg(3) type=2 hint=255a + oacVoiceStatMosEntryMosMin(4) type=2 hint=255a + oacVoiceStatMosEntryMosMax(5) type=2 hint=255a + oacVoiceStatMosEntryErlAvg(6) type=16 + oacVoiceStatMosEntryAcomAvg(7) type=16 + oacVoiceStatMosEntryLossRateAvg(8) type=16 + oacVoiceStatMosJitterAvg(9) type=16 + oacVoiceStatMosEntryMaxDelayAvg(10) type=16 + oacVoiceStatMosEntryPddAvg(11) type=16 + oacVoiceStatNotifications(2) type=0 + oacVoiceStatConformance(3) type=0 + oacVoiceStatGroups(1) type=0 + oacVoiceStatGeneralGroup(1) type=22 + oacVoiceStatCompliances(2) type=0 + oacVoiceStatCompliance(1) type=26 + oacExpIMPstn(6) type=0 + oacExpIMPstnNotifications(0) type=0 + dialDown(3) type=21 + dialUp(4) type=21 + oacExpIMIsdn(7) type=0 + oacExpIMIsdnNotifications(0) type=0 + dialDown(3) type=21 + dialUp(4) type=21 + oacExpIMDot11(8) type=0 + oacExpIMDot11Objects(1) type=0 + oacExpIMDot11InterfaceTable(1) type=0 + oacExpIMDot11InterfaceEntry(1) type=0 + oacExpIMDot11EntryType(1) type=3 + oacExpIMDot11MACAddress(2) type=2 hint=1x: + oacExpIMDot11SSID(3) type=2 + oacExpIMDot11AssociatedStations(4) type=6 + oacExpIMCellRadio(9) type=0 + oacCellRadioRssi(1) type=0 + oacCellRssiLastHourTable(1) type=0 + oacCellRssiLastHourEntry(1) type=0 + oacCellRssiLastHourMinutes(1) type=15 + oacCellRssiLastHourMin(2) type=16 + oacCellRssiLastHourAvg(3) type=16 + oacCellRssiLastHourMax(4) type=16 + oacCellRssiLastDayTable(2) type=0 + oacCellRssiLastDayEntry(1) type=0 + oacCellRssiLastDayHours(1) type=15 + oacCellRssiLastDayMin(2) type=16 + oacCellRssiLastDayAvg(3) type=16 + oacCellRssiLastDayMax(4) type=16 + oacCellRssiLastMonthTable(3) type=0 + oacCellRssiLastMonthEntry(1) type=0 + oacCellRssiLastMonthDays(1) type=15 + oacCellRssiLastMonthMin(2) type=16 + oacCellRssiLastMonthAvg(3) type=16 + oacCellRssiLastMonthMax(4) type=16 + oacCellRadioModuleTable(2) type=0 + oacCellRadioModuleEntry(1) type=0 + oacCellModuleIndex(1) type=15 + oacCellManufacturer(10) type=2 hint=255a + oacCellEquipment(11) type=2 hint=255a + oacCellBootRevision(12) type=2 hint=255a + oacCellRevision(13) type=2 hint=255a + oacCellIMEI(14) type=2 hint=255a + oacCellMEID(15) type=2 hint=255a + oacCellSIMStatus(20) type=2 hint=255a + oacCellIMSI(21) type=2 hint=255a + oacCellICCI(22) type=2 hint=255a + oacCellPinStatus(30) type=2 hint=255a + oacCellSelectedOperator(40) type=2 hint=255a + oacCellSignalStrength(41) type=16 + oacCellEcIo(42) type=16 + oacCellRSRQ(43) type=16 + oacCellRSRP(44) type=16 + oacCellSNR(45) type=16 + oacCellRadioAccessTechnology(46) type=2 hint=255a + oacCellCircuitSwitchedState(47) type=2 hint=255a + oacCellPacketSwitchedState(48) type=2 hint=255a + oacCellResetOnLossOfRegistration(60) type=15 + oacCellResetOnFailedRegistration(61) type=15 + oacCellHardwareReset(62) type=15 + oacCellLAC(70) type=2 hint=255a + oacCellCellID(71) type=2 hint=255a + oacCellTAC(72) type=2 hint=255a + oacCellPLMN(73) type=2 hint=255a + oacExpIMEthernet(10) type=0 + oacEthOamExtMIBObjects(2) type=0 + oacEthOamExtIfObjects(1) type=0 + oacEthOamExtMipTable(1) type=0 + oacEthOamExtMipEntry(1) type=0 + oacEthOamMipIfIndex(1) type=16 hint=d + oacEthOamMipMegLevel(2) type=15 + oacEthOamMipVlanIndex(3) type=16 hint=d + oacEthOamMipMode(4) type=3 + oacEthOamMipRowStatus(5) type=3 + oacEthOamExtMepTable(2) type=0 + oacEthOamExtMepEntry(1) type=0 + oacEthOamMepMode(1) type=3 + oacEthOamMepLossDestMacAddress(10) type=2 hint=1x: + oacEthOamMepLossDestMepId(11) type=15 hint=d + oacEthOamMepLossDestIsMepId(12) type=3 + oacEthOamMepLossVlanPriority(13) type=15 + oacEthOamMepLossInterval(14) type=3 + oacEthOamMepLossStatus(15) type=3 + oacEthOamMepLossMessagesStart(16) type=3 + oacEthOamMepLossResultOK(17) type=3 + oacEthOamMepLossNbrOfTxFrames(18) type=6 + oacEthOamMepLossNbrOfRxFrames(19) type=6 + oacEthOamMepLossReplyLoss(20) type=6 + oacEthOamMepLossNearEndDrops(21) type=6 + oacEthOamMepLossFarEndDrops(22) type=6 + oacEthOamMepDelayDestMacAddress(30) type=2 hint=1x: + oacEthOamMepDelayDestMepId(31) type=15 hint=d + oacEthOamMepDelayDestIsMepId(32) type=3 + oacEthOamMepDelayVlanPriority(33) type=15 + oacEthOamMepDelayInterval(34) type=3 + oacEthOamMepDelayStatus(35) type=3 + oacEthOamMepDelayTimeOut(36) type=15 + oacEthOamMepDelayMessagesStart(37) type=3 + oacEthOamMepDelayResultOK(38) type=3 + oacEthOamMepDelayNbrOfTxFrames(39) type=6 + oacEthOamMepDelayNbrOfRxFrames(40) type=6 + oacEthOamMepDelayLoss(41) type=6 + oacEthOamMepDelayMin(42) type=15 + oacEthOamMepDelayMax(43) type=15 + oacEthOamMepDelayAvrg(44) type=15 + oacEthOamMepDelayJitterNegMax(45) type=15 + oacEthOamMepDelayJitterAvrgMax(46) type=15 + oacEthOamMepDelayJitterPosMax(47) type=15 + oacEthOamMepRdiTxEnable(60) type=3 + oacEthOamMepMcastLbmStatus(70) type=3 + oacEthOamMepMcastLbmResult(71) type=3 + oacEthOamMepMcastLbmSeqNumber(72) type=15 + oacEthOamMepMcastLbmDataTlv(73) type=2 + oacEthOamMepAisInterval(80) type=15 + oacEthOamMepAisVlanPriority(81) type=15 + oacEthOamMepAisTxEnable(82) type=3 + oacEthOamMepAisClientMegLevel(83) type=15 + oacEthOamMepEfdEnable(90) type=3 + oacEthOamMepEfdState(91) type=3 + oacEthOamExtGlobal(3) type=0 + oacEthOamExtEnable(1) type=3 + oacEthOamExtLbrTable(4) type=0 + oacEthOamExtLbrEntry(1) type=0 + oacEthOamLbrReceiveOrder(1) type=15 + oacEthOamLbrPeerMacAddress(2) type=2 hint=1x: + oacEthOamLbrMepId(3) type=15 hint=d + oacEthOamLbrNotRespTable(5) type=0 + oacEthOamLbrNotRespEntry(1) type=0 + oacEthOamLbrNotRespMepId(1) type=15 hint=d + oacEthOamLbrNotRespPeerMacAddress(2) type=2 hint=1x: mobatime(13842) type=0 mobaNetClocks(6) type=0 mobaNetClocksV2(2) type=0 diff --git a/EXTRAS/reports/oneaccess b/EXTRAS/reports/oneaccess new file mode 100644 index 000000000..9c589185c --- /dev/null +++ b/EXTRAS/reports/oneaccess @@ -0,0 +1,3852 @@ + std(0) type=0 + iso8802(8802) type=0 + ieee802dot1(1) type=0 + ieee802dot1mibs(1) type=0 + lldpMIB(2) type=24 + lldpNotifications(0) type=0 + lldpNotificationPrefix(0) type=0 + lldpRemTablesChange(1) type=21 + lldpObjects(1) type=0 + lldpConfiguration(1) type=0 + lldpMessageTxInterval(1) type=16 units=seconds + lldpMessageTxHoldMultiplier(2) type=16 + lldpReinitDelay(3) type=16 units=seconds + lldpTxDelay(4) type=16 units=seconds + lldpNotificationInterval(5) type=16 units=seconds + lldpPortConfigTable(6) type=0 + lldpPortConfigEntry(1) type=0 + lldpPortConfigPortNum(1) type=16 hint=d + lldpPortConfigAdminStatus(2) type=3 + lldpPortConfigNotificationEnable(3) type=3 + lldpPortConfigTLVsTxEnable(4) type=12 + lldpConfigManAddrTable(7) type=0 + lldpConfigManAddrEntry(1) type=0 + lldpConfigManAddrPortsTxEnable(1) type=2 + lldpStatistics(2) type=0 + lldpStatsRemTablesLastChangeTime(1) type=8 + lldpStatsRemTablesInserts(2) type=7 units=table entries + lldpStatsRemTablesDeletes(3) type=7 units=table entries + lldpStatsRemTablesDrops(4) type=7 units=table entries + lldpStatsRemTablesAgeouts(5) type=7 + lldpStatsTxPortTable(6) type=0 + lldpStatsTxPortEntry(1) type=0 + lldpStatsTxPortNum(1) type=16 hint=d + lldpStatsTxPortFramesTotal(2) type=6 + lldpStatsRxPortTable(7) type=0 + lldpStatsRxPortEntry(1) type=0 + lldpStatsRxPortNum(1) type=16 hint=d + lldpStatsRxPortFramesDiscardedTotal(2) type=6 + lldpStatsRxPortFramesErrors(3) type=6 + lldpStatsRxPortFramesTotal(4) type=6 + lldpStatsRxPortTLVsDiscardedTotal(5) type=6 + lldpStatsRxPortTLVsUnrecognizedTotal(6) type=6 + lldpStatsRxPortAgeoutsTotal(7) type=7 + lldpLocalSystemData(3) type=0 + lldpLocChassisIdSubtype(1) type=3 + lldpLocChassisId(2) type=2 + lldpLocSysName(3) type=2 hint=255t + lldpLocSysDesc(4) type=2 hint=255t + lldpLocSysCapSupported(5) type=12 + lldpLocSysCapEnabled(6) type=12 + lldpLocPortTable(7) type=0 + lldpLocPortEntry(1) type=0 + lldpLocPortNum(1) type=16 hint=d + lldpLocPortIdSubtype(2) type=3 + lldpLocPortId(3) type=2 + lldpLocPortDesc(4) type=2 hint=255t + lldpLocManAddrTable(8) type=0 + lldpLocManAddrEntry(1) type=0 + lldpLocManAddrSubtype(1) type=3 + lldpLocManAddr(2) type=2 + lldpLocManAddrLen(3) type=16 + lldpLocManAddrIfSubtype(4) type=3 + lldpLocManAddrIfId(5) type=16 + lldpLocManAddrOID(6) type=1 + lldpRemoteSystemsData(4) type=0 + lldpRemTable(1) type=0 + lldpRemEntry(1) type=0 + lldpRemTimeMark(1) type=8 + lldpRemLocalPortNum(2) type=16 hint=d + lldpRemIndex(3) type=16 + lldpRemChassisIdSubtype(4) type=3 + lldpRemChassisId(5) type=2 + lldpRemPortIdSubtype(6) type=3 + lldpRemPortId(7) type=2 + lldpRemPortDesc(8) type=2 hint=255t + lldpRemSysName(9) type=2 hint=255t + lldpRemSysDesc(10) type=2 hint=255t + lldpRemSysCapSupported(11) type=12 + lldpRemSysCapEnabled(12) type=12 + lldpRemManAddrTable(2) type=0 + lldpRemManAddrEntry(1) type=0 + lldpRemManAddrSubtype(1) type=3 + lldpRemManAddr(2) type=2 + lldpRemManAddrIfSubtype(3) type=3 + lldpRemManAddrIfId(4) type=16 + lldpRemManAddrOID(5) type=1 + lldpRemUnknownTLVTable(3) type=0 + lldpRemUnknownTLVEntry(1) type=0 + lldpRemUnknownTLVType(1) type=16 + lldpRemUnknownTLVInfo(2) type=2 + lldpRemOrgDefInfoTable(4) type=0 + lldpRemOrgDefInfoEntry(1) type=0 + lldpRemOrgDefInfoOUI(1) type=2 + lldpRemOrgDefInfoSubtype(2) type=16 + lldpRemOrgDefInfoIndex(3) type=16 + lldpRemOrgDefInfo(4) type=2 + lldpExtensions(5) type=0 + lldpConformance(2) type=0 + lldpCompliances(1) type=0 + lldpCompliance(1) type=26 + lldpGroups(2) type=0 + lldpConfigGroup(1) type=22 + lldpConfigRxGroup(2) type=22 + lldpConfigTxGroup(3) type=22 + lldpStatsRxGroup(4) type=22 + lldpStatsTxGroup(5) type=22 + lldpLocSysGroup(6) type=22 + lldpRemSysGroup(7) type=22 + lldpNotificationsGroup(8) type=23 + org(3) type=0 + dod(6) type=0 + internet(1) type=0 + directory(1) type=0 + mgmt(2) type=0 + mib-2(1) type=0 + system(1) type=0 + sysDescr(1) type=2 hint=255a + sysObjectID(2) type=1 + sysUpTime(3) type=8 + sysContact(4) type=2 hint=255a + sysName(5) type=2 hint=255a + sysLocation(6) type=2 hint=255a + sysServices(7) type=3 + sysORLastChange(8) type=8 + sysORTable(9) type=0 + sysOREntry(1) type=0 + sysORIndex(1) type=3 + sysORID(2) type=1 + sysORDescr(3) type=2 hint=255a + sysORUpTime(4) type=8 + interfaces(2) type=0 + ifNumber(1) type=16 + ifTable(2) type=0 + ifEntry(1) type=0 + ifIndex(1) type=16 hint=d + ifDescr(2) type=2 hint=255a + ifType(3) type=3 + ifMtu(4) type=16 + ifSpeed(5) type=7 + ifPhysAddress(6) type=2 hint=1x: + ifAdminStatus(7) type=3 + ifOperStatus(8) type=3 + ifLastChange(9) type=8 + ifInOctets(10) type=6 + ifInUcastPkts(11) type=6 + ifInNUcastPkts(12) type=6 + ifInDiscards(13) type=6 + ifInErrors(14) type=6 + ifInUnknownProtos(15) type=6 + ifOutOctets(16) type=6 + ifOutUcastPkts(17) type=6 + ifOutNUcastPkts(18) type=6 + ifOutDiscards(19) type=6 + ifOutErrors(20) type=6 + ifOutQLen(21) type=7 + ifSpecific(22) type=1 + at(3) type=0 + atTable(1) type=0 + atEntry(1) type=0 + atIfIndex(1) type=3 + atPhysAddress(2) type=2 + atNetAddress(3) type=4 + ip(4) type=0 + ipForwarding(1) type=3 + ipDefaultTTL(2) type=3 + ipInReceives(3) type=6 + ipInHdrErrors(4) type=6 + ipInAddrErrors(5) type=6 + ipForwDatagrams(6) type=6 + ipInUnknownProtos(7) type=6 + ipInDiscards(8) type=6 + ipInDelivers(9) type=6 + ipOutRequests(10) type=6 + ipOutDiscards(11) type=6 + ipOutNoRoutes(12) type=6 + ipReasmTimeout(13) type=3 + ipReasmReqds(14) type=6 + ipReasmOKs(15) type=6 + ipReasmFails(16) type=6 + ipFragOKs(17) type=6 + ipFragFails(18) type=6 + ipFragCreates(19) type=6 + ipAddrTable(20) type=0 + ipAddrEntry(1) type=0 + ipAdEntAddr(1) type=5 + ipAdEntIfIndex(2) type=3 + ipAdEntNetMask(3) type=5 + ipAdEntBcastAddr(4) type=3 + ipAdEntReasmMaxSize(5) type=3 + ipRouteTable(21) type=0 + ipRouteEntry(1) type=0 + ipRouteDest(1) type=5 + ipRouteIfIndex(2) type=3 + ipRouteMetric1(3) type=3 + ipRouteMetric2(4) type=3 + ipRouteMetric3(5) type=3 + ipRouteMetric4(6) type=3 + ipRouteNextHop(7) type=5 + ipRouteType(8) type=3 + ipRouteProto(9) type=3 + ipRouteAge(10) type=3 + ipRouteMask(11) type=5 + ipRouteMetric5(12) type=3 + ipRouteInfo(13) type=1 + ipNetToMediaTable(22) type=0 + ipNetToMediaEntry(1) type=0 + ipNetToMediaIfIndex(1) type=3 + ipNetToMediaPhysAddress(2) type=2 + ipNetToMediaNetAddress(3) type=5 + ipNetToMediaType(4) type=3 + ipRoutingDiscards(23) type=6 + icmp(5) type=0 + icmpInMsgs(1) type=6 + icmpInErrors(2) type=6 + icmpInDestUnreachs(3) type=6 + icmpInTimeExcds(4) type=6 + icmpInParmProbs(5) type=6 + icmpInSrcQuenchs(6) type=6 + icmpInRedirects(7) type=6 + icmpInEchos(8) type=6 + icmpInEchoReps(9) type=6 + icmpInTimestamps(10) type=6 + icmpInTimestampReps(11) type=6 + icmpInAddrMasks(12) type=6 + icmpInAddrMaskReps(13) type=6 + icmpOutMsgs(14) type=6 + icmpOutErrors(15) type=6 + icmpOutDestUnreachs(16) type=6 + icmpOutTimeExcds(17) type=6 + icmpOutParmProbs(18) type=6 + icmpOutSrcQuenchs(19) type=6 + icmpOutRedirects(20) type=6 + icmpOutEchos(21) type=6 + icmpOutEchoReps(22) type=6 + icmpOutTimestamps(23) type=6 + icmpOutTimestampReps(24) type=6 + icmpOutAddrMasks(25) type=6 + icmpOutAddrMaskReps(26) type=6 + tcp(6) type=0 + tcpRtoAlgorithm(1) type=3 + tcpRtoMin(2) type=3 + tcpRtoMax(3) type=3 + tcpMaxConn(4) type=3 + tcpActiveOpens(5) type=6 + tcpPassiveOpens(6) type=6 + tcpAttemptFails(7) type=6 + tcpEstabResets(8) type=6 + tcpCurrEstab(9) type=7 + tcpInSegs(10) type=6 + tcpOutSegs(11) type=6 + tcpRetransSegs(12) type=6 + tcpConnTable(13) type=0 + tcpConnEntry(1) type=0 + tcpConnState(1) type=3 + tcpConnLocalAddress(2) type=5 + tcpConnLocalPort(3) type=3 + tcpConnRemAddress(4) type=5 + tcpConnRemPort(5) type=3 + tcpInErrs(14) type=6 + tcpOutRsts(15) type=6 + udp(7) type=0 + udpInDatagrams(1) type=6 + udpNoPorts(2) type=6 + udpInErrors(3) type=6 + udpOutDatagrams(4) type=6 + udpTable(5) type=0 + udpEntry(1) type=0 + udpLocalAddress(1) type=5 + udpLocalPort(2) type=3 + egp(8) type=0 + egpInMsgs(1) type=6 + egpInErrors(2) type=6 + egpOutMsgs(3) type=6 + egpOutErrors(4) type=6 + egpNeighTable(5) type=0 + egpNeighEntry(1) type=0 + egpNeighState(1) type=3 + egpNeighAddr(2) type=5 + egpNeighAs(3) type=3 + egpNeighInMsgs(4) type=6 + egpNeighInErrs(5) type=6 + egpNeighOutMsgs(6) type=6 + egpNeighOutErrs(7) type=6 + egpNeighInErrMsgs(8) type=6 + egpNeighOutErrMsgs(9) type=6 + egpNeighStateUps(10) type=6 + egpNeighStateDowns(11) type=6 + egpNeighIntervalHello(12) type=3 + egpNeighIntervalPoll(13) type=3 + egpNeighMode(14) type=3 + egpNeighEventTrigger(15) type=3 + egpAs(6) type=3 + transmission(10) type=0 + hdsl2ShdslMIB(48) type=24 + hdsl2ShdslNotifications(0) type=0 + hdsl2ShdslLoopAttenCrossing(1) type=21 + hdsl2ShdslSNRMarginCrossing(2) type=21 + hdsl2ShdslPerfESThresh(3) type=21 + hdsl2ShdslPerfSESThresh(4) type=21 + hdsl2ShdslPerfCRCanomaliesThresh(5) type=21 + hdsl2ShdslPerfLOSWSThresh(6) type=21 + hdsl2ShdslPerfUASThresh(7) type=21 + hdsl2ShdslSpanInvalidNumRepeaters(8) type=21 + hdsl2ShdslLoopbackFailure(9) type=21 + hdsl2ShdslpowerBackoff(10) type=21 + hdsl2ShdsldeviceFault(11) type=21 + hdsl2ShdsldcContinuityFault(12) type=21 + hdsl2ShdslconfigInitFailure(13) type=21 + hdsl2ShdslprotocolInitFailure(14) type=21 + hdsl2ShdslnoNeighborPresent(15) type=21 + hdsl2ShdslLocalPowerLoss(16) type=21 + hdsl2ShdslMibObjects(1) type=0 + hdsl2ShdslSpanConfTable(1) type=0 + hdsl2ShdslSpanConfEntry(1) type=0 + hdsl2ShdslSpanConfNumRepeaters(1) type=15 units=repeaters + hdsl2ShdslSpanConfProfile(2) type=2 hint=255t + hdsl2ShdslSpanConfAlarmProfile(3) type=2 hint=255t + hdsl2ShdslSpanStatusTable(2) type=0 + hdsl2ShdslSpanStatusEntry(1) type=0 + hdsl2ShdslStatusNumAvailRepeaters(1) type=15 + hdsl2ShdslStatusMaxAttainableLineRate(2) type=15 units=bps + hdsl2ShdslStatusActualLineRate(3) type=15 units=bps + hdsl2ShdslStatusTransmissionModeCurrent(4) type=12 + hdsl2ShdslStatusMaxAttainablePayloadRate(5) type=15 units=bps + hdsl2ShdslStatusActualPayloadRate(6) type=15 units=bps + hdsl2ShdslInventoryTable(3) type=0 + hdsl2ShdslInventoryEntry(1) type=0 + hdsl2ShdslInvIndex(1) type=3 + hdsl2ShdslInvVendorID(2) type=2 + hdsl2ShdslInvVendorModelNumber(3) type=2 + hdsl2ShdslInvVendorSerialNumber(4) type=2 + hdsl2ShdslInvVendorEOCSoftwareVersion(5) type=16 + hdsl2ShdslInvStandardVersion(6) type=16 + hdsl2ShdslInvVendorListNumber(7) type=2 + hdsl2ShdslInvVendorIssueNumber(8) type=2 + hdsl2ShdslInvVendorSoftwareVersion(9) type=2 + hdsl2ShdslInvEquipmentCode(10) type=2 + hdsl2ShdslInvVendorOther(11) type=2 + hdsl2ShdslInvTransmissionModeCapability(12) type=12 + hdsl2ShdslEndpointConfTable(4) type=0 + hdsl2ShdslEndpointConfEntry(1) type=0 + hdsl2ShdslEndpointSide(1) type=3 + hdsl2ShdslEndpointWirePair(2) type=3 + hdsl2ShdslEndpointAlarmConfProfile(3) type=2 hint=255t + hdsl2ShdslEndpointCurrTable(5) type=0 + hdsl2ShdslEndpointCurrEntry(1) type=0 + hdsl2ShdslEndpointCurrAtn(1) type=16 units=dB + hdsl2ShdslEndpointCurrSnrMgn(2) type=16 units=dB + hdsl2ShdslEndpointCurrStatus(3) type=12 + hdsl2ShdslEndpointES(4) type=6 units=seconds + hdsl2ShdslEndpointSES(5) type=6 units=seconds + hdsl2ShdslEndpointCRCanomalies(6) type=6 units=detected CRC Anomalies + hdsl2ShdslEndpointLOSWS(7) type=6 units=seconds + hdsl2ShdslEndpointUAS(8) type=6 units=seconds + hdsl2ShdslEndpointCurr15MinTimeElapsed(9) type=15 hint=d units=seconds + hdsl2ShdslEndpointCurr15MinES(10) type=7 units=seconds + hdsl2ShdslEndpointCurr15MinSES(11) type=7 units=seconds + hdsl2ShdslEndpointCurr15MinCRCanomalies(12) type=7 units=detected CRC Anomalies + hdsl2ShdslEndpointCurr15MinLOSWS(13) type=7 units=seconds + hdsl2ShdslEndpointCurr15MinUAS(14) type=7 units=seconds + hdsl2ShdslEndpointCurr1DayTimeElapsed(15) type=15 hint=d units=seconds + hdsl2ShdslEndpointCurr1DayES(16) type=7 hint=d units=seconds + hdsl2ShdslEndpointCurr1DaySES(17) type=7 hint=d units=seconds + hdsl2ShdslEndpointCurr1DayCRCanomalies(18) type=7 hint=d units=detected CRC Anomalies + hdsl2ShdslEndpointCurr1DayLOSWS(19) type=7 hint=d units=seconds + hdsl2ShdslEndpointCurr1DayUAS(20) type=7 hint=d units=seconds + hdsl2ShdslEndpointCurrTipRingReversal(21) type=3 + hdsl2ShdslEndpointCurrActivationState(22) type=3 + hdsl2Shdsl15MinIntervalTable(6) type=0 + hdsl2Shdsl15MinIntervalEntry(1) type=0 + hdsl2Shdsl15MinIntervalNumber(1) type=15 + hdsl2Shdsl15MinIntervalES(2) type=7 units=seconds + hdsl2Shdsl15MinIntervalSES(3) type=7 units=seconds + hdsl2Shdsl15MinIntervalCRCanomalies(4) type=7 units=detected CRC Anomalies + hdsl2Shdsl15MinIntervalLOSWS(5) type=7 units=seconds + hdsl2Shdsl15MinIntervalUAS(6) type=7 units=seconds + hdsl2Shdsl1DayIntervalTable(7) type=0 + hdsl2Shdsl1DayIntervalEntry(1) type=0 + hdsl2Shdsl1DayIntervalNumber(1) type=15 + hdsl2Shdsl1DayIntervalMoniSecs(2) type=15 hint=d units=seconds + hdsl2Shdsl1DayIntervalES(3) type=7 hint=d units=seconds + hdsl2Shdsl1DayIntervalSES(4) type=7 hint=d units=seconds + hdsl2Shdsl1DayIntervalCRCanomalies(5) type=7 hint=d units=detected CRC Anomalies + hdsl2Shdsl1DayIntervalLOSWS(6) type=7 hint=d units=seconds + hdsl2Shdsl1DayIntervalUAS(7) type=7 hint=d units=seconds + hdsl2ShdslEndpointMaintTable(8) type=0 + hdsl2ShdslEndpointMaintEntry(1) type=0 + hdsl2ShdslMaintLoopbackConfig(1) type=3 + hdsl2ShdslMaintTipRingReversal(2) type=3 + hdsl2ShdslMaintPowerBackOff(3) type=3 + hdsl2ShdslMaintSoftRestart(4) type=3 + hdsl2ShdslUnitMaintTable(9) type=0 + hdsl2ShdslUnitMaintEntry(1) type=0 + hdsl2ShdslMaintLoopbackTimeout(1) type=16 units=minutes + hdsl2ShdslMaintUnitPowerSource(2) type=3 + hdsl2ShdslSpanConfProfileTable(10) type=0 + hdsl2ShdslSpanConfProfileEntry(1) type=0 + hdsl2ShdslSpanConfProfileName(1) type=2 hint=255t + hdsl2ShdslSpanConfWireInterface(2) type=3 + hdsl2ShdslSpanConfMinLineRate(3) type=15 units=bps + hdsl2ShdslSpanConfMaxLineRate(4) type=15 units=bps + hdsl2ShdslSpanConfPSD(5) type=3 + hdsl2ShdslSpanConfTransmissionMode(6) type=12 + hdsl2ShdslSpanConfRemoteEnabled(7) type=3 + hdsl2ShdslSpanConfPowerFeeding(8) type=3 + hdsl2ShdslSpanConfCurrCondTargetMarginDown(9) type=16 units=dB + hdsl2ShdslSpanConfWorstCaseTargetMarginDown(10) type=16 units=dB + hdsl2ShdslSpanConfCurrCondTargetMarginUp(11) type=16 units=dB + hdsl2ShdslSpanConfWorstCaseTargetMarginUp(12) type=16 units=dB + hdsl2ShdslSpanConfUsedTargetMargins(13) type=12 + hdsl2ShdslSpanConfReferenceClock(14) type=3 + hdsl2ShdslSpanConfLineProbeEnable(15) type=3 + hdsl2ShdslSpanConfProfileRowStatus(16) type=3 + hdsl2ShdslEndpointAlarmConfProfileTable(11) type=0 + hdsl2ShdslEndpointAlarmConfProfileEntry(1) type=0 + hdsl2ShdslEndpointAlarmConfProfileName(1) type=2 hint=255t + hdsl2ShdslEndpointThreshLoopAttenuation(2) type=16 units=dB + hdsl2ShdslEndpointThreshSNRMargin(3) type=16 units=dB + hdsl2ShdslEndpointThreshES(4) type=15 hint=d units=seconds + hdsl2ShdslEndpointThreshSES(5) type=15 hint=d units=seconds + hdsl2ShdslEndpointThreshCRCanomalies(6) type=16 units=detected CRC Anomalies + hdsl2ShdslEndpointThreshLOSWS(7) type=15 hint=d units=seconds + hdsl2ShdslEndpointThreshUAS(8) type=15 hint=d units=seconds + hdsl2ShdslEndpointAlarmConfProfileRowStatus(9) type=3 + hdsl2ShdslConformance(3) type=0 + hdsl2ShdslGroups(1) type=0 + hdsl2ShdslSpanConfGroup(1) type=22 + hdsl2ShdslSpanStatusGroup(2) type=22 + hdsl2ShdslInventoryShdslGroup(3) type=22 + hdsl2ShdslSpanShdslStatusGroup(4) type=22 + hdsl2ShdslInventoryGroup(5) type=22 + hdsl2ShdslEndpointConfGroup(6) type=22 + hdsl2ShdslEndpointCurrGroup(7) type=22 + hdsl2Shdsl15MinIntervalGroup(8) type=22 + hdsl2Shdsl1DayIntervalGroup(9) type=22 + hdsl2ShdslMaintenanceGroup(10) type=22 + hdsl2ShdslEndpointAlarmConfGroup(11) type=22 + hdsl2ShdslNotificationGroup(12) type=23 + hdsl2ShdslSpanConfProfileGroup(13) type=22 + hdsl2ShdslWirePairGroup(14) type=22 + hdsl2ShdslPayloadRateGroup(15) type=22 + hdsl2ShdslCompliances(2) type=0 + hdsl2ShdslLineMibCompliance(1) type=26 + hdsl2GshdslbisLineMibCompliance(2) type=26 + snmp(11) type=0 + snmpInPkts(1) type=6 + snmpOutPkts(2) type=6 + snmpInBadVersions(3) type=6 + snmpInBadCommunityNames(4) type=6 + snmpInBadCommunityUses(5) type=6 + snmpInASNParseErrs(6) type=6 + snmpInTooBigs(8) type=6 + snmpInNoSuchNames(9) type=6 + snmpInBadValues(10) type=6 + snmpInReadOnlys(11) type=6 + snmpInGenErrs(12) type=6 + snmpInTotalReqVars(13) type=6 + snmpInTotalSetVars(14) type=6 + snmpInGetRequests(15) type=6 + snmpInGetNexts(16) type=6 + snmpInSetRequests(17) type=6 + snmpInGetResponses(18) type=6 + snmpInTraps(19) type=6 + snmpOutTooBigs(20) type=6 + snmpOutNoSuchNames(21) type=6 + snmpOutBadValues(22) type=6 + snmpOutGenErrs(24) type=6 + snmpOutGetRequests(25) type=6 + snmpOutGetNexts(26) type=6 + snmpOutSetRequests(27) type=6 + snmpOutGetResponses(28) type=6 + snmpOutTraps(29) type=6 + snmpEnableAuthenTraps(30) type=3 + snmpSilentDrops(31) type=6 + snmpProxyDrops(32) type=6 + rmon(16) type=0 + rmonEventsV2(0) type=27 + risingAlarm(1) type=21 + fallingAlarm(2) type=21 + statistics(1) type=0 + etherStatsTable(1) type=0 + etherStatsEntry(1) type=0 + etherStatsIndex(1) type=16 + etherStatsDataSource(2) type=1 + etherStatsDropEvents(3) type=6 + etherStatsOctets(4) type=6 units=Octets + etherStatsPkts(5) type=6 units=Packets + etherStatsBroadcastPkts(6) type=6 units=Packets + etherStatsMulticastPkts(7) type=6 units=Packets + etherStatsCRCAlignErrors(8) type=6 units=Packets + etherStatsUndersizePkts(9) type=6 units=Packets + etherStatsOversizePkts(10) type=6 units=Packets + etherStatsFragments(11) type=6 units=Packets + etherStatsJabbers(12) type=6 units=Packets + etherStatsCollisions(13) type=6 units=Collisions + etherStatsPkts64Octets(14) type=6 units=Packets + etherStatsPkts65to127Octets(15) type=6 units=Packets + etherStatsPkts128to255Octets(16) type=6 units=Packets + etherStatsPkts256to511Octets(17) type=6 units=Packets + etherStatsPkts512to1023Octets(18) type=6 units=Packets + etherStatsPkts1024to1518Octets(19) type=6 units=Packets + etherStatsOwner(20) type=2 + etherStatsStatus(21) type=3 + tokenRingMLStatsTable(2) type=0 + tokenRingMLStatsEntry(1) type=0 + tokenRingMLStatsIndex(1) type=3 + tokenRingMLStatsDataSource(2) type=1 + tokenRingMLStatsDropEvents(3) type=6 + tokenRingMLStatsMacOctets(4) type=6 + tokenRingMLStatsMacPkts(5) type=6 + tokenRingMLStatsRingPurgeEvents(6) type=6 + tokenRingMLStatsRingPurgePkts(7) type=6 + tokenRingMLStatsBeaconEvents(8) type=6 + tokenRingMLStatsBeaconTime(9) type=3 + tokenRingMLStatsBeaconPkts(10) type=6 + tokenRingMLStatsClaimTokenEvents(11) type=6 + tokenRingMLStatsClaimTokenPkts(12) type=6 + tokenRingMLStatsNAUNChanges(13) type=6 + tokenRingMLStatsLineErrors(14) type=6 + tokenRingMLStatsInternalErrors(15) type=6 + tokenRingMLStatsBurstErrors(16) type=6 + tokenRingMLStatsACErrors(17) type=6 + tokenRingMLStatsAbortErrors(18) type=6 + tokenRingMLStatsLostFrameErrors(19) type=6 + tokenRingMLStatsCongestionErrors(20) type=6 + tokenRingMLStatsFrameCopiedErrors(21) type=6 + tokenRingMLStatsFrequencyErrors(22) type=6 + tokenRingMLStatsTokenErrors(23) type=6 + tokenRingMLStatsSoftErrorReports(24) type=6 + tokenRingMLStatsRingPollEvents(25) type=6 + tokenRingMLStatsOwner(26) type=2 + tokenRingMLStatsStatus(27) type=3 + tokenRingPStatsTable(3) type=0 + tokenRingPStatsEntry(1) type=0 + tokenRingPStatsIndex(1) type=3 + tokenRingPStatsDataSource(2) type=1 + tokenRingPStatsDropEvents(3) type=6 + tokenRingPStatsDataOctets(4) type=6 + tokenRingPStatsDataPkts(5) type=6 + tokenRingPStatsDataBroadcastPkts(6) type=6 + tokenRingPStatsDataMulticastPkts(7) type=6 + tokenRingPStatsDataPkts18to63Octets(8) type=6 + tokenRingPStatsDataPkts64to127Octets(9) type=6 + tokenRingPStatsDataPkts128to255Octets(10) type=6 + tokenRingPStatsDataPkts256to511Octets(11) type=6 + tokenRingPStatsDataPkts512to1023Octets(12) type=6 + tokenRingPStatsDataPkts1024to2047Octets(13) type=6 + tokenRingPStatsDataPkts2048to4095Octets(14) type=6 + tokenRingPStatsDataPkts4096to8191Octets(15) type=6 + tokenRingPStatsDataPkts8192to18000Octets(16) type=6 + tokenRingPStatsDataPktsGreaterThan18000Octets(17) type=6 + tokenRingPStatsOwner(18) type=2 + tokenRingPStatsStatus(19) type=3 + etherStats2Table(4) type=0 + etherStats2Entry(1) type=0 + etherStatsDroppedFrames(1) type=6 + etherStatsCreateTime(2) type=8 + tokenRingMLStats2Table(5) type=0 + tokenRingMLStats2Entry(1) type=0 + tokenRingMLStatsDroppedFrames(1) type=6 + tokenRingMLStatsCreateTime(2) type=8 + tokenRingPStats2Table(6) type=0 + tokenRingPStats2Entry(1) type=0 + tokenRingPStatsDroppedFrames(1) type=6 + tokenRingPStatsCreateTime(2) type=8 + history(2) type=0 + historyControlTable(1) type=0 + historyControlEntry(1) type=0 + historyControlIndex(1) type=16 + historyControlDataSource(2) type=1 + historyControlBucketsRequested(3) type=16 + historyControlBucketsGranted(4) type=16 + historyControlInterval(5) type=16 units=Seconds + historyControlOwner(6) type=2 + historyControlStatus(7) type=3 + etherHistoryTable(2) type=0 + etherHistoryEntry(1) type=0 + etherHistoryIndex(1) type=16 + etherHistorySampleIndex(2) type=16 + etherHistoryIntervalStart(3) type=8 + etherHistoryDropEvents(4) type=6 + etherHistoryOctets(5) type=6 units=Octets + etherHistoryPkts(6) type=6 units=Packets + etherHistoryBroadcastPkts(7) type=6 units=Packets + etherHistoryMulticastPkts(8) type=6 units=Packets + etherHistoryCRCAlignErrors(9) type=6 units=Packets + etherHistoryUndersizePkts(10) type=6 units=Packets + etherHistoryOversizePkts(11) type=6 units=Packets + etherHistoryFragments(12) type=6 units=Packets + etherHistoryJabbers(13) type=6 units=Packets + etherHistoryCollisions(14) type=6 units=Collisions + etherHistoryUtilization(15) type=16 + tokenRingMLHistoryTable(3) type=0 + tokenRingMLHistoryEntry(1) type=0 + tokenRingMLHistoryIndex(1) type=3 + tokenRingMLHistorySampleIndex(2) type=3 + tokenRingMLHistoryIntervalStart(3) type=8 + tokenRingMLHistoryDropEvents(4) type=6 + tokenRingMLHistoryMacOctets(5) type=6 + tokenRingMLHistoryMacPkts(6) type=6 + tokenRingMLHistoryRingPurgeEvents(7) type=6 + tokenRingMLHistoryRingPurgePkts(8) type=6 + tokenRingMLHistoryBeaconEvents(9) type=6 + tokenRingMLHistoryBeaconTime(10) type=3 + tokenRingMLHistoryBeaconPkts(11) type=6 + tokenRingMLHistoryClaimTokenEvents(12) type=6 + tokenRingMLHistoryClaimTokenPkts(13) type=6 + tokenRingMLHistoryNAUNChanges(14) type=6 + tokenRingMLHistoryLineErrors(15) type=6 + tokenRingMLHistoryInternalErrors(16) type=6 + tokenRingMLHistoryBurstErrors(17) type=6 + tokenRingMLHistoryACErrors(18) type=6 + tokenRingMLHistoryAbortErrors(19) type=6 + tokenRingMLHistoryLostFrameErrors(20) type=6 + tokenRingMLHistoryCongestionErrors(21) type=6 + tokenRingMLHistoryFrameCopiedErrors(22) type=6 + tokenRingMLHistoryFrequencyErrors(23) type=6 + tokenRingMLHistoryTokenErrors(24) type=6 + tokenRingMLHistorySoftErrorReports(25) type=6 + tokenRingMLHistoryRingPollEvents(26) type=6 + tokenRingMLHistoryActiveStations(27) type=3 + tokenRingPHistoryTable(4) type=0 + tokenRingPHistoryEntry(1) type=0 + tokenRingPHistoryIndex(1) type=3 + tokenRingPHistorySampleIndex(2) type=3 + tokenRingPHistoryIntervalStart(3) type=8 + tokenRingPHistoryDropEvents(4) type=6 + tokenRingPHistoryDataOctets(5) type=6 + tokenRingPHistoryDataPkts(6) type=6 + tokenRingPHistoryDataBroadcastPkts(7) type=6 + tokenRingPHistoryDataMulticastPkts(8) type=6 + tokenRingPHistoryDataPkts18to63Octets(9) type=6 + tokenRingPHistoryDataPkts64to127Octets(10) type=6 + tokenRingPHistoryDataPkts128to255Octets(11) type=6 + tokenRingPHistoryDataPkts256to511Octets(12) type=6 + tokenRingPHistoryDataPkts512to1023Octets(13) type=6 + tokenRingPHistoryDataPkts1024to2047Octets(14) type=6 + tokenRingPHistoryDataPkts2048to4095Octets(15) type=6 + tokenRingPHistoryDataPkts4096to8191Octets(16) type=6 + tokenRingPHistoryDataPkts8192to18000Octets(17) type=6 + tokenRingPHistoryDataPktsGreaterThan18000Octets(18) type=6 + historyControl2Table(5) type=0 + historyControl2Entry(1) type=0 + historyControlDroppedFrames(1) type=6 + alarm(3) type=0 + alarmTable(1) type=0 + alarmEntry(1) type=0 + alarmIndex(1) type=16 + alarmInterval(2) type=16 units=Seconds + alarmVariable(3) type=1 + alarmSampleType(4) type=3 + alarmValue(5) type=16 + alarmStartupAlarm(6) type=3 + alarmRisingThreshold(7) type=16 + alarmFallingThreshold(8) type=16 + alarmRisingEventIndex(9) type=16 + alarmFallingEventIndex(10) type=16 + alarmOwner(11) type=2 + alarmStatus(12) type=3 + hosts(4) type=0 + hostControlTable(1) type=0 + hostControlEntry(1) type=0 + hostControlIndex(1) type=16 + hostControlDataSource(2) type=1 + hostControlTableSize(3) type=16 + hostControlLastDeleteTime(4) type=8 + hostControlOwner(5) type=2 + hostControlStatus(6) type=3 + hostTable(2) type=0 + hostEntry(1) type=0 + hostAddress(1) type=2 + hostCreationOrder(2) type=16 + hostIndex(3) type=16 + hostInPkts(4) type=6 units=Packets + hostOutPkts(5) type=6 units=Packets + hostInOctets(6) type=6 units=Octets + hostOutOctets(7) type=6 units=Octets + hostOutErrors(8) type=6 units=Packets + hostOutBroadcastPkts(9) type=6 units=Packets + hostOutMulticastPkts(10) type=6 units=Packets + hostTimeTable(3) type=0 + hostTimeEntry(1) type=0 + hostTimeAddress(1) type=2 + hostTimeCreationOrder(2) type=16 + hostTimeIndex(3) type=16 + hostTimeInPkts(4) type=6 units=Packets + hostTimeOutPkts(5) type=6 units=Packets + hostTimeInOctets(6) type=6 units=Octets + hostTimeOutOctets(7) type=6 units=Octets + hostTimeOutErrors(8) type=6 units=Packets + hostTimeOutBroadcastPkts(9) type=6 units=Packets + hostTimeOutMulticastPkts(10) type=6 units=Packets + hostControl2Table(4) type=0 + hostControl2Entry(1) type=0 + hostControlDroppedFrames(1) type=6 + hostControlCreateTime(2) type=8 + hostTopN(5) type=0 + hostTopNControlTable(1) type=0 + hostTopNControlEntry(1) type=0 + hostTopNControlIndex(1) type=16 + hostTopNHostIndex(2) type=16 + hostTopNRateBase(3) type=3 + hostTopNTimeRemaining(4) type=16 units=Seconds + hostTopNDuration(5) type=16 units=Seconds + hostTopNRequestedSize(6) type=16 + hostTopNGrantedSize(7) type=16 + hostTopNStartTime(8) type=8 + hostTopNOwner(9) type=2 + hostTopNStatus(10) type=3 + hostTopNTable(2) type=0 + hostTopNEntry(1) type=0 + hostTopNReport(1) type=16 + hostTopNIndex(2) type=16 + hostTopNAddress(3) type=2 + hostTopNRate(4) type=16 + matrix(6) type=0 + matrixControlTable(1) type=0 + matrixControlEntry(1) type=0 + matrixControlIndex(1) type=16 + matrixControlDataSource(2) type=1 + matrixControlTableSize(3) type=16 + matrixControlLastDeleteTime(4) type=8 + matrixControlOwner(5) type=2 + matrixControlStatus(6) type=3 + matrixSDTable(2) type=0 + matrixSDEntry(1) type=0 + matrixSDSourceAddress(1) type=2 + matrixSDDestAddress(2) type=2 + matrixSDIndex(3) type=16 + matrixSDPkts(4) type=6 units=Packets + matrixSDOctets(5) type=6 units=Octets + matrixSDErrors(6) type=6 units=Packets + matrixDSTable(3) type=0 + matrixDSEntry(1) type=0 + matrixDSSourceAddress(1) type=2 + matrixDSDestAddress(2) type=2 + matrixDSIndex(3) type=16 + matrixDSPkts(4) type=6 units=Packets + matrixDSOctets(5) type=6 units=Octets + matrixDSErrors(6) type=6 units=Packets + matrixControl2Table(4) type=0 + matrixControl2Entry(1) type=0 + matrixControlDroppedFrames(1) type=6 + matrixControlCreateTime(2) type=8 + filter(7) type=0 + filterTable(1) type=0 + filterEntry(1) type=0 + filterIndex(1) type=16 + filterChannelIndex(2) type=16 + filterPktDataOffset(3) type=16 units=Octets + filterPktData(4) type=2 + filterPktDataMask(5) type=2 + filterPktDataNotMask(6) type=2 + filterPktStatus(7) type=16 + filterPktStatusMask(8) type=16 + filterPktStatusNotMask(9) type=16 + filterOwner(10) type=2 + filterStatus(11) type=3 + channelTable(2) type=0 + channelEntry(1) type=0 + channelIndex(1) type=16 + channelIfIndex(2) type=16 + channelAcceptType(3) type=3 + channelDataControl(4) type=3 + channelTurnOnEventIndex(5) type=16 + channelTurnOffEventIndex(6) type=16 + channelEventIndex(7) type=16 + channelEventStatus(8) type=3 + channelMatches(9) type=6 units=Packets + channelDescription(10) type=2 hint=255a + channelOwner(11) type=2 + channelStatus(12) type=3 + channel2Table(3) type=0 + channel2Entry(1) type=0 + channelDroppedFrames(1) type=6 + channelCreateTime(2) type=8 + filter2Table(4) type=0 + filter2Entry(1) type=0 + filterProtocolDirDataLocalIndex(1) type=16 + filterProtocolDirLocalIndex(2) type=16 + capture(8) type=0 + bufferControlTable(1) type=0 + bufferControlEntry(1) type=0 + bufferControlIndex(1) type=16 + bufferControlChannelIndex(2) type=16 + bufferControlFullStatus(3) type=3 + bufferControlFullAction(4) type=3 + bufferControlCaptureSliceSize(5) type=16 units=Octets + bufferControlDownloadSliceSize(6) type=16 units=Octets + bufferControlDownloadOffset(7) type=16 units=Octets + bufferControlMaxOctetsRequested(8) type=16 units=Octets + bufferControlMaxOctetsGranted(9) type=16 units=Octets + bufferControlCapturedPackets(10) type=16 units=Packets + bufferControlTurnOnTime(11) type=8 + bufferControlOwner(12) type=2 + bufferControlStatus(13) type=3 + captureBufferTable(2) type=0 + captureBufferEntry(1) type=0 + captureBufferControlIndex(1) type=16 + captureBufferIndex(2) type=16 + captureBufferPacketID(3) type=16 + captureBufferPacketData(4) type=2 + captureBufferPacketLength(5) type=16 units=Octets + captureBufferPacketTime(6) type=16 units=Milliseconds + captureBufferPacketStatus(7) type=16 + event(9) type=0 + eventTable(1) type=0 + eventEntry(1) type=0 + eventIndex(1) type=16 + eventDescription(2) type=2 hint=255a + eventType(3) type=3 + eventCommunity(4) type=2 + eventLastTimeSent(5) type=8 + eventOwner(6) type=2 + eventStatus(7) type=3 + logTable(2) type=0 + logEntry(1) type=0 + logEventIndex(1) type=16 + logIndex(2) type=16 + logTime(3) type=8 + logDescription(4) type=2 hint=255a + tokenRing(10) type=0 + ringStationControlTable(1) type=0 + ringStationControlEntry(1) type=0 + ringStationControlIfIndex(1) type=3 + ringStationControlTableSize(2) type=3 + ringStationControlActiveStations(3) type=3 + ringStationControlRingState(4) type=3 + ringStationControlBeaconSender(5) type=2 + ringStationControlBeaconNAUN(6) type=2 + ringStationControlActiveMonitor(7) type=2 + ringStationControlOrderChanges(8) type=6 + ringStationControlOwner(9) type=2 + ringStationControlStatus(10) type=3 + ringStationTable(2) type=0 + ringStationEntry(1) type=0 + ringStationIfIndex(1) type=3 + ringStationMacAddress(2) type=2 + ringStationLastNAUN(3) type=2 + ringStationStationStatus(4) type=3 + ringStationLastEnterTime(5) type=8 + ringStationLastExitTime(6) type=8 + ringStationDuplicateAddresses(7) type=6 + ringStationInLineErrors(8) type=6 + ringStationOutLineErrors(9) type=6 + ringStationInternalErrors(10) type=6 + ringStationInBurstErrors(11) type=6 + ringStationOutBurstErrors(12) type=6 + ringStationACErrors(13) type=6 + ringStationAbortErrors(14) type=6 + ringStationLostFrameErrors(15) type=6 + ringStationCongestionErrors(16) type=6 + ringStationFrameCopiedErrors(17) type=6 + ringStationFrequencyErrors(18) type=6 + ringStationTokenErrors(19) type=6 + ringStationInBeaconErrors(20) type=6 + ringStationOutBeaconErrors(21) type=6 + ringStationInsertions(22) type=6 + ringStationOrderTable(3) type=0 + ringStationOrderEntry(1) type=0 + ringStationOrderIfIndex(1) type=3 + ringStationOrderOrderIndex(2) type=3 + ringStationOrderMacAddress(3) type=2 + ringStationConfigControlTable(4) type=0 + ringStationConfigControlEntry(1) type=0 + ringStationConfigControlIfIndex(1) type=3 + ringStationConfigControlMacAddress(2) type=2 + ringStationConfigControlRemove(3) type=3 + ringStationConfigControlUpdateStats(4) type=3 + ringStationConfigTable(5) type=0 + ringStationConfigEntry(1) type=0 + ringStationConfigIfIndex(1) type=3 + ringStationConfigMacAddress(2) type=2 + ringStationConfigUpdateTime(3) type=8 + ringStationConfigLocation(4) type=2 + ringStationConfigMicrocode(5) type=2 + ringStationConfigGroupAddress(6) type=2 + ringStationConfigFunctionalAddress(7) type=2 + sourceRoutingStatsTable(6) type=0 + sourceRoutingStatsEntry(1) type=0 + sourceRoutingStatsIfIndex(1) type=3 + sourceRoutingStatsRingNumber(2) type=3 + sourceRoutingStatsInFrames(3) type=6 + sourceRoutingStatsOutFrames(4) type=6 + sourceRoutingStatsThroughFrames(5) type=6 + sourceRoutingStatsAllRoutesBroadcastFrames(6) type=6 + sourceRoutingStatsSingleRouteBroadcastFrames(7) type=6 + sourceRoutingStatsInOctets(8) type=6 + sourceRoutingStatsOutOctets(9) type=6 + sourceRoutingStatsThroughOctets(10) type=6 + sourceRoutingStatsAllRoutesBroadcastOctets(11) type=6 + sourceRoutingStatsSingleRoutesBroadcastOctets(12) type=6 + sourceRoutingStatsLocalLLCFrames(13) type=6 + sourceRoutingStats1HopFrames(14) type=6 + sourceRoutingStats2HopsFrames(15) type=6 + sourceRoutingStats3HopsFrames(16) type=6 + sourceRoutingStats4HopsFrames(17) type=6 + sourceRoutingStats5HopsFrames(18) type=6 + sourceRoutingStats6HopsFrames(19) type=6 + sourceRoutingStats7HopsFrames(20) type=6 + sourceRoutingStats8HopsFrames(21) type=6 + sourceRoutingStatsMoreThan8HopsFrames(22) type=6 + sourceRoutingStatsOwner(23) type=2 + sourceRoutingStatsStatus(24) type=3 + ringStationControl2Table(7) type=0 + ringStationControl2Entry(1) type=0 + ringStationControlDroppedFrames(1) type=6 + ringStationControlCreateTime(2) type=8 + sourceRoutingStats2Table(8) type=0 + sourceRoutingStats2Entry(1) type=0 + sourceRoutingStatsDroppedFrames(1) type=6 + sourceRoutingStatsCreateTime(2) type=8 + protocolDir(11) type=0 + protocolDirLastChange(1) type=8 + protocolDirTable(2) type=0 + protocolDirEntry(1) type=0 + protocolDirID(1) type=2 + protocolDirParameters(2) type=2 + protocolDirLocalIndex(3) type=16 + protocolDirDescr(4) type=2 hint=255a + protocolDirType(5) type=12 + protocolDirAddressMapConfig(6) type=3 + protocolDirHostConfig(7) type=3 + protocolDirMatrixConfig(8) type=3 + protocolDirOwner(9) type=2 + protocolDirStatus(10) type=3 + protocolDist(12) type=0 + protocolDistControlTable(1) type=0 + protocolDistControlEntry(1) type=0 + protocolDistControlIndex(1) type=16 + protocolDistControlDataSource(2) type=1 + protocolDistControlDroppedFrames(3) type=6 + protocolDistControlCreateTime(4) type=8 + protocolDistControlOwner(5) type=2 + protocolDistControlStatus(6) type=3 + protocolDistStatsTable(2) type=0 + protocolDistStatsEntry(1) type=0 + protocolDistStatsPkts(1) type=7 + protocolDistStatsOctets(2) type=7 + addressMap(13) type=0 + addressMapInserts(1) type=6 + addressMapDeletes(2) type=6 + addressMapMaxDesiredEntries(3) type=16 + addressMapControlTable(4) type=0 + addressMapControlEntry(1) type=0 + addressMapControlIndex(1) type=16 + addressMapControlDataSource(2) type=1 + addressMapControlDroppedFrames(3) type=6 + addressMapControlOwner(4) type=2 + addressMapControlStatus(5) type=3 + addressMapTable(5) type=0 + addressMapEntry(1) type=0 + addressMapTimeMark(1) type=8 + addressMapNetworkAddress(2) type=2 + addressMapSource(3) type=1 + addressMapPhysicalAddress(4) type=2 + addressMapLastChange(5) type=8 + nlHost(14) type=0 + hlHostControlTable(1) type=0 + hlHostControlEntry(1) type=0 + hlHostControlIndex(1) type=16 + hlHostControlDataSource(2) type=1 + hlHostControlNlDroppedFrames(3) type=6 + hlHostControlNlInserts(4) type=6 + hlHostControlNlDeletes(5) type=6 + hlHostControlNlMaxDesiredEntries(6) type=16 + hlHostControlAlDroppedFrames(7) type=6 + hlHostControlAlInserts(8) type=6 + hlHostControlAlDeletes(9) type=6 + hlHostControlAlMaxDesiredEntries(10) type=16 + hlHostControlOwner(11) type=2 + hlHostControlStatus(12) type=3 + nlHostTable(2) type=0 + nlHostEntry(1) type=0 + nlHostTimeMark(1) type=8 + nlHostAddress(2) type=2 + nlHostInPkts(3) type=7 + nlHostOutPkts(4) type=7 + nlHostInOctets(5) type=7 + nlHostOutOctets(6) type=7 + nlHostOutMacNonUnicastPkts(7) type=7 + nlHostCreateTime(8) type=8 + nlMatrix(15) type=0 + hlMatrixControlTable(1) type=0 + hlMatrixControlEntry(1) type=0 + hlMatrixControlIndex(1) type=16 + hlMatrixControlDataSource(2) type=1 + hlMatrixControlNlDroppedFrames(3) type=6 + hlMatrixControlNlInserts(4) type=6 + hlMatrixControlNlDeletes(5) type=6 + hlMatrixControlNlMaxDesiredEntries(6) type=16 + hlMatrixControlAlDroppedFrames(7) type=6 + hlMatrixControlAlInserts(8) type=6 + hlMatrixControlAlDeletes(9) type=6 + hlMatrixControlAlMaxDesiredEntries(10) type=16 + hlMatrixControlOwner(11) type=2 + hlMatrixControlStatus(12) type=3 + nlMatrixSDTable(2) type=0 + nlMatrixSDEntry(1) type=0 + nlMatrixSDTimeMark(1) type=8 + nlMatrixSDSourceAddress(2) type=2 + nlMatrixSDDestAddress(3) type=2 + nlMatrixSDPkts(4) type=7 + nlMatrixSDOctets(5) type=7 + nlMatrixSDCreateTime(6) type=8 + nlMatrixDSTable(3) type=0 + nlMatrixDSEntry(1) type=0 + nlMatrixDSTimeMark(1) type=8 + nlMatrixDSSourceAddress(2) type=2 + nlMatrixDSDestAddress(3) type=2 + nlMatrixDSPkts(4) type=7 + nlMatrixDSOctets(5) type=7 + nlMatrixDSCreateTime(6) type=8 + nlMatrixTopNControlTable(4) type=0 + nlMatrixTopNControlEntry(1) type=0 + nlMatrixTopNControlIndex(1) type=16 + nlMatrixTopNControlMatrixIndex(2) type=16 + nlMatrixTopNControlRateBase(3) type=3 + nlMatrixTopNControlTimeRemaining(4) type=16 + nlMatrixTopNControlGeneratedReports(5) type=6 + nlMatrixTopNControlDuration(6) type=16 + nlMatrixTopNControlRequestedSize(7) type=16 + nlMatrixTopNControlGrantedSize(8) type=16 + nlMatrixTopNControlStartTime(9) type=8 + nlMatrixTopNControlOwner(10) type=2 + nlMatrixTopNControlStatus(11) type=3 + nlMatrixTopNTable(5) type=0 + nlMatrixTopNEntry(1) type=0 + nlMatrixTopNIndex(1) type=16 + nlMatrixTopNProtocolDirLocalIndex(2) type=16 + nlMatrixTopNSourceAddress(3) type=2 + nlMatrixTopNDestAddress(4) type=2 + nlMatrixTopNPktRate(5) type=7 + nlMatrixTopNReversePktRate(6) type=7 + nlMatrixTopNOctetRate(7) type=7 + nlMatrixTopNReverseOctetRate(8) type=7 + alHost(16) type=0 + alHostTable(1) type=0 + alHostEntry(1) type=0 + alHostTimeMark(1) type=8 + alHostInPkts(2) type=7 + alHostOutPkts(3) type=7 + alHostInOctets(4) type=7 + alHostOutOctets(5) type=7 + alHostCreateTime(6) type=8 + alMatrix(17) type=0 + alMatrixSDTable(1) type=0 + alMatrixSDEntry(1) type=0 + alMatrixSDTimeMark(1) type=8 + alMatrixSDPkts(2) type=7 + alMatrixSDOctets(3) type=7 + alMatrixSDCreateTime(4) type=8 + alMatrixDSTable(2) type=0 + alMatrixDSEntry(1) type=0 + alMatrixDSTimeMark(1) type=8 + alMatrixDSPkts(2) type=7 + alMatrixDSOctets(3) type=7 + alMatrixDSCreateTime(4) type=8 + alMatrixTopNControlTable(3) type=0 + alMatrixTopNControlEntry(1) type=0 + alMatrixTopNControlIndex(1) type=16 + alMatrixTopNControlMatrixIndex(2) type=16 + alMatrixTopNControlRateBase(3) type=3 + alMatrixTopNControlTimeRemaining(4) type=16 + alMatrixTopNControlGeneratedReports(5) type=6 + alMatrixTopNControlDuration(6) type=16 + alMatrixTopNControlRequestedSize(7) type=16 + alMatrixTopNControlGrantedSize(8) type=16 + alMatrixTopNControlStartTime(9) type=8 + alMatrixTopNControlOwner(10) type=2 + alMatrixTopNControlStatus(11) type=3 + alMatrixTopNTable(4) type=0 + alMatrixTopNEntry(1) type=0 + alMatrixTopNIndex(1) type=16 + alMatrixTopNProtocolDirLocalIndex(2) type=16 + alMatrixTopNSourceAddress(3) type=2 + alMatrixTopNDestAddress(4) type=2 + alMatrixTopNAppProtocolDirLocalIndex(5) type=16 + alMatrixTopNPktRate(6) type=7 + alMatrixTopNReversePktRate(7) type=7 + alMatrixTopNOctetRate(8) type=7 + alMatrixTopNReverseOctetRate(9) type=7 + usrHistory(18) type=0 + usrHistoryControlTable(1) type=0 + usrHistoryControlEntry(1) type=0 + usrHistoryControlIndex(1) type=16 + usrHistoryControlObjects(2) type=16 + usrHistoryControlBucketsRequested(3) type=16 + usrHistoryControlBucketsGranted(4) type=16 + usrHistoryControlInterval(5) type=16 + usrHistoryControlOwner(6) type=2 + usrHistoryControlStatus(7) type=3 + usrHistoryObjectTable(2) type=0 + usrHistoryObjectEntry(1) type=0 + usrHistoryObjectIndex(1) type=16 + usrHistoryObjectVariable(2) type=1 + usrHistoryObjectSampleType(3) type=3 + usrHistoryTable(3) type=0 + usrHistoryEntry(1) type=0 + usrHistorySampleIndex(1) type=16 + usrHistoryIntervalStart(2) type=8 + usrHistoryIntervalEnd(3) type=8 + usrHistoryAbsValue(4) type=7 + usrHistoryValStatus(5) type=3 + probeConfig(19) type=0 + probeCapabilities(1) type=12 + probeSoftwareRev(2) type=2 hint=255a + probeHardwareRev(3) type=2 hint=255a + probeDateTime(4) type=2 + probeResetControl(5) type=3 + probeDownloadFile(6) type=2 hint=255a + probeDownloadTFTPServer(7) type=5 + probeDownloadAction(8) type=3 + probeDownloadStatus(9) type=3 + serialConfigTable(10) type=0 + serialConfigEntry(1) type=0 + serialMode(1) type=3 + serialProtocol(2) type=3 + serialTimeout(3) type=16 + serialModemInitString(4) type=2 + serialModemHangUpString(5) type=2 + serialModemConnectResp(6) type=2 hint=255a + serialModemNoConnectResp(7) type=2 hint=255a + serialDialoutTimeout(8) type=16 + serialStatus(9) type=3 + netConfigTable(11) type=0 + netConfigEntry(1) type=0 + netConfigIPAddress(1) type=5 + netConfigSubnetMask(2) type=5 + netConfigStatus(3) type=3 + netDefaultGateway(12) type=5 + trapDestTable(13) type=0 + trapDestEntry(1) type=0 + trapDestIndex(1) type=16 + trapDestCommunity(2) type=2 + trapDestProtocol(3) type=3 + trapDestAddress(4) type=2 + trapDestOwner(5) type=2 + trapDestStatus(6) type=3 + serialConnectionTable(14) type=0 + serialConnectionEntry(1) type=0 + serialConnectIndex(1) type=16 + serialConnectDestIpAddress(2) type=5 + serialConnectType(3) type=3 + serialConnectDialString(4) type=2 + serialConnectSwitchConnectSeq(5) type=2 + serialConnectSwitchDisconnectSeq(6) type=2 + serialConnectSwitchResetSeq(7) type=2 + serialConnectOwner(8) type=2 + serialConnectStatus(9) type=3 + rmonConformance(20) type=0 + rmon2MIBCompliances(1) type=0 + rmon2MIBCompliance(1) type=26 + rmon2MIBApplicationLayerCompliance(2) type=26 + rmon2MIBGroups(2) type=0 + protocolDirectoryGroup(1) type=22 + protocolDistributionGroup(2) type=22 + addressMapGroup(3) type=22 + nlHostGroup(4) type=22 + nlMatrixGroup(5) type=22 + alHostGroup(6) type=22 + alMatrixGroup(7) type=22 + usrHistoryGroup(8) type=22 + probeInformationGroup(9) type=22 + probeConfigurationGroup(10) type=22 + rmon1EnhancementGroup(11) type=22 + rmon1EthernetEnhancementGroup(12) type=22 + rmon1TokenRingEnhancementGroup(13) type=22 + rmonMibModule(8) type=24 + rmonCompliances(9) type=0 + rmonCompliance(1) type=26 + rmonGroups(10) type=0 + rmonEtherStatsGroup(1) type=22 + rmonHistoryControlGroup(2) type=22 + rmonEthernetHistoryGroup(3) type=22 + rmonAlarmGroup(4) type=22 + rmonHostGroup(5) type=22 + rmonHostTopNGroup(6) type=22 + rmonMatrixGroup(7) type=22 + rmonFilterGroup(8) type=22 + rmonPacketCaptureGroup(9) type=22 + rmonEventGroup(10) type=22 + rmonNotificationGroup(11) type=23 + dot1dBridge(17) type=24 + dot1dNotifications(0) type=0 + newRoot(1) type=21 + topologyChange(2) type=21 + dot1dBase(1) type=0 + dot1dBaseBridgeAddress(1) type=2 hint=1x: + dot1dBaseNumPorts(2) type=16 units=ports + dot1dBaseType(3) type=3 + dot1dBasePortTable(4) type=0 + dot1dBasePortEntry(1) type=0 + dot1dBasePort(1) type=16 + dot1dBasePortIfIndex(2) type=16 hint=d + dot1dBasePortCircuit(3) type=1 + dot1dBasePortDelayExceededDiscards(4) type=6 + dot1dBasePortMtuExceededDiscards(5) type=6 + dot1dStp(2) type=0 + dot1dStpProtocolSpecification(1) type=3 + dot1dStpPriority(2) type=16 + dot1dStpTimeSinceTopologyChange(3) type=8 units=centi-seconds + dot1dStpTopChanges(4) type=6 + dot1dStpDesignatedRoot(5) type=2 + dot1dStpRootCost(6) type=16 + dot1dStpRootPort(7) type=16 + dot1dStpMaxAge(8) type=16 hint=d units=centi-seconds + dot1dStpHelloTime(9) type=16 hint=d units=centi-seconds + dot1dStpHoldTime(10) type=16 units=centi-seconds + dot1dStpForwardDelay(11) type=16 hint=d units=centi-seconds + dot1dStpBridgeMaxAge(12) type=16 hint=d units=centi-seconds + dot1dStpBridgeHelloTime(13) type=16 hint=d units=centi-seconds + dot1dStpBridgeForwardDelay(14) type=16 hint=d units=centi-seconds + dot1dStpPortTable(15) type=0 + dot1dStpPortEntry(1) type=0 + dot1dStpPort(1) type=16 + dot1dStpPortPriority(2) type=16 + dot1dStpPortState(3) type=3 + dot1dStpPortEnable(4) type=3 + dot1dStpPortPathCost(5) type=16 + dot1dStpPortDesignatedRoot(6) type=2 + dot1dStpPortDesignatedCost(7) type=16 + dot1dStpPortDesignatedBridge(8) type=2 + dot1dStpPortDesignatedPort(9) type=2 + dot1dStpPortForwardTransitions(10) type=6 + dot1dStpPortPathCost32(11) type=16 + dot1dSr(3) type=0 + dot1dTp(4) type=0 + dot1dTpLearnedEntryDiscards(1) type=6 + dot1dTpAgingTime(2) type=16 units=seconds + dot1dTpFdbTable(3) type=0 + dot1dTpFdbEntry(1) type=0 + dot1dTpFdbAddress(1) type=2 hint=1x: + dot1dTpFdbPort(2) type=16 + dot1dTpFdbStatus(3) type=3 + dot1dTpPortTable(4) type=0 + dot1dTpPortEntry(1) type=0 + dot1dTpPort(1) type=16 + dot1dTpPortMaxInfo(2) type=16 units=bytes + dot1dTpPortInFrames(3) type=6 units=frames + dot1dTpPortOutFrames(4) type=6 units=frames + dot1dTpPortInDiscards(5) type=6 units=frames + dot1dTpHCPortTable(5) type=0 + dot1dTpHCPortEntry(1) type=0 + dot1dTpHCPortInFrames(1) type=11 + dot1dTpHCPortOutFrames(2) type=11 + dot1dTpHCPortInDiscards(3) type=11 + dot1dTpPortOverflowTable(6) type=0 + dot1dTpPortOverflowEntry(1) type=0 + dot1dTpPortInOverflowFrames(1) type=6 + dot1dTpPortOutOverflowFrames(2) type=6 + dot1dTpPortInOverflowDiscards(3) type=6 + dot1dStatic(5) type=0 + dot1dStaticTable(1) type=0 + dot1dStaticEntry(1) type=0 + dot1dStaticAddress(1) type=2 hint=1x: + dot1dStaticReceivePort(2) type=16 + dot1dStaticAllowedToGoTo(3) type=2 + dot1dStaticStatus(4) type=3 + pBridgeMIB(6) type=24 + pBridgeMIBObjects(1) type=0 + dot1dExtBase(1) type=0 + dot1dDeviceCapabilities(1) type=12 + dot1dTrafficClassesEnabled(2) type=3 + dot1dGmrpStatus(3) type=3 + dot1dPortCapabilitiesTable(4) type=0 + dot1dPortCapabilitiesEntry(1) type=0 + dot1dPortCapabilities(1) type=12 + dot1dPriority(2) type=0 + dot1dPortPriorityTable(1) type=0 + dot1dPortPriorityEntry(1) type=0 + dot1dPortDefaultUserPriority(1) type=16 + dot1dPortNumTrafficClasses(2) type=16 + dot1dUserPriorityRegenTable(2) type=0 + dot1dUserPriorityRegenEntry(1) type=0 + dot1dUserPriority(1) type=16 + dot1dRegenUserPriority(2) type=16 + dot1dTrafficClassTable(3) type=0 + dot1dTrafficClassEntry(1) type=0 + dot1dTrafficClassPriority(1) type=16 + dot1dTrafficClass(2) type=16 + dot1dPortOutboundAccessPriorityTable(4) type=0 + dot1dPortOutboundAccessPriorityEntry(1) type=0 + dot1dPortOutboundAccessPriority(1) type=16 + dot1dGarp(3) type=0 + dot1dPortGarpTable(1) type=0 + dot1dPortGarpEntry(1) type=0 + dot1dPortGarpJoinTime(1) type=3 + dot1dPortGarpLeaveTime(2) type=3 + dot1dPortGarpLeaveAllTime(3) type=3 + dot1dGmrp(4) type=0 + dot1dPortGmrpTable(1) type=0 + dot1dPortGmrpEntry(1) type=0 + dot1dPortGmrpStatus(1) type=3 + dot1dPortGmrpFailedRegistrations(2) type=6 + dot1dPortGmrpLastPduOrigin(3) type=2 hint=1x: + dot1dPortRestrictedGroupRegistration(4) type=3 + pBridgeConformance(2) type=0 + pBridgeGroups(1) type=0 + pBridgeExtCapGroup(1) type=22 + pBridgeDeviceGmrpGroup(2) type=22 + pBridgeDevicePriorityGroup(3) type=22 + pBridgeDefaultPriorityGroup(4) type=22 + pBridgeRegenPriorityGroup(5) type=22 + pBridgePriorityGroup(6) type=22 + pBridgeAccessPriorityGroup(7) type=22 + pBridgePortGarpGroup(8) type=22 + pBridgePortGmrpGroup(9) type=22 + pBridgeHCPortGroup(10) type=22 + pBridgePortOverflowGroup(11) type=22 + pBridgePortGmrpGroup2(12) type=22 + pBridgeCompliances(2) type=0 + pBridgeCompliance(1) type=26 + pBridgeCompliance2(2) type=26 + qBridgeMIB(7) type=24 + qBridgeMIBObjects(1) type=0 + dot1qBase(1) type=0 + dot1qVlanVersionNumber(1) type=3 + dot1qMaxVlanId(2) type=16 hint=d + dot1qMaxSupportedVlans(3) type=15 + dot1qNumVlans(4) type=15 + dot1qGvrpStatus(5) type=3 + dot1qTp(2) type=0 + dot1qFdbTable(1) type=0 + dot1qFdbEntry(1) type=0 + dot1qFdbId(1) type=15 + dot1qFdbDynamicCount(2) type=6 + dot1qTpFdbTable(2) type=0 + dot1qTpFdbEntry(1) type=0 + dot1qTpFdbAddress(1) type=2 hint=1x: + dot1qTpFdbPort(2) type=16 + dot1qTpFdbStatus(3) type=3 + dot1qTpGroupTable(3) type=0 + dot1qTpGroupEntry(1) type=0 + dot1qTpGroupAddress(1) type=2 hint=1x: + dot1qTpGroupEgressPorts(2) type=2 + dot1qTpGroupLearnt(3) type=2 + dot1qForwardAllTable(4) type=0 + dot1qForwardAllEntry(1) type=0 + dot1qForwardAllPorts(1) type=2 + dot1qForwardAllStaticPorts(2) type=2 + dot1qForwardAllForbiddenPorts(3) type=2 + dot1qForwardUnregisteredTable(5) type=0 + dot1qForwardUnregisteredEntry(1) type=0 + dot1qForwardUnregisteredPorts(1) type=2 + dot1qForwardUnregisteredStaticPorts(2) type=2 + dot1qForwardUnregisteredForbiddenPorts(3) type=2 + dot1qStatic(3) type=0 + dot1qStaticUnicastTable(1) type=0 + dot1qStaticUnicastEntry(1) type=0 + dot1qStaticUnicastAddress(1) type=2 hint=1x: + dot1qStaticUnicastReceivePort(2) type=16 + dot1qStaticUnicastAllowedToGoTo(3) type=2 + dot1qStaticUnicastStatus(4) type=3 + dot1qStaticMulticastTable(2) type=0 + dot1qStaticMulticastEntry(1) type=0 + dot1qStaticMulticastAddress(1) type=2 hint=1x: + dot1qStaticMulticastReceivePort(2) type=16 + dot1qStaticMulticastStaticEgressPorts(3) type=2 + dot1qStaticMulticastForbiddenEgressPorts(4) type=2 + dot1qStaticMulticastStatus(5) type=3 + dot1qVlan(4) type=0 + dot1qVlanNumDeletes(1) type=6 + dot1qVlanCurrentTable(2) type=0 + dot1qVlanCurrentEntry(1) type=0 + dot1qVlanTimeMark(1) type=8 + dot1qVlanIndex(2) type=15 hint=d + dot1qVlanFdbId(3) type=15 + dot1qVlanCurrentEgressPorts(4) type=2 + dot1qVlanCurrentUntaggedPorts(5) type=2 + dot1qVlanStatus(6) type=3 + dot1qVlanCreationTime(7) type=8 + dot1qVlanStaticTable(3) type=0 + dot1qVlanStaticEntry(1) type=0 + dot1qVlanStaticName(1) type=2 hint=255t + dot1qVlanStaticEgressPorts(2) type=2 + dot1qVlanForbiddenEgressPorts(3) type=2 + dot1qVlanStaticUntaggedPorts(4) type=2 + dot1qVlanStaticRowStatus(5) type=3 + dot1qNextFreeLocalVlanIndex(4) type=16 + dot1qPortVlanTable(5) type=0 + dot1qPortVlanEntry(1) type=0 + dot1qPvid(1) type=15 hint=d + dot1qPortAcceptableFrameTypes(2) type=3 + dot1qPortIngressFiltering(3) type=3 + dot1qPortGvrpStatus(4) type=3 + dot1qPortGvrpFailedRegistrations(5) type=6 + dot1qPortGvrpLastPduOrigin(6) type=2 hint=1x: + dot1qPortRestrictedVlanRegistration(7) type=3 + dot1qPortVlanStatisticsTable(6) type=0 + dot1qPortVlanStatisticsEntry(1) type=0 + dot1qTpVlanPortInFrames(1) type=6 + dot1qTpVlanPortOutFrames(2) type=6 + dot1qTpVlanPortInDiscards(3) type=6 + dot1qTpVlanPortInOverflowFrames(4) type=6 + dot1qTpVlanPortOutOverflowFrames(5) type=6 + dot1qTpVlanPortInOverflowDiscards(6) type=6 + dot1qPortVlanHCStatisticsTable(7) type=0 + dot1qPortVlanHCStatisticsEntry(1) type=0 + dot1qTpVlanPortHCInFrames(1) type=11 + dot1qTpVlanPortHCOutFrames(2) type=11 + dot1qTpVlanPortHCInDiscards(3) type=11 + dot1qLearningConstraintsTable(8) type=0 + dot1qLearningConstraintsEntry(1) type=0 + dot1qConstraintVlan(1) type=15 hint=d + dot1qConstraintSet(2) type=16 + dot1qConstraintType(3) type=3 + dot1qConstraintStatus(4) type=3 + dot1qConstraintSetDefault(9) type=16 + dot1qConstraintTypeDefault(10) type=3 + dot1vProtocol(5) type=0 + dot1vProtocolGroupTable(1) type=0 + dot1vProtocolGroupEntry(1) type=0 + dot1vProtocolTemplateFrameType(1) type=3 + dot1vProtocolTemplateProtocolValue(2) type=2 + dot1vProtocolGroupId(3) type=16 + dot1vProtocolGroupRowStatus(4) type=3 + dot1vProtocolPortTable(2) type=0 + dot1vProtocolPortEntry(1) type=0 + dot1vProtocolPortGroupId(1) type=16 + dot1vProtocolPortGroupVid(2) type=16 + dot1vProtocolPortRowStatus(3) type=3 + qBridgeConformance(2) type=0 + qBridgeGroups(1) type=0 + qBridgeBaseGroup(1) type=22 + qBridgeFdbUnicastGroup(2) type=22 + qBridgeFdbMulticastGroup(3) type=22 + qBridgeServiceRequirementsGroup(4) type=22 + qBridgeFdbStaticGroup(5) type=22 + qBridgeVlanGroup(6) type=22 + qBridgeVlanStaticGroup(7) type=22 + qBridgePortGroup(8) type=22 + qBridgeVlanStatisticsGroup(9) type=22 + qBridgeVlanStatisticsOverflowGroup(10) type=22 + qBridgeVlanHCStatisticsGroup(11) type=22 + qBridgeLearningConstraintsGroup(12) type=22 + qBridgeLearningConstraintDefaultGroup(13) type=22 + qBridgeClassificationDeviceGroup(14) type=22 + qBridgeClassificationPortGroup(15) type=22 + qBridgePortGroup2(16) type=22 + qBridgeCompliances(2) type=0 + qBridgeCompliance(1) type=26 + qBridgeCompliance2(2) type=26 + dot1dConformance(8) type=0 + dot1dGroups(1) type=0 + dot1dBaseBridgeGroup(1) type=22 + dot1dBasePortGroup(2) type=22 + dot1dStpBridgeGroup(3) type=22 + dot1dStpPortGroup(4) type=22 + dot1dStpPortGroup2(5) type=22 + dot1dStpPortGroup3(6) type=22 + dot1dTpBridgeGroup(7) type=22 + dot1dTpFdbGroup(8) type=22 + dot1dTpGroup(9) type=22 + dot1dStaticGroup(10) type=22 + dot1dNotificationGroup(11) type=23 + dot1dCompliances(2) type=0 + bridgeCompliance1493(1) type=26 + bridgeCompliance4188(2) type=26 + ianaifType(30) type=24 + ifMIB(31) type=24 + ifMIBObjects(1) type=0 + ifXTable(1) type=0 + ifXEntry(1) type=0 + ifName(1) type=2 hint=255a + ifInMulticastPkts(2) type=6 + ifInBroadcastPkts(3) type=6 + ifOutMulticastPkts(4) type=6 + ifOutBroadcastPkts(5) type=6 + ifHCInOctets(6) type=11 + ifHCInUcastPkts(7) type=11 + ifHCInMulticastPkts(8) type=11 + ifHCInBroadcastPkts(9) type=11 + ifHCOutOctets(10) type=11 + ifHCOutUcastPkts(11) type=11 + ifHCOutMulticastPkts(12) type=11 + ifHCOutBroadcastPkts(13) type=11 + ifLinkUpDownTrapEnable(14) type=3 + ifHighSpeed(15) type=7 + ifPromiscuousMode(16) type=3 + ifConnectorPresent(17) type=3 + ifAlias(18) type=2 hint=255a + ifCounterDiscontinuityTime(19) type=8 + ifStackTable(2) type=0 + ifStackEntry(1) type=0 + ifStackHigherLayer(1) type=16 hint=d + ifStackLowerLayer(2) type=16 hint=d + ifStackStatus(3) type=3 + ifTestTable(3) type=0 + ifTestEntry(1) type=0 + ifTestId(1) type=3 + ifTestStatus(2) type=3 + ifTestType(3) type=1 + ifTestResult(4) type=3 + ifTestCode(5) type=1 + ifTestOwner(6) type=2 hint=255a + ifRcvAddressTable(4) type=0 + ifRcvAddressEntry(1) type=0 + ifRcvAddressAddress(1) type=2 hint=1x: + ifRcvAddressStatus(2) type=3 + ifRcvAddressType(3) type=3 + ifTableLastChange(5) type=8 + ifStackLastChange(6) type=8 + ifConformance(2) type=0 + ifGroups(1) type=0 + ifGeneralGroup(1) type=22 + ifFixedLengthGroup(2) type=22 + ifHCFixedLengthGroup(3) type=22 + ifPacketGroup(4) type=22 + ifHCPacketGroup(5) type=22 + ifVHCPacketGroup(6) type=22 + ifRcvAddressGroup(7) type=22 + ifTestGroup(8) type=22 + ifStackGroup(9) type=22 + ifGeneralInformationGroup(10) type=22 + ifStackGroup2(11) type=22 + ifOldObjectsGroup(12) type=22 + ifCounterDiscontinuityGroup(13) type=22 + linkUpDownNotificationsGroup(14) type=23 + ifCompliances(2) type=0 + ifCompliance(1) type=26 + ifCompliance2(2) type=26 + ifCompliance3(3) type=26 + atmMIB(37) type=24 + atmMIBObjects(1) type=0 + atmTrafficDescriptorTypes(1) type=0 + atmNoTrafficDescriptor(1) type=27 + atmNoClpNoScr(2) type=27 + atmClpNoTaggingNoScr(3) type=27 + atmClpTaggingNoScr(4) type=27 + atmNoClpScr(5) type=27 + atmClpNoTaggingScr(6) type=27 + atmClpTaggingScr(7) type=27 + atmClpNoTaggingMcr(8) type=27 + atmClpTransparentNoScr(9) type=27 + atmClpTransparentScr(10) type=27 + atmNoClpTaggingNoScr(11) type=27 + atmNoClpNoScrCdvt(12) type=27 + atmNoClpScrCdvt(13) type=27 + atmClpNoTaggingScrCdvt(14) type=27 + atmClpTaggingScrCdvt(15) type=27 + atmInterfaceConfTable(2) type=0 + atmInterfaceConfEntry(1) type=0 + atmInterfaceMaxVpcs(1) type=3 + atmInterfaceMaxVccs(2) type=3 + atmInterfaceConfVpcs(3) type=3 + atmInterfaceConfVccs(4) type=3 + atmInterfaceMaxActiveVpiBits(5) type=3 + atmInterfaceMaxActiveVciBits(6) type=3 + atmInterfaceIlmiVpi(7) type=3 + atmInterfaceIlmiVci(8) type=3 + atmInterfaceAddressType(9) type=3 + atmInterfaceAdminAddress(10) type=2 hint=1x + atmInterfaceMyNeighborIpAddress(11) type=5 + atmInterfaceMyNeighborIfName(12) type=2 hint=255a + atmInterfaceCurrentMaxVpiBits(13) type=3 + atmInterfaceCurrentMaxVciBits(14) type=3 + atmInterfaceSubscrAddress(15) type=2 hint=1x + atmInterfaceDs3PlcpTable(3) type=0 + atmInterfaceDs3PlcpEntry(1) type=0 + atmInterfaceDs3PlcpSEFSs(1) type=6 + atmInterfaceDs3PlcpAlarmState(2) type=3 + atmInterfaceDs3PlcpUASs(3) type=6 + atmInterfaceTCTable(4) type=0 + atmInterfaceTCEntry(1) type=0 + atmInterfaceOCDEvents(1) type=6 + atmInterfaceTCAlarmState(2) type=3 + atmTrafficDescrParamTable(5) type=0 + atmTrafficDescrParamEntry(1) type=0 + atmTrafficDescrParamIndex(1) type=3 + atmTrafficDescrType(2) type=1 + atmTrafficDescrParam1(3) type=16 + atmTrafficDescrParam2(4) type=16 + atmTrafficDescrParam3(5) type=16 + atmTrafficDescrParam4(6) type=16 + atmTrafficDescrParam5(7) type=16 + atmTrafficQoSClass(8) type=3 + atmTrafficDescrRowStatus(9) type=3 + atmServiceCategory(10) type=3 + atmTrafficFrameDiscard(11) type=3 + atmVplTable(6) type=0 + atmVplEntry(1) type=0 + atmVplVpi(1) type=3 + atmVplAdminStatus(2) type=3 + atmVplOperStatus(3) type=3 + atmVplLastChange(4) type=8 + atmVplReceiveTrafficDescrIndex(5) type=3 + atmVplTransmitTrafficDescrIndex(6) type=3 + atmVplCrossConnectIdentifier(7) type=3 + atmVplRowStatus(8) type=3 + atmVplCastType(9) type=3 + atmVplConnKind(10) type=3 + atmVclTable(7) type=0 + atmVclEntry(1) type=0 + atmVclVpi(1) type=3 + atmVclVci(2) type=3 + atmVclAdminStatus(3) type=3 + atmVclOperStatus(4) type=3 + atmVclLastChange(5) type=8 + atmVclReceiveTrafficDescrIndex(6) type=3 + atmVclTransmitTrafficDescrIndex(7) type=3 + atmVccAalType(8) type=3 + atmVccAal5CpcsTransmitSduSize(9) type=3 + atmVccAal5CpcsReceiveSduSize(10) type=3 + atmVccAal5EncapsType(11) type=3 + atmVclCrossConnectIdentifier(12) type=3 + atmVclRowStatus(13) type=3 + atmVclCastType(14) type=3 + atmVclConnKind(15) type=3 + atmVpCrossConnectIndexNext(8) type=3 + atmVpCrossConnectTable(9) type=0 + atmVpCrossConnectEntry(1) type=0 + atmVpCrossConnectIndex(1) type=3 + atmVpCrossConnectLowIfIndex(2) type=16 hint=d + atmVpCrossConnectLowVpi(3) type=3 + atmVpCrossConnectHighIfIndex(4) type=16 hint=d + atmVpCrossConnectHighVpi(5) type=3 + atmVpCrossConnectAdminStatus(6) type=3 + atmVpCrossConnectL2HOperStatus(7) type=3 + atmVpCrossConnectH2LOperStatus(8) type=3 + atmVpCrossConnectL2HLastChange(9) type=8 + atmVpCrossConnectH2LLastChange(10) type=8 + atmVpCrossConnectRowStatus(11) type=3 + atmVcCrossConnectIndexNext(10) type=3 + atmVcCrossConnectTable(11) type=0 + atmVcCrossConnectEntry(1) type=0 + atmVcCrossConnectIndex(1) type=3 + atmVcCrossConnectLowIfIndex(2) type=16 hint=d + atmVcCrossConnectLowVpi(3) type=3 + atmVcCrossConnectLowVci(4) type=3 + atmVcCrossConnectHighIfIndex(5) type=16 hint=d + atmVcCrossConnectHighVpi(6) type=3 + atmVcCrossConnectHighVci(7) type=3 + atmVcCrossConnectAdminStatus(8) type=3 + atmVcCrossConnectL2HOperStatus(9) type=3 + atmVcCrossConnectH2LOperStatus(10) type=3 + atmVcCrossConnectL2HLastChange(11) type=8 + atmVcCrossConnectH2LLastChange(12) type=8 + atmVcCrossConnectRowStatus(13) type=3 + aal5VccTable(12) type=0 + aal5VccEntry(1) type=0 + aal5VccVpi(1) type=3 + aal5VccVci(2) type=3 + aal5VccCrcErrors(3) type=6 + aal5VccSarTimeOuts(4) type=6 + aal5VccOverSizedSDUs(5) type=6 + atmTrafficDescrParamIndexNext(13) type=3 + atmMIBConformance(2) type=0 + atmMIBGroups(1) type=0 + atmInterfaceConfGroup(1) type=22 + atmTrafficDescrGroup(2) type=22 + atmInterfaceDs3PlcpGroup(3) type=22 + atmInterfaceTCGroup(4) type=22 + atmVpcTerminationGroup(5) type=22 + atmVccTerminationGroup(6) type=22 + atmVpCrossConnectGroup(7) type=22 + atmVcCrossConnectGroup(8) type=22 + aal5VccGroup(9) type=22 + atmInterfaceConfGroup2(10) type=22 + atmTrafficDescrGroup2(11) type=22 + atmVpcTerminationGroup2(12) type=22 + atmVccTerminationGroup2(13) type=22 + atmVplCrossConnectGroup(14) type=22 + atmVpPvcCrossConnectGroup(15) type=22 + atmVclCrossConnectGroup(16) type=22 + atmVcPvcCrossConnectGroup(17) type=22 + atmMIBCompliances(2) type=0 + atmMIBCompliance(1) type=26 + atmMIBCompliance2(2) type=26 + atmTCMIB(3) type=24 + atmObjectIdentities(1) type=0 + perfHistTCMIB(58) type=24 + ianaAddressFamilyNumbers(72) type=24 + inetAddressMIB(76) type=24 + pingMIB(80) type=24 + pingNotifications(0) type=0 + pingProbeFailed(1) type=21 + pingTestFailed(2) type=21 + pingTestCompleted(3) type=21 + pingObjects(1) type=0 + pingMaxConcurrentRequests(1) type=15 units=requests + pingCtlTable(2) type=0 + pingCtlEntry(1) type=0 + pingCtlOwnerIndex(1) type=2 hint=255t + pingCtlTestName(2) type=2 hint=255t + pingCtlTargetAddressType(3) type=3 + pingCtlTargetAddress(4) type=2 + pingCtlDataSize(5) type=15 units=octets + pingCtlTimeOut(6) type=15 units=seconds + pingCtlProbeCount(7) type=15 units=probes + pingCtlAdminStatus(8) type=3 + pingCtlDataFill(9) type=2 + pingCtlFrequency(10) type=15 units=seconds + pingCtlMaxRows(11) type=15 units=rows + pingCtlStorageType(12) type=3 + pingCtlTrapGeneration(13) type=12 + pingCtlTrapProbeFailureFilter(14) type=15 + pingCtlTrapTestFailureFilter(15) type=15 + pingCtlType(16) type=1 + pingCtlDescr(17) type=2 hint=255t + pingCtlSourceAddressType(18) type=3 + pingCtlSourceAddress(19) type=2 + pingCtlIfIndex(20) type=16 hint=d + pingCtlByPassRouteTable(21) type=3 + pingCtlDSField(22) type=15 + pingCtlRowStatus(23) type=3 + pingResultsTable(3) type=0 + pingResultsEntry(1) type=0 + pingResultsOperStatus(1) type=3 + pingResultsIpTargetAddressType(2) type=3 + pingResultsIpTargetAddress(3) type=2 + pingResultsMinRtt(4) type=15 units=milliseconds + pingResultsMaxRtt(5) type=15 units=milliseconds + pingResultsAverageRtt(6) type=15 units=milliseconds + pingResultsProbeResponses(7) type=7 units=responses + pingResultsSentProbes(8) type=7 units=probes + pingResultsRttSumOfSquares(9) type=15 units=milliseconds + pingResultsLastGoodProbe(10) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + pingProbeHistoryTable(4) type=0 + pingProbeHistoryEntry(1) type=0 + pingProbeHistoryIndex(1) type=15 + pingProbeHistoryResponse(2) type=15 units=milliseconds + pingProbeHistoryStatus(3) type=3 + pingProbeHistoryLastRC(4) type=16 + pingProbeHistoryTime(5) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + pingConformance(2) type=0 + pingCompliances(1) type=0 + pingCompliance(1) type=26 + pingFullCompliance(2) type=26 + pingMinimumCompliance(3) type=26 + pingGroups(2) type=0 + pingGroup(1) type=22 + pingTimeStampGroup(2) type=22 + pingNotificationsGroup(3) type=23 + pingMinimumGroup(4) type=22 + pingCtlRowStatusGroup(5) type=22 + pingHistoryGroup(6) type=22 + pingImplementationTypeDomains(3) type=0 + pingIcmpEcho(1) type=27 + pingUdpEcho(2) type=27 + pingSnmpQuery(3) type=27 + pingTcpConnectionAttempt(4) type=27 + experimental(3) type=0 + private(4) type=0 + enterprises(1) type=0 + oneAccess(13191) type=0 + oneAccess#(0) type=20 + oacEvent(1) type=0 + oacRegistration(1) type=0 + oacOneOsDevices(1) type=0 + oacOne10(1) type=0 + oacOne20(2) type=0 + oacOne30(3) type=0 + oacOne40(4) type=0 + oacOne50(5) type=0 + oacOne60(6) type=0 + oacOne20D(7) type=0 + oacOne80(8) type=0 + oacOne80XM(9) type=0 + oacOne100(10) type=0 + oacOne100D(11) type=0 + oacOne150(15) type=0 + oacOne180(18) type=0 + oacOne200(20) type=0 + oacOneCell25(25) type=0 + oacOne300(30) type=0 + oacOneCell35(35) type=0 + oacOne400(40) type=0 + oacOne70(70) type=0 + oacOne800(80) type=0 + oacOne90(90) type=0 + oacPBXplug8(100) type=0 + oacPBXplug30(110) type=0 + oacPBXPLUG-1P-2B(111) type=0 + oacPBXPLUG-1P-2B-L(112) type=0 + oacPBXPLUG-4B(113) type=0 + oacPBXPLUG-4B-L(114) type=0 + oacPBXPLUG-4B-V2(115) type=0 + oacPBXPLUG-6B(116) type=0 + oacPBXPLUG-6B-L(117) type=0 + oacLbb130(130) type=0 + oacLbb131(131) type=0 + oacLbb132(132) type=0 + oacLbb133(133) type=0 + oacLbb134(134) type=0 + oacLbb135(135) type=0 + oacLbb139(139) type=0 + oacLbb140(140) type=0 + oacLbb141(141) type=0 + oacLbb142(142) type=0 + oacLbb148(148) type=0 + oacLbb210(210) type=0 + oacLbb219(219) type=0 + oacLbb230(230) type=0 + oacLbb231(231) type=0 + oacLbb236(236) type=0 + oacLbb310(310) type=0 + oacLbb320(320) type=0 + oacLbb329(329) type=0 + oacLbb330(330) type=0 + oacOne410(410) type=0 + oacOne420(420) type=0 + oacOne425(425) type=0 + oacOne445(445) type=0 + oacOne540(540) type=0 + oacOne560(560) type=0 + oacOne700(700) type=0 + oacLbb4G(1000) type=0 + oac1440(1440) type=0 + oacOne1510(1510) type=0 + oacOne1520(1520) type=0 + oacOne1540(1540) type=0 + oacOne1560(1560) type=0 + oacMIBModules(100) type=0 + oneAccessMIBModule(1) type=24 + oacAtmMIBModule(667) type=24 + oacNatMIBModule(668) type=24 + oacAclMIBModule(669) type=24 + oacVrrpMIBModule(670) type=24 + oacSysMIBModule(671) type=24 + oacPstnMIBModule(672) type=24 + oacOamMIBModule(673) type=24 + oacIsdnMIBModule(674) type=24 + oacNatMIBModule(675) type=24 + oaVlanConfigMIB(681) type=24 + oacBridgeMIB(682) type=24 + oacIpServicesConfigMIB(683) type=24 + oacEthOamExtMib(689) type=24 + oacAAAConfigMIB(690) type=24 + oacAtmAal5MIBModule(800) type=24 + oacVoiceMIBModule(801) type=24 + oacDot11MIBModule(900) type=24 + oacCellularMIBModule(1000) type=24 + oacJitterMIBModule(2000) type=24 + oacConfigMgmtMIBModule(2001) type=24 + oacSnmpConfigMIB(2002) type=24 + oacMiscConfigMIB(2003) type=24 + oacZbfwStatusMIB(2003) type=24 + oacSshConfigMIB(2004) type=24 + oacEventsMIBModule(6600) type=24 + oacPingMIBModule(6601) type=24 + oacProductSpecific(2) type=0 + oacGeneric(3) type=0 + oacGenProtocols(1) type=0 + oacGenManagement(10) type=0 + oacEmbeddedAgentMIB(1) type=0 + oacCapabilities(4) type=0 + oacRequirements(5) type=0 + oacExpIMAtmAal5Conformance(800) type=0 + oacExpIMAtmAal5Groups(1) type=0 + oacExpIMAtmAal5GeneralGroup(1) type=22 + oacExpIMAtmAal5Compliances(2) type=0 + oacExpIMAtmAal5Compliance(1) type=26 + oacExpIMDot11Conformance(900) type=0 + oacExpIMDot11Groups(1) type=0 + oacExpIMDot11GeneralGroup(1) type=22 + oacExpIMDot11Compliances(2) type=0 + oacExpIMDot11Compliance(1) type=26 + oacJitterConformance(2000) type=0 + oacJitterGroups(1) type=0 + oacJitterGeneralGroup(1) type=22 + oacJitterCompliances(2) type=0 + oacJitterCompliance(1) type=26 + oacCMConformance(2001) type=0 + oacCMGroups(1) type=0 + oacCMGeneralGroup(1) type=22 + oacCMCompliances(2) type=0 + oacCMCompliance(1) type=26 + oacExperimental(10) type=0 + oacExpNewMIBs(1) type=0 + oacExpInternetDrafts(2) type=0 + oacExpInternalModules(3) type=0 + oacExpIMIp(1) type=0 + oacExpIMIpNat(1) type=0 + oacExpIMIpNatStatistics(1) type=0 + oacNatStatObjects(1) type=0 + oacNatStatGlobal(1) type=0 + oacNatActiveSessions(1) type=6 + oacNatSessionsClosed(2) type=6 + oacNatInTranslations(3) type=6 + oacNatOutTranslations(4) type=6 + oacNatInsideAddrMaps(5) type=6 + oacNatOutsideAddrMaps(6) type=6 + oacNatInPktsDropped(7) type=6 + oacNatOutPktsDropped(8) type=6 + oacNatDynamicAllocFailures(9) type=6 + oacNatSessionTable(2) type=0 + oacNatSessionEntry(1) type=0 + oacNatSessionID(1) type=15 + oacNatSessionProtocol(2) type=3 + oacNatSessionInsideLocalAddr(3) type=5 + oacNatSessionInsideLocalPort(4) type=3 + oacNatSessionOutsideLocalAddr(5) type=5 + oacNatSessionOutsidePort(6) type=3 + oacNatSessionInsideGlobalAddr(7) type=5 + oacNatSessionInsideGlobalPort(8) type=3 + oacNatSessionOutsideGlobalAddr(9) type=5 + oacNatSessionInPkts(10) type=6 + oacNatSessionOutPkts(11) type=6 + oacNatSessionTimeout(12) type=3 + oacNatInsideMapTable(3) type=0 + oacNatInsideMapEntry(1) type=0 + oacNatIMLocalAddr(1) type=5 + oacNatIMGlobalAddr(2) type=5 + oacNatIMSessions(3) type=16 + oacNatIMTimeout(4) type=3 + oacNatOutsideMapTable(4) type=0 + oacNatOutsideMapEntry(1) type=0 + oacNatOMGlobalAddr(1) type=5 + oacNatOMLocalAddr(2) type=5 + oacNatOMSessions(3) type=16 + oacNatOMTimeout(4) type=3 + oacNatStatNotifications(2) type=0 + oacNatStatConformance(3) type=0 + oacNatStatGroups(1) type=0 + oacNatStatGeneralGroup(1) type=22 + oacNatStatCompliances(2) type=0 + oacNatStatCompliance(1) type=26 + oacExpIMIpNatNotifications(2) type=0 + oacNatNotificationMaximumSessionReached(1) type=21 + oacNatNotificationWarningSessionReachingLimit(2) type=21 + oacExpIMIpAcl(2) type=0 + oacExpIMIpAclStatistics(1) type=0 + oacAclStatObjects(1) type=0 + oacAclStatGlobal(1) type=0 + oacAclMaxSessions(1) type=15 + oacAclActiveSessions(2) type=15 + oacAclSessionsClosed(3) type=6 + oacAclDynamicAllocFailures(4) type=6 + oacAclInboundPkts(5) type=6 + oacAclOutboundPkts(6) type=6 + oacAclInboundPktsDropped(7) type=6 + oacAclOutboundPktsDropped(8) type=6 + oacAclStatNotifications(2) type=0 + oacAclStatConformance(3) type=0 + oacAclStatGroups(1) type=0 + oacAclStatGeneralGroup(1) type=22 + oacAclStatCompliances(2) type=0 + oacAclStatCompliance(1) type=26 + oacExpIMIpAclNotifications(2) type=0 + oacAclNotificationMaximumSessionReached(1) type=21 + oacAclNotificationWarningSessionReachingLimit(2) type=21 + oacAclNotificationMaximumHalfSessionReached(3) type=21 + oacAclNotificationWarningHalfSessionReachingLimit(4) type=21 + oacAclNotificationMaximumSessionReachedPerHost(5) type=21 + oacAclNotificationMaximumHalfSessionReachedPerHost(6) type=21 + oacExpIMIpAccountingStatistics(3) type=0 + oacIpAccountingTable(1) type=0 + oacIpAccountingEntry(1) type=0 + oacIpAccountingIndex(1) type=7 + oacIpAccountingIfIndex(2) type=16 hint=d + oacIpAccountingIfType(3) type=3 + oacIpAccountingStatTable(2) type=0 + oacIpAccountingStatEntry(1) type=0 + oacIpAccountingStatIpSource(1) type=5 + oacIpAccountingStatIpDest(2) type=5 + oacIpAccountingStatNbPackets(3) type=6 + oacIpAccountingStatNbBytes(4) type=6 + oacIpAccoutingGlobal(3) type=0 + oacIpAccountingMaxSessions(1) type=7 + oacIpAccountingCurrentSessions(2) type=7 + oacIpAccountingAge(3) type=2 + oacIpAccountingNbNotAnalysedBytes(4) type=7 + oacIpAccountingNbNotAnalysedPackets(5) type=7 + oacIpAccoutingClear(10) type=3 + oacQOS(3) type=24 + oacQosServicePolicyTable(1) type=0 + oacQosServicePolicyEntry(1) type=0 + oacQosPolicyIndex(1) type=7 + oacQosIfIndex(2) type=16 hint=d + oacQosIfType(3) type=3 + oacQosPolicyDirection(4) type=3 + oacQosInterfacePolicyTable(2) type=0 + oacQosInterfacePolicyEntry(1) type=0 + oacQosInterfacePolicyIndex(1) type=7 + oacQosObjectsTable(3) type=0 + oacQosObjectsEntry(1) type=0 + oacQosObjectsIndex(1) type=7 + oacQosConfigIndex(2) type=7 + oacQosObjectsType(3) type=3 + oacQosParentObjectsIndex(4) type=7 + oacQosPolicyMapConfigTable(4) type=0 + oacQosPolicyMapConfigEntry(1) type=0 + oacQosPolicyMapName(1) type=2 hint=255a + oacQosClassMapConfigTable(5) type=0 + oacQosClassMapConfigEntry(1) type=0 + oacQosClassMapName(1) type=2 hint=255a + oacQosClassMapInfo(2) type=3 + oacQosClassMapStatsTable(6) type=0 + oacQosClassMapStatsEntry(1) type=0 + oacQosClassMapPreExecutePkt(1) type=6 + oacQosClassMapPreExecutePkt64(2) type=11 + oacQosClassMapPreExecuteByte(3) type=6 + oacQosClassMapPreExecuteByte64(4) type=11 + oacQosClassMapPreExecuteBitRate(5) type=7 units=bits per second + oacQosClassMapPostExecuteByte(6) type=6 + oacQosClassMapPostExecuteByte64(7) type=11 + oacQosClassMapPostExecuteBitRate(8) type=7 units=bits per second + oacQosClassMapDropPkt(9) type=6 + oacQosClassMapDropPkt64(10) type=11 + oacQosClassMapDropByte(11) type=6 + oacQosClassMapDropByte64(12) type=11 + oacQosClassMapDropBitRate(13) type=7 units=bits per second + oacQosClassMapRemarkedPkt(14) type=6 + oacQosClassMapRemarkedPkt64(15) type=11 + oacQosClassMapRemarkedByte(16) type=6 + oacQosClassMapRemarkedByte64(17) type=11 + oacQosMatchConfigTable(7) type=0 + oacQosMatchConfigEntry(1) type=0 + oacQosMatchName(1) type=2 hint=255a + oacQosMatchInfo(2) type=3 + oacQosMatchStatsTable(8) type=0 + oacQosMatchStatsEntry(1) type=0 + oacQosMatchPreExecutePkt(1) type=6 + oacQosMatchPreExecutePkt64(2) type=11 + oacQosMatchPreExecuteByte(3) type=6 + oacQosMatchPreExecuteByte64(4) type=11 + oacQosMatchPreExecuteBitRate(5) type=7 units=bits per second + oacQosSetConfigTable(9) type=0 + oacQosSetConfigEntry(1) type=0 + oacQosSetConfigFeature(1) type=12 + oacQosSetConfigIpDSCPValue(2) type=16 + oacQosSetConfigIpPrecedenceValue(3) type=16 + oacQosSetConfigQosGroupValue(4) type=16 + oacQosSetConfigDiscardClassValue(5) type=7 + oacQosSetConfigCosValue(6) type=16 + oacQosPoliceConfigTable(10) type=0 + oacQosPoliceConfigEntry(1) type=0 + oacQosPoliceConfigCir(1) type=7 units=bits/second + oacQosPoliceConfigCir64(2) type=11 units=bits/second + oacQosPoliceConfigConformBurstSize(3) type=7 units=Octets + oacQosPoliceConfigPir(4) type=7 units=bits/second + oacQosPoliceConfigPeakBurstSize(5) type=7 units=Octets + oacQosPoliceConfigConformAction(6) type=3 + oacQosPoliceConfigConformSetValue(7) type=7 + oacQosPoliceConfigExceedAction(8) type=3 + oacQosPoliceConfigExceedSetValue(9) type=7 + oacQosPoliceConfigViolateAction(10) type=3 + oacQosPoliceConfigViolateSetValue(11) type=7 + oacQosPoliceActionConfigTable(11) type=0 + oacQosPoliceActionConfigEntry(1) type=0 + oacQosPoliceActionConfigIndex(1) type=7 + oacQosPoliceActionConfigConform(2) type=3 + oacQosPoliceActionConfigConformSetValue(3) type=7 + oacQosPoliceActionConfigExceed(4) type=3 + oacQosPoliceActionConfigExceedSetValue(5) type=7 + oacQosPoliceActionConfigViolate(6) type=3 + oacQosPoliceActionConfigViolateSetValue(7) type=7 + oacQosPoliceStatsTable(12) type=0 + oacQosPoliceStatsEntry(1) type=0 + oacQosPoliceConformPkt(1) type=6 units=Packets + oacQosPoliceConformPkt64(2) type=11 units=Packets + oacQosPoliceConformByte(3) type=6 units=Octets + oacQosPoliceConformByte64(4) type=11 units=Octets + oacQosPoliceConformBitRate(5) type=7 units=bits per second + oacQosPoliceExceedPkt(6) type=6 units=Packets + oacQosPoliceExceedPkt64(7) type=11 units=Packets + oacQosPoliceExceedByte(8) type=6 units=Octets + oacQosPoliceExceedByte64(9) type=11 units=Octets + oacQosPoliceExceedBitRate(10) type=7 units=bits per second + oacQosPoliceViolatePkt(11) type=6 units=Packets + oacQosPoliceViolatePkt64(12) type=11 units=Packets + oacQosPoliceViolateByte(13) type=6 units=Octets + oacQosPoliceViolateByte64(14) type=11 units=Octets + oacQosPoliceViolateBitRate(15) type=7 units=bits per second + oacQosWREDConfigTable(13) type=0 + oacQosWREDConfigEntry(1) type=0 + oacQosWREDConfigExponentialWeight(1) type=16 + oacQosWREDConfigDscpPrecQosCosGroup(2) type=3 + oacQosWREDConfigECNEnabled(3) type=3 + oacQosWREDClassConfigTable(14) type=0 + oacQosWREDClassConfigEntry(1) type=0 + oacQosWREDValue(1) type=16 + oacQosWREDConfigPktDropProb(2) type=16 units= + oacQosWREDClassConfigThresholdUnit(3) type=3 + oacQosWREDClassConfigMinThreshold(4) type=7 + oacQosWREDClassConfigMaxThreshold(5) type=7 + oacQosWREDClassStatsTable(15) type=0 + oacQosWREDClassStatsEntry(1) type=0 + oacQosWREDAverageQueueSizeUnits(1) type=3 + oacQosWREDAverageQueueSize(2) type=7 + oacQosWREDRandomDropPkt(3) type=6 units=Packets + oacQosWREDRandomDropPkt64(4) type=11 units=Packets + oacQosWREDRandomDropByte(5) type=6 units=Octets + oacQosWREDRandomDropByte64(6) type=11 units=Octets + oacQosWREDTailDropPkt(7) type=6 units=Packets + oacQosWREDTailDropPkt64(8) type=11 units=Packets + oacQosWREDTailDropByte(9) type=6 units=Octets + oacQosWREDTailDropByte64(10) type=11 units=Octets + oacQosWREDTransmitPkt(11) type=6 units=Packets + oacQosWREDTransmitPkt64(12) type=11 units=Packets + oacQosWREDTransmitByte(13) type=6 units=Octets + oacQosWREDTransmitByte64(14) type=11 units=Octets + oacQosWREDECNMarkPkt(15) type=6 units=Packets + oacQosWREDECNMarkPkt64(16) type=11 units=Packets + oacQosWREDECNMarkByte(17) type=6 units=Octets + oacQosWREDECNMarkByte64(18) type=11 units=Octets + oacQosQueueConfigTable(16) type=0 + oacQosQueueConfigEntry(1) type=0 + oacQosQueueConfigFlowBasedEnabled(1) type=3 + oacQosQueueConfigPriorityEnabled(2) type=3 + oacQosQueueConfigBandwidth(3) type=16 + oacQosQueueConfigBandwidthUnits(4) type=3 + oacQosQueueConfigFlowBasedQSize(5) type=16 units=Packets + oacQosQueueConfigFlowBasedQNumber(6) type=16 + oacQosQueueConfigPrioBurstSize(7) type=7 units=Bytes + oacQosQueueConfigQueueLimitUnits(8) type=3 + oacQosQueueConfigQueueLimit(9) type=7 + oacQosQueueConfigERPriority(10) type=16 + oacQosQueueStatsTable(17) type=0 + oacQosQueueStatsEntry(1) type=0 + oacQosQueueDiscardByte(1) type=6 units=Octets + oacQosQueueDiscardByte64(2) type=11 units=Octets + oacQosQueueDiscardPkt(3) type=6 units=Packets + oacQosQueueDiscardPkt64(4) type=11 units=Packets + oacQosQueueCurrentQDepth(5) type=7 units=Octets + oacQosQueueMaxQDepth(6) type=7 units=Octets + oacExpIMIPSec(4) type=0 + oacIPSecNotifications(1) type=0 + oacIPSecSAcreated(1) type=21 + oacIPSecSAremoved(2) type=21 + oacIPSecCmapEnabled(3) type=21 + oacIPSecCmapDisabled(4) type=21 + oacIPSecCpolEnabled(5) type=21 + oacIPSecCpolDisabled(6) type=21 + oacIPSecHwModuleDown(7) type=21 + oacIsakmpNotifications(2) type=0 + oacISAKMPBadProposal(1) type=21 + oacISAKMPNoResponse(2) type=21 + oacISAKMPConnectionEstablished(3) type=21 + oacISAKMPConnectionRemoved(4) type=21 + oacISAMPIPSecConnectionEstablished(5) type=21 + oacISAKMPIPSecConnectionRemoved(6) type=21 + oacISAKMPUnknownPeer(7) type=21 + oacISAKMPNotificationMsgReceived(8) type=21 + oacISAKMPNotificationMsgSent(9) type=21 + oacISAKMPDeadPeerDetected(10) type=21 + oacExpIMIpVrrp(5) type=0 + oacExpIMVrrpNotifications(1) type=0 + vrrpTrapNewBackup(1) type=21 + oacVlanConfig(6) type=0 + oacVlanConfigObjects(1) type=0 + oacVlanMappingConfigInterfaceObjects(1) type=0 + oacVlanConfigInterfaceTable(1) type=0 + oacVlanConfigInterfaceEntry(1) type=0 + oacVlanConfigInterfaceDot1qValue(1) type=3 + oacVlanConfigInterfaceSecondDot1qValue(2) type=3 + oacVlanConfigInterfaceDefaultPriority(3) type=3 + oacVlanConfigInterfaceRowStatus(4) type=3 + oacVlanMappingConfigObjects(2) type=0 + vlanMappingTable(1) type=0 + vlanMappingEntry(1) type=0 + innerCVlan(1) type=2 + outerSPVlan(2) type=15 + outerEtherType(3) type=3 + vlanMappingRowStatus(4) type=3 + oacVlanConfigConformance(2) type=0 + oacBridgeObjects(7) type=0 + oacBridgeConfigObjects(1) type=0 + oacBridgeGroupTable(1) type=0 + oacBridgeGroupEntry(1) type=0 + oacBridgeGroupValue(1) type=15 + oacBridgeTransparency(2) type=3 + oacBridgeGroupRowStatus(3) type=3 + oacBridgeGroupInterfaceTable(2) type=0 + oacBridgeGroupInterfaceEntry(1) type=0 + oacInBridgeGroupValue(1) type=15 + oacBridgeGroupInterfaceName(2) type=2 hint=255a + oacBridgeGroupInterfaceRowStatus(3) type=3 + oacBridgeConformance(10) type=0 + oacBridgeGroupConfigGroups(1) type=0 + oacBridgeGroupConfigGroup(1) type=22 + oacBridgeGroupCompls(2) type=0 + oacIpServicesConfig(8) type=0 + oacIpServicesConfigObjects(1) type=0 + oacIpServicesDnsConfigObjects(1) type=0 + oacIpDnsConfigDomainName(1) type=2 hint=255a + oacIpDnsConfigMainAdd(2) type=5 + oacIpDnsConfigSndAdd(3) type=5 + oacIpDnsConfigTimeout(4) type=3 + oacIpServicesDHCPCConfigObjects(2) type=0 + oacDhcpClientAutoRestartAtm(1) type=3 + oacDhcpClientBroadcastFlag(2) type=3 + oacDhcpVendorId(3) type=2 + oacIpDhcpClientInterfaceTable(4) type=0 + oacIpDhcpClientInterfaceEntry(1) type=0 + oacIpDhcpClientInterfaceIfName(1) type=2 hint=255a + oacIpDhcpClientInterfaceIgnoreDefRoute(2) type=3 + oacIpDhcpClientInterfaceLeaseOptLess(3) type=3 + oacIpDhcpClientInterfaceUserClassId(4) type=2 hint=255a + oacIpDhcpClientInterfaceRowStatus(5) type=3 + oacIpDhcpAddClientInterfaceTable(5) type=0 + oacIpDhcpAddClientInterfaceEntry(1) type=0 + oacIpDhcpAddClientInterfaceActivate(1) type=3 + oacIpDhcpAddClientInterfaceIfName(2) type=2 hint=255a + oacIpDhcpAddClientInterfaceClientId(3) type=2 hint=255a + oacIpDhcpAddClientInterfaceHostname(4) type=2 hint=255a + oacIpDhcpAddClientInterfaceRowStatus(5) type=3 + oacIpServicesArpProxyConfigObjects(3) type=0 + oacIpProxyArpInterfaceConfigTable(1) type=0 + oacIpProxyArpInterfaceConfigEntry(1) type=0 + oacIpProxyArpInterfaceConfigActivate(1) type=3 + oacIpProxyArpInterfaceConfigIfName(2) type=2 hint=255a + oacIpProxyArpInterfaceConfigRowStatus(3) type=3 + oacIpServicesIcmpRedirConfigObjects(4) type=0 + oacIpIcmpRedirConfigActivate(1) type=3 + oacIpIcmpRedirConfigRedirRoutesActivate(2) type=3 + oacIpIcmpRedirConfigRateLimitUnreach(3) type=3 + oacIpServicesConfigConformance(2) type=0 + oacIpServicesGroups(1) type=0 + oacIpServicesConfigGroup(1) type=22 + oacIpServicesCompls(2) type=0 + oacExpIMZbFw(9) type=0 + oacZbfw(3131) type=0 + oacZbfwPerf(12) type=0 + oacZbfwRtrConnPerf(40) type=0 + oacZbfwRtrConnPerfSSCTable(1) type=0 + oacZbfwRtrConnPerfEntry(1) type=0 + oacZbfwRouterConnectionsCreated(1) type=6 + oacZbfwRouterConnectionsClosed(2) type=6 + oacZbfwRouterConnectionsTimedOut(3) type=6 + oacZbfwRouterConnectionsMax(4) type=6 + oacZbfwRouterConnectionsMaxUsed(5) type=6 + oacZbfwRouterConnectionsUsed(6) type=6 + oacZbfwRtrConnPerfGlobalIx(10) type=2 hint=255t + oacZbfwPackets(41) type=0 + oacZbfwPacketsSSCTable(1) type=0 + oacZbfwPacketsEntry(1) type=0 + oacZbfwPacketsGlobalIx(1) type=2 hint=255t + oacZbfwPacketsProcessed(2) type=6 + oacZbfwPacketsPassed(3) type=6 + oacZbfwPacketsDropped(4) type=6 + oacZbfwPacketsRejected(5) type=6 + oacZbfwPacketsRejectStatsInvalidIntf(6) type=6 + oacZbfwPacketsRejectStatsNoPolicy(7) type=6 + oacZbfwPacketsRejectStatsNoConnSetup(8) type=6 + oacZbfwPacketsRejectStatsProtocol(9) type=6 + oacZbfwPacketsRejectStatsAlg(10) type=6 + oacZbfwPacketsRejectStatsConnExceeded(11) type=6 + oacZbfwPolicyRules(42) type=0 + oacZbfwPolicyRulesSSCTable(1) type=0 + oacZbfwPolicyRulesEntry(1) type=0 + oacZbfwPolicyRulesTableIx(1) type=15 + oacZbfwPolicyRulesGlobalIx(2) type=2 hint=255t + oacZbfwPolicyRulesZonePair(3) type=2 hint=255a + oacZbfwPolicyRulesPolicy(4) type=2 hint=255a + oacZbfwPolicyRulesPolicyRule(5) type=2 hint=255a + oacZbfwPolicyRulesCountersProcessed(6) type=6 + oacZbfwPolicyRulesCountersApplied(7) type=6 + oacZbfwPolicyRulesCountersConnections(8) type=6 + oacZbfwPolicyRulesCountersPackets(9) type=6 + oacZbfwPolicyRulesCountersOctets(10) type=6 + oacZbfwPolicyRulesCountersReversePackets(11) type=6 + oacZbfwPolicyRulesCountersReverseOctets(12) type=6 + oacZbfwClearCounters(43) type=16 + oacZbfwStatus(14) type=0 + oacZbfwZonePairs(22) type=0 + oacZbfwZonePairsSSCTable(1) type=0 + oacZbfwZonePairsEntry(1) type=0 + oacZbfwZonePairsTableIx(1) type=15 + oacZbfwZonePairsGlobalIx(2) type=2 hint=255t + oacZbfwZonePairsName(3) type=2 hint=255a + oacZbfwZonePairsSrcZone(4) type=2 hint=255a + oacZbfwZonePairsDstZone(5) type=2 hint=255a + oacZbfwZonePairsPolicy(7) type=2 hint=255a + oacZbfwZonePairsCountersProcessed(8) type=6 + oacZbfwZonePairsCountersApplied(9) type=6 + oacZbfwZonePairsCountersConnections(10) type=6 + oacZbfwZonePairsCountersPackets(11) type=6 + oacZbfwZonePairsCountersOctets(12) type=6 + oacZbfwZonePairsCountersReversePackets(13) type=6 + oacZbfwZonePairsCountersReverseOctets(14) type=6 + oacZbfwFlows(23) type=0 + oacZbfwFlowsSSCTable(1) type=0 + oacZbfwFlowsEntry(1) type=0 + oacZbfwFlowsTableIx(1) type=15 + oacZbfwFlowsGlobalIx(2) type=2 hint=255t + oacZbfwFlowsConnectionId(3) type=6 + oacZbfwFlowsSrcIntf(4) type=2 hint=255a + oacZbfwFlowsSrcZone(5) type=2 hint=255a + oacZbfwFlowsDstIntf(6) type=2 hint=255a + oacZbfwFlowsDstZone(7) type=2 hint=255a + oacZbfwFlowsSrcAddress(8) type=5 + oacZbfwFlowsDstAddress(9) type=5 + oacZbfwFlowsProtocol(10) type=3 + oacZbfwFlowsSrcPort(11) type=16 + oacZbfwFlowsDstPort(12) type=16 + oacZbfwFlowsAge(13) type=8 + oacZbfwFlowsTimeOut(14) type=8 + oacZbfwFlowsRulesZonePair(15) type=2 hint=255a + oacZbfwFlowsRulesPolicy(16) type=2 hint=255a + oacZbfwFlowsRulesPolicyRule(17) type=2 hint=255a + oacZbfwFlowsRulesFilter(18) type=2 hint=255a + oacZbfwFlowsRulesFilterRule(19) type=2 hint=255a + oacZbfwFlowsModeAlg(20) type=3 + oacExpIMIPPerformanceCounters(10) type=0 + oacExpIMIPVrfToIf(11) type=24 + oacExpIMIPVrfToIfTable(1) type=0 + oacExpIMIPVrfToIfEntry(1) type=0 + oacVrfName(1) type=2 hint=255a + oacExpIMAtm(2) type=0 + oacExpIMAtmStatistics(1) type=0 + oacAtmStatObjects(1) type=0 + oacAtmChannelTable(1) type=0 + oacAtmChannelEntry(1) type=0 + oacAtmChanVpi(1) type=3 + oacAtmChanVci(2) type=3 + oacAtmChanTxBytes(3) type=6 + oacAtmChanTxCells(4) type=6 + oacAtmChanRxBytes(5) type=6 + oacAtmChanRxCells(6) type=6 + oacAtmChanRxErrors(7) type=6 + oacAtmChanTxOverflows(8) type=6 + oacAtmAal0ChannelGlobalStatTable(2) type=0 + oacAtmAal0ChannelGlobalStatEntry(1) type=0 + oacAtmAal0ChanRxCellsDiscarded(1) type=6 + oacAtmAal1ChannelGlobalStatTable(3) type=0 + oacAtmAal1ChannelGlobalStatEntry(1) type=0 + oacAtmAal1ChanTxUnderflows(1) type=6 + oacAtmAal1ChanRxOverflows(2) type=6 + oacAtmAal5ChannelGlobalStatTable(4) type=0 + oacAtmAal5ChannelGlobalStatEntry(1) type=0 + oacAtmAal5ChanTxFrames(1) type=6 + oacAtmAal5ChanRxFrames(2) type=6 + oacAtmAal5ChanRxFramesDiscarded(3) type=6 + oacAtmAal5ChanCrc32Errors(4) type=6 + oacAtmAal5ChanLengthErrors(5) type=6 + oacAtmAal5ChanReassemblyTimeouts(6) type=6 + oacAtmPortStatTable(5) type=0 + oacAtmPortStatEntry(1) type=0 + oacAtmPortTxCells(1) type=6 + oacAtmPortRxCells(2) type=6 + oacAtmPortRxCellsDiscarded(3) type=6 + oacAtmPortHecErrors(4) type=6 + oacAtmAal5PortStatTable(6) type=0 + oacAtmAal5PortStatEntry(1) type=0 + oacAtmAal5PortTxBytes(1) type=6 + oacAtmAal5PortTxFrames(2) type=6 + oacAtmAal5PortTxFramesDiscarded(3) type=6 + oacAtmAal5PortRxBytes(4) type=6 + oacAtmAal5PortRxFrames(5) type=6 + oacAtmAal5PortRxErrors(6) type=6 + oacAtmAal5PortRxFramesDiscarded(7) type=6 + oacAtmStatNotifications(2) type=0 + oacAtmStatConformance(3) type=0 + oacAtmStatGroups(1) type=0 + oacAtmStatGeneralGroup(1) type=22 + oacAtmStatCompliances(2) type=0 + oacAtmStatCompliance(1) type=26 + oacExpIMAtmOamStatistics(2) type=0 + oacAtmOamStatObjects(1) type=0 + oacAtmOamStatSwitch(1) type=0 + oacAtmOamSwitchMaxConnections(1) type=15 + oacAtmOamSwitchSegLoopback(2) type=3 + oacAtmOamSwitchEndLoopback(3) type=3 + oacAtmOamSwitchAisRdiEnable(4) type=3 + oacAtmOamSwitchSegmentContinuityCheckEnable(5) type=3 + oacAtmOamSwitchEndContinuityCheckEnable(6) type=3 + oacAtmOamSwitchOamCellsReceived(7) type=6 + oacAtmOamSwitchOamCellsTransmitted(8) type=6 + oacAtmOamSwitchCurrentConnections(9) type=15 + oacAtmOamVclTable(2) type=0 + oacAtmOamVclEntry(1) type=0 + oacAtmOamVclPvcManage(1) type=3 + oacAtmOamVclSegmentLoopback(2) type=3 + oacAtmOamVclEndLoopback(3) type=3 + oacAtmOamVclAisRdiEnable(4) type=3 + oacAtmOamVclSegmentContinuityCheckEnable(5) type=3 + oacAtmOamVclEndContinuityCheckEnable(6) type=3 + oacAtmOamVclLoopbackTxInterval(7) type=16 + oacAtmOamVclLoopbackTxRetryFrequency(8) type=16 + oacAtmOamVclLoopbackTxRetryUpCount(9) type=16 + oacAtmOamVclLoopbackTxRetryDownCount(10) type=16 + oacAtmOamVclAlarmState(11) type=16 + oacAtmOamVclAlarmStateLastChange(12) type=8 + oacAtmOamVclAisRdiRetryDownCount(13) type=16 + oacAtmOamVclAisRdiRetryUpTimer(14) type=16 + oacAtmOamVclPvcIntrusive(15) type=3 + oacAtmOamVclCountersTable(3) type=0 + oacAtmOamVclCountersEntry(1) type=0 + oacAtmOamVclOamCellsReceived(1) type=6 + oacAtmOamVclEndLoopbackIn(2) type=6 + oacAtmOamVclSegLoopbackIn(3) type=6 + oacAtmOamVclEndLoopIn(4) type=6 + oacAtmOamVclSegLoopIn(5) type=6 + oacAtmOamVclAisIn(6) type=6 + oacAtmOamVclRdiIn(7) type=6 + oacAtmOamVclSegCCIn(8) type=6 + oacAtmOamVclEndCCIn(9) type=6 + oacAtmOamVclOamCellsSent(10) type=6 + oacAtmOamVclEndLoopbackOut(11) type=6 + oacAtmOamVclSegLoopbackOut(12) type=6 + oacAtmOamVclEndLoopOut(13) type=6 + oacAtmOamVclSegLoopOut(14) type=6 + oacAtmOamVclAisOut(15) type=6 + oacAtmOamVclRdiOut(16) type=6 + oacAtmOamVclSegCCOut(17) type=6 + oacAtmOamVclEndCCOut(18) type=6 + oacAtmOamVclOamCellsDropped(19) type=6 + oacAtmOamStatNotifications(2) type=0 + oacAtmOamStatConformance(3) type=0 + oacAtmOamStatGroups(1) type=0 + oacAtmOamStatGeneralGroup(1) type=22 + oacAtmOamStatCompliances(2) type=0 + oacAtmOamStatCompliance(1) type=26 + oacExpIMAtmAal5(3) type=0 + oacExpIMAtmAal5Objects(1) type=0 + oacExpIMAtmAal5VclLogicalIndexTable(1) type=0 + oacExpIMAtmAal5VclLogicalIndexEntry(1) type=0 + oacExpIMAtmAal5VclLogicalIndexIfIndex(1) type=16 hint=d + oacExpIMAtmAal5Notifications(2) type=0 + oacExpIMSystem(3) type=0 + oacExpIMSysStatistics(1) type=0 + oacSysMemStatistics(1) type=0 + oacSysMemoryFree(1) type=15 + oacSysMemoryAllocated(2) type=15 + oacSysMemoryTotal(3) type=15 + oacSysMemoryUsed(4) type=15 + oacSysCpuStatistics(2) type=0 + oacSysCpuUsed(1) type=15 + oacSysCpuUsedCoresCount(2) type=15 + oacSysCpuUsedCoresTable(3) type=0 + oacSysCpuUsedCoresEntry(1) type=0 + oacSysCpuUsedIndex(1) type=15 + oacSysCpuUsedCoreType(2) type=3 + oacSysCpuUsedValue(3) type=15 + oacSysCpuUsedOneMinuteValue(4) type=15 + oacSysLastRebootCause(3) type=2 hint=255a + oacSysSecureCrashlogCount(100) type=3 + oacSysStartCaused(200) type=2 hint=255a + oacExpIMSysHardwareDescription(2) type=0 + oacSysIMSysMainBoard(1) type=0 + oacSysIMSysMainIdentifier(1) type=1 + oacSysIMSysMainManufacturedIdentity(2) type=2 hint=255a + oacSysIMSysMainManufacturedDate(3) type=2 hint=255a + oacSysIMSysMainCPU(4) type=2 hint=255a + oacSysIMSysMainBSPVersion(5) type=2 hint=255a + oacSysIMSysMainBootVersion(6) type=2 hint=255a + oacSysIMSysMainBootDateCreation(7) type=2 hint=255a + oacExpIMSysHwComponents(2) type=0 + oacExpIMSysHwComponentsCount(1) type=15 + oacExpIMSysHwComponentsTable(2) type=0 + oacExpIMSysHwComponentsEntry(1) type=0 + oacExpIMSysHwcIndex(1) type=15 + oacExpIMSysHwcClass(2) type=3 + oacExpIMSysHwcType(3) type=3 + oacExpIMSysHwcDescription(4) type=2 hint=255a + oacExpIMSysHwcSerialNumber(5) type=2 hint=255a + oacExpIMSysHwcManufacturer(6) type=2 hint=255a + oacExpIMSysHwcManufacturedDate(7) type=2 hint=255a + oacExpIMSysHwcProductName(8) type=2 hint=255a + oacExpIMSysFactory(3) type=0 + oacExpIMSysFactorySupplierID(1) type=2 hint=255a + oacExpIMSysFactoryProductSalesCode(2) type=2 hint=255a + oacExpIMSysFactoryHwRevision(3) type=2 hint=255a + oacSHDSLMIBModule(3) type=24 + oacSHDSLObjects(1) type=0 + oacSHDSLSpanStatusTable(2) type=0 + oacSHDSLSpanStatusEntry(1) type=0 + oacSHDSLSpanStatusUpDown(1) type=6 + oacSHDSLSpanStatusCurrStatus(2) type=2 + oacSHDSLSpanStatusCurrShowtimeStart(3) type=6 + oacSHDSLSpanStatusCurrCellDelin(4) type=6 + oacSHDSLSpanStatusCurrCRCanomalies(5) type=6 + oacSHDSLSpanStatusCurrHECErrors(6) type=6 + oacSHDSLSpanStatusCurrRxCells(7) type=6 + oacSHDSLSpanStatusCurrTxCells(8) type=6 + oacSHDSLSpanStatusCurrRxDrops(9) type=6 + oacSHDSLSpanStatusCurrES(10) type=6 + oacSHDSLSpanStatusCurrSES(11) type=6 + oacSHDSLSpanStatusCurrLOSWS(12) type=6 + oacSHDSLSpanStatusCurrUAS(13) type=6 + oacSHDSLSpanStatusCurrConstellation(14) type=3 + oacSHDSLEndpointCurrTable(5) type=0 + oacSHDSLEndpointCurrEntry(1) type=0 + oacSHDSLEndpointCurrAtn(1) type=16 units=dB/10 + oacSHDSLEndpointCurrSnrMgn(2) type=16 units=dB/10 + oacSHDSLEndpointCurrTxPwr(3) type=16 units=dB/10 + oacSHDSLEndpointCurrRxGain(4) type=16 units=dB/10 + oacSHDSLEndpointCurrMaxAttainableLineRate(5) type=16 + oacSHDSLEndpointCurrCommands(6) type=16 + oacSHDSLEndpointCurrResponses(7) type=16 + oacSHDSLEndpointCurrdiscardedCommands(8) type=16 + oacSHDSLEndpointCurrerroredCommands(9) type=16 + oacSHDSLEndpointCurrReceivedFrames(10) type=16 + oacSHDSLEndpointCurrBadTransparency(11) type=16 + oacSHDSLEndpointCurrBadFCS(12) type=16 + oacSHDSLEndpointCurrEOCStatus(13) type=2 + oacSHDSLEndpointCurrretrainTable(7) type=0 + oacSHDSLEndpointCurrretrainEntry(1) type=0 + oacSHDSLEndpointCurrretrainSQPAIR(1) type=16 units=SQPAIR + oacSHDSLEndpointCurrretrainSQLINE(2) type=16 units=SQLINE + oacSHDSLEndpointCurrretrainCRCPAIR(3) type=16 units=CRCPAIR + oacSHDSLEndpointCurrretrainCRCLINE(4) type=16 units=CRCLINE + oacSHDSLEndpointCurrretrainFsyncPAIR(5) type=16 units=FsyncPAIR + oacSHDSLEndpointCurrretrainFsyncLINE(6) type=16 units=FsyncLINE + oacSHDSLEndpointCurrretrainFSyncSQPAIR(7) type=16 units=FSync&SQPAIR + oacSHDSLEndpointCurrretrainFSyncSQLINE(8) type=16 units=FSync&SQLINE + oacSHDSLSpanConfProfileTable(10) type=0 + oacSHDSLSpanConfProfileEntry(1) type=0 + oacSHDSLSpanConfProfileConstellation(1) type=3 + oacSHDSLSpanConfProfileAutoConfig(2) type=3 + oacSHDSLSpanConfProfileCaplist(3) type=3 + oacSHDSLSpanConfProfileEfmAggregation(4) type=3 + oacSHDSLSpanConfProfileCrcCheck(5) type=16 + oacSHDSLSpanConfProfileMeansqCheck(6) type=16 + oacSHDSLSpanConfProfileMeansqThreshold(7) type=16 + oacSHDSLSpanConfProfileLineProbing(8) type=3 + oacSHDSLSpanConfProfileEocManagement(9) type=3 + oacSHDSLSpanConfProfileEocStatusPollDelay(10) type=16 units=seconds + oacSHDSLSpanConfProfileEocStatusPollInterval(11) type=16 units=seconds + oacSHDSLTraps(2) type=0 + oacSHDSLTrapPrefix(0) type=0 + oacSHDSLHardDownTrap(1) type=21 + oacExpIMManagement(4) type=0 + oacExpIMEvents(2) type=0 + oacEventsObjects(1) type=0 + oacEventText(1) type=2 + oacEventSeverityLevel(2) type=1 + oacEventSeverity(3) type=0 + oacEventSeverityAlerts(1) type=0 + oacEventSeverityCritical(2) type=0 + oacEventSeverityErrors(3) type=0 + oacEventSeverityWarnings(4) type=0 + oacEventSeverityNotifications(5) type=0 + oacEventSeverityInformational(6) type=0 + oacEventSeverityDebug(7) type=0 + oacEventsNotifications(2) type=0 + oacEventsConformance(3) type=0 + oacEventsGroups(1) type=0 + oacEventsGeneralGroup(1) type=22 + oacEventsCompliances(2) type=0 + oacEventsCompliance(1) type=26 + oacExpIMPing(3) type=0 + oacPingNotifications(0) type=0 + oacPingObjects(1) type=0 + oacPingResultsTable(3) type=0 + oacPingResultsEntry(1) type=0 + oacPingJitterSamples(1) type=15 + oacPingResultsMinJitter(2) type=15 units=microseconds + oacPingResultsMaxJitter(3) type=15 units=microseconds + oacPingResultsAverageJitter(4) type=15 units=microseconds + oacPingConformance(2) type=0 + oacPingCompliances(1) type=0 + oacPingCompliance(1) type=26 + oacPingGroups(2) type=0 + oacPingGroup(1) type=22 + oacExpIMJitter(5) type=0 + oacJitterObjects(1) type=0 + oacJitterControlTable(1) type=0 + oacJitterControlEntry(1) type=0 + oacJitterControlIndex(1) type=3 + oacJitterControlOwner(2) type=2 hint=255a + oacJitterControlType(3) type=3 + oacJitterControlFrequency(4) type=3 units=seconds + oacJitterControlTimeout(5) type=3 units=milliseconds + oacJitterControlTargetAddress(6) type=2 + oacJitterControlTargetPort(7) type=16 + oacJitterControlSourceAddress(8) type=2 + oacJitterControlInterval(9) type=16 units=milliseconds + oacJitterControlPktDataRequestSize(10) type=16 units=bytes + oacJitterControlPacketCount(11) type=16 + oacJitterControlTos(12) type=16 + oacJitterControlStatus(13) type=3 + oacJitterControlVrfName(14) type=2 + oacJitterStatsTable(2) type=0 + oacJitterStatsEntry(1) type=0 + oacJitterStatsCompleted(2) type=3 + oacJitterStatsTime(3) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacJitterStatsNumRTT(4) type=16 + oacJitterStatsPacketRecv(5) type=16 + oacJitterStatsAvgRTT(6) type=16 + oacJitterStatsSumRTT(7) type=16 + oacJitterStatsMinRTT(8) type=16 + oacJitterStatsMaxRTT(9) type=16 + oacJitterStatsSumPosJitter(10) type=16 + oacJitterStatsNumPosJitter(11) type=16 + oacJitterStatsSumNegJitter(12) type=16 + oacJitterStatsNumNegJitter(13) type=16 + oacJitterStatsSumPosSD(14) type=16 + oacJitterStatsNumPosSD(15) type=16 + oacJitterStatsSumNegSD(16) type=16 + oacJitterStatsNumNegSD(17) type=16 + oacJitterStatsSumPosDS(18) type=16 + oacJitterStatsNumPosDS(19) type=16 + oacJitterStatsSumNegDS(20) type=16 + oacJitterStatsNumNegDS(21) type=16 + oacJitterStatsPacketLossSD(22) type=16 + oacJitterStatsPacketLossDS(23) type=16 + oacJitterStatsPacketOutOfSequence(24) type=16 + oacJitterStatsPacketLateArrival(25) type=16 + oacJitterStatsPacketLoss(26) type=16 + oacJitterStatsMaxPosSD(27) type=16 + oacJitterStatsMaxNegSD(28) type=16 + oacJitterStatsMaxPosDS(29) type=16 + oacJitterStatsMaxNegDS(30) type=16 + oacJitterStatsSum2PosSD(31) type=16 + oacJitterStatsSum2NegSD(32) type=16 + oacJitterStatsSum2PosDS(33) type=16 + oacJitterStatsSum2NegDS(34) type=16 + oacJitterStatsDeviationSD(35) type=16 + oacJitterStatsDeviationDS(36) type=16 + oacJitterStatsHistoryTable(3) type=0 + oacJitterStatsHistoryEntry(1) type=0 + oacJitterStatsHistoryIndex(1) type=16 + oacJitterStatsHistoryCompleted(2) type=3 + oacJitterStatsHistoryTime(3) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacJitterStatsHistoryNumRTT(4) type=16 + oacJitterStatsHistoryPacketRecv(5) type=16 + oacJitterStatsHistoryAvgRTT(6) type=16 + oacJitterStatsHistorySumRTT(7) type=16 + oacJitterStatsHistoryMinRTT(8) type=16 + oacJitterStatsHistoryMaxRTT(9) type=16 + oacJitterStatsHistorySumPosJitter(10) type=16 + oacJitterStatsHistoryNumPosJitter(11) type=16 + oacJitterStatsHistorySumNegJitter(12) type=16 + oacJitterStatsHistoryNumNegJitter(13) type=16 + oacJitterStatsHistorySumPosSD(14) type=16 + oacJitterStatsHistoryNumPosSD(15) type=16 + oacJitterStatsHistorySumNegSD(16) type=16 + oacJitterStatsHistoryNumNegSD(17) type=16 + oacJitterStatsHistorySumPosDS(18) type=16 + oacJitterStatsHistoryNumPosDS(19) type=16 + oacJitterStatsHistorySumNegDS(20) type=16 + oacJitterStatsHistoryNumNegDS(21) type=16 + oacJitterStatsHistoryPacketLossSD(22) type=16 + oacJitterStatsHistoryPacketLossDS(23) type=16 + oacJitterStatsHistoryPacketOutOfSequence(24) type=16 + oacJitterStatsHistoryPacketLateArrival(25) type=16 + oacJitterStatsHistoryPacketLoss(26) type=16 + oacJitterStatsHistoryMaxPosSD(27) type=16 + oacJitterStatsHistoryMaxNegSD(28) type=16 + oacJitterStatsHistoryMaxPosDS(29) type=16 + oacJitterStatsHistoryMaxNegDS(30) type=16 + oacJitterStatsHistorySum2PosSD(31) type=16 + oacJitterStatsHistorySum2NegSD(32) type=16 + oacJitterStatsHistorySum2PosDS(33) type=16 + oacJitterStatsHistorySum2NegDS(34) type=16 + oacJitterStatsHistoryDeviationSD(35) type=16 + oacJitterStatsHistoryDeviationDS(36) type=16 + oacExpIMConfigMgmt(6) type=0 + oacConfigMgmtObjects(1) type=0 + oacCMHistory(1) type=0 + oacCMHistoryRunningLastChanged(1) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacCMHistoryRunningLastSaved(2) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacCMHistoryStartupLastChanged(3) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacCMCopy(2) type=0 + oacCMCopyIndex(1) type=5 + oacCMCopyTftpRunTable(2) type=0 + oacCMCopyTftpRunEntry(1) type=0 + oacCMCopyTftpRun(1) type=2 + oacCMCopyRunTftpTable(3) type=0 + oacCMCopyRunTftpEntry(1) type=0 + oacCMCopyRunTftp(1) type=2 + oacConfigMgmtNotifications(3) type=0 + oacCMRunningConfigSaved(1) type=21 + oacSumOfMIBModule(7) type=24 + oacSumOfObjects(1) type=0 + oacSumOfIfTable(1) type=0 + oacSumOfIfEntry(1) type=0 + sumOfIfInOctets(1) type=6 + sumOfIfInUcastPkts(2) type=6 + sumOfIfInNUcastPkts(3) type=6 + sumOfIfInDiscards(4) type=6 + sumOfIfInErrors(5) type=6 + sumOfIfInUnknownProtos(6) type=6 + sumOfIfOutOctets(7) type=6 + sumOfIfOutUcastPkts(8) type=6 + sumOfIfOutNUcastPkts(9) type=6 + sumOfIfOutDiscards(10) type=6 + sumOfIfOutErrors(11) type=6 + oacSumOfIfXTable(2) type=0 + oacSumOfIfXEntry(1) type=0 + sumOfIfInMulticastPkts(1) type=6 + sumOfIfInBroadcastPkts(2) type=6 + sumOfIfOutMulticastPkts(3) type=6 + sumOfIfOutBroadcastPkts(4) type=6 + sumOfIfHCInOctets(5) type=11 + sumOfIfHCInUcastPkts(6) type=11 + sumOfIfHCInMulticastPkts(7) type=11 + sumOfIfHCInBroadcastPkts(8) type=11 + sumOfIfHCOutOctets(9) type=11 + sumOfIfHCOutUcastPkts(10) type=11 + sumOfIfHCOutMulticastPkts(11) type=11 + sumOfIfHCOutBroadcastPkts(12) type=11 + oacAAAConfig(10) type=0 + oacAAAConfigObjects(1) type=0 + oacAAARadiusServerConfigTable(1) type=0 + oacAAARadiusServerConfigEntry(1) type=0 + oacAAARadiusServerInfo(1) type=2 hint=255a + oacAAARadiusServerPort(2) type=3 + oacAAARadiusServerSharedKey(3) type=2 + oacAAARadiusServerRetries(4) type=3 + oacAAARadiusServerTimeout(5) type=3 + oacAAARadiusServerInterface(6) type=16 hint=d + oacAAARadiusServerRowStatus(7) type=3 + oacAAARadiusConfigAccPort(2) type=3 + oacAAATacacsServerConfigTable(3) type=0 + oacAAATacacsServerConfigEntry(1) type=0 + oacAAATacacsServerInfo(1) type=2 hint=255a + oacAAATacacsServerPort(2) type=3 + oacAAATacacsServerSharedKey(3) type=2 + oacAAATacacsServerTimeout(4) type=3 + oacAAATacacsServerInterface(5) type=16 hint=d + oacAAATacacsServerRowStatus(6) type=3 + oacAAATacacsConfigUseUsername(4) type=3 + oacAAAAuthenticationServerConfigTable(5) type=0 + oacAAAAuthenticationServerConfigEntry(1) type=0 + oacAAAAuthenticationFeature(1) type=3 + oacAAAAuthenticationReqSrc(2) type=3 + oacAAAAuthenticationSvrType(3) type=2 + oacAAAAuthenticationServerRowStatus(4) type=3 + oacAAAAuthenticationConfigBannerSeqTable(6) type=0 + oacAAAAuthenticationConfigBannerSeqEntry(1) type=0 + oacAAAAuthenticationBannerSequence(1) type=3 + oacAAAAuthenticationBannerString(2) type=2 + oacAAAAuthenticationBannerSeqRowStatus(3) type=3 + oacAAAGroupServerConfigTable(7) type=0 + oacAAAGroupServerConfigEntry(1) type=0 + oacAAAServerGroupName(1) type=2 hint=255a + oacAAAServerGroupType(2) type=3 + oacAAAServerGroupServerInfo(3) type=2 hint=255a + oacAAAServerGroupRowStatus(4) type=3 + oacAAAAuthorizationConfigCmdLevelDefTacacs(8) type=3 + oacAAAAccCmdsConfigTable(9) type=0 + oacAAAAccCmdsConfigEntry(1) type=0 + oacAAAAccCmdAccessLevel(1) type=3 + oacAAAAccTacacsGroupName(2) type=2 hint=255a + oacAAAAccCmdsRowStatus(3) type=3 + oacAAAAccConfigExecStartStop(10) type=2 + oacAAAAccConfigSystemStartStop(11) type=2 + oacAAAConfigConformance(2) type=0 + oacAAAConfigGroups(1) type=0 + oacAAAConfigGroup(1) type=22 + oacAAACompls(2) type=0 + oacSnmpConfig(20) type=0 + oacSnmpConfigObjects(1) type=0 + oacSnmpSource(1) type=2 + oacSnmpTrapSource(2) type=2 + oacSnmpMibIfDescrShort(3) type=3 + oacSnmpChassisId(4) type=2 + oacSnmpMaxMsgSize(5) type=3 + oacSnmpCommunityConfigTable(6) type=0 + oacSnmpCommunityConfigEntry(1) type=0 + oacSnmpCommunityString(1) type=2 + oacSnmpCommunityAccessType(2) type=3 + oacSnmpCommunityAclType(3) type=3 + oacSnmpCommunityAclName(4) type=2 + oacSnmpCommunityV2GroupName(5) type=2 + oacSnmpCommunityisEncrypted(6) type=3 + oacSnmpCommunityRowStatus(7) type=3 + oacSnmpEngineId(7) type=2 + oacSnmpRemoteAgentIpAddr(8) type=5 + oacSnmpRemoteEngineIdConfigTable(9) type=0 + oacSnmpRemoteEngineIdConfigEntry(1) type=0 + oacSnmpRemoteEngineId(1) type=2 + oacSnmpRemoteEngineIpAddr(2) type=5 + oacSnmpRemoteEngineMaxMsgSize(3) type=3 + oacSnmpRemoteEngineRowstatus(4) type=3 + oacSnmpTrapConfigTable(10) type=0 + oacSnmpTrapConfigEntry(1) type=0 + oacSnmpTrapConfigType(1) type=3 + oacSnmpTrapConfigisEnabled(2) type=3 + oacSnmpTrapConfigRowStatus(3) type=3 + oacSnmpConfigConformance(2) type=0 + oacSnmpConfigGroups(1) type=0 + oacSnmpConfigGroup(1) type=22 + oacSnmpCompls(2) type=0 + oacMiscConfig(21) type=0 + oacTelnetServerConfigObjects(1) type=0 + oacTelnetServerBindInterfaceTable(1) type=0 + oacTelnetServerBindInterfaceEntry(1) type=0 + oacTelnetServerBindInterfaceIndex(1) type=16 hint=d + oacTelnetServerBindInterfaceName(2) type=2 + oacTelnetServerBindInterfaceRowStatus(3) type=3 + oacTelnetServerBindAcl(2) type=2 + oacTelnetServerIdleTimeout(3) type=15 units=seconds + oacTelnetServerLogEnable(4) type=3 + oacTelnetServerLogFileSize(5) type=3 units=bytes + oacSyslogServerConfigObjects(2) type=0 + oacSyslogServerTable(1) type=0 + oacSyslogServerEntry(1) type=0 + oacSyslogServerAddress(1) type=2 + oacSyslogServerFacilityNum(2) type=3 + oacSyslogServerInterface(3) type=16 hint=d + oacSyslogServerRowStatus(4) type=3 + oacSyslogMaxServers(2) type=3 + oacSntpClientConfigObjects(3) type=0 + oacSntpClientBroadcastEnable(1) type=3 + oacSntpRemoteServerTable(2) type=0 + oacSntpRemoteServerEntry(1) type=0 + oacSntpRemoteServerAddress(1) type=2 + oacSntpRemoteServerInterface(2) type=16 hint=d + oacSntpRemoteServerRowStatus(3) type=3 + oacSntpClientPollInterval(3) type=15 units=seconds + oacBannerConfigObjects(4) type=0 + oacConfigBannerSeqTable(1) type=0 + oacConfigBannerSeqEntry(1) type=0 + oacConfigBannerType(1) type=3 + oacConfigBannerSequence(2) type=3 + oacConfigBannerString(3) type=2 + oacConfigBannerSeqRowStatus(4) type=3 + oacConfigMotdBanner(2) type=2 + oacConfigExecBanner(3) type=2 + oacDateAndTimeConfigObjects(5) type=0 + oacMiscConfigDateAndTime(1) type=2 hint=2d-1d-1d,1d:1d:1d.1d,1a1d:1d + oacConfigClockDstTable(2) type=0 + oacConfigClockDstEntry(1) type=0 + oacClockDstName(1) type=2 + oacClockDstSummerStartWeek(2) type=2 + oacClockDstSummerStartDate(3) type=2 + oacClockDstWinterStartWeek(4) type=2 + oacClockDstWinterStartDate(5) type=2 + oacClockDstRowStatus(6) type=3 + oacMiscConfigConformance(6) type=0 + oacMiscConfigGroups(1) type=0 + oacMiscConfigGroup(1) type=22 + oacMiscCompls(2) type=0 + oacSshConfig(22) type=0 + oacSshConfigObjects(1) type=0 + oacSshDsaKey(1) type=3 + oacSshEnabled(2) type=3 + oacSshIdleTimeout(3) type=15 units=seconds + oacSshAuthTimeout(4) type=3 units=seconds + oacSshAuthRetries(5) type=3 + oacSshBindInterface(6) type=2 + oacSshBindAcl(7) type=2 + oacSshMaxSessions(8) type=3 + oacSshMaxSessionChannels(9) type=3 + oacSshConfigConformance(2) type=0 + oacSshConfigGroups(1) type=0 + oacSshConfigGroup(1) type=22 + oacSshCompls(2) type=0 + oacRttChkMIB(1223) type=24 + oacRttChkObj(1) type=0 + oacRttControl(1) type=0 + oacRttControlTable(1) type=0 + oacRttControlEntry(1) type=0 + oacRttControlIndex(1) type=16 + oacRttControlStatus(2) type=3 + oacRttControlTag(3) type=2 hint=255a + oacRttControlFrequency(4) type=16 units=seconds + oacRttControlRttType(5) type=3 + oacRttControlTimeout(6) type=16 units=milliseconds + oacRttControlOwner(7) type=2 hint=255a + oacRttControlThreshold(8) type=16 units=milliseconds + oacRttEchoTable(2) type=0 + oacRttEchoEntry(1) type=0 + oacRttEchoSourceAddress(1) type=2 + oacRttEchoTargetAddress(2) type=2 + oacRttEchoPktDataRequestSize(3) type=16 units=octets + oacRttEchoPktDataResponseSize(4) type=16 + oacRttEchoTOS(5) type=16 + oacRttEchoProtocol(6) type=3 + oacRttHistoryTable(3) type=0 + oacRttHistoryEntry(1) type=0 + oacRttHistoryNumBuckets(1) type=16 + oacRttHistoryFilter(2) type=3 + oacRttHistoryNumLives(3) type=16 + oacRttHistoryNumSamples(4) type=16 + oacRttSchedTable(4) type=0 + oacRttSchedEntry(1) type=0 + oacRttSchedRttStartTime(1) type=8 + oacRttSchedRttLife(2) type=16 units=seconds + oacRttSchedConceptRowAgeout(3) type=16 units=seconds + oacRttReactTable(5) type=0 + oacRttReactEntry(1) type=0 + oacRttReactActionType(1) type=3 + oacRttReactThresholdType(2) type=3 + oacRttReactThresholdCount(3) type=16 + oacRttReactThresholdCount2(4) type=16 + oacRttReactConnectionEnable(5) type=3 + oacRttReactVerifyErrorEnable(6) type=3 + oacRttReactThresholdFalling(7) type=16 units=milliseconds + oacRttReactTimeoutEnable(8) type=3 + oacRttStatisticsTable(6) type=0 + oacRttStatisticsEntry(1) type=0 + oacRttStatisticsNumDistBuckets(1) type=16 + oacRttStatisticsNumHops(2) type=16 + oacRttStatisticsNumPaths(3) type=16 + oacRttStatisticsDistInterval(4) type=16 units=milliseconds + oacRttStatisticsNumHourGroups(5) type=16 + oacRttControlOperTable(7) type=0 + oacRttControlOperEntry(1) type=0 + oacRttControlOperNumRtts(1) type=16 + oacRttControlOperOctetsInUse(2) type=7 + oacRttControlOperDiagText(3) type=2 hint=255a + oacRttControlOperOverThresholdOccurred(4) type=3 + oacRttControlOperState(5) type=3 + oacRttControlOperTimeoutOccurred(6) type=3 + oacRttControlOperRttLife(7) type=16 units=seconds + oacRttControlOperModificationTime(8) type=8 + oacRttControlOperConnLostOccurred(9) type=3 + oacRttControlOperResetTime(10) type=8 + oacRttReactTriggerTable(8) type=0 + oacRttReactTriggerEntry(1) type=0 + oacRttReactTriggerOacRttControlIndex(1) type=16 + oacRttReactTriggerStatus(2) type=3 + oacRttReactTriggerOperTable(9) type=0 + oacRttReactTriggerOperEntry(1) type=0 + oacRttReactTriggerOperState(1) type=3 + oacRttLatestRttOperTable(10) type=0 + oacRttLatestRttOperEntry(1) type=0 + oacRttLatestRttOperTime(1) type=8 + oacRttLatestRttOperSense(2) type=3 + oacRttLatestRttOperSenseDescription(3) type=2 hint=255a + oacRttLatestRttOperAddress(4) type=2 + oacRttLatestRttOperCompletionTime(5) type=7 units=milliseconds + oacRttLatestRttOperApplSpecificSense(6) type=16 + oacRttHistory(2) type=0 + oacRttHistoryCollectionTable(1) type=0 + oacRttHistoryCollectionEntry(1) type=0 + oacRttHistoryCollectionLifeIndex(1) type=16 + oacRttHistoryCollectionBucketIndex(2) type=16 + oacRttHistoryCollectionSampleIndex(3) type=16 + oacRttHistoryCollectionApplSpecificSense(4) type=16 + oacRttHistoryCollectionAddress(5) type=2 + oacRttHistoryCollectionSampleTime(6) type=8 + oacRttHistoryCollectionSense(7) type=3 + oacRttHistoryCollectionSenseDescription(8) type=2 hint=255a + oacRttHistoryCollectionCompletionTime(9) type=7 units=milliseconds + oacRttStats(3) type=0 + oacRttStatsCollectTable(1) type=0 + oacRttStatsCollectEntry(1) type=0 + oacRttStatsCollectAddress(1) type=2 + oacRttStatsCollectNoConnections(2) type=16 + oacRttStatsCollectBusies(3) type=16 + oacRttStatsCollectTimeouts(4) type=16 + oacRttStatsCollectSequenceErrors(5) type=16 + oacRttStatsCollectNumDisconnects(6) type=16 + oacRttStatsCollectVerifyErrors(7) type=16 + oacRttStatsCollectDrops(8) type=16 + oacRttStatsCaptureTable(2) type=0 + oacRttStatsCaptureEntry(1) type=0 + oacRttStatsCaptureStartTimeIndex(1) type=8 + oacRttStatsCapturePathIndex(2) type=16 + oacRttStatsCaptureHopIndex(3) type=16 + oacRttStatsCaptureDistIndex(4) type=16 + oacRttStatsCaptureSumCompletionTime(5) type=7 units=milliseconds + oacRttStatsCaptureSumCompletionTime2Low(6) type=7 + oacRttStatsCaptureSumCompletionTime2High(7) type=7 + oacRttStatsCaptureCompletionTimeMin(8) type=7 units=milliseconds + oacRttStatsCaptureCompletionTimeMax(9) type=7 units=milliseconds + oacRttStatsCaptureOverThresholds(10) type=16 + oacRttStatsCaptureCompletions(11) type=16 + oacRttStatsTotalsTable(3) type=0 + oacRttStatsTotalsEntry(1) type=0 + oacRttStatsTotalsInitiations(1) type=16 + oacRttStatsTotalsElapsedTime(2) type=3 + oacRttStatsJitterHopTable(4) type=0 + oacRttStatsJitterHopEntry(1) type=0 + oacRttStatsJitterPathIndex(1) type=16 + oacRttStatsJitterHopIndex(2) type=16 + oacRttStatsJitterHopIpAddress(3) type=2 + oacRttStatsJitterHopRTT(4) type=16 + oacRttStatsJitterHopPacketLoss(5) type=16 + oacRttStatsJitterHopJitter(6) type=16 + oacRttStatsJitterHopMinRTT(7) type=16 + oacRttStatsJitterHopMaxRTT(8) type=16 + oacRttStatsJitterHopSumRTT(9) type=16 + oacRttStatsJitterHopSum2RTT(10) type=16 + oacRttStatsJitterHopMinPosJitter(11) type=16 + oacRttStatsJitterHopMaxPosJitter(12) type=16 + oacRttStatsJitterHopSumPos(13) type=16 + oacRttStatsJitterHopSum2Pos(14) type=16 + oacRttStatsJitterHopMinNegJitter(15) type=16 + oacRttStatsJitterHopMaxNegJitter(16) type=16 + oacRttStatsJitterHopSumNeg(17) type=16 + oacRttStatsJitterHopSum2Neg(18) type=16 + oacRttStatsJitterHopOutOfSequence(19) type=16 + oacRttStatsJitterHopDiscardedSamples(20) type=16 + oacRttAppl(4) type=0 + oacRttApplVersion(1) type=2 hint=255a + oacRttApplSuppRttTypesTable(2) type=0 + oacRttApplSuppRttTypesEntry(1) type=0 + oacRttApplSuppRttTypes(1) type=3 + oacRttApplSuppRttTypesValid(2) type=3 + oacRttApplSuppProtocolsTable(3) type=0 + oacRttApplSuppProtocolsEntry(1) type=0 + oacRttApplSuppProtocols(1) type=3 + oacRttApplSuppProtocolsValid(2) type=3 + oacRttNotificationsPrefix(2) type=0 + oacRttNotifications(0) type=0 + oacRttConnectionChangeNotification(1) type=21 + oacRttTimeoutNotification(2) type=21 + oacRttThresholdNotification(3) type=21 + oacExpIMGdoiMIB(1224) type=24 + oacGdoiMIBObjects(1) type=0 + oacGdoiGroupTable(1) type=0 + oacGdoiGroupEntry(1) type=0 + oacGdoiGroupName(1) type=2 hint=255a + oacGdoiGroupIdType(2) type=3 + oacGdoiGroupIdValue(3) type=2 + oacGdoiGm(2) type=0 + oacGdoiGmTable(2) type=0 + oacGdoiGmEntry(1) type=0 + oacGdoiGmIdType(1) type=3 + oacGdoiGmIdValue(2) type=2 + oacGdoiGmRegKeyServerIdValue(3) type=2 + oacGdoiGmActiveKEK(4) type=2 + oacGdoiGmRekeysReceived(5) type=6 units=GROUPKEY-PUSH Messages + oacGdoiPolicy(3) type=0 + oacGdoiGmKekTable(2) type=0 + oacGdoiGmKekEntry(1) type=0 + oacGdoiGmKekSPI(1) type=2 + oacGdoiGmKekSrcIdValue(2) type=2 + oacGdoiGmKekDstIdValue(3) type=2 + oacGdoiGmKekEncryptAlg(4) type=3 + oacGdoiGmKekEncryptKeyLength(5) type=15 units=Bits + oacGdoiGmKekSigHashAlg(6) type=3 + oacGdoiGmKekSigAlg(7) type=3 + oacGdoiGmKekSigKeyLength(8) type=15 units=Bits + oacGdoiGmKekOriginalLifetime(9) type=15 units=Seconds + oacGdoiGmKekRemainingLifetime(10) type=15 units=Seconds + oacUpsMIB(1225) type=24 + oacUpsMIBObjects(1) type=0 + oacUpsBattery(1) type=0 + oacUpsBatteryStatus(1) type=3 + oacUpsAlarm(2) type=0 + oacUpsAlarmsPresent(1) type=7 + oacUpsAlarmDescr(2) type=1 + oacUpsAlarmTime(3) type=8 + oacUpsTraps(2) type=0 + oacUpsTrapAlarmEntryAdded(0) type=21 + oacUpsTrapAlarmEntryRemoved(1) type=21 + oacExpIMVoice(5) type=0 + oacExpIMVoiceGlobalStat(1) type=0 + oacExpIMVoiceStatistics(2) type=0 + oacVoiceStatObjects(1) type=0 + oacVoiceStatGlobal(1) type=0 + oacVoiceFxsPorts(1) type=16 + oacVoiceBriPorts(2) type=16 + oacVoicePriPorts(3) type=16 + oacVoiceVmoaConnections(4) type=16 + oacVoiceVtoaConnections(5) type=16 + oacVoiceFxsDialPeers(6) type=16 + oacVoiceBriDialPeers(7) type=16 + oacVoicePriDialPeers(8) type=16 + oacVoiceStatBles(2) type=0 + oacVoicePortBles(1) type=0 + oacVoiceVoicePortFxsTable(1) type=0 + oacVoiceVoicePortFxsEntry(1) type=0 + oacVoiceVoicePortFxsIfIndex(1) type=16 + oacVoiceVoicePortVoicePortFxs(2) type=2 hint=255a + oacVoiceVoicePortFxsProtocolState(3) type=3 + oacVoiceVoicePortFxsOperState(4) type=3 + oacVoiceVoicePortFxsAdminState(5) type=3 + oacVoiceVoicePortFxsConfigState(6) type=3 + oacVoiceVoicePortFxsAttachedDialPeer(7) type=16 + oacVoiceVoicePortFxsVoiceCommNb(8) type=15 + oacVoiceVoicePortBriTable(2) type=0 + oacVoiceVoicePortBriEntry(1) type=0 + oacVoiceVoicePortBriIfIndex(1) type=16 + oacVoiceVoicePortVoicePortBri(2) type=2 hint=255a + oacVoiceVoicePortBriProtocolDescriptor(3) type=3 + oacVoiceVoicePortBriProtocolState(4) type=3 + oacVoiceVoicePortBriOperState(5) type=3 + oacVoiceVoicePortBriAdminState(6) type=3 + oacVoiceVoicePortBriConfigState(7) type=3 + oacVoiceVoicePortBriLayer1(8) type=3 + oacVoiceVoicePortBriAttachedDialPeer(9) type=16 + oacVoiceVoicePortBriVoiceCommNb(10) type=15 + oacVoiceVoicePortPriTable(3) type=0 + oacVoiceVoicePortPriEntry(1) type=0 + oacVoiceVoicePortPriIfIndex(1) type=16 + oacVoiceVoicePortVoicePortPri(2) type=2 hint=255a + oacVoiceVoicePortPriPhysicalType(3) type=3 + oacVoiceVoicePortPriProtocolDescriptor(4) type=3 + oacVoiceVoicePortPriProtocolState(5) type=3 + oacVoiceVoicePortPriOperState(6) type=3 + oacVoiceVoicePortPriAdminState(7) type=3 + oacVoiceVoicePortPriConfigState(8) type=3 + oacVoiceVoicePortPriLayer1(9) type=3 + oacVoiceVoicePortPriAttachedDialPeer(10) type=16 + oacVoiceVoicePortPriVoiceCommNb(11) type=15 + oacVoiceVoicePortPriAisOccur(12) type=15 + oacVoiceVoicePortPriRdiOccur(13) type=15 + oacVoiceDialPeerBles(2) type=0 + oacVoiceDialPeerVoiceVmoafxsTable(1) type=0 + oacVoiceDialPeerVoiceVmoafxsEntry(1) type=0 + oacVoiceDialPeerVoiceVmoafxsDialPeer(1) type=16 + oacVoiceDialPeerVoiceVmoafxsLinkedPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVmoafxsCurrentState(3) type=3 + oacVoiceDialPeerVoiceVmoafxsPortStatus(4) type=3 + oacVoiceDialPeerVoiceVmoafxsPathStatus(5) type=3 + oacVoiceDialPeerVoiceVmoafxsCurrentTxCoder(6) type=3 + oacVoiceDialPeerVoiceVmoafxsCurrentRxCoder(7) type=3 + oacVoiceDialPeerVoiceVmofxsCurrentBc(8) type=3 + oacVoiceDialPeerVoiceVmoafxsCurrentCid(9) type=15 + oacVoiceDialPeerVoiceVmoafxsBlockingOccurence(10) type=15 + oacVoiceDialPeerVoiceVmoafxsTotalBlockingDuration(11) type=8 + oacVoiceDialPeerVoiceVmoafxsVoicePacketSent(12) type=15 + oacVoiceDialPeerVoiceVmoafxsVoicePacketReceived(13) type=15 + oacVoiceDialPeerVoiceVmoafxsPathEstablished(14) type=15 + oacVoiceDialPeerVoiceVmoafxsPathRqFailed(15) type=15 + oacVoiceDialPeerVoiceVmoafxsPathDuration(16) type=8 + oacVoiceDialPeerVoiceVmoabriTable(2) type=0 + oacVoiceDialPeerVoiceVmoabriEntry(1) type=0 + oacVoiceDialPeerVoiceVmoabriDialPeer(1) type=16 + oacVoiceDialPeerVoiceVmoabriPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVmoabriCurrentState(3) type=3 + oacVoiceDialPeerVoiceVmoabriConfigState(4) type=3 + oacVoiceDialPeerVoiceVmoabriPortStatus(5) type=3 + oacVoiceDialPeerVoiceVmoabriBlockingOccurence(6) type=15 + oacVoiceDialPeerVoiceVmoabriTotalBlockingDuration(7) type=8 + oacVoiceDialPeerVoiceVmoabriBxAllocNum(8) type=15 + oacVoiceDialPeerVoiceVmoabriB1Table(3) type=0 + oacVoiceDialPeerVoiceVmoabriB1Entry(1) type=0 + oacVoiceDialPeerVoiceVmoabriB1CurrentTxCoder(1) type=3 + oacVoiceDialPeerVoiceVmoabriB1CurrentRxCoder(2) type=3 + oacVoiceDialPeerVoiceVmoabriB1CurrentBc(3) type=3 + oacVoiceDialPeerVoiceVmoabriB1CurrentCid(4) type=15 + oacVoiceDialPeerVoiceVmoabriB1VoicePacketSent(5) type=15 + oacVoiceDialPeerVoiceVmoabriB1VoicePacketReceived(6) type=15 + oacVoiceDialPeerVoiceVmoabriB1BytesSent(7) type=15 + oacVoiceDialPeerVoiceVmoabriB1BytesReceived(8) type=15 + oacVoiceDialPeerVoiceVmoabriB1PathEstablished(9) type=15 + oacVoiceDialPeerVoiceVmoabriB1PathDuration(10) type=8 + oacVoiceDialPeerVoiceVmoabriB1Bundle(11) type=3 + oacVoiceDialPeerVoiceVmoabriB2Table(4) type=0 + oacVoiceDialPeerVoiceVmoabriB2Entry(1) type=0 + oacVoiceDialPeerVoiceVmoabriB2CurrentTxCoder(1) type=3 + oacVoiceDialPeerVoiceVmoabriB2CurrentRxCoder(2) type=3 + oacVoiceDialPeerVoiceVmoabriB2CurrentBc(3) type=3 + oacVoiceDialPeerVoiceVmoabriB2CurrentCid(4) type=15 + oacVoiceDialPeerVoiceVmoabriB2VoicePacketSent(5) type=15 + oacVoiceDialPeerVoiceVmoabriB2VoicePacketReceived(6) type=15 + oacVoiceDialPeerVoiceVmoabriB2BytesSent(7) type=15 + oacVoiceDialPeerVoiceVmoabriB2BytesReceived(8) type=15 + oacVoiceDialPeerVoiceVmoabriB2PathEstablished(9) type=15 + oacVoiceDialPeerVoiceVmoabriB2PathDuration(10) type=8 + oacVoiceDialPeerVoiceVmoabriB2Bundle(11) type=3 + oacVoiceDialPeerVoiceVmoabriDTable(5) type=0 + oacVoiceDialPeerVoiceVmoabriDEntry(1) type=0 + oacVoiceDialPeerVoiceVmoabriDCurrentCid(1) type=15 + oacVoiceDialPeerVoiceVmoabriDFramesSent(2) type=15 + oacVoiceDialPeerVoiceVmoabriDFramesReceived(3) type=15 + oacVoiceDialPeerVoiceVmoabriDBytesSent(4) type=15 + oacVoiceDialPeerVoiceVmoabriDBytesReceived(5) type=15 + oacVoiceDialPeerVoiceVmoapriTable(6) type=0 + oacVoiceDialPeerVoiceVmoapriEntry(1) type=0 + oacVoiceDialPeerVoiceVmoapriDialPeer(1) type=16 + oacVoiceDialPeerVoiceVmoapriLinkedPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVmoapriPortStatus(3) type=3 + oacVoiceDialPeerVoiceVmoapriCurrentState(4) type=3 + oacVoiceDialPeerVoiceVmoapriConfigState(5) type=3 + oacVoiceDialPeerVoiceVmoapriBlockingOccurence(6) type=15 + oacVoiceDialPeerVoiceVmoapriTotalBlockingDuration(7) type=8 + oacVoiceDialPeerVoiceVmoapriBxAllocNum(8) type=15 + oacVoiceDialPeerVoiceVmoapriTsxTable(7) type=0 + oacVoiceDialPeerVoiceVmoapriTsxEntry(1) type=0 + oacVoiceDialPeerVoiceVmoapriTsxIndex(1) type=16 + oacVoiceDialPeerVoiceVmoapriTsxChannelType(2) type=3 + oacVoiceDialPeerVoiceVmoapriTsxCurrentTxCoder(3) type=3 + oacVoiceDialPeerVoiceVmoapriTsxCurrentRxCoder(4) type=3 + oacVoiceDialPeerVoiceVmoapriTsxCurrentBC(5) type=3 + oacVoiceDialPeerVoiceVmoapriTsxCurrentCID(6) type=15 + oacVoiceDialPeerVoiceVmoapriTsxVoicePacketSent(7) type=15 + oacVoiceDialPeerVoiceVmoapriTsxVoicePacketReceived(8) type=15 + oacVoiceDialPeerVoiceVtoaccsTable(8) type=0 + oacVoiceDialPeerVoiceVtoaccsEntry(1) type=0 + oacVoiceDialPeerVoiceVtoaccsDialPeer(1) type=16 + oacVoiceDialPeerVoiceVtoaccsLinkedPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVtoaccsPortStatus(3) type=3 + oacVoiceDialPeerVoiceVtoaccsCurrentState(4) type=3 + oacVoiceDialPeerVoiceVtoaccsConfigState(5) type=3 + oacVoiceDialPeerVoiceVtoaccsBlockingOccurence(6) type=15 + oacVoiceDialPeerVoiceVtoaccsTotalBlockingDuration(7) type=8 + oacVoiceDialPeerVoiceVtoaccsBxAllocNum(8) type=15 + oacVoiceDialPeerVoiceVtoaccsTsxTable(9) type=0 + oacVoiceDialPeerVoiceVtoaccsTsxEntry(1) type=0 + oacVoiceDialPeerVoiceVtoaccsTsxIndex(1) type=16 + oacVoiceDialPeerVoiceVtoaccsTsxChannelType(2) type=3 + oacVoiceDialPeerVoiceVtoaccsTsxCurrentTxCoder(3) type=3 + oacVoiceDialPeerVoiceVtoaccsTsxCurrentRxCoder(4) type=3 + oacVoiceDialPeerVoiceVtoaccsTsxCurrentBC(5) type=3 + oacVoiceDialPeerVoiceVtoaccsTsxCurrentCID(6) type=15 + oacVoiceDialPeerVoiceVtoaccsTsxVoicePacketSent(7) type=15 + oacVoiceDialPeerVoiceVtoaccsTsxVoicePacketReceived(8) type=15 + oacVoiceDialPeerVoiceVtoaccsTsxBundle(9) type=3 + oacVoiceDialPeerVoiceVtoacasTable(10) type=0 + oacVoiceDialPeerVoiceVtoacasEntry(1) type=0 + oacVoiceDialPeerVoiceVtoacasDialPeer(1) type=16 + oacVoiceDialPeerVoiceVtoacasLinkedPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVtoacasPortStatus(3) type=3 + oacVoiceDialPeerVoiceVtoacasCurrentState(4) type=3 + oacVoiceDialPeerVoiceVtoacasConfigState(5) type=3 + oacVoiceDialPeerVoiceVtoacasBlockingOccurence(6) type=15 + oacVoiceDialPeerVoiceVtoacasTotalBlockingDuration(7) type=8 + oacVoiceDialPeerVoiceVtoacasBxAllocNum(8) type=15 + oacVoiceDialPeerVoiceVtoacasTsxTable(11) type=0 + oacVoiceDialPeerVoiceVtoacasTsxEntry(1) type=0 + oacVoiceDialPeerVoiceVtoacasTsxIndex(1) type=16 + oacVoiceDialPeerVoiceVtoacasTsxChannelType(2) type=3 + oacVoiceDialPeerVoiceVtoacasTsxCurrentTxCoder(3) type=3 + oacVoiceDialPeerVoiceVtoacasTsxCurrentRxCoder(4) type=3 + oacVoiceDialPeerVoiceVtoacasTsxCurrentBC(5) type=3 + oacVoiceDialPeerVoiceVtoacasTsxCurrentCID(6) type=15 + oacVoiceDialPeerVoiceVtoacasTsxVoicePacketSent(7) type=15 + oacVoiceDialPeerVoiceVtoacasTsxVoicePacketReceived(8) type=15 + oacVoiceDialPeerVoiceVtoacasTsxVoiceCasFramesSent(9) type=15 + oacVoiceDialPeerVoiceVtoacasTsxVoiceCasFramesReceived(10) type=15 + oacVoiceDialPeerVoiceVtoacasTsxBundle(11) type=3 + oacVoiceDialPeerVoiceVtoacesTable(12) type=0 + oacVoiceDialPeerVoiceVtoacesEntry(1) type=0 + oacVoiceDialPeerVoiceVtoacesDialPeer(1) type=16 + oacVoiceDialPeerVoiceVtoacesLinkedPort(2) type=2 hint=255a + oacVoiceDialPeerVoiceVtoacesCurrentState(3) type=3 + oacVoiceDialPeerVoiceVtoacesConfigState(4) type=3 + oacVoiceDialPeerVoiceVtoacesCellLossIntegrationPeriod(5) type=15 + oacVoiceDialPeerVoiceVtoacesOutOfSyncOccurences(6) type=15 + oacVoiceDialPeerVoiceVtoacesTxCells(7) type=15 + oacVoiceDialPeerVoiceVtoacesReassCells(8) type=15 + oacVoiceDialPeerVoiceVtoacesBufOverflows(9) type=15 + oacVoiceDialPeerVoiceVtoacesBufUnderflows(10) type=15 + oacVoiceDialPeerVoiceVtoacesPointerReframes(11) type=15 + oacVoiceDialPeerVoiceVtoacesHdrErrors(12) type=15 + oacVoiceDialPeerVoiceVtoacesLossCells(13) type=15 + oacVoiceConnectionBles(3) type=0 + oacVoiceVmoaConnTable(1) type=0 + oacVoiceVmoaConnEntry(1) type=0 + oacVoiceVmoaConnConnection(1) type=16 + oacVoiceVmoaConnVpVc(2) type=2 hint=255a + oacVoiceVmoaConnCurrentState(3) type=3 + oacVoiceVmoaConnConfigState(4) type=3 + oacVoiceVmoaConnAtmVcFailureOccurence(5) type=15 + oacVoiceVmoaConnAtmVcTotalFailureDuration(6) type=8 + oacVoiceVmoaConnLesTable(2) type=0 + oacVoiceVmoaConnLesEntry(1) type=0 + oacVoiceVmoaConnLesVoicePathNum(1) type=15 + oacVoiceVmoaConnLesTotalCpIwfOriginated(2) type=15 + oacVoiceVmoaConnLesTotalCoIwfOriginated(3) type=15 + oacVoiceVmoaConnLesCpIwfRestartNum(4) type=15 + oacVoiceVmoaConnLesCoIwfRestartNum(5) type=15 + oacVoiceVmoaConnElcpTable(3) type=0 + oacVoiceVmoaConnElcpEntry(1) type=0 + oacVoiceVmoaConnElcpTotalSuccessfulAllocation(1) type=15 + oacVoiceVmoaConnElcpTotalUnsuccessfulAllocation(2) type=15 + oacVoiceVmoaConnElcpTotalAllocationDuration(3) type=8 + oacVoiceVmoaConnLapv5Table(4) type=0 + oacVoiceVmoaConnLapv5Entry(1) type=0 + oacVoiceVmoaConnLapv5NbrRxFrame(1) type=15 + oacVoiceVmoaConnLapv5NbrTxFrame(2) type=15 + oacVoiceVmoaConnLapv5NbrRxIFrame(3) type=15 + oacVoiceVmoaConnLapv5NbrTxIFrame(4) type=15 + oacVoiceVmoaConnLapv5NbrRxRejFrame(5) type=15 + oacVoiceVmoaConnLapv5NbrTxRejFrame(6) type=15 + oacVoiceVmoaConnLapv5NbrRxRnrFrame(7) type=15 + oacVoiceVmoaConnLapv5NbrTxRnrFrame(8) type=15 + oacVoiceVmoaConnLapv5NbrT200Expiration(9) type=15 + oacVoiceVmoaConnAal2Table(5) type=0 + oacVoiceVmoaConnAal2Entry(1) type=0 + oacVoiceVmoaConnAal2TotalFramesReceived(1) type=15 + oacVoiceVmoaConnAal2TotalBytesReceived(2) type=15 + oacVoiceVmoaConnAal2TotalFramesDiscardedReceived(3) type=15 + oacVoiceVmoaConnAal2TotalFramesErrorsReceived(4) type=15 + oacVoiceVmoaConnAal2TotalFramesSent(5) type=15 + oacVoiceVmoaConnAal2TotalBytesSent(6) type=15 + oacVoiceVmoaConnAal2TotalFramesDiscardedSent(7) type=15 + oacVoiceVtoaConnTable(6) type=0 + oacVoiceVtoaConnEntry(1) type=0 + oacVoiceVtoaConnConnection(1) type=16 + oacVoiceVtoaConnVpVc(2) type=2 hint=255a + oacVoiceVtoaConnCurrentState(3) type=3 + oacVoiceVtoaConnConfigState(4) type=3 + oacVoiceVtoaConnAtmVcFailureOccurence(5) type=15 + oacVoiceVtoaConnAtmVcTotalFailureDuration(6) type=8 + oacVoiceVtoaConnAal2Table(7) type=0 + oacVoiceVtoaConnAal2Entry(1) type=0 + oacVoiceVtoaConnAal2TotalFramesReceived(1) type=15 + oacVoiceVtoaConnAal2TotalBytesReceived(2) type=15 + oacVoiceVtoaConnAal2TotalFramesDiscardedReceived(3) type=15 + oacVoiceVtoaConnAal2TotalFramesErrorsReceived(4) type=15 + oacVoiceVtoaConnAal2TotalFramesSent(5) type=15 + oacVoiceVtoaConnAal2TotalBytesSent(6) type=15 + oacVoiceVtoaConnAal2TotalFramesDiscardedSent(7) type=15 + oacVoiceStatVoip(3) type=0 + oacVoicePortVoipTable(1) type=0 + oacVoicePortVoipEntry(1) type=0 + oacVoicePortIfIndex(1) type=16 + oacVoicePortVoipPortName(2) type=2 hint=255a + oacVoicePortVoipPortType(3) type=3 + oacVoicePortVoipPriPhysicalType(4) type=3 + oacVoicePortVoipIsdnProtocolDescriptor(5) type=3 + oacVoicePortVoipCurrentState(6) type=3 + oacVoicePortVoipConfigState(7) type=3 + oacVoicePortVoipIsdnLayer1Status(8) type=3 + oacVoicePortVoipIsdnLayer2Status(9) type=2 hint=255a + oacVoicePortVoipAttachedDialPeer(10) type=16 + oacVoicePortVoipCurrentCalls(11) type=16 + oacVoicePortVoipIsdnTxFramesOnDChannel(12) type=16 + oacVoicePortVoipIsdnRxFramesOnDChannel(13) type=16 + oacVoicePortVoipPriNbAisOccurence(14) type=16 + oacVoicePortVoipPriNbRdiOccurence(15) type=16 + oacVoicePortVoipOutCalls(16) type=16 + oacVoicePortVoipOutCallsFailures(17) type=16 + oacVoicePortVoipOutCallsUnsufficientPotsGroupResource(18) type=16 + oacVoicePortVoipOutCallsIsdnPhysicalInterfaceDown(19) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass0(20) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass1(21) type=16 + oacVoicePortVoipOutCallsIsdnCC1NormalCause(22) type=16 + oacVoicePortVoipOutCallsCC1UserBusy(23) type=16 + oacVoicePortVoipOutCallsCC1NoAnswer(24) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass2(25) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass3(26) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass4(27) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass5(28) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass6(29) type=16 + oacVoicePortVoipOutCallsIsdnCauseClass7(30) type=16 + oacVoicePortVoipIncCalls(31) type=16 + oacVoicePortVoipIncCallsBackupInvoked(32) type=16 + oacVoicePortVoipIncCallsFailures(33) type=16 + oacVoicePortVoipIncCallsRemoteFailure(34) type=16 + oacVoicePortVoipIncCallsUnknownNumber(35) type=16 + oacVoicePortVoipIncCallsDspUnavailable(36) type=16 + oacVoicePortVoipIncCallsNoVoipRessourceAvailable(37) type=16 + oacVoicePortVoipIncCallsNotSpecified(38) type=16 + oacVoicePortVoipMgcpOffHookEvents(39) type=16 + oacVoicePortVoipMgcpOutCallsPathEstablished(40) type=16 + oacVoicePortVoipMgcpRingingEvents(41) type=16 + oacVoicePortVoipMgcpIncCallsPathEstablished(42) type=16 + oacVoiceDialPeerVoipTable(2) type=0 + oacVoiceDialPeerVoipEntry(1) type=0 + oacVoiceDialPeerIndex(1) type=16 + oacVoiceDialPeerCurrentCalls(2) type=16 + oacVoiceDialPeerOutCalls(3) type=16 + oacVoiceDialPeerOutCallsMgcpOffHookEvents(4) type=16 + oacVoiceDialPeerOutCallsMgcpPathEstablished(5) type=16 + oacVoiceDialPeerOutCallsFailures(6) type=16 + oacVoiceDialPeerOutCallsRasFailures(7) type=16 + oacVoiceDialPeerOutCallsRasFailGatekeeperUnavailable(8) type=16 + oacVoiceDialPeerOutCallsRasFailAdmissionRejects(9) type=16 + oacVoiceDialPeerOutCallsH225Q931Failures(10) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass0(11) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass1(12) type=16 + oacVoiceDialPeerOutCallsHQFailCC1NormalCause(13) type=16 + oacVoiceDialPeerOutCallsHQFailCC1UserBusy(14) type=16 + oacVoiceDialPeerOutCallsHQFailCC1NoAnswer(15) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass2(16) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass3(17) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass4(18) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass5(19) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass6(20) type=16 + oacVoiceDialPeerOutCallsHQFailCauseClass7(21) type=16 + oacVoiceDialPeerOutCallsH245Failures(22) type=16 + oacVoiceDialPeerOutCallsH245FailIncompatibleCapabilities(23) type=16 + oacVoiceDialPeerOutCallsH245FailProtocolErrors(24) type=16 + oacVoiceDialPeerOutCallsInternalFailures(25) type=16 + oacVoiceDialPeerOutCallsInternalFailDspUnavailable(26) type=16 + oacVoiceDialPeerOutCallsInternalFailMaxBwExceeded(27) type=16 + oacVoiceDialPeerOutCallsInternalFailMaxConnExceeded(28) type=16 + oacVoiceDialPeerOutCallsInternalFailNotSpecified(29) type=16 + oacVoiceDialPeerIncCalls(30) type=16 + oacVoiceDialPeerIncCallsMgcpRingingEvents(31) type=16 + oacVoiceDialPeerIncCallsMgcpPathEstablished(32) type=16 + oacVoiceDialPeerIncCallsFailures(33) type=16 + oacVoiceDialPeerIncCallsRasFailures(34) type=16 + oacVoiceDialPeerIncCallsRasFailGatekeeperUnavailable(35) type=16 + oacVoiceDialPeerIncCallsRasFailAdmissionRejects(36) type=16 + oacVoiceDialPeerIncCallsLocalPortFailures(37) type=16 + oacVoiceDialPeerIncCallsH245Failures(38) type=16 + oacVoiceDialPeerIncCallsH245FailIncompatibleCapabilities(39) type=16 + oacVoiceDialPeerIncCallsH245FailProtocolErrors(40) type=16 + oacVoiceDialPeerIncCallsInternalFailures(41) type=16 + oacVoiceDialPeerIncCallsInternalFailDspUnavailable(42) type=16 + oacVoiceDialPeerIncCallsInternalFailUnknownNumber(43) type=16 + oacVoiceDialPeerIncCallsInternalFailChannelPortUnavailable(44) type=16 + oacVoiceDialPeerIncCallsInternalFailMaxBwExceeded(45) type=16 + oacVoiceDialPeerIncCallsInternalFailMaxConnExceeded(46) type=16 + oacVoiceDialPeerIncCallsInternalFailNotSpecified(47) type=16 + oacVoiceDialPeerIncCallsAdviceofCharge(48) type=16 + oacVoiceDialPeerRtpStatNbTxPackets(49) type=15 + oacVoiceDialPeerRtpStatNbRxPackets(50) type=15 + oacVoiceDialPeerRtpStatNbTxBytes(51) type=15 + oacVoiceDialPeerRtpStatNbRxBytes(52) type=15 + oacVoiceDialPeerRtpStatNbExcessiveJitterEvents(53) type=15 + oacVoiceDialPeerRtpStatNbLostPackets(54) type=15 + oacVoiceDialPeerRtpStatNbInvalidPackets(55) type=15 + oacVoiceDialPeerModemNbSwitchingToModemMode(56) type=15 + oacVoiceDialPeerFaxNbOutgoingFax(57) type=16 + oacVoiceDialPeerFaxNbIncomingFax(58) type=16 + oacVoiceDialPeerFaxNbFailures(59) type=16 + oacVoiceDialPeerFaxFailureRequestMode(60) type=16 + oacVoiceDialPeerFaxFailurePreMsgProcedure(61) type=16 + oacVoiceDialPeerFaxFailurePage(62) type=16 + oacVoiceDialPeerFaxNbTxPackets(63) type=15 + oacVoiceDialPeerFaxNbRxPackets(64) type=15 + oacVoiceDialPeerFaxNbTxBytes(65) type=15 + oacVoiceDialPeerFaxNbRxBytes(66) type=15 + oacVoiceDialPeerFaxNbLostPackets(67) type=15 + oacVoiceH323Gw(3) type=0 + oacVoiceH323GwState(1) type=3 + oacVoiceH323GwStateReason(2) type=3 + oacVoiceH323GwRasBwControl(3) type=3 + oacVoiceH323GwPortabilityStatus(4) type=3 + oacVoiceH323GwPortabilityStatusTimeout(5) type=16 + oacVoiceH323GwDs0Configured(6) type=16 + oacVoiceH323GwDs0Low(7) type=16 + oacVoiceH323GwDs0High(8) type=16 + oacVoiceH323GwDs0Current(9) type=16 + oacVoiceH323GwBwConfigured(10) type=16 + oacVoiceH323GwBwLow(11) type=16 + oacVoiceH323GwBwHigh(12) type=16 + oacVoiceH323GwBwCurrent(13) type=16 + oacVoiceH323GwRegistrationState(14) type=3 + oacVoiceH323GwGatekeeperIdentifier(15) type=2 hint=255a + oacVoiceH323GwGatekeeperAddress(16) type=2 hint=255a + oacVoiceH323GwRegistrationRequest(17) type=16 + oacVoiceH323GwRegistrationFailures(18) type=16 + oacVoiceH323GwRegFailNoResponse(19) type=16 + oacVoiceH323GwRegFailInvalidIpAddress(20) type=16 + oacVoiceH323GwRegFailDuplicateAlias(21) type=16 + oacVoiceH323GwRegFailInvalidTerminalType(22) type=16 + oacVoiceH323GwRegFailResourceUnavailable(23) type=16 + oacVoiceH323GwRegFailInvalidAlias(24) type=16 + oacVoiceH323GwRegFailSecurityDenial(25) type=16 + oacVoiceH323GwRegFailUndefinedReason(26) type=16 + oacVoiceH323GwAdmissionRequests(27) type=16 + oacVoiceH323GwAdmissionRejects(28) type=16 + oacVoiceH323GwAdmRejCalledPartyNotRegistered(29) type=16 + oacVoiceH323GwAdmRejInvalidPermission(30) type=16 + oacVoiceH323GwAdmRejRequestDenied(31) type=16 + oacVoiceH323GwAdmRejCallerNotRegistered(32) type=16 + oacVoiceH323GwAdmRejResourceUnavailable(33) type=16 + oacVoiceH323GwAdmRejSecurityDenial(34) type=16 + oacVoiceH323GwAdmRejInvalidEndpointIdent(35) type=16 + oacVoiceH323GwAdmRejIncompleteAddress(36) type=16 + oacVoiceH323GwAdmRejNotSpecified(37) type=16 + oacVoiceH323GwAdmRejUndefinedReason(38) type=16 + oacVoiceSipGw(4) type=0 + oacVoiceSipGwState(1) type=3 + oacVoiceSipGwRegistrationState(2) type=3 + oacVoiceSipGwRegistrarServer(3) type=2 hint=255a + oacVoiceSipGwBandwidth(4) type=2 hint=255a + oacVoiceSipGwRegistrationErrors(5) type=16 + oacVoiceSipGwRegisteredEndpoints(6) type=16 + oacVoiceSipGwCurrentCalls(7) type=16 + oacVoiceSipGwAuthenticationRejects(8) type=16 + oacVoiceSipGwEndpointTable(9) type=0 + oacVoiceSipGwEndpointEntry(1) type=0 + oacVoiceSipGwPhoneIndex(1) type=16 + oacVoiceSipGwPhoneState(2) type=3 + oacVoiceSipGwPhoneNumber(3) type=2 hint=255a + oacVoiceSipGwPhoneSipId(4) type=2 hint=255a + oacVoiceSipGwRegistrationTimeout(5) type=2 hint=255a + oacVoiceSipGwMaxToRegisterEndpoints(10) type=16 + oacVoiceSipServer(5) type=0 + oacVoiceSipServerState(1) type=3 + oacVoiceSipServerRegisteredEndpoints(2) type=16 + oacVoiceSipServerRegistrarServer(3) type=2 hint=255a + oacVoiceSipServerCurrentCalls(4) type=16 + oacVoiceSipServerEndpointTable(5) type=0 + oacVoiceSipServerEndpointEntry(1) type=0 + oacVoiceSipServerPhoneIndex(1) type=16 + oacVoiceSipServerPhoneNumber(2) type=2 hint=255a + oacVoiceSipServerPhoneIpAddress(3) type=2 hint=255a + oacVoiceSipServerPhoneSipId(4) type=2 hint=255a + oacVoiceSipServerRegistrationTime(5) type=2 hint=255a + oacVoiceSipServerRegistrationTimeout(6) type=2 hint=255a + oacVoiceMgcpGw(6) type=0 + oacVoiceMgcpGwState(1) type=3 + oacVoiceMgcpGwCallAgentIpAddress(2) type=2 hint=255a + oacVoiceMgcpGwConnectionState(3) type=3 + oacVoiceMgcpGwEstablishedPathCurrentNumber(4) type=16 + oacVoiceMgcpGwOutCallsOffHookEvents(5) type=16 + oacVoiceMgcpGwOutCallsPathEstablished(6) type=16 + oacVoiceMgcpGwIncCallsRingingEvents(7) type=16 + oacVoiceMgcpGwIncCallsPath(8) type=16 + oacVoiceStatMos(4) type=0 + oacVoiceStatMosTable(1) type=0 + oacVoiceStatMosEntry(1) type=0 + oacVoiceStatMosIndex(1) type=16 + oacVoiceStatMosEntryNumberOfCalls(2) type=16 + oacVoiceStatMosEntryMosAvg(3) type=2 hint=255a + oacVoiceStatMosEntryMosMin(4) type=2 hint=255a + oacVoiceStatMosEntryMosMax(5) type=2 hint=255a + oacVoiceStatMosEntryErlAvg(6) type=16 + oacVoiceStatMosEntryAcomAvg(7) type=16 + oacVoiceStatMosEntryLossRateAvg(8) type=16 + oacVoiceStatMosJitterAvg(9) type=16 + oacVoiceStatMosEntryMaxDelayAvg(10) type=16 + oacVoiceStatMosEntryPddAvg(11) type=16 + oacVoiceStatNotifications(2) type=0 + oacVoiceStatConformance(3) type=0 + oacVoiceStatGroups(1) type=0 + oacVoiceStatGeneralGroup(1) type=22 + oacVoiceStatCompliances(2) type=0 + oacVoiceStatCompliance(1) type=26 + oacExpIMPstn(6) type=0 + oacExpIMPstnNotifications(0) type=0 + dialDown(3) type=21 + dialUp(4) type=21 + oacExpIMIsdn(7) type=0 + oacExpIMIsdnNotifications(0) type=0 + dialDown(3) type=21 + dialUp(4) type=21 + oacExpIMDot11(8) type=0 + oacExpIMDot11Objects(1) type=0 + oacExpIMDot11InterfaceTable(1) type=0 + oacExpIMDot11InterfaceEntry(1) type=0 + oacExpIMDot11EntryType(1) type=3 + oacExpIMDot11MACAddress(2) type=2 hint=1x: + oacExpIMDot11SSID(3) type=2 + oacExpIMDot11AssociatedStations(4) type=6 + oacExpIMCellRadio(9) type=0 + oacCellRadioRssi(1) type=0 + oacCellRssiLastHourTable(1) type=0 + oacCellRssiLastHourEntry(1) type=0 + oacCellRssiLastHourMinutes(1) type=15 + oacCellRssiLastHourMin(2) type=16 + oacCellRssiLastHourAvg(3) type=16 + oacCellRssiLastHourMax(4) type=16 + oacCellRssiLastDayTable(2) type=0 + oacCellRssiLastDayEntry(1) type=0 + oacCellRssiLastDayHours(1) type=15 + oacCellRssiLastDayMin(2) type=16 + oacCellRssiLastDayAvg(3) type=16 + oacCellRssiLastDayMax(4) type=16 + oacCellRssiLastMonthTable(3) type=0 + oacCellRssiLastMonthEntry(1) type=0 + oacCellRssiLastMonthDays(1) type=15 + oacCellRssiLastMonthMin(2) type=16 + oacCellRssiLastMonthAvg(3) type=16 + oacCellRssiLastMonthMax(4) type=16 + oacCellRadioModuleTable(2) type=0 + oacCellRadioModuleEntry(1) type=0 + oacCellModuleIndex(1) type=15 + oacCellManufacturer(10) type=2 hint=255a + oacCellEquipment(11) type=2 hint=255a + oacCellBootRevision(12) type=2 hint=255a + oacCellRevision(13) type=2 hint=255a + oacCellIMEI(14) type=2 hint=255a + oacCellMEID(15) type=2 hint=255a + oacCellSIMStatus(20) type=2 hint=255a + oacCellIMSI(21) type=2 hint=255a + oacCellICCI(22) type=2 hint=255a + oacCellPinStatus(30) type=2 hint=255a + oacCellSelectedOperator(40) type=2 hint=255a + oacCellSignalStrength(41) type=16 + oacCellEcIo(42) type=16 + oacCellRSRQ(43) type=16 + oacCellRSRP(44) type=16 + oacCellSNR(45) type=16 + oacCellRadioAccessTechnology(46) type=2 hint=255a + oacCellCircuitSwitchedState(47) type=2 hint=255a + oacCellPacketSwitchedState(48) type=2 hint=255a + oacCellResetOnLossOfRegistration(60) type=15 + oacCellResetOnFailedRegistration(61) type=15 + oacCellHardwareReset(62) type=15 + oacCellLAC(70) type=2 hint=255a + oacCellCellID(71) type=2 hint=255a + oacCellTAC(72) type=2 hint=255a + oacCellPLMN(73) type=2 hint=255a + oacExpIMEthernet(10) type=0 + oacEthOamExtMIBObjects(2) type=0 + oacEthOamExtIfObjects(1) type=0 + oacEthOamExtMipTable(1) type=0 + oacEthOamExtMipEntry(1) type=0 + oacEthOamMipIfIndex(1) type=16 hint=d + oacEthOamMipMegLevel(2) type=15 + oacEthOamMipVlanIndex(3) type=16 hint=d + oacEthOamMipMode(4) type=3 + oacEthOamMipRowStatus(5) type=3 + oacEthOamExtMepTable(2) type=0 + oacEthOamExtMepEntry(1) type=0 + oacEthOamMepMode(1) type=3 + oacEthOamMepLossDestMacAddress(10) type=2 hint=1x: + oacEthOamMepLossDestMepId(11) type=15 hint=d + oacEthOamMepLossDestIsMepId(12) type=3 + oacEthOamMepLossVlanPriority(13) type=15 + oacEthOamMepLossInterval(14) type=3 + oacEthOamMepLossStatus(15) type=3 + oacEthOamMepLossMessagesStart(16) type=3 + oacEthOamMepLossResultOK(17) type=3 + oacEthOamMepLossNbrOfTxFrames(18) type=6 + oacEthOamMepLossNbrOfRxFrames(19) type=6 + oacEthOamMepLossReplyLoss(20) type=6 + oacEthOamMepLossNearEndDrops(21) type=6 + oacEthOamMepLossFarEndDrops(22) type=6 + oacEthOamMepDelayDestMacAddress(30) type=2 hint=1x: + oacEthOamMepDelayDestMepId(31) type=15 hint=d + oacEthOamMepDelayDestIsMepId(32) type=3 + oacEthOamMepDelayVlanPriority(33) type=15 + oacEthOamMepDelayInterval(34) type=3 + oacEthOamMepDelayStatus(35) type=3 + oacEthOamMepDelayTimeOut(36) type=15 + oacEthOamMepDelayMessagesStart(37) type=3 + oacEthOamMepDelayResultOK(38) type=3 + oacEthOamMepDelayNbrOfTxFrames(39) type=6 + oacEthOamMepDelayNbrOfRxFrames(40) type=6 + oacEthOamMepDelayLoss(41) type=6 + oacEthOamMepDelayMin(42) type=15 + oacEthOamMepDelayMax(43) type=15 + oacEthOamMepDelayAvrg(44) type=15 + oacEthOamMepDelayJitterNegMax(45) type=15 + oacEthOamMepDelayJitterAvrgMax(46) type=15 + oacEthOamMepDelayJitterPosMax(47) type=15 + oacEthOamMepRdiTxEnable(60) type=3 + oacEthOamMepMcastLbmStatus(70) type=3 + oacEthOamMepMcastLbmResult(71) type=3 + oacEthOamMepMcastLbmSeqNumber(72) type=15 + oacEthOamMepMcastLbmDataTlv(73) type=2 + oacEthOamMepAisInterval(80) type=15 + oacEthOamMepAisVlanPriority(81) type=15 + oacEthOamMepAisTxEnable(82) type=3 + oacEthOamMepAisClientMegLevel(83) type=15 + oacEthOamMepEfdEnable(90) type=3 + oacEthOamMepEfdState(91) type=3 + oacEthOamExtGlobal(3) type=0 + oacEthOamExtEnable(1) type=3 + oacEthOamExtLbrTable(4) type=0 + oacEthOamExtLbrEntry(1) type=0 + oacEthOamLbrReceiveOrder(1) type=15 + oacEthOamLbrPeerMacAddress(2) type=2 hint=1x: + oacEthOamLbrMepId(3) type=15 hint=d + oacEthOamLbrNotRespTable(5) type=0 + oacEthOamLbrNotRespEntry(1) type=0 + oacEthOamLbrNotRespMepId(1) type=15 hint=d + oacEthOamLbrNotRespPeerMacAddress(2) type=2 hint=1x: + security(5) type=0 + snmpV2(6) type=0 + snmpDomains(1) type=0 + snmpProxys(2) type=0 + snmpModules(3) type=0 + snmpMIB(1) type=24 + snmpMIBObjects(1) type=0 + snmpTrap(4) type=0 + snmpTrapOID(1) type=1 + snmpTrapEnterprise(3) type=1 + snmpTraps(5) type=0 + coldStart(1) type=21 + warmStart(2) type=21 + linkDown(3) type=21 + linkUp(4) type=21 + authenticationFailure(5) type=21 + snmpSet(6) type=0 + snmpSetSerialNo(1) type=3 + snmpMIBConformance(2) type=0 + snmpMIBCompliances(1) type=0 + snmpBasicCompliance(2) type=26 + snmpBasicComplianceRev2(3) type=26 + snmpMIBGroups(2) type=0 + snmpSetGroup(5) type=22 + systemGroup(6) type=22 + snmpBasicNotificationsGroup(7) type=23 + snmpGroup(8) type=22 + snmpCommunityGroup(9) type=22 + snmpObsoleteGroup(10) type=22 + snmpWarmStartNotificationGroup(11) type=23 + snmpNotificationGroup(12) type=22 + snmpFrameworkMIB(10) type=24 + snmpFrameworkAdmin(1) type=0 + snmpAuthProtocols(1) type=27 + snmpPrivProtocols(2) type=27 + snmpFrameworkMIBObjects(2) type=0 + snmpEngine(1) type=0 + snmpEngineID(1) type=2 + snmpEngineBoots(2) type=3 + snmpEngineTime(3) type=3 units=seconds + snmpEngineMaxMessageSize(4) type=3 + snmpFrameworkMIBConformance(3) type=0 + snmpFrameworkMIBCompliances(1) type=0 + snmpFrameworkMIBCompliance(1) type=26 + snmpFrameworkMIBGroups(2) type=0 + snmpEngineGroup(1) type=22 + ieee(111) type=0 + standards-association-numbers-series-standards(2) type=0 + lan-man-stds(802) type=0 + ieee802dot1(1) type=0 + ieee802dot1mibs(1) type=0 + ieee8021TcMib(1) type=24 + ieee8021CfmMib(8) type=24 + dot1agNotifications(0) type=0 + dot1agCfmFaultAlarm(1) type=21 + dot1agMIBObjects(1) type=0 + dot1agCfmStack(1) type=0 + dot1agCfmStackTable(1) type=0 + dot1agCfmStackEntry(1) type=0 + dot1agCfmStackifIndex(1) type=16 hint=d + dot1agCfmStackVlanIdOrNone(2) type=16 hint=d + dot1agCfmStackMdLevel(3) type=16 hint=d + dot1agCfmStackDirection(4) type=3 + dot1agCfmStackMdIndex(5) type=15 + dot1agCfmStackMaIndex(6) type=15 + dot1agCfmStackMepId(7) type=15 hint=d + dot1agCfmStackMacAddress(8) type=2 hint=1x: + dot1agCfmDefaultMd(2) type=0 + dot1agCfmDefaultMdDefLevel(1) type=16 hint=d + dot1agCfmDefaultMdDefMhfCreation(2) type=3 + dot1agCfmDefaultMdDefIdPermission(3) type=3 + dot1agCfmDefaultMdTable(4) type=0 + dot1agCfmDefaultMdEntry(1) type=0 + dot1agCfmDefaultMdComponentId(1) type=15 hint=d + dot1agCfmDefaultMdPrimaryVid(2) type=16 hint=d + dot1agCfmDefaultMdStatus(3) type=3 + dot1agCfmDefaultMdLevel(4) type=16 hint=d + dot1agCfmDefaultMdMhfCreation(5) type=3 + dot1agCfmDefaultMdIdPermission(6) type=3 + dot1agCfmVlan(3) type=0 + dot1agCfmVlanTable(1) type=0 + dot1agCfmVlanEntry(1) type=0 + dot1agCfmVlanComponentId(1) type=15 hint=d + dot1agCfmVlanVid(2) type=16 hint=d + dot1agCfmVlanPrimaryVid(3) type=16 hint=d + dot1agCfmVlanRowStatus(4) type=3 + dot1agCfmConfigErrorList(4) type=0 + dot1agCfmConfigErrorListTable(1) type=0 + dot1agCfmConfigErrorListEntry(1) type=0 + dot1agCfmConfigErrorListVid(1) type=16 hint=d + dot1agCfmConfigErrorListIfIndex(2) type=16 hint=d + dot1agCfmConfigErrorListErrorType(3) type=12 + dot1agCfmMd(5) type=0 + dot1agCfmMdTableNextIndex(1) type=15 hint=d + dot1agCfmMdTable(2) type=0 + dot1agCfmMdEntry(1) type=0 + dot1agCfmMdIndex(1) type=15 + dot1agCfmMdFormat(2) type=3 + dot1agCfmMdName(3) type=2 + dot1agCfmMdMdLevel(4) type=16 hint=d + dot1agCfmMdMhfCreation(5) type=3 + dot1agCfmMdMhfIdPermission(6) type=3 + dot1agCfmMdMaNextIndex(7) type=15 hint=d + dot1agCfmMdRowStatus(8) type=3 + dot1agCfmMa(6) type=0 + dot1agCfmMaNetTable(1) type=0 + dot1agCfmMaNetEntry(1) type=0 + dot1agCfmMaIndex(1) type=15 + dot1agCfmMaNetFormat(2) type=3 + dot1agCfmMaNetName(3) type=2 + dot1agCfmMaNetCcmInterval(4) type=3 + dot1agCfmMaNetRowStatus(5) type=3 + dot1agCfmMaCompTable(2) type=0 + dot1agCfmMaCompEntry(1) type=0 + dot1agCfmMaComponentId(1) type=15 hint=d + dot1agCfmMaCompPrimaryVlanId(2) type=16 hint=d + dot1agCfmMaCompMhfCreation(3) type=3 + dot1agCfmMaCompIdPermission(4) type=3 + dot1agCfmMaCompNumberOfVids(5) type=15 + dot1agCfmMaCompRowStatus(6) type=3 + dot1agCfmMaMepListTable(3) type=0 + dot1agCfmMaMepListEntry(1) type=0 + dot1agCfmMaMepListIdentifier(1) type=15 hint=d + dot1agCfmMaMepListRowStatus(2) type=3 + dot1agCfmMep(7) type=0 + dot1agCfmMepTable(1) type=0 + dot1agCfmMepEntry(1) type=0 + dot1agCfmMepIdentifier(1) type=15 hint=d + dot1agCfmMepIfIndex(2) type=16 hint=d + dot1agCfmMepDirection(3) type=3 + dot1agCfmMepPrimaryVid(4) type=15 + dot1agCfmMepActive(5) type=3 + dot1agCfmMepFngState(6) type=3 + dot1agCfmMepCciEnabled(7) type=3 + dot1agCfmMepCcmLtmPriority(8) type=15 + dot1agCfmMepMacAddress(9) type=2 hint=1x: + dot1agCfmMepLowPrDef(10) type=3 + dot1agCfmMepFngAlarmTime(11) type=3 + dot1agCfmMepFngResetTime(12) type=3 + dot1agCfmMepHighestPrDefect(13) type=3 + dot1agCfmMepDefects(14) type=12 + dot1agCfmMepErrorCcmLastFailure(15) type=2 + dot1agCfmMepXconCcmLastFailure(16) type=2 + dot1agCfmMepCcmSequenceErrors(17) type=6 + dot1agCfmMepCciSentCcms(18) type=6 + dot1agCfmMepNextLbmTransId(19) type=15 + dot1agCfmMepLbrIn(20) type=6 + dot1agCfmMepLbrInOutOfOrder(21) type=6 + dot1agCfmMepLbrBadMsdu(22) type=6 + dot1agCfmMepLtmNextSeqNumber(23) type=15 + dot1agCfmMepUnexpLtrIn(24) type=6 + dot1agCfmMepLbrOut(25) type=6 + dot1agCfmMepTransmitLbmStatus(26) type=3 + dot1agCfmMepTransmitLbmDestMacAddress(27) type=2 hint=1x: + dot1agCfmMepTransmitLbmDestMepId(28) type=15 hint=d + dot1agCfmMepTransmitLbmDestIsMepId(29) type=3 + dot1agCfmMepTransmitLbmMessages(30) type=16 + dot1agCfmMepTransmitLbmDataTlv(31) type=2 + dot1agCfmMepTransmitLbmVlanPriority(32) type=16 + dot1agCfmMepTransmitLbmVlanDropEnable(33) type=3 + dot1agCfmMepTransmitLbmResultOK(34) type=3 + dot1agCfmMepTransmitLbmSeqNumber(35) type=15 + dot1agCfmMepTransmitLtmStatus(36) type=3 + dot1agCfmMepTransmitLtmFlags(37) type=12 + dot1agCfmMepTransmitLtmTargetMacAddress(38) type=2 hint=1x: + dot1agCfmMepTransmitLtmTargetMepId(39) type=15 hint=d + dot1agCfmMepTransmitLtmTargetIsMepId(40) type=3 + dot1agCfmMepTransmitLtmTtl(41) type=15 + dot1agCfmMepTransmitLtmResult(42) type=3 + dot1agCfmMepTransmitLtmSeqNumber(43) type=15 + dot1agCfmMepTransmitLtmEgressIdentifier(44) type=2 + dot1agCfmMepRowStatus(45) type=3 + dot1agCfmMepPbbTeCanReportPbbTePresence(46) type=3 + dot1agCfmMepPbbTeTrafficMismatchDefect(47) type=3 + dot1agCfmMepPbbTransmitLbmLtmReverseVid(48) type=15 hint=d + dot1agCfmMepPbbTeMismatchAlarm(49) type=3 + dot1agCfmMepPbbTeLocalMismatchDefect(50) type=3 + dot1agCfmMepPbbTeMismatchSinceReset(51) type=3 + dot1agCfmLtrTable(2) type=0 + dot1agCfmLtrEntry(1) type=0 + dot1agCfmLtrSeqNumber(1) type=15 + dot1agCfmLtrReceiveOrder(2) type=15 + dot1agCfmLtrTtl(3) type=15 + dot1agCfmLtrForwarded(4) type=3 + dot1agCfmLtrTerminalMep(5) type=3 + dot1agCfmLtrLastEgressIdentifier(6) type=2 + dot1agCfmLtrNextEgressIdentifier(7) type=2 + dot1agCfmLtrRelay(8) type=3 + dot1agCfmLtrChassisIdSubtype(9) type=3 + dot1agCfmLtrChassisId(10) type=2 + dot1agCfmLtrManAddressDomain(11) type=1 + dot1agCfmLtrManAddress(12) type=2 + dot1agCfmLtrIngress(13) type=3 + dot1agCfmLtrIngressMac(14) type=2 hint=1x: + dot1agCfmLtrIngressPortIdSubtype(15) type=3 + dot1agCfmLtrIngressPortId(16) type=2 + dot1agCfmLtrEgress(17) type=3 + dot1agCfmLtrEgressMac(18) type=2 hint=1x: + dot1agCfmLtrEgressPortIdSubtype(19) type=3 + dot1agCfmLtrEgressPortId(20) type=2 + dot1agCfmLtrOrganizationSpecificTlv(21) type=2 + dot1agCfmMepDbTable(3) type=0 + dot1agCfmMepDbEntry(1) type=0 + dot1agCfmMepDbRMepIdentifier(1) type=15 hint=d + dot1agCfmMepDbRMepState(2) type=3 + dot1agCfmMepDbRMepFailedOkTime(3) type=8 + dot1agCfmMepDbMacAddress(4) type=2 hint=1x: + dot1agCfmMepDbRdi(5) type=3 + dot1agCfmMepDbPortStatusTlv(6) type=3 + dot1agCfmMepDbInterfaceStatusTlv(7) type=3 + dot1agCfmMepDbChassisIdSubtype(8) type=3 + dot1agCfmMepDbChassisId(9) type=2 + dot1agCfmMepDbManAddressDomain(10) type=1 + dot1agCfmMepDbManAddress(11) type=2 + dot1agCfmMepDbRMepIsActive(12) type=3 + dot1agCfmConformance(2) type=0 + dot1agCfmCompliances(1) type=0 + dot1agCfmCompliance(1) type=26 + dot1agCfmGroups(2) type=0 + dot1agCfmStackGroup(1) type=22 + dot1agCfmDefaultMdGroup(2) type=22 + dot1agCfmVlanIdGroup(3) type=22 + dot1agCfmConfigErrorListGroup(4) type=22 + dot1agCfmMdGroup(5) type=22 + dot1agCfmMaGroup(6) type=22 + dot1agCfmMepGroup(7) type=22 + dot1agCfmMepDbGroup(8) type=22 + dot1agCfmNotificationsGroup(9) type=23 + ieee8021CfmMaNetGroup(10) type=22 + ieee8021CfmDefaultMdDefGroup(11) type=22 + ieee8021CfmPbbTeExtensionGroup(12) type=22 + ieee8021CfmPbbTeTrafficBitGroup(13) type=22 + zeroDotZero(0) type=27 diff --git a/oneaccess/OA-QOS-MIB b/oneaccess/OA-QOS-MIB new file mode 100644 index 000000000..1806ac566 --- /dev/null +++ b/oneaccess/OA-QOS-MIB @@ -0,0 +1,1905 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.2.R001_E001 +-- +-- Creation date : 18/09/2003 +-- +-- Add QOS counters 30/03/06 +-- +-- Update Qos MIB to OneOs capabilities 07/08/2010 +-- + + +OA-QOS-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, + OBJECT-TYPE, + Integer32, + Counter32, + Gauge32, + Counter64 + FROM SNMPv2-SMI + + MODULE-COMPLIANCE, + OBJECT-GROUP + FROM SNMPv2-CONF + + TEXTUAL-CONVENTION, + DisplayString, + TruthValue + FROM SNMPv2-TC + + ifIndex, InterfaceIndex + FROM IF-MIB + oacExpIMIp + FROM ONEACCESS-GLOBAL-REG; + + +oacQOS MODULE-IDENTITY + LAST-UPDATED "201308230000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Description added" + + REVISION "201308230000Z" + DESCRIPTION + "QosMatchInfo updated (none(1) changed to match(1)). Table oacQosMatchStatsTable deprecated" + + REVISION "201108080000Z" + + DESCRIPTION + "Contact updated" + REVISION "201106150000Z" + + DESCRIPTION + "Fixed Minor correction added last revision." + REVISION "201007080001Z" + DESCRIPTION + "This MIB module contains QOS configuration and QOS statistics objects." + + ::= {oacExpIMIp 3 } + +-- +-- +-- Textual Conventions +-- +-- + +QosObjectType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "QOS object types." + SYNTAX INTEGER { + policymap(1), + classmap(2), + matchStatement(3), + queueing (4), + randomDetect (5), + police (7), + set (8) + } + +TrafficDirection ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A policy is configured for the input or output directions." + + SYNTAX INTEGER { + input(1), + output(2) + } + +QosClassInfo ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A classmap can be match all or match any." + + SYNTAX INTEGER { + none(1), + matchAll(2), + matchAny(3) + } + +QosMatchInfo ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A match can be match or match not. 23 Aug 2013 : replaced 'none(1)' by 'match(1)' " + + SYNTAX INTEGER { + match(1), + matchNot(2) + } + +InterfaceType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The interface type." + + SYNTAX INTEGER { + mainInterface(1), + subInterface(2) + } + +QueueingBandwidthUnits ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Unit type for bandwidth." + + SYNTAX INTEGER { + kbps(1), + percentage(2), + percentageRemaining(3) + } + + +PoliceAction ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The available actions." + + SYNTAX INTEGER { + transmit(1), + setIpDSCP(2), + setIpPrecedence(3), + setQosGroup(4), + drop(5), + setAtmClp(6), + setDiscardClass(7), + setCos(8) + } + +SetFeatureType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The available packet marking features." + + SYNTAX BITS { + ipDscp(0), + ipPrecedence(1), + qosGroupNumber(2), + atmClpBit(3), + discardClass(4), + cos(5) + } + + +WREDMechanism ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "WRED mechanism." + + SYNTAX INTEGER { + precedence(1), + dscp(2), + cos(3) + } + +QosQueueUnitType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Unit type for queue size." + SYNTAX INTEGER { + packets(1), + cells(2), + bytes(3) + } + +QosQueueDepth ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Queue depth value." + SYNTAX Gauge32 + +-- +-- Overview of MIB Objects: +-- +-- +-- The oacQosServicePolicy group +-- + +oacQosServicePolicyTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosServicePolicyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table describes the interfaces that have attached policies." + ::= { oacQOS 1 } + +oacQosServicePolicyEntry OBJECT-TYPE + SYNTAX OacQosServicePolicyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by policy index." + + INDEX { oacQosPolicyIndex } + ::= { oacQosServicePolicyTable 1 } + +OacQosServicePolicyEntry ::= SEQUENCE { + oacQosPolicyIndex Gauge32, + oacQosIfIndex InterfaceIndex, + oacQosIfType InterfaceType, + oacQosPolicyDirection TrafficDirection +} + +oacQosPolicyIndex OBJECT-TYPE + SYNTAX Gauge32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each policy has a distinct index." + ::= { oacQosServicePolicyEntry 1 } + +oacQosIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The interface index." + ::= { oacQosServicePolicyEntry 2 } + + +oacQosIfType OBJECT-TYPE + SYNTAX InterfaceType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Interface type." + ::= { oacQosServicePolicyEntry 3 } + +oacQosPolicyDirection OBJECT-TYPE + SYNTAX TrafficDirection + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Policy direction (input or output)." + ::= { oacQosServicePolicyEntry 4 } + + +-- +-- End of the oacQosServicePolicy group +-- + + +-- Beginning of oacQosInterfaceTable +-- +oacQosInterfacePolicyTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosInterfacePolicyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This describes the service policies attached to the interfaces." + ::= { oacQOS 2 } + +oacQosInterfacePolicyEntry OBJECT-TYPE + SYNTAX OacQosInterfacePolicyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by ifindex and direction." + + INDEX { ifIndex, oacQosPolicyDirection } + ::= { oacQosInterfacePolicyTable 1 } + +OacQosInterfacePolicyEntry ::= SEQUENCE { + oacQosInterfacePolicyIndex Gauge32 +} + +oacQosInterfacePolicyIndex OBJECT-TYPE + SYNTAX Gauge32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index for policy, identical with oacQosPolicyIndex." + ::= { oacQosInterfacePolicyEntry 1 } + +-- End of oacQosInterfaceTable +-- + +-- The oacQosObjects group +-- +-- oacQosObjects Table + +oacQosObjectsTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosObjectsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This tables describes the hierarchy of objects(policies, classmaps, + actions, match statements). A policy can contain several classmaps, + a classmap several match statements, etc. For each object there is + also an index to the corresponding config table." + ::= { oacQOS 3 } + +oacQosObjectsEntry OBJECT-TYPE + SYNTAX OacQosObjectsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by policy index and object index." + INDEX { oacQosPolicyIndex, oacQosObjectsIndex } + ::= { oacQosObjectsTable 1 } + +OacQosObjectsEntry ::= SEQUENCE { + oacQosObjectsIndex Gauge32, + oacQosConfigIndex Gauge32, + oacQosObjectsType QosObjectType, + oacQosParentObjectsIndex Gauge32 +} + +oacQosObjectsIndex OBJECT-TYPE + SYNTAX Gauge32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each object has a unique index." + + ::= { oacQosObjectsEntry 1 } + +oacQosConfigIndex OBJECT-TYPE + SYNTAX Gauge32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the config. A config can be shared by several objects." + + ::= { oacQosObjectsEntry 2 } + +oacQosObjectsType OBJECT-TYPE + SYNTAX QosObjectType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the object: policymap, or classmap, or matchStatement, etc." + + ::= { oacQosObjectsEntry 3 } + +oacQosParentObjectsIndex OBJECT-TYPE + SYNTAX Gauge32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the parent object." + + ::= { oacQosObjectsEntry 4 } +-- +-- end of oacQosObjectsTable +-- + + +-- +-- Start of oacQosPolicyMapConfigTable +-- +oacQosPolicyMapConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosPolicyMapConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This Table specifies the policy maps configuration." + ::= { oacQOS 4 } + +oacQosPolicyMapConfigEntry OBJECT-TYPE + SYNTAX OacQosPolicyMapConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by config index." + INDEX { oacQosConfigIndex } + ::= { oacQosPolicyMapConfigTable 1 } + +OacQosPolicyMapConfigEntry ::= SEQUENCE { + oacQosPolicyMapName DisplayString +} + +oacQosPolicyMapName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Policy map name." + + ::= { oacQosPolicyMapConfigEntry 1 } + +-- +-- Start of oacQosPolicyMapConfigTable +-- + + +-- +-- Start of oacQosClassMapConfig Group +-- +oacQosClassMapConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosClassMapConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This Table specifies the classmaps configuration." + ::= { oacQOS 5 } + +oacQosClassMapConfigEntry OBJECT-TYPE + SYNTAX OacQosClassMapConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by config index." + INDEX { oacQosConfigIndex } + ::= { oacQosClassMapConfigTable 1 } + +OacQosClassMapConfigEntry ::= SEQUENCE { + oacQosClassMapName DisplayString, + oacQosClassMapInfo QosClassInfo +} + +oacQosClassMapName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of class map." + + ::= { oacQosClassMapConfigEntry 1 } + + +oacQosClassMapInfo OBJECT-TYPE + SYNTAX QosClassInfo + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Type of classmap: Match all or Match any." + + ::= { oacQosClassMapConfigEntry 2 } +-- +-- End of oacQosClassMapConfig Group +-- + + +oacQosClassMapStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosClassMapStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Statistics for classmaps." + ::= { oacQOS 6 } + +oacQosClassMapStatsEntry OBJECT-TYPE + SYNTAX OacQosClassMapStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by policy index and object index." + INDEX { oacQosPolicyIndex, oacQosObjectsIndex } + ::= { oacQosClassMapStatsTable 1 } + +OacQosClassMapStatsEntry ::= SEQUENCE { + oacQosClassMapPreExecutePkt Counter32, + oacQosClassMapPreExecutePkt64 Counter64, + oacQosClassMapPreExecuteByte Counter32, + oacQosClassMapPreExecuteByte64 Counter64, + oacQosClassMapPreExecuteBitRate Gauge32, + oacQosClassMapPostExecuteByte Counter32, + oacQosClassMapPostExecuteByte64 Counter64, + oacQosClassMapPostExecuteBitRate Gauge32, + oacQosClassMapDropPkt Counter32, + oacQosClassMapDropPkt64 Counter64, + oacQosClassMapDropByte Counter32, + oacQosClassMapDropByte64 Counter64, + oacQosClassMapDropBitRate Gauge32, +-- TF2704 + + oacQosClassMapRemarkedPkt Counter32, + oacQosClassMapRemarkedPkt64 Counter64, + oacQosClassMapRemarkedByte Counter32, + oacQosClassMapRemarkedByte64 Counter64 +-- TF2704 - +} + + +oacQosClassMapPreExecutePkt OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of inbound packets before executing any policy." + ::= { oacQosClassMapStatsEntry 1 } + +oacQosClassMapPreExecutePkt64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of inbound packets before executing any policy." + ::= { oacQosClassMapStatsEntry 2 } + + +oacQosClassMapPreExecuteByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of inbound bytes before executing any policy." + ::= { oacQosClassMapStatsEntry 3 } + +oacQosClassMapPreExecuteByte64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of inbound bytes before executing any policy." + ::= { oacQosClassMapStatsEntry 4 } + +oacQosClassMapPreExecuteBitRate OBJECT-TYPE + SYNTAX Gauge32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Bit rate of data before executing any policy." + ::= { oacQosClassMapStatsEntry 5 } + +oacQosClassMapPostExecuteByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of outbound bytes after applying policy." + ::= { oacQosClassMapStatsEntry 6 } + +oacQosClassMapPostExecuteByte64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of outbound bytes after applying policy." + ::= { oacQosClassMapStatsEntry 7 } + +oacQosClassMapPostExecuteBitRate OBJECT-TYPE + SYNTAX Gauge32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rate of outbound bits after applying policy." + ::= { oacQosClassMapStatsEntry 8 } + +oacQosClassMapDropPkt OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of dropped packets." + ::= { oacQosClassMapStatsEntry 9 } + +oacQosClassMapDropPkt64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of dropped packets." + ::= { oacQosClassMapStatsEntry 10 } + +oacQosClassMapDropByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of dropped bytes." + ::= { oacQosClassMapStatsEntry 11 } + +oacQosClassMapDropByte64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of dropped bytes." + ::= { oacQosClassMapStatsEntry 12 } + +oacQosClassMapDropBitRate OBJECT-TYPE + SYNTAX Gauge32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rate of dropped bits." + ::= { oacQosClassMapStatsEntry 13 } + +-- TF2704 + +oacQosClassMapRemarkedPkt OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of remarked packets." + ::= { oacQosClassMapStatsEntry 14 } + +oacQosClassMapRemarkedPkt64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of remarked packets." + ::= { oacQosClassMapStatsEntry 15 } + + +oacQosClassMapRemarkedByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of remarked bytes." + ::= { oacQosClassMapStatsEntry 16 } + +oacQosClassMapRemarkedByte64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of remarked bytes." + ::= { oacQosClassMapStatsEntry 17 } + +-- TF2704 - + +-- +-- End of oacQosClassMapStats group +-- + + +-- +-- Start of oacQosMatchConfigTable +-- +oacQosMatchConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosMatchConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table specifies the match statements configuration." + ::= { oacQOS 7 } + +oacQosMatchConfigEntry OBJECT-TYPE + SYNTAX OacQosMatchConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by config index." + INDEX { oacQosConfigIndex } + ::= { oacQosMatchConfigTable 1 } + +OacQosMatchConfigEntry ::= SEQUENCE { + oacQosMatchName DisplayString, + oacQosMatchInfo QosMatchInfo +} + +oacQosMatchName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the match statement." + + ::= { oacQosMatchConfigEntry 1 } + +oacQosMatchInfo OBJECT-TYPE + SYNTAX QosMatchInfo + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Match or Match not." + + ::= { oacQosMatchConfigEntry 2 } +-- +-- End of oacQosMatchConfigTable +-- + + + + +-- +-- QoS Match Statement Object Stats Table +-- + +oacQosMatchStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosMatchStatsEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "This table specifies the match statements statistics. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counters exist in OneOS" + ::= { oacQOS 8 } + +oacQosMatchStatsEntry OBJECT-TYPE + SYNTAX OacQosMatchStatsEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Each entry is indexed by policy index and object index." + INDEX { oacQosPolicyIndex, oacQosObjectsIndex } + ::= { oacQosMatchStatsTable 1 } + +OacQosMatchStatsEntry ::= SEQUENCE { + oacQosMatchPreExecutePkt Counter32, + oacQosMatchPreExecutePkt64 Counter64, + oacQosMatchPreExecuteByte Counter32, + oacQosMatchPreExecuteByte64 Counter64, + oacQosMatchPreExecuteBitRate Gauge32 +} + + +oacQosMatchPreExecutePkt OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Count of inbound packets before executing any policy. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counter exist in OneOS" + ::= { oacQosMatchStatsEntry 1 } + +oacQosMatchPreExecutePkt64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Count64 of inbound packets before executing any policy. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counter exist in OneOS" + ::= { oacQosMatchStatsEntry 2 } + + +oacQosMatchPreExecuteByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Count of inbound bytes before executing any policy. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counter exist in OneOS" + ::= { oacQosMatchStatsEntry 3 } + +oacQosMatchPreExecuteByte64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Count64 of inbound bytes before executing any policy. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counter exist in OneOS" + ::= { oacQosMatchStatsEntry 4 } + +oacQosMatchPreExecuteBitRate OBJECT-TYPE + SYNTAX Gauge32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Input bit rate. 23 Aug 2013 : STATUS changed to 'deprecated' cause no such counter exist in OneOS" + ::= { oacQosMatchStatsEntry 5 } + + + + + +-- The oacQosSetConfigObject group +-- +-- oacQosSetConfig + +oacQosSetConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosSetConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table specifies Actions configuration." + ::= { oacQOS 9 } + +oacQosSetConfigEntry OBJECT-TYPE + SYNTAX OacQosSetConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by config index." + INDEX { oacQosConfigIndex } + ::= { oacQosSetConfigTable 1 } + +OacQosSetConfigEntry ::= SEQUENCE { + oacQosSetConfigFeature SetFeatureType, + oacQosSetConfigIpDSCPValue Integer32, + oacQosSetConfigIpPrecedenceValue Integer32, + oacQosSetConfigQosGroupValue Integer32, + oacQosSetConfigDiscardClassValue Gauge32, + oacQosSetConfigCosValue Integer32 +} + +oacQosSetConfigFeature OBJECT-TYPE + SYNTAX SetFeatureType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The configured packet marking feature : ipDscp(0), ipPrecedence(1), qosGroupNumber(2), atmClpBit(3), discardClass(4), cos(5)" + ::= { oacQosSetConfigEntry 1 } + +oacQosSetConfigIpDSCPValue OBJECT-TYPE + SYNTAX Integer32 (0..63) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP DSCP value." + ::= { oacQosSetConfigEntry 2 } + +oacQosSetConfigIpPrecedenceValue OBJECT-TYPE + SYNTAX Integer32 (0..7) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP Precedence value." + ::= { oacQosSetConfigEntry 3 } + +oacQosSetConfigQosGroupValue OBJECT-TYPE + SYNTAX Integer32 (0..99) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Qos Group value." + ::= { oacQosSetConfigEntry 4 } + +oacQosSetConfigDiscardClassValue OBJECT-TYPE + SYNTAX Gauge32 (0..7) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Not supported." + ::= { oacQosSetConfigEntry 5 } + +oacQosSetConfigCosValue OBJECT-TYPE + SYNTAX Integer32 (0..7) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Cos value." + ::= { oacQosSetConfigEntry 6 } + + +-- end of oacQosSetConfigTable + + + +-- +-- Start of oacQosPoliceConfig Group +-- + +oacQosPoliceConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosPoliceConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table specifies Traffic Conditioning configuration information" + ::= { oacQOS 10 } + +oacQosPoliceConfigEntry OBJECT-TYPE + SYNTAX OacQosPoliceConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by config index." + INDEX { oacQosConfigIndex } + ::= { oacQosPoliceConfigTable 1 } + +OacQosPoliceConfigEntry ::= SEQUENCE { + oacQosPoliceConfigCir Gauge32, + oacQosPoliceConfigCir64 Counter64, + oacQosPoliceConfigConformBurstSize Gauge32, + oacQosPoliceConfigPir Gauge32, + oacQosPoliceConfigPeakBurstSize Gauge32, + oacQosPoliceConfigConformAction PoliceAction, + oacQosPoliceConfigConformSetValue Gauge32, + oacQosPoliceConfigExceedAction PoliceAction, + oacQosPoliceConfigExceedSetValue Gauge32, + oacQosPoliceConfigViolateAction PoliceAction, + oacQosPoliceConfigViolateSetValue Gauge32 +} + +oacQosPoliceConfigCir OBJECT-TYPE + SYNTAX Gauge32 (8000..2000000000) + UNITS "bits/second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Committed Information Rate." + + ::= { oacQosPoliceConfigEntry 1 } + + +oacQosPoliceConfigCir64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "bits/second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Committed Information Rate." + + ::= { oacQosPoliceConfigEntry 2 } + +oacQosPoliceConfigConformBurstSize OBJECT-TYPE + SYNTAX Gauge32 (1000..512000000) + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Committed Burst Size." + + ::= { oacQosPoliceConfigEntry 3 } + +oacQosPoliceConfigPir OBJECT-TYPE + SYNTAX Gauge32 (8000..2000000000) + UNITS "bits/second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Peak Information Rate." + + ::= { oacQosPoliceConfigEntry 4 } + + +oacQosPoliceConfigPeakBurstSize OBJECT-TYPE + SYNTAX Gauge32 (1000..512000000) + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Peak Burst Size." + + ::= { oacQosPoliceConfigEntry 5 } + +oacQosPoliceConfigConformAction OBJECT-TYPE + SYNTAX PoliceAction + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Configured conform action : transmit(1), setIpDSCP(2), setIpPrecedence(3), setQosGroup(4), drop(5), setAtmClp(6), setDiscardClass(7), setCos(8)." + ::= { oacQosPoliceConfigEntry 6 } + +oacQosPoliceConfigConformSetValue OBJECT-TYPE + SYNTAX Gauge32 (1..99) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Configured packet marking feature value in case of conform action" + ::= { oacQosPoliceConfigEntry 7 } + +oacQosPoliceConfigExceedAction OBJECT-TYPE + SYNTAX PoliceAction + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Configured exceed action : transmit(1), setIpDSCP(2), setIpPrecedence(3), setQosGroup(4), drop(5), setAtmClp(6), setDiscardClass(7), setCos(8)." + ::= { oacQosPoliceConfigEntry 8 } + +oacQosPoliceConfigExceedSetValue OBJECT-TYPE + SYNTAX Gauge32 (1..99) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Configured packet marking feature value in case of exceed action" + ::= { oacQosPoliceConfigEntry 9 } + +oacQosPoliceConfigViolateAction OBJECT-TYPE + SYNTAX PoliceAction + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Configured violate action : transmit(1), setIpDSCP(2), setIpPrecedence(3), setQosGroup(4), drop(5), setAtmClp(6), setDiscardClass(7), setCos(8)." + ::= { oacQosPoliceConfigEntry 10 } + +oacQosPoliceConfigViolateSetValue OBJECT-TYPE + SYNTAX Gauge32 (1..99) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Configured packet marking feature value in case of violate action" + ::= { oacQosPoliceConfigEntry 11 } +-- +-- end of oacQosPoliceConfig Group +-- + + +-- +-- Start of oacQosPoliceActionConfig Group +-- + + +oacQosPoliceActionConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosPoliceActionConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table specifies Traffic Conditioning Action configuration." + ::= { oacQOS 11 } + +oacQosPoliceActionConfigEntry OBJECT-TYPE + SYNTAX OacQosPoliceActionConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by config index and police action config index." + INDEX { oacQosConfigIndex, oacQosPoliceActionConfigIndex } + ::= { oacQosPoliceActionConfigTable 1 } + +OacQosPoliceActionConfigEntry ::= SEQUENCE { + oacQosPoliceActionConfigIndex Gauge32, + oacQosPoliceActionConfigConform PoliceAction, + oacQosPoliceActionConfigConformSetValue Gauge32, + oacQosPoliceActionConfigExceed PoliceAction, + oacQosPoliceActionConfigExceedSetValue Gauge32, + oacQosPoliceActionConfigViolate PoliceAction, + oacQosPoliceActionConfigViolateSetValue Gauge32 +} + +oacQosPoliceActionConfigIndex OBJECT-TYPE + SYNTAX Gauge32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each action has a unique index." + ::= { oacQosPoliceActionConfigEntry 1 } + +oacQosPoliceActionConfigConform OBJECT-TYPE + SYNTAX PoliceAction + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Action taken when traffic does not exceed conform token bucket." + ::= { oacQosPoliceActionConfigEntry 2 } + +oacQosPoliceActionConfigConformSetValue OBJECT-TYPE + SYNTAX Gauge32 (0..99) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "New value set for each conform packets. If Action action does not + required a set value, this object is set to zero." + ::= { oacQosPoliceActionConfigEntry 3 } + +oacQosPoliceActionConfigExceed OBJECT-TYPE + SYNTAX PoliceAction + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Action taken when traffic is between conform and exceed token buckets." + ::= { oacQosPoliceActionConfigEntry 4 } + +oacQosPoliceActionConfigExceedSetValue OBJECT-TYPE + SYNTAX Gauge32 (0..99) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "New value set for each exceed packets. If action does not + required a set value, this object is set to zero." + ::= { oacQosPoliceActionConfigEntry 5 } + +oacQosPoliceActionConfigViolate OBJECT-TYPE + SYNTAX PoliceAction + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Action taken when traffic exceeds conform token bucket." + ::= { oacQosPoliceActionConfigEntry 6 } + +oacQosPoliceActionConfigViolateSetValue OBJECT-TYPE + SYNTAX Gauge32 (0..99) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "New value set for each violate packets. If action does not + required a set value, this object is set to zero." + ::= { oacQosPoliceActionConfigEntry 7 } + +-- +-- end of oacQosPoliceActionConfig Group +-- + + +-- +-- The oacQosPoliceStats group +-- +-- oacQosPoliceStatsTable + +oacQosPoliceStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosPoliceStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table specifies Traffic Conditioning Statistics information." + ::= { oacQOS 12 } + +oacQosPoliceStatsEntry OBJECT-TYPE + SYNTAX OacQosPoliceStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by policy index and object index" + INDEX { oacQosPolicyIndex, oacQosObjectsIndex } + ::= { oacQosPoliceStatsTable 1 } + +OacQosPoliceStatsEntry ::= SEQUENCE { + oacQosPoliceConformPkt Counter32, + oacQosPoliceConformPkt64 Counter64, + oacQosPoliceConformByte Counter32, + oacQosPoliceConformByte64 Counter64, + oacQosPoliceConformBitRate Gauge32, + oacQosPoliceExceedPkt Counter32, + oacQosPoliceExceedPkt64 Counter64, + oacQosPoliceExceedByte Counter32, + oacQosPoliceExceedByte64 Counter64, + oacQosPoliceExceedBitRate Gauge32, + oacQosPoliceViolatePkt Counter32, + oacQosPoliceViolatePkt64 Counter64, + oacQosPoliceViolateByte Counter32, + oacQosPoliceViolateByte64 Counter64, + oacQosPoliceViolateBitRate Gauge32 +} + + +oacQosPoliceConformPkt OBJECT-TYPE + SYNTAX Counter32 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of conformed packets." + ::= { oacQosPoliceStatsEntry 1 } + +oacQosPoliceConformPkt64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of conformed packets." + ::= { oacQosPoliceStatsEntry 2 } + + +oacQosPoliceConformByte OBJECT-TYPE + SYNTAX Counter32 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of conformed bytes." + ::= { oacQosPoliceStatsEntry 3 } + +oacQosPoliceConformByte64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of conformed bytes." + ::= { oacQosPoliceStatsEntry 4 } + +oacQosPoliceConformBitRate OBJECT-TYPE + SYNTAX Gauge32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The conform traffic rate." + ::= { oacQosPoliceStatsEntry 5 } + + +oacQosPoliceExceedPkt OBJECT-TYPE + SYNTAX Counter32 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of exceeded packets." + + ::= { oacQosPoliceStatsEntry 6 } + +oacQosPoliceExceedPkt64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of exceeded packets." + + ::= { oacQosPoliceStatsEntry 7 } + + +oacQosPoliceExceedByte OBJECT-TYPE + SYNTAX Counter32 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of exceeded bytes." + + ::= { oacQosPoliceStatsEntry 8 } + +oacQosPoliceExceedByte64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of exceeded bytes." + + ::= { oacQosPoliceStatsEntry 9 } + +oacQosPoliceExceedBitRate OBJECT-TYPE + SYNTAX Gauge32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The exceed traffic rate." + + ::= { oacQosPoliceStatsEntry 10 } + + +oacQosPoliceViolatePkt OBJECT-TYPE + SYNTAX Counter32 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of violated packets." + + ::= { oacQosPoliceStatsEntry 11 } + +oacQosPoliceViolatePkt64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of violated packets." + + ::= { oacQosPoliceStatsEntry 12 } + + +oacQosPoliceViolateByte OBJECT-TYPE + SYNTAX Counter32 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of violated bytes." + + ::= { oacQosPoliceStatsEntry 13 } + +oacQosPoliceViolateByte64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of violated bytes." + + ::= { oacQosPoliceStatsEntry 14 } + +oacQosPoliceViolateBitRate OBJECT-TYPE + SYNTAX Gauge32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The violate traffic rate." + + ::= { oacQosPoliceStatsEntry 15 } + +-- end of oacQosPoliceStatsTable + + + +-- The oacQosWREDConfig group +-- +-- oacQosWREDTable + +oacQosWREDConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosWREDConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table specifies the WRED configuration information" + ::= { oacQOS 13 } + +oacQosWREDConfigEntry OBJECT-TYPE + SYNTAX OacQosWREDConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by config index" + INDEX { oacQosConfigIndex } + ::= { oacQosWREDConfigTable 1 } + +OacQosWREDConfigEntry ::= SEQUENCE { + oacQosWREDConfigExponentialWeight Integer32, + oacQosWREDConfigDscpPrecQosCosGroup WREDMechanism, + oacQosWREDConfigECNEnabled TruthValue +} + + +oacQosWREDConfigExponentialWeight OBJECT-TYPE + SYNTAX Integer32 (1..16) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The exponential weighting factor used to compute average queue size." + + ::= { oacQosWREDConfigEntry 1 } + + +oacQosWREDConfigDscpPrecQosCosGroup OBJECT-TYPE + SYNTAX WREDMechanism + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The WRED based mechanism." + + ::= { oacQosWREDConfigEntry 2 } + +oacQosWREDConfigECNEnabled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicate if Explicit Congestion Notification is enabled." + + ::= { oacQosWREDConfigEntry 3 } + +-- +-- end of oacQosWREDConfigTable +-- + + +-- +-- oacQosWREDClassConfig Group + +oacQosWREDClassConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosWREDClassConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table specifies the WRED configuration information for each value." + ::= { oacQOS 14 } + +oacQosWREDClassConfigEntry OBJECT-TYPE + SYNTAX OacQosWREDClassConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by config index and WRED value." + + INDEX { oacQosConfigIndex, oacQosWREDValue} + ::= { oacQosWREDClassConfigTable 1 } + +OacQosWREDClassConfigEntry ::= SEQUENCE { + oacQosWREDValue Integer32, + oacQosWREDConfigPktDropProb Integer32, + oacQosWREDClassConfigThresholdUnit QosQueueUnitType, + oacQosWREDClassConfigMinThreshold QosQueueDepth, + oacQosWREDClassConfigMaxThreshold QosQueueDepth +} + +oacQosWREDValue OBJECT-TYPE + SYNTAX Integer32 (0..63) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The DSCP, Precedence, QosGroup or Cos value." + + ::= { oacQosWREDClassConfigEntry 1 } + + +oacQosWREDConfigPktDropProb OBJECT-TYPE + SYNTAX Integer32 (1..65536) + UNITS "" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Mark Probality Drop factor." + + ::= { oacQosWREDClassConfigEntry 2 } + +oacQosWREDClassConfigThresholdUnit OBJECT-TYPE + SYNTAX QosQueueUnitType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unit to specify WRED thresholds." + + ::= { oacQosWREDClassConfigEntry 3 } + +oacQosWREDClassConfigMinThreshold OBJECT-TYPE + SYNTAX QosQueueDepth + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum WRED threshold value." + + ::= { oacQosWREDClassConfigEntry 4 } + + +oacQosWREDClassConfigMaxThreshold OBJECT-TYPE + SYNTAX QosQueueDepth + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum WRED threshold value." + + ::= { oacQosWREDClassConfigEntry 5 } + +-- end of oacQosWREDClassConfig Group + + + + +-- +-- oacQosWREDClassStats Group + +oacQosWREDClassStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosWREDClassStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table specifies the WRED statistics information." + ::= { oacQOS 15 } + +oacQosWREDClassStatsEntry OBJECT-TYPE + SYNTAX OacQosWREDClassStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by config index, object index and WRED value." + INDEX { oacQosPolicyIndex, oacQosObjectsIndex, oacQosWREDValue} + ::= { oacQosWREDClassStatsTable 1 } + +OacQosWREDClassStatsEntry ::= SEQUENCE { + oacQosWREDAverageQueueSizeUnits QosQueueUnitType, + oacQosWREDAverageQueueSize QosQueueDepth, + oacQosWREDRandomDropPkt Counter32, + oacQosWREDRandomDropPkt64 Counter64, + oacQosWREDRandomDropByte Counter32, + oacQosWREDRandomDropByte64 Counter64, + oacQosWREDTailDropPkt Counter32, + oacQosWREDTailDropPkt64 Counter64, + oacQosWREDTailDropByte Counter32, + oacQosWREDTailDropByte64 Counter64, + oacQosWREDTransmitPkt Counter32, + oacQosWREDTransmitPkt64 Counter64, + oacQosWREDTransmitByte Counter32, + oacQosWREDTransmitByte64 Counter64, + oacQosWREDECNMarkPkt Counter32, + oacQosWREDECNMarkPkt64 Counter64, + oacQosWREDECNMarkByte Counter32, + oacQosWREDECNMarkByte64 Counter64 +} + +oacQosWREDAverageQueueSizeUnits OBJECT-TYPE + SYNTAX QosQueueUnitType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The queue size unit type." + + ::= { oacQosWREDClassStatsEntry 1 } + +oacQosWREDAverageQueueSize OBJECT-TYPE + SYNTAX QosQueueDepth + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average queue size used by WRED." + + ::= { oacQosWREDClassStatsEntry 2 } + + +oacQosWREDRandomDropPkt OBJECT-TYPE + SYNTAX Counter32 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of packets dropped ramdomly." + + ::= { oacQosWREDClassStatsEntry 3 } + +oacQosWREDRandomDropPkt64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of packets dropped ramdomly." + + ::= { oacQosWREDClassStatsEntry 4 } + + +oacQosWREDRandomDropByte OBJECT-TYPE + SYNTAX Counter32 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of bytes dropped ramdomly." + + ::= { oacQosWREDClassStatsEntry 5 } + +oacQosWREDRandomDropByte64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of bytes dropped ramdomly." + + ::= { oacQosWREDClassStatsEntry 6 } + + +oacQosWREDTailDropPkt OBJECT-TYPE + SYNTAX Counter32 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of packets dropped when the number of packets exceeds the maximum threshold." + + ::= { oacQosWREDClassStatsEntry 7 } + +oacQosWREDTailDropPkt64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of packets dropped when the number of packets exceeds the maximum threshold." + + ::= { oacQosWREDClassStatsEntry 8 } + + +oacQosWREDTailDropByte OBJECT-TYPE + SYNTAX Counter32 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of bytes dropped when the number of packets exceeds the maximum threshold." + + ::= { oacQosWREDClassStatsEntry 9 } + +oacQosWREDTailDropByte64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of bytes dropped when the number of packets exceeds the maximum threshold." + + ::= { oacQosWREDClassStatsEntry 10 } + +oacQosWREDTransmitPkt OBJECT-TYPE + SYNTAX Counter32 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of packets transmitted." + + ::= { oacQosWREDClassStatsEntry 11 } + +oacQosWREDTransmitPkt64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of packets transmitted." + + ::= { oacQosWREDClassStatsEntry 12 } + +oacQosWREDTransmitByte OBJECT-TYPE + SYNTAX Counter32 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of bytes transmitted." + + ::= { oacQosWREDClassStatsEntry 13 } + +oacQosWREDTransmitByte64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of bytes transmitted." + + ::= { oacQosWREDClassStatsEntry 14 } + +oacQosWREDECNMarkPkt OBJECT-TYPE + SYNTAX Counter32 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of packets marked with ECN." + + ::= { oacQosWREDClassStatsEntry 15 } + +oacQosWREDECNMarkPkt64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of packets marked with ECN." + + ::= { oacQosWREDClassStatsEntry 16 } + + +oacQosWREDECNMarkByte OBJECT-TYPE + SYNTAX Counter32 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of bytes marked with ECN." + + ::= { oacQosWREDClassStatsEntry 17 } + +oacQosWREDECNMarkByte64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of bytes marked with ECN." + + ::= { oacQosWREDClassStatsEntry 18 } + + +-- end of oacQosWREDClassStatsTable + + +-- +-- Start of oacQosQueueConfigTable +-- +oacQosQueueConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosQueueConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table specifies Queue configuration information." + ::= { oacQOS 16 } + +oacQosQueueConfigEntry OBJECT-TYPE + SYNTAX OacQosQueueConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by config index." + + INDEX { oacQosConfigIndex } + ::= { oacQosQueueConfigTable 1 } + +OacQosQueueConfigEntry ::= SEQUENCE { + oacQosQueueConfigFlowBasedEnabled TruthValue, + oacQosQueueConfigPriorityEnabled TruthValue, + oacQosQueueConfigBandwidth Integer32, + oacQosQueueConfigBandwidthUnits QueueingBandwidthUnits, + oacQosQueueConfigFlowBasedQSize Integer32, + oacQosQueueConfigFlowBasedQNumber Integer32, + oacQosQueueConfigPrioBurstSize Gauge32, + oacQosQueueConfigQueueLimitUnits QosQueueUnitType, + oacQosQueueConfigQueueLimit QosQueueDepth, + oacQosQueueConfigERPriority Integer32 +} + +oacQosQueueConfigFlowBasedEnabled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicate if Flow-Based WFQ is enable." + + ::= { oacQosQueueConfigEntry 1 } + +oacQosQueueConfigPriorityEnabled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicate if this class used priority queueing." + + ::= { oacQosQueueConfigEntry 2 } + + +oacQosQueueConfigBandwidth OBJECT-TYPE + SYNTAX Integer32 (0..2000000) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicate the bandwidth configured to this class." + + ::= { oacQosQueueConfigEntry 3 } + +oacQosQueueConfigBandwidthUnits OBJECT-TYPE + SYNTAX QueueingBandwidthUnits + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicate the bandwidth unit." + + ::= { oacQosQueueConfigEntry 4 } + + +oacQosQueueConfigFlowBasedQSize OBJECT-TYPE + SYNTAX Integer32 (1..32768) + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of packets allowed for each Flow-Based WFQ queues." + + ::= { oacQosQueueConfigEntry 5 } + +oacQosQueueConfigFlowBasedQNumber OBJECT-TYPE + SYNTAX Integer32 (1..32768) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of dynamic queues reserved for Flow-Based WFQ." + + ::= { oacQosQueueConfigEntry 6 } + +oacQosQueueConfigPrioBurstSize OBJECT-TYPE + SYNTAX Gauge32 (32..64000000) + UNITS "Bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The burst size." + + ::= { oacQosQueueConfigEntry 7 } + +oacQosQueueConfigQueueLimitUnits OBJECT-TYPE + SYNTAX QosQueueUnitType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of packets allowed for all queues associated for this class." + + ::= { oacQosQueueConfigEntry 8 } + +oacQosQueueConfigQueueLimit OBJECT-TYPE + SYNTAX QosQueueDepth + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The queue limit unit." + + ::= { oacQosQueueConfigEntry 9 } + +oacQosQueueConfigERPriority OBJECT-TYPE + SYNTAX Integer32 (0..7) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The excess rate priority." + + ::= { oacQosQueueConfigEntry 10 } + +-- +-- End of oacQosQueueConfig Group +-- + + + + + +-- +-- The oacQosQueueStats group +-- + +oacQosQueueStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacQosQueueStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table specifies Queue statistics information." + ::= { oacQOS 17 } + +oacQosQueueStatsEntry OBJECT-TYPE + SYNTAX OacQosQueueStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry is indexed by policy index and object index." + INDEX { oacQosPolicyIndex, oacQosObjectsIndex } + + ::= { oacQosQueueStatsTable 1 } + + +OacQosQueueStatsEntry ::= SEQUENCE { + oacQosQueueDiscardByte Counter32, + oacQosQueueDiscardByte64 Counter64, + oacQosQueueDiscardPkt Counter32, + oacQosQueueDiscardPkt64 Counter64, + oacQosQueueCurrentQDepth Gauge32, + oacQosQueueMaxQDepth Gauge32 +} + + +oacQosQueueDiscardByte OBJECT-TYPE + SYNTAX Counter32 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of bytes dropped by queueing." + + ::= { oacQosQueueStatsEntry 1 } + +oacQosQueueDiscardByte64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of bytes dropped by queueing." + + ::= { oacQosQueueStatsEntry 2 } + + +oacQosQueueDiscardPkt OBJECT-TYPE + SYNTAX Counter32 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of packets dropped by queueing." + + ::= { oacQosQueueStatsEntry 3 } + +oacQosQueueDiscardPkt64 OBJECT-TYPE + SYNTAX Counter64 + UNITS "Packets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count64 of packets dropped by queueing." + ::= { oacQosQueueStatsEntry 4 } + +oacQosQueueCurrentQDepth OBJECT-TYPE + SYNTAX Gauge32 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current depth of the queue." + + ::= { oacQosQueueStatsEntry 5 } + +oacQosQueueMaxQDepth OBJECT-TYPE + SYNTAX Gauge32 + UNITS "Octets" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum depth of the queue." + + ::= { oacQosQueueStatsEntry 6 } + +-- end of oacQosQueueStats Group + + + +END + diff --git a/oneaccess/OA-ZBFW-STATUS-MIB b/oneaccess/OA-ZBFW-STATUS-MIB new file mode 100644 index 000000000..3d7086b49 --- /dev/null +++ b/oneaccess/OA-ZBFW-STATUS-MIB @@ -0,0 +1,909 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V0X.X.R0XX_XXXXX +-- +-- Creation date : 16/12/2010 + +OA-ZBFW-STATUS-MIB DEFINITIONS ::= BEGIN + + IMPORTS + Integer32, Counter32, Unsigned32,IpAddress,TimeTicks, + OBJECT-TYPE, MODULE-IDENTITY + FROM SNMPv2-SMI + DisplayString + FROM SNMPv2-TC + oacExpIMZbFw, oacMIBModules + FROM ONEACCESS-GLOBAL-REG + SnmpAdminString + FROM SNMP-FRAMEWORK-MIB; + + oacZbfwStatusMIB MODULE-IDENTITY + + LAST-UPDATED "201012160001Z" + ORGANIZATION " OneAccess " + CONTACT-INFO " OneAccess Belgium" + + DESCRIPTION "The oacZbfwStatusMIB" + ::= { oacMIBModules 2003 } + +TableIndex ::= Unsigned32 + +-- +-- Node definitions +-- + +oacZbfw OBJECT IDENTIFIER ::= {oacExpIMZbFw 3131} + +-- Output for group performance. + +oacZbfwPerf OBJECT IDENTIFIER ::= {oacZbfw 12} + +-- Output for attribute router performance. + +oacZbfwRtrConnPerf OBJECT IDENTIFIER ::= {oacZbfwPerf 40} + +oacZbfwRtrConnPerfSSCTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacZbfwRtrConnPerfEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "router connection statistics" + ::= {oacZbfwRtrConnPerf 1} + +oacZbfwRtrConnPerfEntry OBJECT-TYPE + SYNTAX OacZbfwRtrConnPerfEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table of oacZbfwRtrConnPer" + INDEX { IMPLIED oacZbfwRtrConnPerfGlobalIx } + ::= {oacZbfwRtrConnPerfSSCTable 1} + +OacZbfwRtrConnPerfEntry ::= + SEQUENCE + { + oacZbfwRtrConnPerfGlobalIx + SnmpAdminString, + oacZbfwRouterConnectionsCreated + Counter32, + oacZbfwRouterConnectionsClosed + Counter32, + oacZbfwRouterConnectionsTimedOut + Counter32, + oacZbfwRouterConnectionsMax + Counter32, + oacZbfwRouterConnectionsMaxUsed + Counter32, + oacZbfwRouterConnectionsUsed + Counter32 + } + +oacZbfwRtrConnPerfGlobalIx OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The value of the tlsCntTreeGlobalIndex of the MANAGED OBJECT." + ::= {oacZbfwRtrConnPerfEntry 10} + +oacZbfwRouterConnectionsCreated OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of (half-open) connections created by the zone-based firewall." + ::= {oacZbfwRtrConnPerfEntry 1} + +oacZbfwRouterConnectionsClosed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of zone-based firewall connections or half-open connections + closed by a protocol or explicitly by a user." + ::= {oacZbfwRtrConnPerfEntry 2} + +oacZbfwRouterConnectionsTimedOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of zone-based firewall connections or half-open connections + that timed out." + ::= {oacZbfwRtrConnPerfEntry 3} + +oacZbfwRouterConnectionsMax OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Max number of zone-based firewall connections or half-open connections + allowed in this instance." + ::= {oacZbfwRtrConnPerfEntry 4} + + oacZbfwRouterConnectionsMaxUsed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Highest number of zone-based firewall connections or half-open connections + that were simultaneously in use." + ::= {oacZbfwRtrConnPerfEntry 5} + + oacZbfwRouterConnectionsUsed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of zone-based firewall connections or half-open connections + that are currenlty in use." + ::= {oacZbfwRtrConnPerfEntry 6} + +-- Output for attribute packets. + +oacZbfwPackets OBJECT IDENTIFIER ::= {oacZbfwPerf 41} + +oacZbfwPacketsSSCTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacZbfwPacketsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "packet statistics" + ::= {oacZbfwPackets 1} + +oacZbfwPacketsEntry OBJECT-TYPE + SYNTAX OacZbfwPacketsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Aggregated packet handling statistics of the zone-based firewall." + INDEX { IMPLIED oacZbfwPacketsGlobalIx } + ::= {oacZbfwPacketsSSCTable 1} + +OacZbfwPacketsEntry ::= + SEQUENCE + { + oacZbfwPacketsGlobalIx + SnmpAdminString, + oacZbfwPacketsProcessed + Counter32, + oacZbfwPacketsPassed + Counter32, + oacZbfwPacketsDropped + Counter32, + oacZbfwPacketsRejected + Counter32, + oacZbfwPacketsRejectStatsInvalidIntf + Counter32, + oacZbfwPacketsRejectStatsNoPolicy + Counter32, + oacZbfwPacketsRejectStatsNoConnSetup + Counter32, + oacZbfwPacketsRejectStatsProtocol + Counter32, + oacZbfwPacketsRejectStatsAlg + Counter32, + oacZbfwPacketsRejectStatsConnExceeded + Counter32 --, +-- oacZbfwPacketsRejectStatsBandwidth +-- Counter32 + } + +oacZbfwPacketsGlobalIx OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The value of the tlsCntTreeGlobalIndex of the MANAGED OBJECT." + ::= {oacZbfwPacketsEntry 1} + +oacZbfwPacketsProcessed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets processed by the zone-based firewall." + ::= {oacZbfwPacketsEntry 2} + +oacZbfwPacketsPassed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets passed by the zone-based firewall." + ::= {oacZbfwPacketsEntry 3} + +oacZbfwPacketsDropped OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets dropped by an explicit drop rule of the zone-based firewall." + ::= {oacZbfwPacketsEntry 4} + +oacZbfwPacketsRejected OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets rejected by the zone-based firewall because of an + invalid interface, no matching rule could be found, no connection could be + created, a protocol violation or an alg violation." + ::= {oacZbfwPacketsEntry 5} + +oacZbfwPacketsRejectStatsInvalidIntf OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets rejected by the zone-based firewall because of a missing + valid interface for the packet." + ::= {oacZbfwPacketsEntry 6} + +oacZbfwPacketsRejectStatsNoPolicy OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets rejected by the zone-based firewall because of a missing + matching policy database entry." + ::= {oacZbfwPacketsEntry 7} + +oacZbfwPacketsRejectStatsNoConnSetup OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets rejected by the zone-based firewall because no + connection could be created." + ::= {oacZbfwPacketsEntry 8} + +oacZbfwPacketsRejectStatsProtocol OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets rejected by the zone-based firewall because of a + protocol violation." + ::= {oacZbfwPacketsEntry 9} + +oacZbfwPacketsRejectStatsAlg OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets rejected by the zone-based firewall because of an + alg violation." + ::= {oacZbfwPacketsEntry 10} + +oacZbfwPacketsRejectStatsConnExceeded OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets rejected by the zone-based firewall because the + maximum number of connections was reached." + ::= {oacZbfwPacketsEntry 11} + +--oacZbfwPacketsRejectStatsBandwidth OBJECT-TYPE +-- SYNTAX Counter32 +-- MAX-ACCESS read-only +-- STATUS current +-- DESCRIPTION +-- "Path: zbFirewall.performance.packets.rejectStats.bandwidth +-- +-- 32 bit unsigned wrappable counter." +-- ::= {oacZbfwPacketsEntry 11} + + +-- Output for attribute PolicyRules + +oacZbfwPolicyRules OBJECT IDENTIFIER ::= {oacZbfwPerf 42} + +oacZbfwPolicyRulesSSCTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacZbfwPolicyRulesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "open policyrules perf" + ::= {oacZbfwPolicyRules 1} + +oacZbfwPolicyRulesEntry OBJECT-TYPE + SYNTAX OacZbfwPolicyRulesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "" + INDEX { oacZbfwPolicyRulesTableIx, + IMPLIED oacZbfwPolicyRulesGlobalIx} + ::= {oacZbfwPolicyRulesSSCTable 1} + +OacZbfwPolicyRulesEntry ::= + SEQUENCE + { + oacZbfwPolicyRulesTableIx + TableIndex, + oacZbfwPolicyRulesGlobalIx + SnmpAdminString, + oacZbfwPolicyRulesZonePair + DisplayString, + oacZbfwPolicyRulesPolicy + DisplayString, + oacZbfwPolicyRulesPolicyRule + DisplayString, + oacZbfwPolicyRulesCountersProcessed + Counter32, + oacZbfwPolicyRulesCountersApplied + Counter32, + oacZbfwPolicyRulesCountersConnections + Counter32, + oacZbfwPolicyRulesCountersPackets + Counter32, + oacZbfwPolicyRulesCountersOctets + Counter32, + oacZbfwPolicyRulesCountersReversePackets + Counter32, + oacZbfwPolicyRulesCountersReverseOctets + Counter32 + } + +oacZbfwPolicyRulesTableIx OBJECT-TYPE + SYNTAX TableIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table of oacZbfwPolicyRules objects" + ::= {oacZbfwPolicyRulesEntry 1} + +oacZbfwPolicyRulesGlobalIx OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The value of the tlsCntTreeGlobalIndex of the MANAGED OBJECT." + ::= {oacZbfwPolicyRulesEntry 2} + +oacZbfwPolicyRulesZonePair OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the zone-pair of this policy rule instance." + ::= {oacZbfwPolicyRulesEntry 3} + +oacZbfwPolicyRulesPolicy OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the policy of this policy rule instance." + ::= {oacZbfwPolicyRulesEntry 4} + +oacZbfwPolicyRulesPolicyRule OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the policy rule instance." + ::= {oacZbfwPolicyRulesEntry 5} + +oacZbfwPolicyRulesCountersProcessed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times this policy rule instance was checked for packet + matching." + ::= {oacZbfwPolicyRulesEntry 6} + +oacZbfwPolicyRulesCountersApplied OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times this policy rule instance was part of a matching policy + database rule instance." + ::= {oacZbfwPolicyRulesEntry 7} + +oacZbfwPolicyRulesCountersConnections OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of connections created from a matching policy database entry + containing this policy rule instance." + ::= {oacZbfwPolicyRulesEntry 8} + +oacZbfwPolicyRulesCountersPackets OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets processed in a flow that was created from a matching + policy database entry containing this policy rule instance." + ::= {oacZbfwPolicyRulesEntry 9} + +oacZbfwPolicyRulesCountersOctets OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of octets processed in a flow that was created from a matching + policy database entry containing this policy rule instance." + ::= {oacZbfwPolicyRulesEntry 10} + +oacZbfwPolicyRulesCountersReversePackets OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets processed in a reverse flow that was created from a matching + policy database entry containing this policy rule instance." + ::= {oacZbfwPolicyRulesEntry 11} + +oacZbfwPolicyRulesCountersReverseOctets OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of octets processed in a reverse flow that was created from a matching + policy database entry containing this policy rule instance." + ::= {oacZbfwPolicyRulesEntry 12} + +-- Output for action ClearCounters + +oacZbfwClearCounters OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Clear firewall statistics and policy database counters." + ::= {oacZbfwPerf 43} + + +-- Output for group status. + +oacZbfwStatus OBJECT IDENTIFIER ::= {oacZbfw 14} + + +-- Output for attribute zonePairs. + +oacZbfwZonePairs OBJECT IDENTIFIER ::= {oacZbfwStatus 22} + +oacZbfwZonePairsSSCTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacZbfwZonePairsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "runtime zone pair status table" + ::= {oacZbfwZonePairs 1} + +oacZbfwZonePairsEntry OBJECT-TYPE + SYNTAX OacZbfwZonePairsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Zone-pair entry in the runtime policy database." + INDEX { oacZbfwZonePairsTableIx, + IMPLIED oacZbfwZonePairsGlobalIx} + ::= {oacZbfwZonePairsSSCTable 1} + +OacZbfwZonePairsEntry ::= + SEQUENCE + { + oacZbfwZonePairsTableIx + TableIndex, + oacZbfwZonePairsGlobalIx + SnmpAdminString, + oacZbfwZonePairsName + DisplayString, + oacZbfwZonePairsSrcZone + DisplayString, + oacZbfwZonePairsDstZone + DisplayString, +-- oacZbfwZonePairsOutboundNat +-- DisplayString, + oacZbfwZonePairsPolicy + DisplayString, + oacZbfwZonePairsCountersProcessed + Counter32, + oacZbfwZonePairsCountersApplied + Counter32, + oacZbfwZonePairsCountersConnections + Counter32, + oacZbfwZonePairsCountersPackets + Counter32, + oacZbfwZonePairsCountersOctets + Counter32, + oacZbfwZonePairsCountersReversePackets + Counter32, + oacZbfwZonePairsCountersReverseOctets + Counter32 + } + +oacZbfwZonePairsTableIx OBJECT-TYPE + SYNTAX TableIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table of oacZbfwZonePairs objects" + ::= {oacZbfwZonePairsEntry 1} + +oacZbfwZonePairsGlobalIx OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The value of the tlsCntTreeGlobalIndex of the MANAGED OBJECT." + ::= {oacZbfwZonePairsEntry 2} + +oacZbfwZonePairsName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the zone-pair." + ::= {oacZbfwZonePairsEntry 3} + +oacZbfwZonePairsSrcZone OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the source zone of this zone-pair." + ::= {oacZbfwZonePairsEntry 4} + +oacZbfwZonePairsDstZone OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the destination zone of this zone-pair." + ::= {oacZbfwZonePairsEntry 5} + +--oacZbfwZonePairsOutboundNat OBJECT-TYPE +-- SYNTAX DisplayString +-- MAX-ACCESS read-only +-- STATUS current +-- DESCRIPTION +-- "Name of the outbound Nat used for this zone-pair." +-- ::= {oacZbfwZonePairsEntry 6} + +oacZbfwZonePairsPolicy OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the policy used for this zone-pair." + ::= {oacZbfwZonePairsEntry 7} + +oacZbfwZonePairsCountersProcessed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times this zone-pair instance was checked for packet + matching." + ::= {oacZbfwZonePairsEntry 8} + +oacZbfwZonePairsCountersApplied OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times this zone-pair instance was part of a matching policy + database rule." + ::= {oacZbfwZonePairsEntry 9} + +oacZbfwZonePairsCountersConnections OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of connections created from a matching policy database entry + containing this zone-pair." + ::= {oacZbfwZonePairsEntry 10} + +oacZbfwZonePairsCountersPackets OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets processed in a flow that was created from a matching + policy database entry containing this zone-pair instance." + ::= {oacZbfwZonePairsEntry 11} + +oacZbfwZonePairsCountersOctets OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of octets processed in a flow that was created from a matching + policy database entry containing this zone-pair instance." + ::= {oacZbfwZonePairsEntry 12} + +oacZbfwZonePairsCountersReversePackets OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets processed in a reverse flow that was created from a matching + policy database entry containing this zone-pair instance." + ::= {oacZbfwZonePairsEntry 13} + +oacZbfwZonePairsCountersReverseOctets OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of octets processed in a reverse flow that was created from a matching + policy database entry containing this zone-pair instance." + ::= {oacZbfwZonePairsEntry 14} + +-- Output for attribute flows +oacZbfwFlows OBJECT IDENTIFIER ::= {oacZbfwStatus 23} + +oacZbfwFlowsSSCTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacZbfwFlowsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "open flow status" + ::= {oacZbfwFlows 1} + +oacZbfwFlowsEntry OBJECT-TYPE + SYNTAX OacZbfwFlowsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Open flow." + INDEX { oacZbfwFlowsTableIx, + IMPLIED oacZbfwFlowsGlobalIx} + ::= {oacZbfwFlowsSSCTable 1} + +OacZbfwFlowsEntry ::= + SEQUENCE + { + oacZbfwFlowsTableIx + TableIndex, + oacZbfwFlowsGlobalIx + SnmpAdminString, + oacZbfwFlowsConnectionId + Counter32, + oacZbfwFlowsSrcIntf + DisplayString, + oacZbfwFlowsSrcZone + DisplayString, + oacZbfwFlowsDstIntf + DisplayString, + oacZbfwFlowsDstZone + DisplayString, + oacZbfwFlowsSrcAddress + IpAddress, + oacZbfwFlowsDstAddress + IpAddress, + oacZbfwFlowsProtocol + INTEGER, + oacZbfwFlowsSrcPort + Integer32, + oacZbfwFlowsDstPort + Integer32, + oacZbfwFlowsAge + TimeTicks, + oacZbfwFlowsTimeOut + TimeTicks, + oacZbfwFlowsRulesZonePair + DisplayString, + oacZbfwFlowsRulesPolicy + DisplayString, + oacZbfwFlowsRulesPolicyRule + DisplayString, + oacZbfwFlowsRulesFilter + DisplayString, + oacZbfwFlowsRulesFilterRule + DisplayString, + oacZbfwFlowsModeAlg + INTEGER + } + +oacZbfwFlowsTableIx OBJECT-TYPE + SYNTAX TableIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " The table of oacZbfwFlows objects" + ::= {oacZbfwFlowsEntry 1} + +oacZbfwFlowsGlobalIx OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The value of the tlsCntTreeGlobalIndex of the MANAGED OBJECT." + ::= {oacZbfwFlowsEntry 2} + +oacZbfwFlowsConnectionId OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Unique Id of the connection this flow belongs to." + ::= {oacZbfwFlowsEntry 3} + +oacZbfwFlowsSrcIntf OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the source interface of a flow." + ::= {oacZbfwFlowsEntry 4} + +oacZbfwFlowsSrcZone OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the source zone of a flow." + ::= {oacZbfwFlowsEntry 5} + +oacZbfwFlowsDstIntf OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the destination interface of a flow." + ::= {oacZbfwFlowsEntry 6} + +oacZbfwFlowsDstZone OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the destination zone of a flow." + ::= {oacZbfwFlowsEntry 7} + +oacZbfwFlowsSrcAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Source address of a flow." + ::= {oacZbfwFlowsEntry 8} + +oacZbfwFlowsDstAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Destination address of a flow." + ::= {oacZbfwFlowsEntry 9} + +oacZbfwFlowsProtocol OBJECT-TYPE + SYNTAX INTEGER + { + any (0), + ah (51), + egp (8), + esp (50), + gre (47), + icmp (1), + igp (9), + igmp (2), + igrp (88), + ipInIp (4), + ospf (89), + udp (17), + rsvp (46), + tcp (6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Protocol of a flow. + + Possibilities: + any (0) + ah (51) + egp (8) + esp (50) + gre (47) + icmp (1) + igp (9) + igmp (2) + igrp (88) + ipInIp (4) + ospf (89) + udp (17) + rsvp (46) + tcp (6)" + ::= {oacZbfwFlowsEntry 10} + +oacZbfwFlowsSrcPort OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Source port number of a flow." + ::= {oacZbfwFlowsEntry 11} + +oacZbfwFlowsDstPort OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Destination port number of a flow." + ::= {oacZbfwFlowsEntry 12} + +oacZbfwFlowsAge OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Age of a flow." + ::= {oacZbfwFlowsEntry 13} + +oacZbfwFlowsTimeOut OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Remaining time before a flow goes in timeout and will be removed." + ::= {oacZbfwFlowsEntry 14} + +oacZbfwFlowsRulesZonePair OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the zone-pair matching with a flow." + ::= {oacZbfwFlowsEntry 15} + +oacZbfwFlowsRulesPolicy OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the policy matching with a flow." + ::= {oacZbfwFlowsEntry 16} + +oacZbfwFlowsRulesPolicyRule OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the policy rule matching with a flow." + ::= {oacZbfwFlowsEntry 17} + +oacZbfwFlowsRulesFilter OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the filter matching with a flow." + ::= {oacZbfwFlowsEntry 18} + +oacZbfwFlowsRulesFilterRule OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the filter rule matching with a flow." + ::= {oacZbfwFlowsEntry 19} + +oacZbfwFlowsModeAlg OBJECT-TYPE + SYNTAX INTEGER + { + false (0), + true (1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Boolean indicating if a flow is created by an Alg." + ::= {oacZbfwFlowsEntry 20} + +END diff --git a/oneaccess/ONEACCESS-AAA-MIB b/oneaccess/ONEACCESS-AAA-MIB new file mode 100644 index 000000000..ae5ccf328 --- /dev/null +++ b/oneaccess/ONEACCESS-AAA-MIB @@ -0,0 +1,741 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 07/08/2010 + + ONEACCESS-AAA-MIB DEFINITIONS ::= BEGIN + + IMPORTS + OBJECT-GROUP + FROM SNMPv2-CONF + IpAddress, Integer32, Counter32, Counter64, OBJECT-TYPE, + MODULE-IDENTITY + FROM SNMPv2-SMI + DisplayString, RowStatus, PhysAddress, TruthValue + FROM SNMPv2-TC + InterfaceIndex + FROM IF-MIB + oacExpIMManagement, oacMIBModules + FROM ONEACCESS-GLOBAL-REG; + + oacAAAConfigMIB MODULE-IDENTITY + + LAST-UPDATED "201107260000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Fixed the issues related to octet string range" + REVISION "201107260000Z" + + DESCRIPTION + "Contact updated" + REVISION "201106150000Z" + + DESCRIPTION + "Add index for oacAAAAuthenticationServerConfigEntry and oacAAAGroupServerConfigEntry" + REVISION "201012170001Z" + + + DESCRIPTION + "Fixed some minor corrections" + REVISION "201007080001Z" + + DESCRIPTION + "This MIB defines configuration capabilities relating to AAA. + OneOS supports authentication with two types of servers. + 1) Radius Server. + 2) TACACS Server. + The device can be configured to authenticate with a radius server or + an tacacs server or use the local user database on the system. + + This MIB defines configuring clients for: + Radius Server + Tacacs Server + + also AAA configuration on ONEOS which includes authenticating + a user to login to the device or use the enable command. + Defines the AAA accounting configuration. + " + + ::= { oacMIBModules 690 } + +-- +-- Node definitions +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.10 + oacAAAConfig OBJECT IDENTIFIER ::= { oacExpIMManagement 10 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1 + oacAAAConfigObjects OBJECT IDENTIFIER ::= { oacAAAConfig 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.2 + oacAAAConfigConformance OBJECT IDENTIFIER ::= { oacAAAConfig 2 } + +-- +-- Radius Server Table +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.1 + oacAAARadiusServerConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAAARadiusServerConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configuring Radius Server: + For the device to authenticate with an radius server + database, the following parameters have to be configured. + The cli command for adding a radius server details is + radius-server [] [ ] + The snmp table will contain the following attributes. + 1) hostname or IP Address String + 2) Radius Server Port Integer 1-65535 + 3) Shared Key String. + 4) Retransmit Integer 1-100 default 3 + 5) Timeout Integer 1-600 default 3 + 6) Interface InterfaceIndex" + ::= { oacAAAConfigObjects 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.1.1 + oacAAARadiusServerConfigEntry OBJECT-TYPE + SYNTAX OacAAARadiusServerConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The Radius Server config entry will hold the details + of one radius servers configured for the client to + send the requests for authentication. + This table is indexed on oacAAARadiusServrInfo which can + be either an ipaddress or hostname of the Radius Server. + " + INDEX { oacAAARadiusServerInfo, oacAAARadiusServerPort } + ::= { oacAAARadiusServerConfigTable 1 } + + OacAAARadiusServerConfigEntry ::= + SEQUENCE { + oacAAARadiusServerInfo + DisplayString, + oacAAARadiusServerPort + INTEGER, + oacAAARadiusServerSharedKey + OCTET STRING, + oacAAARadiusServerRetries + INTEGER, + oacAAARadiusServerTimeout + INTEGER, + oacAAARadiusServerInterface + InterfaceIndex, + oacAAARadiusServerRowStatus + RowStatus + } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.1.1.1 + oacAAARadiusServerInfo OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Info can be an : + A.B.C.D IPv4 host address + A.B.C.D Ipv4 subnet + hostname Hostname." + ::= { oacAAARadiusServerConfigEntry 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.1.1.2 + oacAAARadiusServerPort OBJECT-TYPE + SYNTAX INTEGER (1..65535) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The default server port to which radius client will + connect to a radius server is 1812. But the user can + always specify the port to which the client should + connect when contacting the configured radius server." + DEFVAL { 1812 } + ::= { oacAAARadiusServerConfigEntry 2 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.1.1.3 + oacAAARadiusServerSharedKey OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(8..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Pre shared key between the radius client and server." + ::= { oacAAARadiusServerConfigEntry 3 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.1.1.4 + oacAAARadiusServerRetries OBJECT-TYPE + SYNTAX INTEGER (1..100) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Client can do the configured number of retries to + this radius server before moving to the next radius server. + The default number of retries is 3." + DEFVAL { 3 } + ::= { oacAAARadiusServerConfigEntry 4 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.1.1.5 + oacAAARadiusServerTimeout OBJECT-TYPE + SYNTAX INTEGER (1..600) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The nummber of seconds to wait before to call a timeout. + The default value is 3 seconds." + DEFVAL { 3 } + ::= { oacAAARadiusServerConfigEntry 5 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.1.1.6 + oacAAARadiusServerInterface OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The interface for this device to use to contact the radius + server for auth requests. It is identified by the ifIndex. + Each interface/unit is identified by an ifIndex." + ::= { oacAAARadiusServerConfigEntry 6 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.1.1.7 + oacAAARadiusServerRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Row status for an entry in the oacAAARadiusServerConfigTable." + ::= { oacAAARadiusServerConfigEntry 7 } + +-- +-- Radius Accouting Port +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.2 + oacAAARadiusConfigAccPort OBJECT-TYPE + SYNTAX INTEGER (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Set the port for Radius accouting. + reset or deletion of this value is not possible + the port value can only be modified." + ::= { oacAAAConfigObjects 2 } + +-- +-- Tacacs Server Table +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.3 + oacAAATacacsServerConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAAATacacsServerConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configuring Tacacs client: + The cli to add tacacs server info for the tacacs client is + tacacs-server [] [ ] + Hence the snmp table for to hold the tacacs server info has the following + 1) hostname or IP Address OCTET STRING + 2) TACACs serverport Integer 1-65535 + 3) Shared Key OCTET STRING + 4) Timeout integer 1-600 default 3 + 5) Interface InterfaceIndex" + ::= { oacAAAConfigObjects 3 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.3.1 + oacAAATacacsServerConfigEntry OBJECT-TYPE + SYNTAX OacAAATacacsServerConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry holds the information per tacacs server configured. + the entry is uniquely identified/indexed by the oacAAATacacsServerInfo + which can be either the IPv4 address or an hostname." + INDEX { oacAAATacacsServerInfo, oacAAATacacsServerPort } + ::= { oacAAATacacsServerConfigTable 1 } + + OacAAATacacsServerConfigEntry ::= + SEQUENCE { + oacAAATacacsServerInfo + DisplayString, + oacAAATacacsServerPort + INTEGER, + oacAAATacacsServerSharedKey + OCTET STRING, + oacAAATacacsServerTimeout + INTEGER, + oacAAATacacsServerInterface + InterfaceIndex, + oacAAATacacsServerRowStatus + RowStatus + } + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.3.1.1 + oacAAATacacsServerInfo OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Info can be an : + A.B.C.D IPv4 host address + A.B.C.D Ipv4 subnet + hostname Hostname." + ::= { oacAAATacacsServerConfigEntry 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.3.1.2 + oacAAATacacsServerPort OBJECT-TYPE + SYNTAX INTEGER (1..65535) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The default for an tacacs client to connect to tacacs server + is 49. But this can vary depending on the server configuration. + Hence when a tacacs server is added the port on which this server + is running has to be specified." + DEFVAL { 49 } + ::= { oacAAATacacsServerConfigEntry 2 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.3.1.3 + oacAAATacacsServerSharedKey OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(8..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The shared key will be used to authenticate a tacacs client + with the tacacs server. This has key is different from the + user authentication keys." + ::= { oacAAATacacsServerConfigEntry 3 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.3.1.4 + oacAAATacacsServerTimeout OBJECT-TYPE + SYNTAX INTEGER (1..600) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The default timeout value for an client to wait for a response + from the tacacs server is set to 3 seconds. but this can be + modified by setting a value." + DEFVAL { 3 } + ::= { oacAAATacacsServerConfigEntry 4 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.3.1.5 + oacAAATacacsServerInterface OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The interface which this tacacs client should use to contact + the configured tacacs server. The interface is identified by + the ifIndex." + ::= { oacAAATacacsServerConfigEntry 5 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.3.1.6 + oacAAATacacsServerRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Rowstatus for this entry." + ::= { oacAAATacacsServerConfigEntry 6 } + +-- +-- User name usage +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.4 + oacAAATacacsConfigUseUsername OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "usage of user name for authentication for enable command." + DEFVAL { false } + ::= { oacAAAConfigObjects 4 } + +-- +-- AAA authentication Table +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.5 + oacAAAAuthenticationServerConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAAAAuthenticationServerConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "AAA configuration on OneOS + The AAA servers can be configured to either authenticate + user login or authenticate enable commands for a given user. + OneOS can either use all radius servers or all tacas servers + or a group of configured radius servers + or a group of configured tacacs servers + or only the local database. By default if a radius/tacacs + servers are configured, ONEOS will use the AAA servers in the + order in which they are configured. + The following commands are available to configure the AAA servers. + aaa authentication login {default|console|network} {|radius|tacacs} + aaa authentication enable {default|console|network} {|radius|tacacs} + + Hence the following will be the attributes for the + AAA authentication configuration table + 1) Authentication for (login or enable) Integer as enum + 2) Authentication from (default or console or network) Integer as enum + 3) Authentication servertype String" + ::= { oacAAAConfigObjects 5 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.5.1 + oacAAAAuthenticationServerConfigEntry OBJECT-TYPE + SYNTAX OacAAAAuthenticationServerConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry will define how a login/enable from console or network + will use which group of servers of either radius or tacacs. + Each entry is uniquly identified by an dual index." + INDEX { oacAAAAuthenticationFeature, oacAAAAuthenticationReqSrc } + ::= { oacAAAAuthenticationServerConfigTable 1 } + + OacAAAAuthenticationServerConfigEntry ::= + SEQUENCE { + oacAAAAuthenticationFeature + INTEGER, + oacAAAAuthenticationReqSrc + INTEGER, + oacAAAAuthenticationSvrType + OCTET STRING, + oacAAAAuthenticationServerRowStatus + RowStatus + } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.5.1.1 + oacAAAAuthenticationFeature OBJECT-TYPE + SYNTAX INTEGER + { + login(1), + enable(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "A user can login to the device and just monitor. A user can + configure the device when he enters the enabled mode. The device + will challenge an user for authentication when ever he enters and + enabled command." + ::= { oacAAAAuthenticationServerConfigEntry 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.5.1.2 + oacAAAAuthenticationReqSrc OBJECT-TYPE + SYNTAX INTEGER + { + default(1), + console(2), + network(3) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The user can access the device either thru the default mode or + from the console or from the network like ssh and telnet." + DEFVAL { 1 } + ::= { oacAAAAuthenticationServerConfigEntry 2 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.5.1.3 + oacAAAAuthenticationSvrType OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The authentication servers can be either a group of radius + serves or a group of tacacs servers or all radius servers or all + tacacs server." + ::= { oacAAAAuthenticationServerConfigEntry 3 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.5.1.4 + oacAAAAuthenticationServerRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Row status for this entry." + ::= { oacAAAAuthenticationServerConfigEntry 4 } + +-- +-- AAA authentication Table +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.6 + oacAAAAuthenticationConfigBannerSeqTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAAAAuthenticationConfigBannerSeqEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table holds upto 40 banner messages used in authentication" + ::= { oacAAAConfigObjects 6 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.6.1 + oacAAAAuthenticationConfigBannerSeqEntry OBJECT-TYPE + SYNTAX OacAAAAuthenticationConfigBannerSeqEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry will hold one banner string" + INDEX { oacAAAAuthenticationBannerSequence } + ::= { oacAAAAuthenticationConfigBannerSeqTable 1 } + + OacAAAAuthenticationConfigBannerSeqEntry ::= + SEQUENCE { + oacAAAAuthenticationBannerSequence + INTEGER, + oacAAAAuthenticationBannerString + OCTET STRING, + oacAAAAuthenticationBannerSeqRowStatus + RowStatus + } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.6.1.1 + oacAAAAuthenticationBannerSequence OBJECT-TYPE + SYNTAX INTEGER (1..40) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The maximum number of strings that can be stored are 40." + ::= { oacAAAAuthenticationConfigBannerSeqEntry 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.6.1.2 + oacAAAAuthenticationBannerString OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "banner test is a set of string maximum upto 255 characters." + ::= { oacAAAAuthenticationConfigBannerSeqEntry 2 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.6.1.3 + oacAAAAuthenticationBannerSeqRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The row status of this entry" + ::= { oacAAAAuthenticationConfigBannerSeqEntry 3 } + + +-- +-- Group Server Table +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.7 + oacAAAGroupServerConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAAAGroupServerConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configuring AAA Group Servers: + The cli command to configure a group of servers + aaa group server { radius | tacacs } + server {| } + The SNMP table for group servers will be + 1) group name OCTET STRING + 2) group type INTEGER (ENUM) + 3) server OCTET STRING" + ::= { oacAAAConfigObjects 7 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.7.1 + oacAAAGroupServerConfigEntry OBJECT-TYPE + SYNTAX OacAAAGroupServerConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A group server entry will hold information about an + configured radius or tacacs server to which group it belongs to." + INDEX { oacAAAServerGroupName } + ::= { oacAAAGroupServerConfigTable 1 } + + OacAAAGroupServerConfigEntry ::= + SEQUENCE { + oacAAAServerGroupName + DisplayString, + oacAAAServerGroupType + INTEGER, + oacAAAServerGroupServerInfo + DisplayString, + oacAAAServerGroupRowStatus + RowStatus + } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.7.1.1 + oacAAAServerGroupName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The group name which is the index for each entry." + ::= { oacAAAGroupServerConfigEntry 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.7.1.2 + oacAAAServerGroupType OBJECT-TYPE + SYNTAX INTEGER + { + radius(1), + tacacs(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Only server of type defined above can be added to this group. + all the servers can be either of type radius or type tacacs." + ::= { oacAAAGroupServerConfigEntry 2 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.7.1.3 + oacAAAServerGroupServerInfo OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "This object will hold the inforamtion about the server, + which can be an IPv4 Address or an Hostname." + ::= { oacAAAGroupServerConfigEntry 3 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.7.1.4 + oacAAAServerGroupRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The row status for this entry." + ::= { oacAAAGroupServerConfigEntry 4 } + +-- +-- AAA authorization +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.8 + oacAAAAuthorizationConfigCmdLevelDefTacacs OBJECT-TYPE + SYNTAX INTEGER (0..15) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "To enable AAA authorization for a given privilege level" + ::= { oacAAAConfigObjects 8 } + +-- +-- AAA Accounting +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.9 + oacAAAAccCmdsConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAAAAccCmdsConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table provides the information for AAA accounting commands. + SNMP table for the above command will be + 1) access level of the command INTEGER 0-15 + 2) tacacs+ group OCTET STRING default all." + ::= { oacAAAConfigObjects 9 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.9.1 + oacAAAAccCmdsConfigEntry OBJECT-TYPE + SYNTAX OacAAAAccCmdsConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "each entry will define an access level and the tacacs group name." + INDEX { oacAAAAccCmdAccessLevel } + ::= { oacAAAAccCmdsConfigTable 1 } + + OacAAAAccCmdsConfigEntry ::= + SEQUENCE { + oacAAAAccCmdAccessLevel + INTEGER, + oacAAAAccTacacsGroupName + DisplayString, + oacAAAAccCmdsRowStatus + RowStatus + } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.9.1.1 + oacAAAAccCmdAccessLevel OBJECT-TYPE + SYNTAX INTEGER(0..15) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The command access level for which accounting has to be done." + ::= { oacAAAAccCmdsConfigEntry 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.9.1.2 + oacAAAAccTacacsGroupName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The group of servers that can be used to perform accounting + for a given command access level." + ::= { oacAAAAccCmdsConfigEntry 2 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.9.1.3 + oacAAAAccCmdsRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The row status for this entry." + ::= { oacAAAAccCmdsConfigEntry 3 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.10 + oacAAAAccConfigExecStartStop OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(0..255)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Set EXEC accounting and the method is default, to use + start-stop record accounting notice. Uses TACACS+ server for accounting." + ::= { oacAAAConfigObjects 10 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.1.11 + oacAAAAccConfigSystemStartStop OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(0..255)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Set System accounting and the method is default, to use + start-stop record accounting notice. Uses TACACS+ server for accounting." + ::= { oacAAAConfigObjects 11 } + +-- +-- AAA Groups +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.2.1 + oacAAAConfigGroups OBJECT IDENTIFIER ::= { oacAAAConfigConformance 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.2.1.1 + oacAAAConfigGroup OBJECT-GROUP + OBJECTS { oacAAAAccConfigSystemStartStop } + STATUS current + DESCRIPTION + "Group of AAA objects" + ::= { oacAAAConfigGroups 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.10.2.2 + oacAAACompls OBJECT IDENTIFIER ::= { oacAAAConfigConformance 2 } + +END + +-- +-- END OF ONE ACCESS AAA MIB +-- diff --git a/oneaccess/ONEACCESS-ACL-MIB b/oneaccess/ONEACCESS-ACL-MIB new file mode 100644 index 000000000..307c8fa79 --- /dev/null +++ b/oneaccess/ONEACCESS-ACL-MIB @@ -0,0 +1,419 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 22/01/2003 +-- +-- Compatibility with ONEOS_V31 +-- +-- Compatibility with ONEOS_V32 +-- +-- Compatibility with ONEOS_V33 +-- +-- Compatibility with ONEOS_V34 +-- +-- Compatibility with ONEOS_V35 +-- +-- Compatibility with ONEOS_V37 +-- +-- Add for ACL StateFul +-- +-- Modification date : 27/07/2007 +-- +-- Add for IP Accounting statistics +-- +-- Added oacIpAccoutingClear: mla20080319a + + ONEACCESS-ACL-MIB DEFINITIONS ::= BEGIN + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE,Counter32,Unsigned32, + IpAddress, Gauge32, NOTIFICATION-TYPE + FROM SNMPv2-SMI + TEXTUAL-CONVENTION + FROM SNMPv2-TC + DisplayString + FROM RFC1213-MIB + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + oacExpIMIpAcl, oacMIBModules + FROM ONEACCESS-GLOBAL-REG + oacEventText,oacEventSeverityLevel + FROM ONEACCESS-EVENTS-MIB + + InterfaceIndex + FROM IF-MIB ; + + + oacAclMIBModule MODULE-IDENTITY + LAST-UPDATED "201106150000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201106150000Z" + + DESCRIPTION + "Added Interface type and fixed minor corrections." + + REVISION "201007081000Z" + + + DESCRIPTION + "This MIB module describes IP ACL Management objects." + + ::= { oacMIBModules 669 } + + +InterfaceType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The interface type" + + SYNTAX INTEGER + { + mainInterface(1), + subInterface(2) + } + +oacExpIMIpAclStatistics OBJECT IDENTIFIER ::= { oacExpIMIpAcl 1 } +oacExpIMIpAclNotifications OBJECT IDENTIFIER ::= { oacExpIMIpAcl 2 } +oacExpIMIpAccountingStatistics OBJECT IDENTIFIER ::= { oacExpIMIpAcl 3 } + +oacAclNotificationMaximumSessionReached NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ACL Notification maximum session reached signifies that + the number of ACL sessions has reached its configured limit" + ::= {oacExpIMIpAclNotifications 1} + +oacAclNotificationWarningSessionReachingLimit NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ACL Notification warning session reaching limit signifies that + the number of ACL sessions is near from its maximum configured + limit" + ::= {oacExpIMIpAclNotifications 2} + +oacAclNotificationMaximumHalfSessionReached NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ACL Notification maximum half-session reached signifies that + the number of ACL half-sessions has reached its configured limit, + as stateful inspection is enabled on the device" + ::= {oacExpIMIpAclNotifications 3} + +oacAclNotificationWarningHalfSessionReachingLimit NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ACL Notification warning half-session reaching limit + signifies that the number of ACL half-sessions is near from + its configured limit. Note that this notification is received + only if stateful inspection is enabled on the device" + ::= {oacExpIMIpAclNotifications 4} + +oacAclNotificationMaximumSessionReachedPerHost NOTIFICATION-TYPE + OBJECTS { oacEventText, oacEventSeverityLevel } + STATUS current + DESCRIPTION + "An ACL Notification maximum session per host reached signifies that + the number of ACL sessions per host has reached its configured + limit for the host whose IP address is added to the notification + message. This trap is sent only if inspection per host and + stateful inspection is enabled " + ::= {oacExpIMIpAclNotifications 5} + +oacAclNotificationMaximumHalfSessionReachedPerHost NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ACL Notification maximum half-session per host reached signifies that + the number of ACL half-sessions per host has reached its configured limit, + for the host whose IP address is added to the notification message. This + trap is sent only if inspection per host and stateful inspection + are enabled " + ::= {oacExpIMIpAclNotifications 6} + +oacAclStatObjects OBJECT IDENTIFIER ::= { oacExpIMIpAclStatistics 1 } +oacAclStatNotifications OBJECT IDENTIFIER ::= { oacExpIMIpAclStatistics 2 } +oacAclStatConformance OBJECT IDENTIFIER ::= { oacExpIMIpAclStatistics 3 } + +oacAclStatGlobal OBJECT IDENTIFIER ::= { oacAclStatObjects 1 } + +oacAclMaxSessions OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Maximum number of sessions " + ::= { oacAclStatGlobal 1 } + + +oacAclActiveSessions OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of active sessions " + ::= { oacAclStatGlobal 2 } + +oacAclSessionsClosed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of sessions closed" + ::= { oacAclStatGlobal 3 } + +oacAclDynamicAllocFailures OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dynamic allocation failures" + ::= { oacAclStatGlobal 4 } + +oacAclInboundPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total inbound packets" + ::= { oacAclStatGlobal 5 } + +oacAclOutboundPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total outbound packets" + ::= { oacAclStatGlobal 6 } + +oacAclInboundPktsDropped OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total inbound packets" + ::= { oacAclStatGlobal 7 } + +oacAclOutboundPktsDropped OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total outbound packets" + ::= { oacAclStatGlobal 8 } + +oacIpAccountingTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacIpAccountingEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Interface Accounting Table" + ::={oacExpIMIpAccountingStatistics 1} + +oacIpAccountingEntry OBJECT-TYPE + SYNTAX OacIpAccountingEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description" + INDEX {oacIpAccountingIndex} + ::={oacIpAccountingTable 1} + +OacIpAccountingEntry ::= + SEQUENCE{ + oacIpAccountingIndex + Gauge32, + oacIpAccountingIfIndex + InterfaceIndex, + oacIpAccountingIfType + InterfaceType + } + +oacIpAccountingIndex OBJECT-TYPE + SYNTAX Gauge32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IP Accounting Index" + ::={ oacIpAccountingEntry 1} + +oacIpAccountingIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IP Accounting Interface Index" + ::={ oacIpAccountingEntry 2} + +oacIpAccountingIfType OBJECT-TYPE + SYNTAX InterfaceType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IP Accounting Interface Type" + ::={ oacIpAccountingEntry 3} + +oacIpAccountingStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacIpAccountingStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "IP Accounting Statistic Table" + ::={oacExpIMIpAccountingStatistics 2} + +oacIpAccountingStatEntry OBJECT-TYPE + SYNTAX OacIpAccountingStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description" + INDEX {oacIpAccountingIndex} + ::={oacIpAccountingStatTable 1} + +OacIpAccountingStatEntry ::= + SEQUENCE{ + oacIpAccountingStatIpSource + IpAddress, + oacIpAccountingStatIpDest + IpAddress, + oacIpAccountingStatNbPackets + Counter32, + oacIpAccountingStatNbBytes + Counter32 + } + + +oacIpAccountingStatIpSource OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ip Source" + ::={ oacIpAccountingStatEntry 1} + +oacIpAccountingStatIpDest OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ip Destination" + ::={ oacIpAccountingStatEntry 2} + +oacIpAccountingStatNbPackets OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Nb packets" + ::={ oacIpAccountingStatEntry 3} + +oacIpAccountingStatNbBytes OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Nb Bytes" + ::={ oacIpAccountingStatEntry 4} + +oacIpAccoutingGlobal OBJECT IDENTIFIER ::= { oacExpIMIpAccountingStatistics 3 } +oacIpAccountingMaxSessions OBJECT-TYPE + SYNTAX Gauge32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Maximum number of Ip Accounting sessions " + ::= { oacIpAccoutingGlobal 1 } + +oacIpAccountingCurrentSessions OBJECT-TYPE + SYNTAX Gauge32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of current Ip Accounting sessions " + ::= { oacIpAccoutingGlobal 2 } + +oacIpAccountingAge OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " IP Accounting data Age" + ::= { oacIpAccoutingGlobal 3 } + +oacIpAccountingNbNotAnalysedBytes OBJECT-TYPE + SYNTAX Gauge32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of not annalysed bytes" + ::= { oacIpAccoutingGlobal 4 } + +oacIpAccountingNbNotAnalysedPackets OBJECT-TYPE + SYNTAX Gauge32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of not annalysed packets" + ::= { oacIpAccoutingGlobal 5 } + +oacIpAccoutingClear OBJECT-TYPE + SYNTAX INTEGER(0..1) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Set this to 1 to clear IP accounting statistics" + ::= { oacExpIMIpAccountingStatistics 10 } + +oacAclStatGroups OBJECT IDENTIFIER ::= { oacAclStatConformance 1} + +oacAclStatCompliances OBJECT IDENTIFIER ::= { oacAclStatConformance 2} + +oacAclStatCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for agents that support the + ONEACCESS-ACL-MIB." + MODULE -- this module + MANDATORY-GROUPS { oacAclStatGeneralGroup + } + + ::= { oacAclStatCompliances 1} + +oacAclStatGeneralGroup OBJECT-GROUP + OBJECTS { + +oacAclMaxSessions, +oacAclActiveSessions, +oacAclSessionsClosed, +oacAclDynamicAllocFailures, +oacAclInboundPkts, +oacAclOutboundPkts, +oacAclInboundPktsDropped, +oacAclOutboundPktsDropped +} + +STATUS current + DESCRIPTION + "This group is mandatory for all ACL entities." + ::= { oacAclStatGroups 1 } + + +END +-- diff --git a/oneaccess/ONEACCESS-ATM-AAL5-MIB b/oneaccess/ONEACCESS-ATM-AAL5-MIB new file mode 100644 index 000000000..78f20f6eb --- /dev/null +++ b/oneaccess/ONEACCESS-ATM-AAL5-MIB @@ -0,0 +1,129 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E0001 +-- +-- Creation date : 10/04/2006 (TF2967) +-- +-------------------------------------------------------------------- + + ONEACCESS-ATM-AAL5-MIB DEFINITIONS ::= BEGIN + +-------------------------------------------------------------------- +-- Imports +-------------------------------------------------------------------- + IMPORTS + InterfaceIndex, ifIndex + FROM IF-MIB + MODULE-IDENTITY, OBJECT-TYPE, Integer32 + FROM SNMPv2-SMI + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + atmVclVpi, atmVclVci + FROM ATM-MIB + oacExpIMAtmAal5, oacMIBModules, oacRequirements + FROM ONEACCESS-GLOBAL-REG + ; + +-------------------------------------------------------------------- +-- Module Entity +-------------------------------------------------------------------- +oacAtmAal5MIBModule MODULE-IDENTITY +LAST-UPDATED "201110270000Z" +ORGANIZATION " OneAccess " +CONTACT-INFO +"Pascal KESTELOOT +Postal: ONE ACCESS +381 Avenue du Général de Gaulle +92140 Clamart, France +FRANCE + +Tel: (+33) 01 41 87 70 00 +Fax: (+33) 01 41 87 74 00 + +E-mail: pascal.kesteloot@oneaccess-net.com" + +DESCRIPTION + "Contact updated" +REVISION "201110270000Z" + +DESCRIPTION +"Fixed compilation errors and warnings." + +REVISION "201007081000Z" + +DESCRIPTION +"This MIB module describes ATM AAL5 objects." + + +::= { oacMIBModules 800 } + +-------------------------------------------------------------------- +-- Objects Definitions +-------------------------------------------------------------------- +oacExpIMAtmAal5Objects OBJECT IDENTIFIER ::= { oacExpIMAtmAal5 1 } +oacExpIMAtmAal5Notifications OBJECT IDENTIFIER ::= { oacExpIMAtmAal5 2 } + + -------------------------------------------------------------------- + -- Control Table Definition + -------------------------------------------------------------------- +oacExpIMAtmAal5VclLogicalIndexTable OBJECT-TYPE +SYNTAX SEQUENCE OF OacExpIMAtmAal5VclLogicalIndexEntry +MAX-ACCESS not-accessible +STATUS current +DESCRIPTION +" Table to get a link between Port/Vp/Vc and OneOs +ifTable index of logical interface" +::= { oacExpIMAtmAal5Objects 1 } + +oacExpIMAtmAal5VclLogicalIndexEntry OBJECT-TYPE +SYNTAX OacExpIMAtmAal5VclLogicalIndexEntry +MAX-ACCESS not-accessible +STATUS current +DESCRIPTION +" indexes are taken from atmVclTable " +INDEX {ifIndex, atmVclVpi, atmVclVci } +::= { oacExpIMAtmAal5VclLogicalIndexTable 1 } + +OacExpIMAtmAal5VclLogicalIndexEntry ::= SEQUENCE { +oacExpIMAtmAal5VclLogicalIndexIfIndex InterfaceIndex +} + +oacExpIMAtmAal5VclLogicalIndexIfIndex OBJECT-TYPE +SYNTAX InterfaceIndex +MAX-ACCESS read-only +STATUS current +DESCRIPTION +"The ifTable index of the ATM logical port interface +associated with the VP/VC." +::= { oacExpIMAtmAal5VclLogicalIndexEntry 1 } + +-------------------------------------------------------------------- +-- Conformance Definitions +-------------------------------------------------------------------- + oacExpIMAtmAal5Conformance OBJECT IDENTIFIER ::= { oacRequirements 800 } + oacExpIMAtmAal5Groups OBJECT IDENTIFIER ::= { oacExpIMAtmAal5Conformance 1 } + oacExpIMAtmAal5Compliances OBJECT IDENTIFIER ::= { oacExpIMAtmAal5Conformance 2 } + + oacExpIMAtmAal5Compliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for agents that support the + ONEACCESS-ATM-AAL5-MIB." + MODULE -- this module + MANDATORY-GROUPS { oacExpIMAtmAal5GeneralGroup } + ::= { oacExpIMAtmAal5Compliances 1} + + oacExpIMAtmAal5GeneralGroup OBJECT-GROUP + OBJECTS { +oacExpIMAtmAal5VclLogicalIndexIfIndex + } + STATUS current + DESCRIPTION + "This group is mandatory for ATM AAL5 entity." + ::= { oacExpIMAtmAal5Groups 1 } + +END diff --git a/oneaccess/ONEACCESS-ATM-MIB b/oneaccess/ONEACCESS-ATM-MIB new file mode 100644 index 000000000..cd9eb1ff9 --- /dev/null +++ b/oneaccess/ONEACCESS-ATM-MIB @@ -0,0 +1,505 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 22/01/2003 +-- +-- Compatibility with ONEOS_V31 +-- +-- Compatibility with ONEOS_V32 +-- + + + + ONEACCESS-ATM-MIB DEFINITIONS ::= BEGIN + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE,Counter32,Integer32 + FROM SNMPv2-SMI + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + AtmVcIdentifier, AtmVpIdentifier + FROM ATM-TC-MIB + InterfaceIndex, ifIndex + FROM IF-MIB + oacExpIMAtmStatistics,oacMIBModules + FROM ONEACCESS-GLOBAL-REG; + + oacAtmMIBModule MODULE-IDENTITY + LAST-UPDATED "201110270000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201110270000Z" + + DESCRIPTION + "Fixed some minor corrections." + REVISION "201007080001Z" + DESCRIPTION + "This MIB module describes ATM Management objects." + + ::= { oacMIBModules 667 } + +oacAtmStatObjects OBJECT IDENTIFIER ::= { oacExpIMAtmStatistics 1 } +oacAtmStatNotifications OBJECT IDENTIFIER ::= { oacExpIMAtmStatistics 2 } +oacAtmStatConformance OBJECT IDENTIFIER ::= { oacExpIMAtmStatistics 3 } + +oacAtmChannelTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAtmChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table representing the oacAtmChannel" + ::= { oacAtmStatObjects 1 } + +oacAtmChannelEntry OBJECT-TYPE + SYNTAX OacAtmChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacAtmChannelTable" + INDEX {ifIndex,oacAtmChanVpi,oacAtmChanVci } +::= { oacAtmChannelTable 1 } + +OacAtmChannelEntry ::= SEQUENCE { + oacAtmChanVpi AtmVpIdentifier, + oacAtmChanVci AtmVcIdentifier, + oacAtmChanTxBytes Counter32, + oacAtmChanTxCells Counter32, + oacAtmChanRxBytes Counter32, + oacAtmChanRxCells Counter32, + oacAtmChanRxErrors Counter32, + oacAtmChanTxOverflows Counter32 + } + +oacAtmChanVpi OBJECT-TYPE + SYNTAX AtmVpIdentifier + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " Virtual Path Id for the connexion" + ::= { oacAtmChannelEntry 1 } + +oacAtmChanVci OBJECT-TYPE + SYNTAX AtmVcIdentifier + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " Virtual Channel Id for the connexion" + ::= { oacAtmChannelEntry 2 } + +oacAtmChanTxBytes OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Total transmitted UINT8s counter" + ::= { oacAtmChannelEntry 3 } + +oacAtmChanTxCells OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Total transmitted cells counter" + ::= { oacAtmChannelEntry 4 } + +oacAtmChanRxBytes OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Total received UINT8s counter" + ::= { oacAtmChannelEntry 5 } + +oacAtmChanRxCells OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Total received cells counter" + ::= { oacAtmChannelEntry 6 } + +oacAtmChanRxErrors OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Total receive errors counter. + For AAL0: counts number of CRC10 errors. + For AAL1: counts number of SN errors. + For AA5: counts frames with errors" + ::= { oacAtmChannelEntry 7 } + +oacAtmChanTxOverflows OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Transmit overflow counter. It counts the number of frames discarded + due to transmit queue overflow or transmit BD overflow for AAL5 and + AAL1 channels and the number of cells discarded due to the same + reasons for AAL0 channels" + + ::= { oacAtmChannelEntry 8 } + + +oacAtmAal0ChannelGlobalStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAtmAal0ChannelGlobalStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " The table representing oacAtmAal0ChannelGlobalStats" + ::= { oacAtmStatObjects 2 } + +oacAtmAal0ChannelGlobalStatEntry OBJECT-TYPE + SYNTAX OacAtmAal0ChannelGlobalStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacAtmAal0ChannelGlobalStatTable" + INDEX { ifIndex,oacAtmChanVpi,oacAtmChanVci } +::= { oacAtmAal0ChannelGlobalStatTable 1 } + +OacAtmAal0ChannelGlobalStatEntry ::= SEQUENCE { + oacAtmAal0ChanRxCellsDiscarded Counter32 + } + +oacAtmAal0ChanRxCellsDiscarded OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Cells discarded due to busy condition counter" + ::= { oacAtmAal0ChannelGlobalStatEntry 1 } + + +oacAtmAal1ChannelGlobalStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAtmAal1ChannelGlobalStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacAtmAal1ChannelGlobalStatTable" + ::= { oacAtmStatObjects 3 } + +oacAtmAal1ChannelGlobalStatEntry OBJECT-TYPE + SYNTAX OacAtmAal1ChannelGlobalStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacAtmAal1ChannelGlobalStatTable" + INDEX { ifIndex,oacAtmChanVpi,oacAtmChanVci } +::= { oacAtmAal1ChannelGlobalStatTable 1 } + +OacAtmAal1ChannelGlobalStatEntry ::= SEQUENCE { + oacAtmAal1ChanTxUnderflows Counter32, + oacAtmAal1ChanRxOverflows Counter32 + } + +oacAtmAal1ChanTxUnderflows OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmit buffer underflows counter" + ::= { oacAtmAal1ChannelGlobalStatEntry 1 } + +oacAtmAal1ChanRxOverflows OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Receive buffer overflows counter" + ::= { oacAtmAal1ChannelGlobalStatEntry 2 } + +oacAtmAal5ChannelGlobalStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAtmAal5ChannelGlobalStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacAtmAal5ChannelGlobalStatEntry" + ::= { oacAtmStatObjects 4 } + +oacAtmAal5ChannelGlobalStatEntry OBJECT-TYPE + SYNTAX OacAtmAal5ChannelGlobalStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacAtmAal5ChannelGlobalStatEntry" + INDEX { ifIndex,oacAtmChanVpi,oacAtmChanVci } +::= { oacAtmAal5ChannelGlobalStatTable 1 } + +OacAtmAal5ChannelGlobalStatEntry ::= SEQUENCE { + oacAtmAal5ChanTxFrames Counter32, + oacAtmAal5ChanRxFrames Counter32, + oacAtmAal5ChanRxFramesDiscarded Counter32, + oacAtmAal5ChanCrc32Errors Counter32, + oacAtmAal5ChanLengthErrors Counter32, + oacAtmAal5ChanReassemblyTimeouts Counter32 + } + +oacAtmAal5ChanTxFrames OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total AAL5 transmitted frames counter" + ::= { oacAtmAal5ChannelGlobalStatEntry 1 } + +oacAtmAal5ChanRxFrames OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total AAL5 received frames counter" + ::= { oacAtmAal5ChannelGlobalStatEntry 2 } + +oacAtmAal5ChanRxFramesDiscarded OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total AAL5 receive frames discarded counter" + ::= { oacAtmAal5ChannelGlobalStatEntry 3 } + +oacAtmAal5ChanCrc32Errors OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "AAL5 frames with CRC32 error counter" + ::= { oacAtmAal5ChannelGlobalStatEntry 4 } + +oacAtmAal5ChanLengthErrors OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "AAL5 frames with length error counter" + ::= { oacAtmAal5ChannelGlobalStatEntry 5 } + +oacAtmAal5ChanReassemblyTimeouts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "AAL5 reassembling timeouts counter" + ::= { oacAtmAal5ChannelGlobalStatEntry 6 } + +oacAtmPortStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAtmPortStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry into the table oacAtmPortStatEntry" + ::= { oacAtmStatObjects 5 } + +oacAtmPortStatEntry OBJECT-TYPE + SYNTAX OacAtmPortStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry into the table oacAtmPortStatEntry" + INDEX { ifIndex} +::= { oacAtmPortStatTable 1 } + +OacAtmPortStatEntry ::= SEQUENCE { + oacAtmPortTxCells Counter32, + oacAtmPortRxCells Counter32, + oacAtmPortRxCellsDiscarded Counter32, + oacAtmPortHecErrors Counter32 + } + +oacAtmPortTxCells OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total transmitted cells for ATM port counter" + ::= { oacAtmPortStatEntry 1 } + +oacAtmPortRxCells OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total received cells for ATM port counter" + ::= { oacAtmPortStatEntry 2 } + +oacAtmPortRxCellsDiscarded OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Receive cells discarded counter. + Cells discarded due to: UTOPIA errors, + header validation (mis-insertion), + CRC10 error for AAL5-ABR channels" + ::= { oacAtmPortStatEntry 3 } + +oacAtmPortHecErrors OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Cells received with HEC error counter" + ::= { oacAtmPortStatEntry 4 } + + +oacAtmAal5PortStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAtmAal5PortStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry into the table oacAtmAal5PortStatTable" + ::= { oacAtmStatObjects 6 } + +oacAtmAal5PortStatEntry OBJECT-TYPE + SYNTAX OacAtmAal5PortStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry into the table oacAtmAal5PortStatTable" + INDEX { ifIndex} +::= { oacAtmAal5PortStatTable 1 } + +OacAtmAal5PortStatEntry ::= SEQUENCE { + oacAtmAal5PortTxBytes Counter32, + oacAtmAal5PortTxFrames Counter32, + oacAtmAal5PortTxFramesDiscarded Counter32, + oacAtmAal5PortRxBytes Counter32, + oacAtmAal5PortRxFrames Counter32, + oacAtmAal5PortRxErrors Counter32, + oacAtmAal5PortRxFramesDiscarded Counter32 + } + +oacAtmAal5PortTxBytes OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total transmitted bytes counter" + ::= { oacAtmAal5PortStatEntry 1 } + +oacAtmAal5PortTxFrames OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total transmitted frames counter" + ::= { oacAtmAal5PortStatEntry 2 } + +oacAtmAal5PortTxFramesDiscarded OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmit frames discarded counter + (due to transmit queue overflow)" + ::= { oacAtmAal5PortStatEntry 3 } + +oacAtmAal5PortRxBytes OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total received bytes counter" + ::= { oacAtmAal5PortStatEntry 4 } + +oacAtmAal5PortRxFrames OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total received frames counter" + ::= { oacAtmAal5PortStatEntry 5 } + +oacAtmAal5PortRxErrors OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total receive errors counter + (CRC32 errors, length errors, RAS timeouts)" + ::= { oacAtmAal5PortStatEntry 6 } + +oacAtmAal5PortRxFramesDiscarded OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total receive frames discarded counter" + ::= { oacAtmAal5PortStatEntry 7 } + + +oacAtmStatGroups OBJECT IDENTIFIER ::= { oacAtmStatConformance 1} + +oacAtmStatCompliances OBJECT IDENTIFIER ::= { oacAtmStatConformance 2} + +oacAtmStatCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for agents that support the + OA-ATM-MIB." + MODULE -- this module + MANDATORY-GROUPS { oacAtmStatGeneralGroup + } +-- GROUP atmStatGeneralGroup +-- +-- DESCRIPTION +-- "This group optional, when declared here." + ::= { oacAtmStatCompliances 1} + +oacAtmStatGeneralGroup OBJECT-GROUP + OBJECTS { + oacAtmChanTxBytes, + oacAtmChanTxCells, + oacAtmChanRxBytes, + oacAtmChanRxCells, + oacAtmChanRxErrors, + oacAtmChanTxOverflows, + oacAtmAal0ChanRxCellsDiscarded, + oacAtmAal1ChanTxUnderflows, + oacAtmAal1ChanRxOverflows, + oacAtmAal5ChanTxFrames, + oacAtmAal5ChanRxFrames, + oacAtmAal5ChanRxFramesDiscarded, + oacAtmAal5ChanCrc32Errors, + oacAtmAal5ChanLengthErrors, + oacAtmAal5ChanReassemblyTimeouts, + oacAtmPortTxCells, + oacAtmPortRxCells, + oacAtmPortRxCellsDiscarded, + oacAtmPortHecErrors, + oacAtmAal5PortTxBytes, + oacAtmAal5PortTxFrames, + oacAtmAal5PortTxFramesDiscarded, + oacAtmAal5PortRxBytes, + oacAtmAal5PortRxFrames, + oacAtmAal5PortRxErrors, + oacAtmAal5PortRxFramesDiscarded +} + +STATUS current + DESCRIPTION + "This group is mandatory for all ATM entities." + ::= { oacAtmStatGroups 1 } + + +END +-- diff --git a/oneaccess/ONEACCESS-BRIDGE-MIB b/oneaccess/ONEACCESS-BRIDGE-MIB new file mode 100644 index 000000000..dcd22040a --- /dev/null +++ b/oneaccess/ONEACCESS-BRIDGE-MIB @@ -0,0 +1,195 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R002_E004 +-- +-- Creation date : 07/08/2010 + +ONEACCESS-BRIDGE-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, + OBJECT-TYPE, + Integer32, Unsigned32 + FROM SNMPv2-SMI + + MODULE-COMPLIANCE, + OBJECT-GROUP + FROM SNMPv2-CONF + + TEXTUAL-CONVENTION, + DisplayString, + TruthValue, + RowStatus + FROM SNMPv2-TC + + ifIndex, InterfaceIndex + FROM IF-MIB + oacExpIMIp, oacMIBModules + FROM ONEACCESS-GLOBAL-REG; + + +oacBridgeMIB MODULE-IDENTITY + + LAST-UPDATED "201106150000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201106150000Z" + + DESCRIPTION + "Removed the Deprecated group. fixed some minor + corrections." + REVISION "201007081000Z" + + DESCRIPTION + "This MIB defines configuration capabilities relating to + Bridge Group on interfaces." + + ::= { oacMIBModules 682 } + +-- +-- Node definitions +-- + + oacBridgeObjects OBJECT IDENTIFIER ::= { oacExpIMIp 7 } + + oacBridgeConfigObjects OBJECT IDENTIFIER ::= { oacBridgeObjects 1 } + oacBridgeConformance OBJECT IDENTIFIER ::= { oacBridgeObjects 10 } + + +-- Bridge-group + +oacBridgeGroupTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacBridgeGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains the bridge group configuration + on interfaces." + + ::= { oacBridgeConfigObjects 1 } + +oacBridgeGroupEntry OBJECT-TYPE + SYNTAX OacBridgeGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in this table defines a Bridged interface." + INDEX { oacBridgeGroupValue } + ::= { oacBridgeGroupTable 1 } + +OacBridgeGroupEntry ::= SEQUENCE { + oacBridgeGroupValue Unsigned32, + oacBridgeTransparency TruthValue, + oacBridgeGroupRowStatus RowStatus +} + +oacBridgeGroupValue OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Value of a bridge group to assign to an interface" + + ::= { oacBridgeGroupEntry 1 } + +oacBridgeTransparency OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Activation of the transparency of a bridge group" + DEFVAL { false } + ::= { oacBridgeGroupEntry 2 } + +oacBridgeGroupRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "This object allows the creation, modification, or deletion of the row" + ::= { oacBridgeGroupEntry 3 } + + +-- Interface : Brigde Group configuration per interface +-- + +oacBridgeGroupInterfaceTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacBridgeGroupInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table for configuration of Bridge Group per Interface" + ::= { oacBridgeConfigObjects 2 } + +oacBridgeGroupInterfaceEntry OBJECT-TYPE + SYNTAX OacBridgeGroupInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in Bridge Group table." + INDEX { ifIndex } + ::= { oacBridgeGroupInterfaceTable 1 } + +OacBridgeGroupInterfaceEntry ::= SEQUENCE { + oacInBridgeGroupValue Unsigned32, + oacBridgeGroupInterfaceName DisplayString, + oacBridgeGroupInterfaceRowStatus RowStatus +} + +oacInBridgeGroupValue OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Value of a bridge group to assign to an interface" + + ::= { oacBridgeGroupInterfaceEntry 1 } + +oacBridgeGroupInterfaceName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The name of the interface to which the bridge group is applied. + This is read-only " + ::= { oacBridgeGroupInterfaceEntry 2 } + +oacBridgeGroupInterfaceRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The row status for this entry." + ::= { oacBridgeGroupInterfaceEntry 3} + + +oacBridgeGroupConfigGroups OBJECT IDENTIFIER ::= { oacBridgeConformance 1 } + + oacBridgeGroupConfigGroup OBJECT-GROUP + OBJECTS { oacBridgeGroupValue, oacBridgeGroupInterfaceName } + STATUS current + DESCRIPTION + "Group of Bridge Group objects" + ::= { oacBridgeGroupConfigGroups 1 } + + oacBridgeGroupCompls OBJECT IDENTIFIER ::= { oacBridgeConformance 2 } + + +END diff --git a/oneaccess/ONEACCESS-CELLULAR-MIB b/oneaccess/ONEACCESS-CELLULAR-MIB new file mode 100644 index 000000000..754bbee6d --- /dev/null +++ b/oneaccess/ONEACCESS-CELLULAR-MIB @@ -0,0 +1,500 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.2.R001_E002 +-- +-- Creation date : 16/04/2009 +-- +-- Compatibility with ONEOS_V31 +-- +-- Compatibility with ONEOS_V32 +-- +-- Compatibility with ONEOS_V42 +-- + + ONEACCESS-CELLULAR-MIB DEFINITIONS ::= BEGIN + +-------------------------------------------------------------------- +-- Imports +-------------------------------------------------------------------- + IMPORTS + DisplayString + FROM SNMPv2-TC + MODULE-IDENTITY, OBJECT-TYPE,Integer32,Unsigned32 + FROM SNMPv2-SMI + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + oacExpIMCellRadio,oacMIBModules + FROM ONEACCESS-GLOBAL-REG; + + +-------------------------------------------------------------------- +-- Module Entity +-------------------------------------------------------------------- + oacCellularMIBModule MODULE-IDENTITY + LAST-UPDATED "201310150000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + + DESCRIPTION "Add cellular equipment and network info" + REVISION "201404070000Z" + + DESCRIPTION "Add RSSI table" + REVISION "201310150000Z" + + DESCRIPTION "Contact updated" + REVISION "201110270000Z" + + DESCRIPTION "Fixed some minor corrections." + REVISION "201007080001Z" + + DESCRIPTION "This MIB module describes Cellular Radio Managed objects." + + ::= { oacMIBModules 1000 } + + +-------------------------------------------------------------------- +-- Entry Point (cf. ONEACCESS-GLOBAL-REG.mib) +-------------------------------------------------------------------- + +oacCellRadioRssi OBJECT IDENTIFIER ::= { oacExpIMCellRadio 1 } + + +------------------------------------------------------------------------------------------- +-- RSSI Last Hour Table +------------------------------------------------------------------------------------------- + +oacCellRssiLastHourTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacCellRssiLastHourEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "RSSI values of the last hour." + ::= { oacCellRadioRssi 1 } + +oacCellRssiLastHourEntry OBJECT-TYPE + SYNTAX OacCellRssiLastHourEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacCellRssiLastHour" + INDEX { oacCellRssiLastHourMinutes } +::= { oacCellRssiLastHourTable 1 } + +OacCellRssiLastHourEntrySyntax ::= SEQUENCE + { + oacCellRssiLastHourMinutes Unsigned32, + oacCellRssiLastHourMin Integer32, + oacCellRssiLastHourAvg Integer32, + oacCellRssiLastHourMax Integer32 + } + +oacCellRssiLastHourMinutes OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Timestamp (in minutes)" + ::= { oacCellRssiLastHourEntry 1 } + +oacCellRssiLastHourMin OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Minimum" + ::= { oacCellRssiLastHourEntry 2 } + +oacCellRssiLastHourAvg OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Average" + ::= { oacCellRssiLastHourEntry 3 } + +oacCellRssiLastHourMax OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Maximum" + ::= { oacCellRssiLastHourEntry 4 } + + +------------------------------------------------------------------------------------------- +-- RSSI Last Day Table +------------------------------------------------------------------------------------------- + +oacCellRssiLastDayTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacCellRssiLastDayEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "RSSI values of the last day." + ::= { oacCellRadioRssi 2 } + +oacCellRssiLastDayEntry OBJECT-TYPE + SYNTAX OacCellRssiLastDayEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacCellRssiLastDay" + INDEX { oacCellRssiLastDayHours } +::= { oacCellRssiLastDayTable 1 } + +OacCellRssiLastDayEntrySyntax ::= SEQUENCE + { + oacCellRssiLastDayHours Unsigned32, + oacCellRssiLastDayMin Integer32, + oacCellRssiLastDayAvg Integer32, + oacCellRssiLastDayMax Integer32 + } + +oacCellRssiLastDayHours OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Timestamp (in hours)" + ::= { oacCellRssiLastDayEntry 1 } + +oacCellRssiLastDayMin OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Minimum" + ::= { oacCellRssiLastDayEntry 2 } + +oacCellRssiLastDayAvg OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Average" + ::= { oacCellRssiLastDayEntry 3 } + +oacCellRssiLastDayMax OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Maximum" + ::= { oacCellRssiLastDayEntry 4 } + + +------------------------------------------------------------------------------------------- +-- RSSI Last Month Table +------------------------------------------------------------------------------------------- + +oacCellRssiLastMonthTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacCellRssiLastMonthEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "RSSI values of the last month." + ::= { oacCellRadioRssi 3 } + +oacCellRssiLastMonthEntry OBJECT-TYPE + SYNTAX OacCellRssiLastMonthEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacCellRssiLastMonth" + INDEX { oacCellRssiLastMonthDays } +::= { oacCellRssiLastMonthTable 1 } + +OacCellRssiLastMonthEntrySyntax ::= SEQUENCE + { + oacCellRssiLastMonthDays Unsigned32, + oacCellRssiLastMonthMin Integer32, + oacCellRssiLastMonthAvg Integer32, + oacCellRssiLastMonthMax Integer32 + } + +oacCellRssiLastMonthDays OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Timestamp (in days)" + ::= { oacCellRssiLastMonthEntry 1 } + +oacCellRssiLastMonthMin OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Minimum" + ::= { oacCellRssiLastMonthEntry 2 } + +oacCellRssiLastMonthAvg OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Average" + ::= { oacCellRssiLastMonthEntry 3 } + +oacCellRssiLastMonthMax OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Maximum" + ::= { oacCellRssiLastMonthEntry 4 } + +------------------------------------------------------------------------------------------- +-- ModuleTable +------------------------------------------------------------------------------------------- +oacCellRadioModuleTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacCellRadioModuleEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of cellular modules." + ::= { oacExpIMCellRadio 2 } +oacCellRadioModuleEntry OBJECT-TYPE + SYNTAX OacCellRadioModuleEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacCellRadioModule" + INDEX { oacCellModuleIndex } +::= { oacCellRadioModuleTable 1 } +OacCellRadioModuleEntrySyntax ::= SEQUENCE + { + oacCellModuleIndex Unsigned32, + oacCellManufacturer DisplayString, + oacCellEquipment DisplayString, + oacCellBootRevision DisplayString, + oacCellRevision DisplayString, + oacCellIMEI DisplayString, + oacCellMEID DisplayString, + oacCellSIMStatus DisplayString, + oacCellIMSI DisplayString, + oacCellICCI DisplayString, + oacCellPinStatus DisplayString, + oacCellSelectedOperator DisplayString, + oacCellSignalStrength Integer32, + oacCellEcIo Integer32, + oacCellRSRQ Integer32, + oacCellRSRP Integer32, + oacCellSNR Integer32, + oacCellRadioAccessTechnology DisplayString, + oacCellCircuitSwitchedState DisplayString, + oacCellPacketSwitchedState DisplayString, + oacCellResetOnLossOfRegistration Unsigned32, + oacCellResetOnFailedRegistration Unsigned32, + oacCellHardwareReset Unsigned32, + oacCellLAC DisplayString, + oacCellCellID DisplayString, + oacCellTAC DisplayString, + oacCellPLMN DisplayString + } +oacCellModuleIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index" + ::= { oacCellRadioModuleEntry 1 } +oacCellManufacturer OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Manufacturer identification" + ::= { oacCellRadioModuleEntry 10 } +oacCellEquipment OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Equipment information" + ::= { oacCellRadioModuleEntry 11 } +oacCellBootRevision OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Boot revision identification" + ::= { oacCellRadioModuleEntry 12 } +oacCellRevision OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Revision identification" + ::= { oacCellRadioModuleEntry 13 } +oacCellIMEI OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Equipment information (IMEI)" + ::= { oacCellRadioModuleEntry 14 } +oacCellMEID OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CDMA Mobile Equipment Id (MEID)" + ::= { oacCellRadioModuleEntry 15 } +oacCellSIMStatus OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "SIM card status" + ::= { oacCellRadioModuleEntry 20 } +oacCellIMSI OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "SIM International Mobile Subscriber Identity IMSI" + ::= { oacCellRadioModuleEntry 21 } +oacCellICCI OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Integrated Circuit Card ID" + ::= { oacCellRadioModuleEntry 22 } +oacCellPinStatus OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PIN code status" + ::= { oacCellRadioModuleEntry 30 } +oacCellSelectedOperator OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current selected operator" + ::= { oacCellRadioModuleEntry 40 } +oacCellSignalStrength OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Signal strength (dBm)" + ::= { oacCellRadioModuleEntry 41 } +oacCellEcIo OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total Ec/Io" + ::= { oacCellRadioModuleEntry 42 } +oacCellRSRQ OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSRQ (dB)" + ::= { oacCellRadioModuleEntry 43 } +oacCellRSRP OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSRP (dBm)" + ::= { oacCellRadioModuleEntry 44 } +oacCellSNR OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "SNR (dB)" + ::= { oacCellRadioModuleEntry 45 } +oacCellRadioAccessTechnology OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current radio access technology" + ::= { oacCellRadioModuleEntry 46 } +oacCellCircuitSwitchedState OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Circuit-switched register state" + ::= { oacCellRadioModuleEntry 47 } +oacCellPacketSwitchedState OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Packet-switched attach state" + ::= { oacCellRadioModuleEntry 48 } +oacCellResetOnLossOfRegistration OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Reset on loss of GPRS registration" + ::= { oacCellRadioModuleEntry 60 } +oacCellResetOnFailedRegistration OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Reset on failed initial registration" + ::= { oacCellRadioModuleEntry 61 } +oacCellHardwareReset OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Hardware reset of modem" + ::= { oacCellRadioModuleEntry 62 } +oacCellLAC OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Location Area Code (LAC)" + ::= { oacCellRadioModuleEntry 70 } +oacCellCellID OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Cell ID" + ::= { oacCellRadioModuleEntry 71 } +oacCellTAC OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Tracking Area Code (TAC)" + ::= { oacCellRadioModuleEntry 72 } +oacCellPLMN OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Public Land Mobile Network (PLMN = MCC+MNC)" + ::= { oacCellRadioModuleEntry 73 } +END +-- diff --git a/oneaccess/ONEACCESS-CONFIGMGMT-MIB b/oneaccess/ONEACCESS-CONFIGMGMT-MIB new file mode 100644 index 000000000..2ab574e2a --- /dev/null +++ b/oneaccess/ONEACCESS-CONFIGMGMT-MIB @@ -0,0 +1,210 @@ +-------------------------------------------------------------------- +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.2.R001_E001 +-- +-- Creation date : 2007-03-08 +-- +-------------------------------------------------------------------- + + ONEACCESS-CONFIGMGMT-MIB DEFINITIONS ::= BEGIN + +-------------------------------------------------------------------- +-- Imports +-------------------------------------------------------------------- + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, NOTIFICATION-TYPE + FROM SNMPv2-SMI + -- + DateAndTime, TEXTUAL-CONVENTION + FROM SNMPv2-TC + -- + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + -- + DisplayString + FROM RFC1213-MIB + -- + oacMIBModules, oacExpIMManagement, oacRequirements + FROM ONEACCESS-GLOBAL-REG; + -- +-------------------------------------------------------------------- +-- Module Entity +-------------------------------------------------------------------- + + oacConfigMgmtMIBModule MODULE-IDENTITY + LAST-UPDATED "201110270000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201110270000Z" + + DESCRIPTION + "Added MODULE-COMPLIANCE AND OBJECT GROUP, + fixed some minor corrections." + REVISION "201007081000Z" + + DESCRIPTION + "This MIB module describes a MIB for keeping track of changes + on equipment's configuration." + ::= { oacMIBModules 2001 } + +-------------------------------------------------------------------- +-- Textual Conventions +-------------------------------------------------------------------- + +-- + +-------------------------------------------------------------------- +-- Objects Definitions +-------------------------------------------------------------------- + + oacExpIMConfigMgmt OBJECT IDENTIFIER ::= { oacExpIMManagement 6 } + oacConfigMgmtObjects OBJECT IDENTIFIER ::= { oacExpIMConfigMgmt 1 } + oacCMHistory OBJECT IDENTIFIER ::= { oacConfigMgmtObjects 1 } + oacCMCopy OBJECT IDENTIFIER ::= { oacConfigMgmtObjects 2 } + oacConfigMgmtNotifications OBJECT IDENTIFIER ::= { oacConfigMgmtObjects 3 } + + -------------------------------------------------------------------- + -- Configuration Management Objects Definition + -------------------------------------------------------------------- + + -- Configuration History + + oacCMHistoryRunningLastChanged OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The time when the running configuration + was last changed." + ::= { oacCMHistory 1 } + + oacCMHistoryRunningLastSaved OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The time when the running configuration + was last saved (written)." + ::= { oacCMHistory 2 } + + oacCMHistoryStartupLastChanged OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The time when the startup configuration + was last written to." + ::= { oacCMHistory 3 } + + oacCMCopyIndex OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "IP address used for configuration copy." + ::= { oacCMCopy 1 } + + oacCMCopyTftpRunTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacCMCopyTftpRunEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Config Table for TFTP copy of running config." + ::= { oacCMCopy 2 } + + oacCMCopyTftpRunEntry OBJECT-TYPE + SYNTAX OacCMCopyTftpRunEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "List of objects defining a conceptual copy tftp entry." + INDEX { oacCMCopyIndex } + ::= { oacCMCopyTftpRunTable 1 } + + OacCMCopyTftpRunEntry ::= SEQUENCE { + oacCMCopyTftpRun DisplayString + } + + oacCMCopyTftpRun OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Name of the file on the server where the configuration script is located. + This variable is in effect a write-only variable. + Attempts to read this variable will result in a no-such-object response." + ::= { oacCMCopyTftpRunEntry 1 } + + oacCMCopyRunTftpTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacCMCopyRunTftpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Config Table for copy of running config to tftp." + ::= { oacCMCopy 3 } + + oacCMCopyRunTftpEntry OBJECT-TYPE + SYNTAX OacCMCopyRunTftpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "List of objects defining a conceptual copy tftp entry." + INDEX { oacCMCopyIndex } + ::= { oacCMCopyRunTftpTable 1 } + + OacCMCopyRunTftpEntry ::= SEQUENCE { + oacCMCopyRunTftp DisplayString + } + oacCMCopyRunTftp OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Name of the file on the server where the configuration script will be stored. + This variable is in effect a write-only variable. + Attempts to read this variable will result in a no-such-object response." + ::= { oacCMCopyRunTftpEntry 1 } + + oacCMRunningConfigSaved NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "The running configuration has been saved." + ::= { oacConfigMgmtNotifications 1 } +-------------------------------------------------------------------- +-- Conformance Definitions +-------------------------------------------------------------------- + + oacCMConformance OBJECT IDENTIFIER ::= { oacRequirements 2001 } + oacCMGroups OBJECT IDENTIFIER ::= { oacCMConformance 1 } + oacCMCompliances OBJECT IDENTIFIER ::= { oacCMConformance 2 } + + oacCMCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for agents that support the + ONEACCESS-CONFIGMGMT-MIB." + MODULE -- this module + MANDATORY-GROUPS { oacCMGeneralGroup } + ::= { oacCMCompliances 1 } + + oacCMGeneralGroup OBJECT-GROUP + OBJECTS { + oacCMHistoryRunningLastChanged, + oacCMHistoryRunningLastSaved, + oacCMHistoryStartupLastChanged + } + STATUS current + DESCRIPTION + "This group is mandatory for Configuration Management entity." + ::= { oacCMGroups 1 } + +END diff --git a/oneaccess/ONEACCESS-DOT11-MIB b/oneaccess/ONEACCESS-DOT11-MIB new file mode 100644 index 000000000..a321ac4d2 --- /dev/null +++ b/oneaccess/ONEACCESS-DOT11-MIB @@ -0,0 +1,186 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 06/12/2007 (TF10288) +-- +-------------------------------------------------------------------- + + ONEACCESS-DOT11-MIB DEFINITIONS ::= BEGIN + +-------------------------------------------------------------------- +-- Imports +-------------------------------------------------------------------- + IMPORTS + ifIndex + FROM IF-MIB + MODULE-IDENTITY, OBJECT-TYPE,Counter32 + FROM SNMPv2-SMI + MacAddress, TEXTUAL-CONVENTION + FROM SNMPv2-TC + oacExpIMDot11, oacMIBModules, oacRequirements + FROM ONEACCESS-GLOBAL-REG + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + oacExpIMDot11,oacMIBModules + FROM ONEACCESS-GLOBAL-REG; + +-------------------------------------------------------------------- +-- Module Entity +-------------------------------------------------------------------- +oacDot11MIBModule MODULE-IDENTITY + LAST-UPDATED "201110270000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201110270000Z" + + DESCRIPTION + "Fixed Minor correction added last revision." + REVISION "201007080001Z" + DESCRIPTION + "This MIB module describes DOT11 objects." + + ::= { oacMIBModules 900 } + +-------------------------------------------------------------------- +-- Interface type +-------------------------------------------------------------------- + InterfaceType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The interface type" + + SYNTAX INTEGER { + mainInterface(1), + subInterface(2) + } + + +-------------------------------------------------------------------- +-- Objects Definitions +-------------------------------------------------------------------- +oacExpIMDot11Objects OBJECT IDENTIFIER ::= { oacExpIMDot11 1 } + +-------------------------------------------------------------------- +-- Wifi Interface Table Definition +-------------------------------------------------------------------- +oacExpIMDot11InterfaceTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacExpIMDot11InterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " Table to collect status information counters + on an dot11 interface basis, either logical or + physical (i.e. radio) + For these interfaces, IANAifType is ieee80211(71) + This table is an extension to MIBII ifTable where + standard status and counters are collected" + + ::= { oacExpIMDot11Objects 1 } + +oacExpIMDot11InterfaceEntry OBJECT-TYPE + SYNTAX OacExpIMDot11InterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " index is MIBII standard index " + INDEX {ifIndex } + ::= { oacExpIMDot11InterfaceTable 1 } + +OacExpIMDot11InterfaceEntry ::= SEQUENCE { + oacExpIMDot11EntryType InterfaceType, + oacExpIMDot11MACAddress MacAddress, + oacExpIMDot11SSID OCTET STRING, + oacExpIMDot11AssociatedStations Counter32 + +} + +oacExpIMDot11EntryType OBJECT-TYPE + SYNTAX InterfaceType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This attribute shall specify the type of entry + mainInterface i.e. radio interface is physical radio interface + subInterface i.e. vap is logical dot11 interface aka Virtual Access Point" + ::= { oacExpIMDot11InterfaceEntry 1 } + +oacExpIMDot11MACAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Unique MAC Address assigned to the VAP + available for VAP entries" + ::= { oacExpIMDot11InterfaceEntry 2 } + +oacExpIMDot11SSID OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(0..32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This attribute reflects the Service Set ID used + available for VAP entries" + ::= { oacExpIMDot11InterfaceEntry 3 } + +oacExpIMDot11AssociatedStations OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This counter is the number of currently associated + stations, for vap entries, the stations associated on + the SSID of this vap, for radio entry the total of + all associated stations" + ::= { oacExpIMDot11InterfaceEntry 4 } + +-------------------------------------------------------------------- +-- Conformance Definitions +-------------------------------------------------------------------- + oacExpIMDot11Conformance OBJECT IDENTIFIER ::= { oacRequirements 900 } + oacExpIMDot11Groups OBJECT IDENTIFIER ::= { oacExpIMDot11Conformance 1 } + oacExpIMDot11Compliances OBJECT IDENTIFIER ::= { oacExpIMDot11Conformance 2 } + + oacExpIMDot11Compliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for agents that support the + ONEACCESS-DOT11-MIB." + MODULE -- this module + MANDATORY-GROUPS { oacExpIMDot11GeneralGroup } + ::= { oacExpIMDot11Compliances 1} + + oacExpIMDot11GeneralGroup OBJECT-GROUP + OBJECTS { + oacExpIMDot11EntryType, + oacExpIMDot11MACAddress, + oacExpIMDot11SSID, + oacExpIMDot11AssociatedStations + } + STATUS current + DESCRIPTION + "This group is mandatory for DOT11 entity." + ::= { oacExpIMDot11Groups 1 } + +END + + + + diff --git a/oneaccess/ONEACCESS-ETHOAM-EXT-MIB b/oneaccess/ONEACCESS-ETHOAM-EXT-MIB new file mode 100644 index 000000000..513f3d167 --- /dev/null +++ b/oneaccess/ONEACCESS-ETHOAM-EXT-MIB @@ -0,0 +1,981 @@ +ONEACCESS-ETHOAM-EXT-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, + OBJECT-TYPE, + Integer32, + Counter32, + Gauge32, + Unsigned32 FROM SNMPv2-SMI -- [RFC2578] + RowStatus, + TruthValue, MacAddress, + TEXTUAL-CONVENTION + FROM SNMPv2-TC -- [RFC2579] + MODULE-COMPLIANCE, + OBJECT-GROUP + FROM SNMPv2-CONF -- [RFC2580] + InterfaceIndex + FROM IF-MIB -- [RFC2863] + VlanIdOrNone FROM Q-BRIDGE-MIB + Dot1agCfmCcmInterval FROM IEEE8021-CFM-MIB +--cfm types + Dot1agCfmMhfCreation, + Dot1agCfmIdPermission, + Dot1agCfmMDLevel, + Dot1agCfmMpDirection, + Dot1agCfmMepIdOrZero, + Dot1agCfmMDLevelOrNone, + Dot1agCfmConfigErrors, + dot1agCfmMepIdentifier, +-- cfm indexes + dot1agCfmMdIndex, + dot1agCfmMaIndex, +--cfm groups + dot1agCfmStack, + dot1agCfmDefaultMd, + dot1agCfmVlan, + dot1agCfmConfigErrorList, + dot1agCfmMa, + dot1agCfmMepEntry, +-- cfm row items + dot1agCfmMepLbrBadMsdu, + dot1agCfmMdRowStatus, + dot1agCfmMaNetRowStatus, + dot1agCfmMaMepListRowStatus, + dot1agCfmMepRowStatus + FROM IEEE8021-CFM-MIB + + oacExpIMEthernet, oacMIBModules + FROM ONEACCESS-GLOBAL-REG + ; + + +oacEthOamExtMib MODULE-IDENTITY + LAST-UPDATED "201107290000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "fixed compilation issues" + REVISION "201107290000Z" + + DESCRIPTION + "Contact updated" + REVISION "201106150000Z" + + DESCRIPTION + "A MIB module for extending the IEEE8021-CFM-MIB + and IEEE8021-CFM-V2-MIB to add objects which provide + additional information about Connectivity Fault + management(CFM) not available in IEEE8021-CFM-MIB and + IEEE8021-CFM-V2-MIB and addition of ITU-T Y.1731 functionality + + This module also introduces the Service Layer OAM objects + described in the ITU-T Y.1731 standard. + Main additions : + + - a table for defining Maintenance Intermediate Points (MIP) + - Y.1731 frame loss and frame delay functionality + - Y.1731 AIS/RDI functionality" + +-- Revision history + + + REVISION "201101050001Z" + DESCRIPTION "Cleaned up version, adapted to latest needs" + + REVISION "201008120001Z" + DESCRIPTION "Initial version of this MIB module." + + ::= { oacMIBModules 689 } + +-- ****************************************************************** +-- Textual conventions +-- ****************************************************************** + +EthOamExtMipMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The CFM standard to which the MIP adheres." + REFERENCE + " " + SYNTAX INTEGER { + modey1731 (1), + mode8021ag (2) + } + +EthOamExtMepMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The CFM standard to which the MEP adheres." + REFERENCE + " " + SYNTAX INTEGER { + modey1731 (1), + mode8021ag (2), + modehybrid (3) + } + +EthOamEfdState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Possible EFD states that an interface can reside in. The value can be + one of the following: + + efdDisabled (1) The EFD feature is disabled; + efdIdle (2) The EFD feature is enabled, and there is no + error condition on the interface; + efdTriggered (3) The EFD feature is enabled, and there is an + error condition on the interface; + " + REFERENCE + " " + SYNTAX INTEGER { + efdDisabled (1), + efdIdle (2), + efdTriggered (3) + } + +-- ******************************************************************* +-- Groups in the MIB Module +-- ****************************************************************** + +oacEthOamExtMIBObjects OBJECT IDENTIFIER ::= { oacExpIMEthernet 2 } + +oacEthOamExtIfObjects OBJECT IDENTIFIER ::= { oacEthOamExtMIBObjects 1 } + +oacEthOamExtGlobal OBJECT IDENTIFIER ::= { oacEthOamExtIfObjects 3 } + +oacEthOamExtEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object enables or disables the CFM feature + of the local device. When the object is 'true', + CFM feature is enabled. When the object is 'false', + CFM feature is disabled." + ::= { oacEthOamExtGlobal 1 } + +-- ******************************************************************* +-- oacEthOamExtMipTable +-- ****************************************************************** + +oacEthOamExtMipTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacEthOamExtMipEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains a list of Maintenance domain + Intermediate Points. + + This table manages MIPs which are created by rules + specified on the Maintenance Association (MA) and + Maintenance Domain (MD) on the local device. MIPs can + also be created by rules specified on Default MD Level, + which is covered by dot1agCfmDefaultMdTable in + IEEE8021-CFM-MIB." + ::= { oacEthOamExtIfObjects 1 } + +oacEthOamExtMipEntry OBJECT-TYPE + SYNTAX OacEthOamExtMipEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing configuration of a particular MIP. + Each row in the table represents a different MIP. " + INDEX { + oacEthOamMipIfIndex, + oacEthOamMipMegLevel, + oacEthOamMipVlanIndex + } + ::= { oacEthOamExtMipTable 1 } + +OacEthOamExtMipEntry ::= SEQUENCE { + oacEthOamMipIfIndex InterfaceIndex, + oacEthOamMipMegLevel Unsigned32, + oacEthOamMipVlanIndex VlanIdOrNone, + oacEthOamMipMode EthOamExtMipMode, + oacEthOamMipRowStatus RowStatus +} + +oacEthOamMipIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This object is the interface index of the interface either a + bridge port, or an aggregated IEEE 802.1 link within a bridge + port, to which the MIP is attached. + Upon a restart of the system, the system SHALL, if necessary, + change the value of this variable so that it indexes the + entry in the interface table with the same value of ifAlias + that it indexed before the system restart. If no such + entry exists, then the system SHALL set this variable to 0. + " + ::= { oacEthOamExtMipEntry 1 } + +oacEthOamMipMegLevel OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The MEG level of the MIP." + ::= { oacEthOamExtMipEntry 2 } + +oacEthOamMipVlanIndex OBJECT-TYPE + SYNTAX VlanIdOrNone + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The VID associated with the MIP." + ::= { oacEthOamExtMipEntry 3 } + +oacEthOamMipMode OBJECT-TYPE + SYNTAX EthOamExtMipMode + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The MIP mode. The possible values are: + + - modey1731 (1) The MIP functions according to the Y.1731 standard + - mode802dot1ag (2) The MIP functions according to the IEEE 802.1ag + standard + + The default value is 'modey1731'. + " + DEFVAL { modey1731 } + ::= { oacEthOamExtMipEntry 4 } + +oacEthOamMipRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The status of the row. + + The writable columns in a row can not be changed if the row + is active. All columns MUST have a valid value before a row + can be activated. + " + ::= { oacEthOamExtMipEntry 5 } + +-- ******************************************************************* +-- oacEthOamExtMepTable +-- ****************************************************************** + +oacEthOamExtMepTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacEthOamExtMepEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The Extended MEP table stores all the managed objects for + setting the CFM standard of the MEP (Y1731, dot1ag, or hybrid), for + sending LMM/DMM, for enabling transmission of RDI and AIS, for + enabling EFD functionality, and for controlling Multicast Loopbacks. + It is an extension of the standard MEP table. + (AUGMENT - it uses the same indexes as the standard MEP table + dot1agCfmMepTable) + + *LMM Managed objects + + LMM Managed objects in the extended MEP table enable the management + entity to initiate transmission of Frame Loss messages. It will signal + the MEP that it should start to transmit Frame Loss messages (LMM) + and retrieve the information received from the Frame Loss + Responses (LMR). + + Steps to use entries in this table: + + 1) Wait for oacEthOamMepLossStatus value to be + false. To do this do this sequence: + a. an SNMP GET for both SnmpSetSerialNo and + oacEthOamMepLossStatus objects (in same SNMP + PDU). + b. Check if value for oacEthOamMepLossStatus is false. + - if not, wait x seconds, go to step a above. + - if yes, save the value of SnmpSetSerialNo and go + to step 2) below + 2) Change oacEthOamMepLossStatus value from false to + true to ensure no other management entity will use + the service. In order to not disturb a possible other NMS + do this by sending an SNMP SET for both SnmpSetSerialNo + and oacEthOamMepLossStatus objects (in same SNMP + PDU, and make sure SNmpSetSerialNo is the first varBind). + For the SnmpSetSerialNo varBind, use the value that you + obtained in step 1)a. This ensures that two cooperating + NMSes will not step on each others toes. + 3) Setup the different data to be sent (destination, priority, + interval,...), except do not set oacEthOamMepLossMessagesStart. + 4) Set oacEthOamMepLossMessagesStart to true to initiate + transmission of Frame Loss messages. + 5) Check the value of oacEthOamMepLossResultOK to + find out if the operation was successfully initiated or + not. + 6) The results of the running test can be retrieved from + oacEthOamMepLossNbrOfTxFrames, oacEthOamMepLossNbrOfRxFrames, + oacEthOamMepLossReplyLoss, oacEthOamMepLossNearEndDrops and + oacEthOamMepLossFarEndDrops. + 7) If you so desire, you can periodically stop and/or restart + transmission of LMM messages by modifying the + oacEthOamMepLossMessagesStart accordingly. + 8) Change the oacEthOamMepLossStatus value back to + false to allow other management entities to use the + table. Setting oacEthOamMepLossStatus to false obviously implies + that LMMs will no longer be transmitted, and that as such the value + of oacEthOamMepLossMessagesStart will be ignored. + + *DMM Managed objects + + The DMM Managed objects in the extended MEP table are used in a manner + similar to that described for LMM transmission, above. Upon + successfully initiating the transmission, the objects + oacEthOamMepDelayNbrOfTxFrames, oacEthOamMepDelayNbrOfRxFrames, + oacEthOamMepDelayLoss, oacEthOamMepDelayMin, oacEthOamMepDelayMax, + oacEthOamMepDelayAvrg, oacEthOamMepDelayJitterNegMax, + oacEthOamMepDelayJitterAvrgMax, oacEthOamMepDelayJitterPosMax + contain the result of the test. + + *AIS managed objects + + The AIS managed objects in the extended MEP table are used in a manner + similar to that described for LMM transmission. In short, first all + managed objects except oacEthOamMepAisTxEnable must be set, then + oacEthOamMepAisTxEnable must be set to true to enable transmission of + AIS. Set it to false to disable transmission again. + + *Multicast Loopbacks + + The Multicast Loopback managed objects are used as follows. If wanted, + the SNMP manager first sets the oacEthOamMepMcastLbmDataTlv payload, + or makes sure that the string is empty if no DataTLV is wanted. + Next, the SNMP manager must wait for the oacEthOamMepMcastLbmStatus + flag to be false. + Then, the oacEthOamMepMcastLbmStatus flag must be set to true to + initiate transmission of the Multicast LBM. Then the SNMP manager must + wait until the MEP Multicast Loopback Initiator State Machine has set + this flag back to false, which indicates that the time to wait for + loopback replies has expired. Finally, the oacEthOamLbrNotRespTable and + oacEthOamExtLbrTable tables can be consulted to evaluate the results. + + *EFD Managed Objects + + CFM could be considered as a line protocol for controlling Ethernet + interfaces. In case of Loss of Continuity or AIS or RDI reception, + the interface can be disabled. This feature is called Ethernet Fault + Detection and Propagation, or EFD. It is only available for inward + facing MEPs. When the interface, to which the inward facing MEP + belongs, is disabled, the MEP stays up and CFM frames are still + flowing. When the defect disappears, EFD will bring the MEP's interface + up again. + + EFD can be enabled with the oacEthOamMepEfdEnable managed object. If + more than one inward facing MEP is configured for a specific interface, + then EFD can only be enabled on one of these MEPs. + + Once enabled, the EFD state of the interface can be retrieved from the + oacEthOamMepEfdState managed object. In case EFD is triggered, object + dot1agCfmMepDefects from the IEEE8021-CFM-MIB MIB can be used to + further investigate the cause(s) of the EFD trigger. + " + ::= { oacEthOamExtIfObjects 2 } + +oacEthOamExtMepEntry OBJECT-TYPE + SYNTAX OacEthOamExtMepEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The MEP table entry" + AUGMENTS {dot1agCfmMepEntry } + ::= { oacEthOamExtMepTable 1 } + +OacEthOamExtMepEntry ::= SEQUENCE { + oacEthOamMepMode EthOamExtMepMode, + oacEthOamMepLossDestMacAddress MacAddress, + oacEthOamMepLossDestMepId Dot1agCfmMepIdOrZero, + oacEthOamMepLossDestIsMepId TruthValue, + oacEthOamMepLossVlanPriority Unsigned32, + oacEthOamMepLossInterval Dot1agCfmCcmInterval, + oacEthOamMepLossStatus TruthValue, + oacEthOamMepLossMessagesStart TruthValue, + oacEthOamMepLossResultOK TruthValue, + oacEthOamMepLossNbrOfTxFrames Counter32, + oacEthOamMepLossNbrOfRxFrames Counter32, + oacEthOamMepLossReplyLoss Counter32, + oacEthOamMepLossNearEndDrops Counter32, + oacEthOamMepLossFarEndDrops Counter32, + oacEthOamMepDelayDestMacAddress MacAddress, + oacEthOamMepDelayDestMepId Dot1agCfmMepIdOrZero, + oacEthOamMepDelayDestIsMepId TruthValue, + oacEthOamMepDelayVlanPriority Unsigned32, + oacEthOamMepDelayInterval Dot1agCfmCcmInterval, + oacEthOamMepDelayStatus TruthValue, + oacEthOamMepDelayTimeOut Unsigned32, + oacEthOamMepDelayMessagesStart TruthValue, + oacEthOamMepDelayResultOK TruthValue, + oacEthOamMepDelayNbrOfTxFrames Counter32, + oacEthOamMepDelayNbrOfRxFrames Counter32, + oacEthOamMepDelayLoss Counter32, + oacEthOamMepDelayMin Unsigned32, + oacEthOamMepDelayMax Unsigned32, + oacEthOamMepDelayAvrg Unsigned32, + oacEthOamMepDelayJitterNegMax Unsigned32, + oacEthOamMepDelayJitterAvrgMax Unsigned32, + oacEthOamMepDelayJitterPosMax Unsigned32, + oacEthOamMepRdiTxEnable TruthValue, + oacEthOamMepMcastLbmStatus TruthValue, + oacEthOamMepMcastLbmResult TruthValue, + oacEthOamMepMcastLbmSeqNumber Unsigned32, + oacEthOamMepMcastLbmDataTlv OCTET STRING, + oacEthOamMepAisInterval Unsigned32, + oacEthOamMepAisVlanPriority Unsigned32, + oacEthOamMepAisTxEnable TruthValue, + oacEthOamMepAisClientMegLevel Unsigned32, + oacEthOamMepEfdEnable TruthValue, + oacEthOamMepEfdState EthOamEfdState +} + +oacEthOamMepMode OBJECT-TYPE + SYNTAX EthOamExtMepMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The standard the MEP is following. The possible values are: + + - modey1731 (1) The MEP functions according to the Y.1731 + standard + - mode802dot1ag (2) The MEP functions according to the IEEE 802.1ag + standard + - modehybrid (3) MEP functions according to the IEEE 802.1ag + standard, but also supports the delay and loss + functionality of the Y.1731 standard + + The default mode is 'modehybrid'. + " + DEFVAL { modehybrid } + ::= { oacEthOamExtMepEntry 1 } + +oacEthOamMepLossDestMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The Target MAC Address Field to be transmitted: A unicast destination + MAC address. This address will be used if the value of the column + oacCfmMepLossDestIsMepId is 'false'." + ::= { oacEthOamExtMepEntry 10 } + +oacEthOamMepLossDestMepId OBJECT-TYPE + SYNTAX Dot1agCfmMepIdOrZero + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The Maintenance association End Point Identifier of another MEP in the + same Maintenance Association to which the LMM is to be sent. This + address will be used if the value of the column oacCfmMepLossDestIsMepId + is 'true'." + ::= { oacEthOamExtMepEntry 11 } + +oacEthOamMepLossDestIsMepId OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "True indicates that MEPID of the target MEP is used for FrameLoss + transmission. + False indicates that unicast destination MAC address of the target MEP + is used for FrameLoss transmission." + ::= { oacEthOamExtMepEntry 12 } + +oacEthOamMepLossVlanPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority. 3 bit value to be used in the VLAN tag, if present in the + transmitted frame." + ::= { oacEthOamExtMepEntry 13 } + +oacEthOamMepLossInterval OBJECT-TYPE + SYNTAX Dot1agCfmCcmInterval + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Interval between LMM transmissions." + DEFVAL { interval1s } + ::= { oacEthOamExtMepEntry 14 } + +oacEthOamMepLossStatus OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A Boolean flag set to true by the MEP Loopback Initiator State + Machine or an MIB manager to indicate that LMM messages are going to be + transmitted or are already being transmitted. + Reset to false by the MEP Loopback Initiator State Machine or the same + MIB manager." + DEFVAL { false } + ::= { oacEthOamExtMepEntry 15 } + +oacEthOamMepLossMessagesStart OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A Boolean flag set to true by an MIB manager to start LMM + transmission, or set to false by an MIB manager to stop LMM + transmission." + ::= { oacEthOamExtMepEntry 16 } + +oacEthOamMepLossResultOK OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the result of the operation: + - true The FrameDelay Message(s) will be sent. + - false The FrameDelay Message(s) will not be sent." + ::= { oacEthOamExtMepEntry 17 } + +oacEthOamMepLossNbrOfTxFrames OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sent LMM frames." + ::= { oacEthOamExtMepEntry 18 } + +oacEthOamMepLossNbrOfRxFrames OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received LMR frames." + ::= { oacEthOamExtMepEntry 19 } + +oacEthOamMepLossReplyLoss OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Difference between the number of sent LMMs and the number of received + LMRs." + ::= { oacEthOamExtMepEntry 20 } + +oacEthOamMepLossNearEndDrops OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of in-profile data frames dropped on the interface on which the + local MEP is defined, sent by the remote MEP, excluding OAM frames at + the MEP's MEG level." + ::= { oacEthOamExtMepEntry 21 } + +oacEthOamMepLossFarEndDrops OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of in-profile data frames dropped on the interface on which the + remote MEP is defined, sent by the local MEP, excluding OAM frames at + the MEP's MEG level." + ::= { oacEthOamExtMepEntry 22 } + +oacEthOamMepDelayDestMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The Target MAC Address Field to be transmitted: A unicast destination + MAC address. This address will be used if the value of the column + oacCfmMepDelayDestIsMepId is 'false'." + ::= { oacEthOamExtMepEntry 30 } + +oacEthOamMepDelayDestMepId OBJECT-TYPE + SYNTAX Dot1agCfmMepIdOrZero + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The Maintenance association End Point Identifier of another MEP in the + same Maintenance Association to which the DMM is to be sent. This + address will be used if the value of the column + oacCfmMepLossDestIsMepId is 'true'." + ::= { oacEthOamExtMepEntry 31 } + +oacEthOamMepDelayDestIsMepId OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "True indicates that MEPID of the target MEP is used for FrameDelay + transmission. + False indicates that unicast destination MAC address of the target MEP + is used for FrameDelay transmission." + ::= { oacEthOamExtMepEntry 32 } + +oacEthOamMepDelayVlanPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority. 3 bit value to be used in the VLAN tag, if present in the + transmitted frame." + ::= { oacEthOamExtMepEntry 33 } + +oacEthOamMepDelayInterval OBJECT-TYPE + SYNTAX Dot1agCfmCcmInterval + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Interval between DMM transmissions." + DEFVAL { interval1s } + ::= { oacEthOamExtMepEntry 34 } + +oacEthOamMepDelayStatus OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A Boolean flag set to true by the MEP Loopback Initiator State + Machine or an MIB manager to indicate that DMM messages are going to be + transmitted or are already being transmitted. + Reset to false by the MEP Loopback Initiator State Machine or the same + MIB manager." + DEFVAL { false } + ::= { oacEthOamExtMepEntry 35 } + +oacEthOamMepDelayTimeOut OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Time to wait for a FrameDelay response, before considering it lost, + expressed in multiples of 100msec." + ::= { oacEthOamExtMepEntry 36 } + +oacEthOamMepDelayMessagesStart OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A Boolean flag set to true by an MIB manager to start DMM + transmission, or set to false by an MIB manager to stop DMM + transmission." + ::= { oacEthOamExtMepEntry 37 } + +oacEthOamMepDelayResultOK OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the result of the operation: + - true The FrameLoss Message(s) will be sent. + - false The FrameLoss Message(s) will not be sent." + ::= { oacEthOamExtMepEntry 38 } + +oacEthOamMepDelayNbrOfTxFrames OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sent DMM frames." + ::= { oacEthOamExtMepEntry 39 } + +oacEthOamMepDelayNbrOfRxFrames OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received DMR frames." + ::= { oacEthOamExtMepEntry 40 } + +oacEthOamMepDelayLoss OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Difference between the number of sent DMMs and the number of received + DMRs within the delay window (size = 10)." + ::= { oacEthOamExtMepEntry 41 } + +oacEthOamMepDelayMin OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum delay that was measured in the Delay test, expressed in + milliseconds." + ::= { oacEthOamExtMepEntry 42 } + +oacEthOamMepDelayMax OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum delay that was measured in the Delay test, expressed in + milliseconds." + ::= { oacEthOamExtMepEntry 43 } + +oacEthOamMepDelayAvrg OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average delay that was measured in the Delay test, expressed in + milliseconds." + ::= { oacEthOamExtMepEntry 44 } + +oacEthOamMepDelayJitterNegMax OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum negative jitter deviation that was measured in the Delay + test, expressed in milliseconds." + ::= { oacEthOamExtMepEntry 45 } + +oacEthOamMepDelayJitterAvrgMax OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum average jitter that was measured in the Delay test, + expressed in milliseconds." + ::= { oacEthOamExtMepEntry 46 } + +oacEthOamMepDelayJitterPosMax OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum positive jitter deviation that was measured in the Delay + test, expressed in milliseconds." + ::= { oacEthOamExtMepEntry 47 } + +oacEthOamMepRdiTxEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enable the transmission of RDI frames. Since RDI is a bit in the CCM + frames, this setting is only taken into account if the transmission + of CC messages is enabled." + ::= { oacEthOamExtMepEntry 60 } + +oacEthOamMepMcastLbmStatus OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A Boolean flag set to true by the MEP Multicast Loopback Initiator State + Machine or an MIB manager to start transmission of a single multicast + Loopback message. + Reset to false by the MEP Multicast Loopback Initiator State Machine + once the timeframe to wait for replies has expired." + ::= { oacEthOamExtMepEntry 70 } + +oacEthOamMepMcastLbmResult OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the result of the operation: + - true The multicast Loopback Message(s) will be (or has been) + sent + - false The multicast Loopback Message(s) will not be sent." + ::= { oacEthOamExtMepEntry 71 } + +oacEthOamMepMcastLbmSeqNumber OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The multicast Loopback Transaction Identifier of the next multicast + LBM (to be) sent. + This sequence number can be zero because it wraps around. + The value returned is undefined if oacEthOamMepMcastLbmResult is false." + ::= { oacEthOamExtMepEntry 72 } + +oacEthOamMepMcastLbmDataTlv OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "An arbitrary amount of data to be included in the Data TLV of the + Multicast Loopback message. When set to a zero length string, the + dataTlv part of the message is omitted." + ::= { oacEthOamExtMepEntry 73 } + +oacEthOamMepAisInterval OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Interval between AIS transmissions." + ::= { oacEthOamExtMepEntry 80 } + +oacEthOamMepAisVlanPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority. 3 bit value to be used in the VLAN tag, if present in the + transmitted AIS frame." + ::= { oacEthOamExtMepEntry 81 } + +oacEthOamMepAisTxEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enable the transmission of AIS frames." + ::= { oacEthOamExtMepEntry 82 } + +oacEthOamMepAisClientMegLevel OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Maintenance level on which the AIS frames will be sent." + ::= { oacEthOamExtMepEntry 83 } + +oacEthOamMepEfdEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enables Ethernet Fault Detection & propagation." + ::= { oacEthOamExtMepEntry 90 } + +oacEthOamMepEfdState OBJECT-TYPE + SYNTAX EthOamEfdState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The EFD state of the interface that this MEP belongs to." + ::= { oacEthOamExtMepEntry 91 } + +-- ******************************************************************* +-- oacEthOamExtLbrTable +-- ****************************************************************** + +oacEthOamExtLbrTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacEthOamExtLbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The multicast Loopback reply table, a list of all received replies." + ::= { oacEthOamExtIfObjects 4 } + +oacEthOamExtLbrEntry OBJECT-TYPE + SYNTAX OacEthOamExtLbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing configuration of a particular LBR. + Each row in the table represents a different LBR" + INDEX { + dot1agCfmMdIndex, + dot1agCfmMaIndex, + dot1agCfmMepIdentifier, + oacEthOamLbrReceiveOrder + } + + ::= { oacEthOamExtLbrTable 1 } + +OacEthOamExtLbrEntry ::= SEQUENCE { + oacEthOamLbrReceiveOrder Unsigned32, + oacEthOamLbrPeerMacAddress MacAddress, + oacEthOamLbrMepId Dot1agCfmMepIdOrZero + } + +oacEthOamLbrReceiveOrder OBJECT-TYPE + SYNTAX Unsigned32(1..4294967295) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index to distinguish among multiple LBRs with the same LBR + Transaction Identifier field value. oacEthOamLbrReceiveOrder + are assigned sequentially from 1, in the order that the + Loopback Initiator received the LBRs." + ::= { oacEthOamExtLbrEntry 1 } + +oacEthOamLbrPeerMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unicast MAC address of the MEP that replied." + ::= { oacEthOamExtLbrEntry 2 } + +oacEthOamLbrMepId OBJECT-TYPE + SYNTAX Dot1agCfmMepIdOrZero + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If the MEP ID can be resolved, the MEPID, else 0." + ::= { oacEthOamExtLbrEntry 3 } + +-- ******************************************************************* +-- oacEthOamLbrNotRespTable +-- ****************************************************************** + +oacEthOamLbrNotRespTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacEthOamLbrNotRespEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table containing a list of all known peer MEPs which have not + responded to the multicast Loopback Message." + ::= { oacEthOamExtIfObjects 5 } + +oacEthOamLbrNotRespEntry OBJECT-TYPE + SYNTAX OacEthOamLbrNotRespEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing configuration of a particular MEP. + Each row in the table represents a different MEP`" + INDEX { + dot1agCfmMdIndex, + dot1agCfmMaIndex, + dot1agCfmMepIdentifier, + oacEthOamLbrNotRespMepId + } + + ::= { oacEthOamLbrNotRespTable 1 } + +OacEthOamLbrNotRespEntry ::= SEQUENCE { + oacEthOamLbrNotRespMepId Dot1agCfmMepIdOrZero, + oacEthOamLbrNotRespPeerMacAddress MacAddress + } + +oacEthOamLbrNotRespMepId OBJECT-TYPE + SYNTAX Dot1agCfmMepIdOrZero + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MEP ID of the known peer MEP that did not reply." + ::= { oacEthOamLbrNotRespEntry 1 } + +oacEthOamLbrNotRespPeerMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unicast MAC address of the known peer MEP that has not replied." + ::= { oacEthOamLbrNotRespEntry 2 } + +END diff --git a/oneaccess/ONEACCESS-EVENTS-MIB b/oneaccess/ONEACCESS-EVENTS-MIB new file mode 100644 index 000000000..deb6a6c7d --- /dev/null +++ b/oneaccess/ONEACCESS-EVENTS-MIB @@ -0,0 +1,122 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 22/01/2003 +-- +-- Compatibility with ONEOS_V31 +-- +-- Compatibility with ONEOS_V32 +-- +-- Compatibility with ONEOS_V32 +-- +-- 13122004 : Added oacEventSeverityLevel for events +-- + + + ONEACCESS-EVENTS-MIB DEFINITIONS ::= BEGIN + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI + DisplayString FROM RFC1213-MIB +MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF + oneAccess,oacExpIMEvents,oacMIBModules FROM ONEACCESS-GLOBAL-REG; + oacEventsMIBModule MODULE-IDENTITY + LAST-UPDATED "201106150000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201106150000Z" + + DESCRIPTION + "This MIB module describes ATM Management objects." + + ::= { oacMIBModules 6600 } + +oacEventsObjects OBJECT IDENTIFIER ::= { oacExpIMEvents 1 } +oacEventsNotifications OBJECT IDENTIFIER ::= { oacExpIMEvents 2 } +oacEventsConformance OBJECT IDENTIFIER ::= { oacExpIMEvents 3 } + + oacEventText OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Textual representation of the event" + ::= { oacEventsObjects 1 } + + oacEventSeverityLevel OBJECT-TYPE + SYNTAX OBJECT IDENTIFIER + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "Provides the associated severity level used when generating + snmp traps. When the device generates a Trap-PDU into a + SNMPv2-Trap-PDU, and when it requires a severity level, + this variable is inserted before the last varbind." + ::= { oacEventsObjects 2 } + + oacEventSeverity OBJECT IDENTIFIER ::= { oacEventsObjects 3 } + oacEventSeverityAlerts OBJECT IDENTIFIER ::= { oacEventSeverity 1 } + oacEventSeverityCritical OBJECT IDENTIFIER ::= { oacEventSeverity 2 } + oacEventSeverityErrors OBJECT IDENTIFIER ::= { oacEventSeverity 3 } + oacEventSeverityWarnings OBJECT IDENTIFIER ::= { oacEventSeverity 4 } + oacEventSeverityNotifications OBJECT IDENTIFIER ::= { oacEventSeverity 5 } + oacEventSeverityInformational OBJECT IDENTIFIER ::= { oacEventSeverity 6 } + oacEventSeverityDebug OBJECT IDENTIFIER ::= { oacEventSeverity 7 } + + +oacEvent TRAP-TYPE + ENTERPRISE oneAccess + VARIABLES { oacEventText } + DESCRIPTION "Trap generated from Event management" + ::= 1 + + +oacEventsGroups OBJECT IDENTIFIER ::= { oacEventsConformance 1} + +oacEventsCompliances OBJECT IDENTIFIER ::= { oacEventsConformance 2} + +oacEventsCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for agents that support the + OA-EVENTS-MIB." + MODULE -- this module + MANDATORY-GROUPS { oacEventsGeneralGroup + } +-- GROUP atmStatGeneralGroup +-- +-- DESCRIPTION +-- "This group optional, when declared here." + ::= { oacEventsCompliances 1} + +oacEventsGeneralGroup OBJECT-GROUP + OBJECTS { +oacEventText +} + +STATUS current + DESCRIPTION + "This group is mandatory for all Events entities." + ::= { oacEventsGroups 1 } + + +END +-- diff --git a/oneaccess/ONEACCESS-GDOI-MIB b/oneaccess/ONEACCESS-GDOI-MIB new file mode 100644 index 000000000..b878a92ee --- /dev/null +++ b/oneaccess/ONEACCESS-GDOI-MIB @@ -0,0 +1,584 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.2.R001_E001 +-- +-- Creation date : 15/04/2014 + +ONEACCESS-GDOI-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-COMPLIANCE, + NOTIFICATION-GROUP, + OBJECT-GROUP + FROM SNMPv2-CONF + MODULE-IDENTITY, + NOTIFICATION-TYPE, + OBJECT-TYPE, + Counter32, + Unsigned32 + FROM SNMPv2-SMI + TEXTUAL-CONVENTION, + DisplayString + FROM SNMPv2-TC + oacExpIMManagement + FROM ONEACCESS-GLOBAL-REG; + + +-- ------------------------------------------------------------------ -- +-- GDOI MIB Module Identity +-- ------------------------------------------------------------------ -- + +oacExpIMGdoiMIB MODULE-IDENTITY + LAST-UPDATED "1404151200Z" + ORGANIZATION "ONE ACCESS" + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 54 + Fax: (+33) 01 41 87 74 39 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "This MIB module defines objects for managing the GDOI protocol" + ::= { oacExpIMManagement 1224 } + +-- ------------------------------------------------------------------ -- +-- GDOI MIB Textual Conventions +-- ------------------------------------------------------------------ -- +OacGdoiIdentificationType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A textual convention indicating the type of value used to + identify a GDOI entity (i.e. Group, or Group Member). + + Following are the Identification Type Values: + + ID Type Value + ------- ----- + ID_KEY_ID 1 -- groupNumber + ID_IPV4_ADDR 2 -- ipv4Address + + Following are the mappings to the type values above: + + 'keyID' : group number key identifier. + 'ipv4' : IPv4 address." + + REFERENCE + "IANA ISAKMP Registry - 'Magic Numbers' for ISAKMP Protocol + Section: IPSEC Identification Type + http://www.iana.org/assignments/isakmp-registry" + + SYNTAX INTEGER { + keyID(1), + ipv4(2) + } + +OacGdoiIdentificationValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A textual convention indicating the actual value of used to + identify a GDOI entity (i.e. Group or Group Member). + The value of the oacGdoiIdentificationValue object can + be parsed based on the value of the associated + oacGdoiIdentificationType object" + + REFERENCE + "IANA ISAKMP Registry - 'Magic Numbers' for ISAKMP Protocol + Section: IPSEC Identification Type + http://www.iana.org/assignments/isakmp-registry" + + + SYNTAX OCTET STRING (SIZE (0..16)) + +OacGdoiSPI ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A textual convention indicating a SPI (Security Parameter Index)" + REFERENCE "RFC 3547 - Section: 5.3. SA KEK Payload" + SYNTAX OCTET STRING (SIZE (32)) + +OacGdoiKEKEncryptionAlgorithm ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A textual convention indicating the identifier of the + KEK encryption algorithm being used" + + + REFERENCE + "IANA IKEv2 Parameters + Section: Encryption Algorithm Transform IDs + http://www.iana.org/assignments/ikev2-parameters + + IANA 'Magic Numbers' for ISAMP Protocol + Section: IPSEC ESP Transform Identifiers + http://www.iana.org/assignments/isakmp-registry + + RFC 2407 - Section: 4.4.4. IPSEC ESP Transform Identifiers + RFC 3547 - Section: 5.3.3. KEK_ALGORITHM + RFC 4306 - Section: 3.3.2. Transform Substructure + RFC 4106, 4309, 4543, 5282, 5529" + SYNTAX INTEGER { + enc-des(1), + enc-3des(2), + enc-aes(3) + } + + +OacGdoiHashAlogrithm ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A textual convention indicating the identifier of the + hash algorithm being used." + + + REFERENCE + "IANA IKEv2 Parameters + Section: Pseudo-random Function Transform IDs + http://www.iana.org/assignments/ikev2-parameters + + RFC 3547 - Section: 5.3.6. SIG_HASH_ALGORITHM + RFC 4306 - Section: 3.3.2. Transform Substructure + RFC 4615, 4868" + SYNTAX INTEGER { + md5(1), + sha1(2) + } + +OacGdoiSignatureMethod ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A textual convention indicating the identifier of the + integirty algorithm being used" + + + REFERENCE + "IANA IKEv2 Parameters + Section: Integrity Algorithm Transform IDs + http://www.iana.org/assignments/ikev2-parameters + + RFC 2407 - Section: 4.5. IPSEC Security Assoc. Attributes + RFC 3547 - Section: 5.3.6. SIG_HASH_ALGORITHM + RFC 4306 - Section: 3.3.2. Transform Substructure + RFC 4494, 4543, 4595, 4868" + SYNTAX INTEGER { + rsa(1), + dss(2), + ecdss(3) + } + + + +-- ------------------------------------------------------------------ -- +-- GDOI MIB Groups +-- ------------------------------------------------------------------ -- +oacGdoiMIBObjects OBJECT IDENTIFIER + ::= { oacExpIMGdoiMIB 1 } + +-- ------------------------------------------------------------------ -- +-- GDOI MIB Management Objects +-- ------------------------------------------------------------------ -- +-- +-- *---------------------------------------------------------------- -- +-- * The GDOI "Group" Table +-- *---------------------------------------------------------------- -- +oacGdoiGroupTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacGdoiGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table of information regarding GDOI Groups in use on + the network device being queried." + ::= { oacGdoiMIBObjects 1 } + +oacGdoiGroupEntry OBJECT-TYPE + SYNTAX OacGdoiGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing GDOI Group information, uniquely + identified by the GDOI Group ID." + REFERENCE + "RFC 3547 - Sections: 5.1.1. Identification Type Values + 5.1.1.1. ID_KEY_ID + RFC 4306 - Section: 3.5. Identification Payloads" + INDEX { + oacGdoiGroupName + } + ::= { oacGdoiGroupTable 1 } + +OacGdoiGroupEntry ::= SEQUENCE { + oacGdoiGroupName DisplayString, + oacGdoiGroupIdType OacGdoiIdentificationType, + oacGdoiGroupIdValue OacGdoiIdentificationValue +} + +oacGdoiGroupName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The string-readable name configured for or given to a GDOI + Group." + ::= { oacGdoiGroupEntry 1 } + +oacGdoiGroupIdType OBJECT-TYPE + SYNTAX OacGdoiIdentificationType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Identification Type Value used to parse a GDOI Group ID. + The GDOI RFC 3547 defines the types that can be used as a + GDOI Group ID, and RFC 4306 defines all valid types that can + be used as an identifier." + REFERENCE + "RFC 3547 - Sections: 5.1.1. Identification Type Values + 5.1.1.1. ID_KEY_ID + RFC 4306 - Section: 3.5. Identification Payloads" + ::= { oacGdoiGroupEntry 2 } + +oacGdoiGroupIdValue OBJECT-TYPE + SYNTAX OacGdoiIdentificationValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of a Group ID with its type indicated by the + oacGdoiGroupIdType. Use the oacGdoiGroupIdType to parse the + Group ID correctly. This Group ID value is sent as the + 'Identification Data' field of the Identification Payload + for a GDOI GROUPKEY-PULL exchange." + REFERENCE + "RFC 3547 - Sections: 5.1.1. Identification Type Values + 5.1.1.1. ID_KEY_ID + RFC 4306 - Section: 3.5. Identification Payloads" + ::= { oacGdoiGroupEntry 3 } + +-- *---------------------------------------------------------------- -- +-- * GDOI MIB Management Object Groups +-- *---------------------------------------------------------------- -- +oacGdoiGm OBJECT IDENTIFIER + ::= { oacGdoiMIBObjects 2 } + +oacGdoiPolicy OBJECT IDENTIFIER + ::= { oacGdoiMIBObjects 3 } + +-- #-------------------------------------------------------------- -- +-- # The GDOI "Group Members" Table +-- #-------------------------------------------------------------- -- +oacGdoiGmTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacGdoiGmEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table of information regarding GDOI Group Members (GMs) + locally configured on the network device being queried. Note + that Local Group Members may or may not be registered to a + Key Server in its GDOI Group on the same network device being + queried." + ::= { oacGdoiGm 2 } + +oacGdoiGmEntry OBJECT-TYPE + SYNTAX OacGdoiGmEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing Local GDOI Group Member information, + uniquely identified by Group & GM IDs. Because the Group + Member is Local to the network device being queried, TEKs + installed for this Group Member can be queried as well." + REFERENCE + "RFC 3547 - Sections: 1. Introduction + 3.3. Initiator Operations + 4.8. Group Member Operations" + INDEX { + oacGdoiGroupName, + oacGdoiGmActiveKEK + } + ::= { oacGdoiGmTable 1 } + +OacGdoiGmEntry ::= SEQUENCE { + oacGdoiGmIdType OacGdoiIdentificationType, + oacGdoiGmIdValue OacGdoiIdentificationValue, + oacGdoiGmRegKeyServerIdValue OacGdoiIdentificationValue, + oacGdoiGmActiveKEK OacGdoiSPI, + oacGdoiGmRekeysReceived Counter32 +} + +oacGdoiGmIdType OBJECT-TYPE + SYNTAX OacGdoiIdentificationType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Identification Type Value used to parse the identity + information for a Initiator or Group Member. RFC 4306 + defines all valid types that can be used as an identifier. + These identification types are sent as the 'SRC ID Type' and + 'DST ID Type' of the KEK and TEK payloads for GDOI + GROUPKEY-PULL and GROUPKEY-PUSH exchanges." + REFERENCE + "RFC 3547 - Sections: 5.3. SA KEK payload + 5.4.1. PROTO_IPSEC_ESP + RFC 4306 - Section: 3.5. Identification Payloads" + ::= { oacGdoiGmEntry 1 } + +oacGdoiGmIdValue OBJECT-TYPE + SYNTAX OacGdoiIdentificationValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the identity information for a Group Member with + its type indicated by the oacGdoiGmIdType. Use the + oacGdoiGmIdType to parse the Group Member ID correctly. + This Group Member ID value is sent as the 'SRC + Identification Data' and 'DST Identification Data' of the + KEK and TEK payloads for GDOI GROUPKEY-PULL and GROUPKEY-PUSH + exchanges." + REFERENCE + "RFC 3547 - Sections: 5.3. SA KEK payload + 5.4.1. PROTO_IPSEC_ESP" + ::= { oacGdoiGmEntry 2 } + +oacGdoiGmRegKeyServerIdValue OBJECT-TYPE + SYNTAX OacGdoiIdentificationValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the identity information for this Group Member's + registered Key Server with its type indicated by the + oacGdoiGmRegKeyServerIdType. Use the + oacGdoiGmRegKeyServerIdType to parse the registered Key + Server's ID correctly. This Key Server ID value is sent as + the 'SRC Identification Data' and 'DST Identification Data' + of the KEK and TEK payloads for GDOI GROUPKEY-PULL and + GROUPKEY-PUSH exchanges." + REFERENCE + "RFC 3547 - Sections: 5.3. SA KEK payload + 5.4.1. PROTO_IPSEC_ESP" + ::= { oacGdoiGmEntry 3 } + +oacGdoiGmActiveKEK OBJECT-TYPE + SYNTAX OacGdoiSPI + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SPI of the Key Encryption Key (KEK) that is currently + being used by the Group Member to authenticate & decrypt a + rekey from a GROUPKEY-PUSH message." + ::= { oacGdoiGmEntry 4 } + +oacGdoiGmRekeysReceived OBJECT-TYPE + SYNTAX Counter32 + UNITS "GROUPKEY-PUSH Messages" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The sequence number of the last rekey successfully received + from this Group Member's registered Key Server." + REFERENCE + "RFC 3547 - Sections: 3.2. Messages + 3.3. Initiator Operations + 4. GROUPKEY-PUSH Message + 4.8. Group Member Operations + 5.6. Sequence Number Payload" + ::= { oacGdoiGmEntry 5 } + +-- #-------------------------------------------------------------- -- +-- # The GDOI "Group Member (GM) KEK SA" Table +-- #-------------------------------------------------------------- -- +oacGdoiGmKekTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacGdoiGmKekEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table of information regarding GDOI Key Encryption Key + (KEK) Security Associations (SAs) currently installed for + GDOI entities acting as Group Members on the network device + being queried. There is one entry in this table for each + KEK SA that has been installed and not yet deleted. Each + KEK SA is uniquely identified by a SPI at any given time." + ::= { oacGdoiPolicy 2 } + +oacGdoiGmKekEntry OBJECT-TYPE + SYNTAX OacGdoiGmKekEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing the attributes associated with a GDOI KEK + SA, uniquely identified by the Group ID, Group Member (GM) + ID, & SPI value assigned by the GM's registered Key Server to + the KEK. There will be at least one KEK SA entry for each GM + & two KEK SA entries for a given GM only during a KEK rekey + when a new KEK is received & installed. The KEK SPI is + unique for every KEK for a given Group Member." + REFERENCE + "RFC 3547 - Sections: 1. Introduction + 3.2. Messages + 4. GROUPKEY-PUSH Message + 5.3. SA KEK Payload + 5.3.1. KEK Attributes + 5.5. Key Download Payload" + INDEX { + oacGdoiGroupName, + oacGdoiGmKekSPI + } + ::= { oacGdoiGmKekTable 1 } + +OacGdoiGmKekEntry ::= SEQUENCE { + oacGdoiGmKekSPI OacGdoiSPI, + oacGdoiGmKekSrcIdValue OacGdoiIdentificationValue, + oacGdoiGmKekDstIdValue OacGdoiIdentificationValue, + oacGdoiGmKekEncryptAlg OacGdoiKEKEncryptionAlgorithm, + oacGdoiGmKekEncryptKeyLength Unsigned32, + oacGdoiGmKekSigHashAlg OacGdoiHashAlogrithm, + oacGdoiGmKekSigAlg OacGdoiSignatureMethod, + oacGdoiGmKekSigKeyLength Unsigned32, + oacGdoiGmKekOriginalLifetime Unsigned32, + oacGdoiGmKekRemainingLifetime Unsigned32 + +} + +oacGdoiGmKekSPI OBJECT-TYPE + SYNTAX OacGdoiSPI + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the Security Parameter Index (SPI) of a KEK + SA. The SPI must be the ISAKMP Header cookie pair + where the first 8 octets become the 'Initiator Cookie' field + of the GROUPKEY-PUSH message ISAKMP HDR, and the second 8 + octets become the 'Responder Cookie' in the same HDR. As + described above, these cookies are assigned by the GCKS." + ::= { oacGdoiGmKekEntry 1 } + +oacGdoiGmKekSrcIdValue OBJECT-TYPE + SYNTAX OacGdoiIdentificationValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the identity information for the source of + a KEK SA with its type indicated by the + oacGdoiGmKekSrcIdType. Use the oacGdoiGmKekSrcIdType to parse + the KEK Source ID correctly. This ID value is sent as the 'SRC + Identification Data' of a KEK payload." + REFERENCE "RFC 3547 - Sections: 5.3. SA KEK payload" + ::= { oacGdoiGmKekEntry 2 } + +oacGdoiGmKekDstIdValue OBJECT-TYPE + SYNTAX OacGdoiIdentificationValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the identity information for the destination of + a KEK SA (multicast rekey address) with its type indicated by + oacGdoiGmKekDstIdType. Use the oacGdoiGmKekDstIdType to parse + the KEK Dest. ID correctly. This ID value is sent as the 'DST + Identification Data' of a KEK payload." + REFERENCE "RFC 3547 - Sections: 5.3. SA KEK payload" + ::= { oacGdoiGmKekEntry 3 } + +oacGdoiGmKekEncryptAlg OBJECT-TYPE + SYNTAX OacGdoiKEKEncryptionAlgorithm + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the KEK_ALGORITHM which specifies the + encryption algorithm used with the KEK SA. A GDOI + implementaiton must support KEK_ALG_3DES. + + Following are the KEK encryption algoritm values defined in + the GDOI RFC 3547, however the oacGdoiEncryptionAlgorithm TC + defines all possible values. + + Algorithm Type Value + -------------- ----- + KEK_ALG_DES 1 + KEK_ALG_3DES 2 + KEK_ALG_AES 3" + REFERENCE "RFC 3547 - Section 5.3.3. KEK_ALGORITHM" + ::= { oacGdoiGmKekEntry 4 } + +oacGdoiGmKekEncryptKeyLength OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "Bits" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the KEK_KEY_LENGTH which specifies the KEK + Algorithm key length (in bits)." + REFERENCE "RFC 3547 - Section: 5.3.4. KEK_KEY_LENGTH" + ::= { oacGdoiGmKekEntry 5 } + +oacGdoiGmKekSigHashAlg OBJECT-TYPE + SYNTAX OacGdoiHashAlogrithm + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the SIG_HASH_ALGORITHM which specifies the SIG + payload hash algorithm. This is not required (i.e. could + have a value of zero) if the SIG_ALGORITHM is SIG_ALG_DSS or + SIG_ALG_ECDSS, which imply SIG_HASH_SHA1 (i.e. must have a + value of zero or SIG_HASH_SHA1)" + + REFERENCE "RFC 3547 - Section: 5.3.6. SIG_HASH_ALGORITHM" + ::= { oacGdoiGmKekEntry 6 } + +oacGdoiGmKekSigAlg OBJECT-TYPE + SYNTAX OacGdoiSignatureMethod + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the SIG_ALGORITHM which specifies the SIG + payload signature algorithm. A GDOI implementation must + support SIG_ALG_RSA" + + REFERENCE "RFC 3547 - Section: 5.3.7. SIG_ALGORITHM" + ::= { oacGdoiGmKekEntry 7 } + +oacGdoiGmKekSigKeyLength OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "Bits" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the SIG_KEY_LENGTH which specifies the length + of the SIG payload key." + REFERENCE "RFC 3547 - Section 5.3.8. SIG_KEY_LENGTH" + ::= { oacGdoiGmKekEntry 8 } + +oacGdoiGmKekOriginalLifetime OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "Seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the KEK_KEY_LIFETIME which specifies the maximum + time for which a KEK is valid. The GCKS may refresh the KEK + at any time before the end of the valid period. The value is + a four (4) octet (32-bit) number defining a valid time period + in seconds." + REFERENCE "RFC 3547 - Section 5.3.5. KEK_KEY_LIFETIME" + ::= { oacGdoiGmKekEntry 9 } + +oacGdoiGmKekRemainingLifetime OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "Seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the remaining time for which a KEK is valid. + The value is a four (4) octet (32-bit) number which begins at + the value of oacGdoiGmKekOriginalLifetime and counts down to 0 + in seconds. If the lifetime has already expired, this value + should remain at zero (0) until the GCKS refreshes the KEK." + REFERENCE "RFC 3547 - Section 5.3.5. KEK_KEY_LIFETIME" + ::= { oacGdoiGmKekEntry 10 } + +END + diff --git a/oneaccess/ONEACCESS-GLOBAL-REG b/oneaccess/ONEACCESS-GLOBAL-REG new file mode 100644 index 000000000..f5a8df359 --- /dev/null +++ b/oneaccess/ONEACCESS-GLOBAL-REG @@ -0,0 +1,263 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 22/01/2003 +-- +-- Modified for ONEOS_V31 +-- +-- Modified for ONEOS_V32R2E20 (MIB QOS) +-- +-- +-- 13122004 : Add oacExpIMIPSec +-- +-- 24012005 : Add type one10 one30 +-- +-- 10032005 : Add vrrp mib +-- +-- 05062005 : Add pstn isdn mibs +-- +-- 25122005 : Add sysObjectId for One20,One80,One300 +-- +-- 13042006 : Add oacExpIMAtmAal5 (TF2967) +-- +-- 21082006 : Add sysObjectId for One180 +-- +-- 18012008 :KMD_TF10288 Add dot11 mib +-- +-- 2009-03-31 : TF16991: added oacJitterStatsHistoryTable, oacJitterStatsHistoryEntry, +-- updated oacJitterGeneralGroup +-- +-- 16042009 : Add IM CellRadio (for OneCell35) +-- +-- 10092009 : TF11960: add status noStatisticsAvailable for oacJitterStatsCompleted object +-- +-- 2009-08-28 : TF30635:added Deviation jitter objects to oacJitterStatsTable: +-- oacJitterStatsSum2PosSD, oacJitterStatsSum2NegSD, +-- oacJitterStatsSum2PosDS, oacJitterStatsSum2NegDS, +-- oacJitterStatsDeviationSD, oacJitterStatsDeviationDS +-- +-- 2009-09-16 Add sysObjectId for OC35 +-- Add oneaccess_cellular_mib +-- +-- 2010-07-08 Add oacExpIMIPPerformanceCounters,oacExpIMEthernet, sysObjectID for 1440 +-- +-- +-- 2010-08-10 Add oacOneOsDevice for 1440 +-- 2011-04-29 Add oacVlanConfig oacBridgeObjects oacIpServicesConfig -comments- +-- + +ONEACCESS-GLOBAL-REG DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY,enterprises FROM SNMPv2-SMI; + + oneAccessMIBModule MODULE-IDENTITY + LAST-UPDATED "201504210000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + DESCRIPTION + "This MIB module describes the top-level ONEACCESS + architecture + Products sysObjectId are under oacRegistration + Modules registrations are under oacRegistration.oacMIBModules + Product Specicific MIBs are under oacProductSpecific + Generic MIBs common to several products are under + oacGeneric" +-- Revision history + + REVISION "201504210000Z" + DESCRIPTION + "Add new device One445 see PR 74321" + + REVISION "201409050000Z" + DESCRIPTION + "Add new devices oacLbb139, oacLbb148, oacLbb219, oacLbb329 see PR 73077" + + REVISION "201310160000Z" + DESCRIPTION + "Update for 1440, Add new devices oacLbb133, oacLbb134, oacLbb140, oacLbb210, oacLbb310, oacLbb320, oacLbb330 , oacLbb4G ... see PR 65655" + + REVISION "201306250000Z" + DESCRIPTION + "Add oacOneOsDevice for Lbbxxx see PR 60762" + + REVISION "201304250000Z" + DESCRIPTION + "Add oacOneOsDevice for one540,one1540,one1510,one1520 see PR 60762" + + REVISION "201203200000Z" + DESCRIPTION + "Reserved the sub-tree 11 to new MIB oacExpIMIPVrfToIf see PR 49262" + + REVISION "201107290000Z" + DESCRIPTION + "fixed compilation issues" + + REVISION "201106150000Z" + DESCRIPTION + "Contact updated" + + REVISION "201104100001Z" -- April 29, 2011 + DESCRIPTION "Add oacVlanConfig oacBridgeObjects oacIpServicesConfig " + + REVISION "201008100001Z" -- August 10, 2010 + DESCRIPTION "Add oacOneOsDevice for 1440." + + REVISION "201007080001Z" + DESCRIPTION "Initial version." + ::= { oacMIBModules 1 } + + oneAccess OBJECT IDENTIFIER ::= { enterprises 13191 } + oacRegistration OBJECT IDENTIFIER ::= { oneAccess 1 } + oacMIBModules OBJECT IDENTIFIER ::= { oacRegistration 100 } + + oacOneOsDevices OBJECT IDENTIFIER ::= { oacRegistration 1 } + oacOne10 OBJECT IDENTIFIER ::= { oacOneOsDevices 1 } + oacOne20 OBJECT IDENTIFIER ::= { oacOneOsDevices 2 } + oacOne30 OBJECT IDENTIFIER ::= { oacOneOsDevices 3 } + oacOne40 OBJECT IDENTIFIER ::= { oacOneOsDevices 4 } + oacOne50 OBJECT IDENTIFIER ::= { oacOneOsDevices 5 } + oacOne60 OBJECT IDENTIFIER ::= { oacOneOsDevices 6 } + oacOne20D OBJECT IDENTIFIER ::= { oacOneOsDevices 7 } + oacOne80 OBJECT IDENTIFIER ::= { oacOneOsDevices 8 } + oacOne80XM OBJECT IDENTIFIER ::= { oacOneOsDevices 9 } + oacOne100 OBJECT IDENTIFIER ::= { oacOneOsDevices 10 } + oacOne100D OBJECT IDENTIFIER ::= { oacOneOsDevices 11 } + oacOne150 OBJECT IDENTIFIER ::= { oacOneOsDevices 15 } + oacOne180 OBJECT IDENTIFIER ::= { oacOneOsDevices 18 } + oacOne200 OBJECT IDENTIFIER ::= { oacOneOsDevices 20 } + oacOneCell25 OBJECT IDENTIFIER ::= { oacOneOsDevices 25 } + oacOne300 OBJECT IDENTIFIER ::= { oacOneOsDevices 30 } + oacOneCell35 OBJECT IDENTIFIER ::= { oacOneOsDevices 35 } + oacOne400 OBJECT IDENTIFIER ::= { oacOneOsDevices 40 } + oacOne70 OBJECT IDENTIFIER ::= { oacOneOsDevices 70 } + oacOne800 OBJECT IDENTIFIER ::= { oacOneOsDevices 80 } + oacPBXplug8 OBJECT IDENTIFIER ::= { oacOneOsDevices 100 } + oacPBXplug30 OBJECT IDENTIFIER ::= { oacOneOsDevices 110 } + oacPBXPLUG-1P-2B OBJECT IDENTIFIER ::= { oacOneOsDevices 111 } + oacPBXPLUG-1P-2B-L OBJECT IDENTIFIER ::= { oacOneOsDevices 112 } + oacPBXPLUG-4B OBJECT IDENTIFIER ::= { oacOneOsDevices 113 } + oacPBXPLUG-4B-L OBJECT IDENTIFIER ::= { oacOneOsDevices 114 } + oacPBXPLUG-4B-V2 OBJECT IDENTIFIER ::= { oacOneOsDevices 115 } + oacPBXPLUG-6B OBJECT IDENTIFIER ::= { oacOneOsDevices 116 } + oacPBXPLUG-6B-L OBJECT IDENTIFIER ::= { oacOneOsDevices 117 } + oac1440 OBJECT IDENTIFIER ::= { oacOneOsDevices 1440 } + oacOne90 OBJECT IDENTIFIER ::= { oacOneOsDevices 90 } + oacLbb130 OBJECT IDENTIFIER ::= { oacOneOsDevices 130 } + oacLbb131 OBJECT IDENTIFIER ::= { oacOneOsDevices 131 } + oacLbb132 OBJECT IDENTIFIER ::= { oacOneOsDevices 132 } + oacLbb133 OBJECT IDENTIFIER ::= { oacOneOsDevices 133 } + oacLbb134 OBJECT IDENTIFIER ::= { oacOneOsDevices 134 } + oacLbb135 OBJECT IDENTIFIER ::= { oacOneOsDevices 135 } + oacLbb139 OBJECT IDENTIFIER ::= { oacOneOsDevices 139 } + oacLbb140 OBJECT IDENTIFIER ::= { oacOneOsDevices 140 } + oacLbb141 OBJECT IDENTIFIER ::= { oacOneOsDevices 141 } + oacLbb142 OBJECT IDENTIFIER ::= { oacOneOsDevices 142 } + oacLbb148 OBJECT IDENTIFIER ::= { oacOneOsDevices 148 } + oacLbb210 OBJECT IDENTIFIER ::= { oacOneOsDevices 210 } + oacLbb219 OBJECT IDENTIFIER ::= { oacOneOsDevices 219 } + oacLbb230 OBJECT IDENTIFIER ::= { oacOneOsDevices 230 } + oacLbb231 OBJECT IDENTIFIER ::= { oacOneOsDevices 231 } + oacLbb236 OBJECT IDENTIFIER ::= { oacOneOsDevices 236 } + oacLbb310 OBJECT IDENTIFIER ::= { oacOneOsDevices 310 } + oacLbb320 OBJECT IDENTIFIER ::= { oacOneOsDevices 320 } + oacLbb329 OBJECT IDENTIFIER ::= { oacOneOsDevices 329 } + oacLbb330 OBJECT IDENTIFIER ::= { oacOneOsDevices 330 } + oacOne410 OBJECT IDENTIFIER ::= { oacOneOsDevices 410 } + oacOne420 OBJECT IDENTIFIER ::= { oacOneOsDevices 420 } + oacOne425 OBJECT IDENTIFIER ::= { oacOneOsDevices 425 } + oacOne445 OBJECT IDENTIFIER ::= { oacOneOsDevices 445 } + oacOne540 OBJECT IDENTIFIER ::= { oacOneOsDevices 540 } + oacOne560 OBJECT IDENTIFIER ::= { oacOneOsDevices 560 } + oacOne700 OBJECT IDENTIFIER ::= { oacOneOsDevices 700 } + oacLbb4G OBJECT IDENTIFIER ::= { oacOneOsDevices 1000 } + oacOne1540 OBJECT IDENTIFIER ::= { oacOneOsDevices 1540 } + oacOne1510 OBJECT IDENTIFIER ::= { oacOneOsDevices 1510 } + oacOne1520 OBJECT IDENTIFIER ::= { oacOneOsDevices 1520 } + oacOne1560 OBJECT IDENTIFIER ::= { oacOneOsDevices 1560 } + + oacProductSpecific OBJECT IDENTIFIER ::= { oneAccess 2 } + + oacGeneric OBJECT IDENTIFIER ::= { oneAccess 3 } + + oacGenProtocols OBJECT IDENTIFIER ::= { oacGeneric 1 } + + oacGenManagement OBJECT IDENTIFIER ::= { oacGeneric 10 } + + oacEmbeddedAgentMIB OBJECT IDENTIFIER ::= { oacGenManagement 1 } + + oacCapabilities OBJECT IDENTIFIER ::= { oneAccess 4 } + + oacRequirements OBJECT IDENTIFIER ::= { oneAccess 5 } + + oacExperimental OBJECT IDENTIFIER ::= { oneAccess 10 } + + oacExpNewMIBs OBJECT IDENTIFIER ::= { oacExperimental 1 } + + oacExpInternetDrafts OBJECT IDENTIFIER ::= { oacExperimental 2 } + + oacExpInternalModules OBJECT IDENTIFIER ::= { oacExperimental 3 } + + oacExpIMIp OBJECT IDENTIFIER ::= { oacExpInternalModules 1 } + oacExpIMAtm OBJECT IDENTIFIER ::= { oacExpInternalModules 2 } + oacExpIMSystem OBJECT IDENTIFIER ::= { oacExpInternalModules 3 } + + oacExpIMManagement OBJECT IDENTIFIER ::= { oacExpInternalModules 4 } + oacExpIMEvents OBJECT IDENTIFIER ::= { oacExpIMManagement 2 } + oacExpIMPing OBJECT IDENTIFIER ::= { oacExpIMManagement 3 } + + oacExpIMVoice OBJECT IDENTIFIER ::= { oacExpInternalModules 5 } + oacExpIMPstn OBJECT IDENTIFIER ::= { oacExpInternalModules 6 } + oacExpIMPstnNotifications OBJECT IDENTIFIER ::= { oacExpIMPstn 0 } + oacExpIMIsdn OBJECT IDENTIFIER ::= { oacExpInternalModules 7 } + oacExpIMIsdnNotifications OBJECT IDENTIFIER ::= { oacExpIMIsdn 0 } + + oacExpIMVoiceGlobalStat OBJECT IDENTIFIER ::= { oacExpIMVoice 1 } + + + oacExpIMAtmStatistics OBJECT IDENTIFIER ::= { oacExpIMAtm 1 } + oacExpIMAtmOamStatistics OBJECT IDENTIFIER ::= { oacExpIMAtm 2 } + oacExpIMAtmAal5 OBJECT IDENTIFIER ::= { oacExpIMAtm 3 } + + oacExpIMIpNat OBJECT IDENTIFIER ::= { oacExpIMIp 1 } + oacExpIMIpNatStatistics OBJECT IDENTIFIER ::= { oacExpIMIpNat 1 } + oacExpIMIpNatNotifications OBJECT IDENTIFIER ::= { oacExpIMIpNat 2 } + oacExpIMIpAcl OBJECT IDENTIFIER ::= { oacExpIMIp 2 } + oacExpIMIpAclStatistics OBJECT IDENTIFIER ::= { oacExpIMIpAcl 1 } + oacExpIMIpVrrp OBJECT IDENTIFIER ::= { oacExpIMIp 5 } + oacExpIMVrrpNotifications OBJECT IDENTIFIER ::= { oacExpIMIpVrrp 1 } + + +-- oacQOS OBJECT IDENTIFIER ::= { oacExpIMIp 3 } + oacExpIMIPSec OBJECT IDENTIFIER ::= { oacExpIMIp 4 } + + oacExpIMIPPerformanceCounters OBJECT IDENTIFIER ::= { oacExpIMIp 10 } + + oacExpIMDot11 OBJECT IDENTIFIER ::= { oacExpInternalModules 8 } + + oacExpIMCellRadio OBJECT IDENTIFIER ::= { oacExpInternalModules 9 } + + oacExpIMEthernet OBJECT IDENTIFIER ::= { oacExpInternalModules 10 } + + oacExpIMZbFw OBJECT IDENTIFIER ::= { oacExpIMIp 9 } + + -- oacExpIMIPVrfToIf OBJECT IDENTIFIER ::= { oacExpIMIp 11 } + +END + + diff --git a/oneaccess/ONEACCESS-IP-SERVICES-MIB b/oneaccess/ONEACCESS-IP-SERVICES-MIB new file mode 100644 index 000000000..0dde1ee5f --- /dev/null +++ b/oneaccess/ONEACCESS-IP-SERVICES-MIB @@ -0,0 +1,432 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R002_E004 +-- +-- Creation date : 07/08/2010 + + +ONEACCESS-IP-SERVICES-MIB DEFINITIONS ::= BEGIN + + IMPORTS + OBJECT-GROUP + FROM SNMPv2-CONF + IpAddress, OBJECT-TYPE, + MODULE-IDENTITY + FROM SNMPv2-SMI + DisplayString, RowStatus, TruthValue + FROM SNMPv2-TC + ifIndex + FROM IF-MIB + oacExpIMIp, oacMIBModules + FROM ONEACCESS-GLOBAL-REG; + +oacIpServicesConfigMIB MODULE-IDENTITY + + LAST-UPDATED "201107290000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "fixed compilation issues" + REVISION "201107290000Z" + + DESCRIPTION + "Contact updated" + REVISION "201106150000Z" + + DESCRIPTION + "This MIB defines configuration capabilities relating to + IP services : DHCP client, DNS, ARP ." + + ::= { oacMIBModules 683 } + +-- +-- Textual Conventions +-- + +-- +-- Node definitions +-- + oacIpServicesConfig OBJECT IDENTIFIER ::= { oacExpIMIp 8 } + + oacIpServicesConfigObjects OBJECT IDENTIFIER ::= { oacIpServicesConfig 1 } + oacIpServicesConfigConformance OBJECT IDENTIFIER ::= { oacIpServicesConfig 2 } + +-- +-- DNS Services ( IPv4 ) + + oacIpServicesDnsConfigObjects OBJECT IDENTIFIER ::= { oacIpServicesConfigObjects 1 } + + oacIpDnsConfigDomainName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-write + STATUS current + DESCRIPTION + " Configuration of the Domain Name." + DEFVAL { "" } + ::= { oacIpServicesDnsConfigObjects 1 } + + oacIpDnsConfigMainAdd OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The main domain server IP address" + DEFVAL { '00000000'H } + ::= { oacIpServicesDnsConfigObjects 2 } + + oacIpDnsConfigSndAdd OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The secondary domain server IP address" + DEFVAL { '00000000'H } + ::= { oacIpServicesDnsConfigObjects 3 } + + oacIpDnsConfigTimeout OBJECT-TYPE + SYNTAX INTEGER { + timeoutValueDefault(1), + timeoutValue4(2), + timeoutValue12(3), + timeoutValue18(4), + timeoutValue42(5), + timeoutValue90(6), + timeoutValue120(7) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The duration (default is 150 seconds) to wait for the name server answer" + DEFVAL { timeoutValueDefault } + ::= { oacIpServicesDnsConfigObjects 4 } + +-- +-- DHCP Client . Global parameters ( IPv4 ) + + oacIpServicesDHCPCConfigObjects OBJECT IDENTIFIER ::= { oacIpServicesConfigObjects 2 } + + + oacDhcpClientAutoRestartAtm OBJECT-TYPE + SYNTAX INTEGER + { + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + " DHCP Client specific behavior " + DEFVAL { disabled } + ::= { oacIpServicesDHCPCConfigObjects 1 } + + oacDhcpClientBroadcastFlag OBJECT-TYPE + SYNTAX INTEGER + { + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Activation or not of the broadcast flag in DHCP Offer/Ack message, so that the server is + made aware if the DHCP packets are unicast or broadcast" + DEFVAL { disabled } + ::= { oacIpServicesDHCPCConfigObjects 2 } + + oacDhcpVendorId OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(0..199)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "To include the option 60 within the DISCOVER messages and to append a proprietary vendor-ID string" + ::= { oacIpServicesDHCPCConfigObjects 3 } + +-- +-- DHCP Client . Additional options when DHCP is activated +-- ONEOS CLI tree : under interface : ip dhcp ..... + + oacIpDhcpClientInterfaceTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacIpDhcpClientInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains the Additional DHCP Client configuration + on interfaces. + + The ifIndex in the INDEX clause identifies the interface + where these options are applied." + ::= { oacIpServicesDHCPCConfigObjects 4 } + + oacIpDhcpClientInterfaceEntry OBJECT-TYPE + SYNTAX OacIpDhcpClientInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in this table defines the additional option(s) sent by the DHCP Client." + INDEX { ifIndex } + ::= { oacIpDhcpClientInterfaceTable 1 } + + OacIpDhcpClientInterfaceEntry ::= SEQUENCE { + oacIpDhcpClientInterfaceIfName DisplayString, + oacIpDhcpClientInterfaceIgnoreDefRoute TruthValue, + oacIpDhcpClientInterfaceLeaseOptLess TruthValue, + oacIpDhcpClientInterfaceUserClassId DisplayString, + oacIpDhcpClientInterfaceRowStatus RowStatus + } + + oacIpDhcpClientInterfaceIfName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the interface where the Dhcp Client is associated. + Same as ifDescr from IF-MIB" + ::= { oacIpDhcpClientInterfaceEntry 1 } + + oacIpDhcpClientInterfaceIgnoreDefRoute OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Do not insert default route in routing table" + DEFVAL { false } + ::= { oacIpDhcpClientInterfaceEntry 2 } + + oacIpDhcpClientInterfaceLeaseOptLess OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Remove lease option 51 parameter" + DEFVAL { false } + ::= { oacIpDhcpClientInterfaceEntry 3 } + + oacIpDhcpClientInterfaceUserClassId OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Insert option 77 user class, if void option 77 is not inserted" + DEFVAL { "" } + ::= { oacIpDhcpClientInterfaceEntry 4 } + + oacIpDhcpClientInterfaceRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The row status for this rule." + ::= { oacIpDhcpClientInterfaceEntry 5 } + +-- +-- DHCP Client . Activation per Interface and options +-- ONEOS CLI tree : under interface : ip address dhcp ..... + + oacIpDhcpAddClientInterfaceTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacIpDhcpAddClientInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains the DHCP Client configuration + on interfaces. + + The ifIndex in the INDEX clause identifies the interface + where the DHCP Client is activated." + ::= { oacIpServicesDHCPCConfigObjects 5 } + + oacIpDhcpAddClientInterfaceEntry OBJECT-TYPE + SYNTAX OacIpDhcpAddClientInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in this table defines the interface where the DHCP Client is activated." + INDEX { ifIndex } + ::= { oacIpDhcpAddClientInterfaceTable 1 } + + OacIpDhcpAddClientInterfaceEntry ::= SEQUENCE { + oacIpDhcpAddClientInterfaceActivate TruthValue, + oacIpDhcpAddClientInterfaceIfName DisplayString, + oacIpDhcpAddClientInterfaceClientId DisplayString, + oacIpDhcpAddClientInterfaceHostname DisplayString, + oacIpDhcpAddClientInterfaceRowStatus RowStatus + } + + oacIpDhcpAddClientInterfaceActivate OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Activate the DHCP Client on the interface." + DEFVAL { false } + ::= { oacIpDhcpAddClientInterfaceEntry 1 } + + oacIpDhcpAddClientInterfaceIfName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the interface where the Dhcp Client is associated. + Same as ifDescr from IF-MIB" + ::= { oacIpDhcpAddClientInterfaceEntry 2 } + + oacIpDhcpAddClientInterfaceClientId OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Set of the Client Identifier. + The optional argument indicates which MAC address shall be used in the DHCP DISCOVER message. + When the optional client-id argument is not present, the DHCP DISCOVER message uses the MAC + address of the interface otherwise if present it uses the client-id string value." + DEFVAL { "" } + ::= { oacIpDhcpAddClientInterfaceEntry 3 } + + oacIpDhcpAddClientInterfaceHostname OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Set of the Hostname." + DEFVAL { "" } + ::= { oacIpDhcpAddClientInterfaceEntry 4 } + + oacIpDhcpAddClientInterfaceRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The row status for this rule." + ::= { oacIpDhcpAddClientInterfaceEntry 5 } + +-- +-- ARP Proxy + + oacIpServicesArpProxyConfigObjects OBJECT IDENTIFIER ::= { oacIpServicesConfigObjects 3 } + + + oacIpProxyArpInterfaceConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacIpProxyArpInterfaceConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains the Proxy ARP configuration + on interfaces. + + The ifIndex in the INDEX clause identifies the interface + where Proxy ARP is applied" + ::= { oacIpServicesArpProxyConfigObjects 1 } + + oacIpProxyArpInterfaceConfigEntry OBJECT-TYPE + SYNTAX OacIpProxyArpInterfaceConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in this table defines the interface where the Proxy ARP is configured." + INDEX { ifIndex } + ::= { oacIpProxyArpInterfaceConfigTable 1 } + + OacIpProxyArpInterfaceConfigEntry ::= SEQUENCE { + oacIpProxyArpInterfaceConfigActivate + TruthValue, + oacIpProxyArpInterfaceConfigIfName + DisplayString, + oacIpProxyArpInterfaceConfigRowStatus + RowStatus + } + + oacIpProxyArpInterfaceConfigActivate OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Activate Proxy Arp." + DEFVAL { true } + ::= { oacIpProxyArpInterfaceConfigEntry 1 } + + oacIpProxyArpInterfaceConfigIfName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the interface where Proxy Arp is activated. + Same as ifDescr from IF-MIB" + ::= { oacIpProxyArpInterfaceConfigEntry 2 } + + oacIpProxyArpInterfaceConfigRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Row Status for this rule." + ::= { oacIpProxyArpInterfaceConfigEntry 3 } + +-- +-- ICMP Redirect + + oacIpServicesIcmpRedirConfigObjects OBJECT IDENTIFIER ::= { oacIpServicesConfigObjects 4 } + + oacIpIcmpRedirConfigActivate OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enable ICMP host redirects." + DEFVAL { true } + ::= { oacIpServicesIcmpRedirConfigObjects 1 } + + oacIpIcmpRedirConfigRedirRoutesActivate OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enable learning icmp redirect routes. + It is possible to define the timeout (in seconds) of redirect routes + See below the meaning of the different values : + - Default timeout 180s + - 0 Value to disable learning icmp redirect routes (default behaviour) + - <1-4294967295> Timeout of redirect routes (seconds)" + + DEFVAL { 0 } + ::= { oacIpServicesIcmpRedirConfigObjects 2 } + + oacIpIcmpRedirConfigRateLimitUnreach OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "rate limit icmp messages generated. + See below the meaning of the different values : + - Default value 500ms + - 0 Default behaviour + - <1-4294967295> Once per milliseconds" + + DEFVAL { 0 } + ::= { oacIpServicesIcmpRedirConfigObjects 3 } + + oacIpServicesGroups OBJECT IDENTIFIER ::= { oacIpServicesConfigConformance 1 } + + oacIpServicesConfigGroup OBJECT-GROUP + OBJECTS { oacIpDnsConfigDomainName } + STATUS current + DESCRIPTION + "Group of IP Servicesobjects" + ::= { oacIpServicesGroups 1 } + + oacIpServicesCompls OBJECT IDENTIFIER ::= { oacIpServicesConfigConformance 2 } + + END diff --git a/oneaccess/ONEACCESS-IPSEC-MIB b/oneaccess/ONEACCESS-IPSEC-MIB new file mode 100644 index 000000000..7900a235d --- /dev/null +++ b/oneaccess/ONEACCESS-IPSEC-MIB @@ -0,0 +1,208 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 13/12/2004 +-- +-- Compatibility with ONEOS_V33 +-- +-- Compatibility with ONEOS_V34 +-- +-- Compatibility with ONEOS_V35 +-- +-- Compatibility with ONEOS_V36 +-- + + + + ONEACCESS-IPSEC-MIB DEFINITIONS ::= BEGIN + + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, + Counter32,Integer32,IpAddress,Unsigned32 + FROM SNMPv2-SMI + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + TimeInterval + FROM SNMPv2-TC + ifIndex + FROM IF-MIB + oacMIBModules, oacExpIMIp, oacExpIMIPSec + FROM ONEACCESS-GLOBAL-REG; + + oacNatMIBModule MODULE-IDENTITY + LAST-UPDATED "201110270000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201110270000Z" + + DESCRIPTION + "Added NOTIFICATION-TYPE, and fixed minor corrections." + REVISION "201007081000Z" + DESCRIPTION + "This MIB module describes IPSec Managed objects." + + ::= { oacMIBModules 675 } + +oacIPSecNotifications OBJECT IDENTIFIER ::= { oacExpIMIPSec 1 } +oacIsakmpNotifications OBJECT IDENTIFIER ::= { oacExpIMIPSec 2 } + +oacIPSecSAcreated NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An IPSec SA created notification signifies that the + device created an IPSec security association." + ::= {oacIPSecNotifications 1} + +oacIPSecSAremoved NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An IPSec SA removed notification signifies that the + device removed an IPSec security association." + ::= {oacIPSecNotifications 2} + +oacIPSecCmapEnabled NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An IPSec crypto map enabled notification signifies that the + device validated the crypto map attached to an interface + and the crypto map becomes valid on this interface." + ::= {oacIPSecNotifications 3} + +oacIPSecCmapDisabled NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An IPSec crypto map disabled notification signifies that the + device did not validate the crypto map attached to an interface + and the crypto map becomes invalid on this interface." + ::= {oacIPSecNotifications 4} + +oacIPSecCpolEnabled NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An IPSec crypto map policy enabled notification signifies that the + device validated the crypto map policy. configuration is considered + as active and can be used by Isakmp daemon, or IPSec manual keying." + ::= {oacIPSecNotifications 5} + +oacIPSecCpolDisabled NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An IPSec crypto map policy disabled notification signifies that the + device did not validate the crypto map policy. Configuration is considered + as inactive and can not be used by Isakmp or manual IPSec manual keying." + ::= {oacIPSecNotifications 6} + +oacIPSecHwModuleDown NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An IPSec hardware module down notification signifies that the + device can not use any hardware encryption module, because it is + not activated, or it is not present on the device." + ::= {oacIPSecNotifications 7} + +oacISAKMPBadProposal NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ISAKMP bad proposal notification signifies that the device + did not validate proposal for IPSec phase 1 with a remote peer." + ::= {oacIsakmpNotifications 1} + +oacISAKMPNoResponse NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ISAKMP No Response notification signifies that the device + was exchanging ISAKMP information with a remote ISAKMP peer, + and the peer did not give any answer to the device." + ::= {oacIsakmpNotifications 2} + +oacISAKMPConnectionEstablished NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ISAKMP Connection established notification signifies + that the device established an ISAKMP connection with + a remote ISAKMP device." + ::= {oacIsakmpNotifications 3} + +oacISAKMPConnectionRemoved NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ISAKMP Connection removed notification signifies + that the device removed an ISAKMP connection with + a remote ISAKMP device, because the lifetime of the connection + reached the limit, or a reset has been carried out on the device, + either by using clear crypto isakmp sa, or by shutting down the + IPSec working interface." + ::= {oacIsakmpNotifications 4} + +oacISAMPIPSecConnectionEstablished NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ISAKMP IPSec Connection established notification signifies that + the ISAKMP daemon of the device successfully created an IPSec tunnel between + two ISAKMP peers." + ::= {oacIsakmpNotifications 5} + +oacISAKMPIPSecConnectionRemoved NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ISAKMP IPSec Connection removed notification signifies that + the ISAKMP daemon of the device removed an IPSec connection, either because + the lifetime of the IPSec session reached the limit, or because + a reset has been carried out on the IPSec working interface of + the device." + ::= {oacIsakmpNotifications 6} + +oacISAKMPUnknownPeer NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ISAKMP unknown peer notification signifies that the device + received an unknown isakmp request and did not process it." + ::= {oacIsakmpNotifications 7} + +oacISAKMPNotificationMsgReceived NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ISAKMP notification message received notification signifies + that the device received a notification from a known ISAKMP peer." + ::= {oacIsakmpNotifications 8} + +oacISAKMPNotificationMsgSent NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ISAKMP notification message sent notification signifies + that the device sent a notification to a known ISAKMP peer. + Generally, a sent notification is due to a problem on the + ISAKMP connection between two ISAKMP peers. For example, + if received packet is malformed, a notification message is + sent." + ::= {oacIsakmpNotifications 9} + +oacISAKMPDeadPeerDetected NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An ISAKMP Dead Peer detection signifies that the device + detected a DPD when using ISAKMP keepalive." + ::= {oacIsakmpNotifications 10} + + +END +-- diff --git a/oneaccess/ONEACCESS-ISDN-MIB b/oneaccess/ONEACCESS-ISDN-MIB new file mode 100644 index 000000000..27cbb79f1 --- /dev/null +++ b/oneaccess/ONEACCESS-ISDN-MIB @@ -0,0 +1,87 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 05/06/2005 +-- +-- Compatibility with ONEOS_V31 +-- +-- Compatibility with ONEOS_V32 +-- + + + ONEACCESS-ISDN-MIB DEFINITIONS ::= BEGIN + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE,Counter32,Unsigned32, NOTIFICATION-TYPE + FROM SNMPv2-SMI + DisplayString + FROM RFC1213-MIB + ifIndex, ifDescr, ifType, ifAdminStatus, ifOperStatus, ifName, ifAlias + FROM IF-MIB + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + oacExpIMIsdn,oacExpIMIsdnNotifications,oacMIBModules + FROM ONEACCESS-GLOBAL-REG + oacEventText + FROM ONEACCESS-EVENTS-MIB; + + oacIsdnMIBModule MODULE-IDENTITY + LAST-UPDATED "201110270000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201110270000Z" + + DESCRIPTION + "This MIB module describes IP Isdn Management objects." + + ::= { oacMIBModules 674 } + + + dialDown NOTIFICATION-TYPE + OBJECTS { ifIndex, ifDescr, ifType, ifAdminStatus, + ifOperStatus, ifName, ifAlias } + + STATUS current + DESCRIPTION + "A IsdnlinkDown trap signifies that the SNMPv2 entity, + acting in an agent role, has detected that the + ifOperStatus object for its Isdn physical link + is about to enter the down state from some other state + (but not from the notPresent state). This other state + is indicated by the included value of ifOperStatus." + ::= { oacExpIMIsdnNotifications 3 } + + dialUp NOTIFICATION-TYPE + OBJECTS { ifIndex, ifDescr, ifType, ifAdminStatus, + ifOperStatus, ifName, ifAlias } + STATUS current + DESCRIPTION + "A linkDown trap signifies that the SNMPv2 entity, + acting in an agent role, has detected that the + ifOperStatus object for for its Isdn physical communication links + left the down state and transitioned into some other + state (but not into the notPresent state). This other + state is indicated by the included value of + ifOperStatus." + ::= { oacExpIMIsdnNotifications 4 } + +END +-- diff --git a/oneaccess/ONEACCESS-JITTER-MIB b/oneaccess/ONEACCESS-JITTER-MIB new file mode 100644 index 000000000..9c04829a0 --- /dev/null +++ b/oneaccess/ONEACCESS-JITTER-MIB @@ -0,0 +1,1017 @@ +-------------------------------------------------------------------- +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 2006-01-31 +-- +-- 2006-02-10 : add object oacJitterControlAdminStatus and suppress +-- oacJitterControlIndex from Conformance definitions +-- +-- 2006-02-17 : remove object oacJitterControlAdminStatus and add +-- default values for oacJitterStatsPacketLossSD, oacJitterStatsPacketLossDS, +-- oacJitterStatsPacketOutOfSequence, oacJitterStatsPacketLateArrival, +-- oacJitterStatsPacketLoss +-- +-- 2006-06-27 : TF3778: oacJitterStatsTime SNMP attribute from TimeTicks to +-- DateAndTime +-- +-- 2006-09-12 : TF4306:added Max jitter objects to oacJitterStatsTable: +-- oacJitterStatsMaxPosSD, oacJitterStatsMaxNegSD, +-- oacJitterStatsMaxPosDS, oacJitterStatsMaxNegDS +-- +-- 2009-03-31 : TF16991: added oacJitterStatsHistoryTable, oacJitterStatsHistoryEntry, +-- updated oacJitterGeneralGroup +-- +-- 2009-05-04 : TF11960: add status noStatisticsAvailable for oacJitterStatsCompleted object + +-- 2009-08-28 : TF30635:added Deviation jitter objects to oacJitterStatsTable: +-- oacJitterStatsSum2PosSD, oacJitterStatsSum2NegSD, +-- oacJitterStatsSum2PosDS, oacJitterStatsSum2NegDS, +-- oacJitterStatsDeviationSD, oacJitterStatsDeviationDS +-- +-- 2012-04-10 : TF 52698: added Probe's VRF name to oacJitterControlTable +-- oacJitterControlVrfName +-------------------------------------------------------------------- + + ONEACCESS-JITTER-MIB DEFINITIONS ::= BEGIN + +-------------------------------------------------------------------- +-- Imports +-------------------------------------------------------------------- + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, Integer32 + FROM SNMPv2-SMI + -- + RowStatus, TimeStamp, DateAndTime, TEXTUAL-CONVENTION + FROM SNMPv2-TC + -- + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + -- + OwnerString + FROM IF-MIB + -- + oacMIBModules, oacExpIMManagement, oacRequirements + FROM ONEACCESS-GLOBAL-REG + -- + InetAddress + FROM INET-ADDRESS-MIB; -- RFC2851 + +-------------------------------------------------------------------- +-- Module Entity +-------------------------------------------------------------------- + + oacJitterMIBModule MODULE-IDENTITY + LAST-UPDATED "201110270000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201110270000Z" + + DESCRIPTION + "Fixed minor corrections." + REVISION "201007081000Z" + + DESCRIPTION + "This MIB module describes a MIB for getting statistics as jitter + calculation, transit time measurement and loss packet rate between + nodes" + ::= { oacMIBModules 2000 } + +-------------------------------------------------------------------- +-- Textual Conventions +-------------------------------------------------------------------- + + OacJitterControlJitterType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "Describes the type of probe to execute." + SYNTAX INTEGER + { + jitter-ICMP-TIMESTAMP(1), + jitter-UDP-PING(2), + jitter-UDP-PING-TIMESTAMP(3) + } + + OacJitterResponseSense ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "Values for status of the operation." + SYNTAX INTEGER + { + ok(1), + disconnected(2), + overThreshold(3), + timeout(4), + busy(5), + notConnected(6), + dropped(7), + sequenceError(8), + verifyError(9), + applicationSpecific(10), + noStatisticsAvailable(11), + error(16) + } + + +-------------------------------------------------------------------- +-- Objects Definitions +-------------------------------------------------------------------- + + oacExpIMJitter OBJECT IDENTIFIER ::= { oacExpIMManagement 5 } + oacJitterObjects OBJECT IDENTIFIER ::= { oacExpIMJitter 1 } + + -------------------------------------------------------------------- + -- Control Table Definition + -------------------------------------------------------------------- + + oacJitterControlTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacJitterControlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Config Table for JITTER probe." + ::= { oacJitterObjects 1 } + + oacJitterControlEntry OBJECT-TYPE + SYNTAX OacJitterControlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "List of objects defining a conceptual JITTER probe." + INDEX { oacJitterControlIndex } + ::= { oacJitterControlTable 1 } + + OacJitterControlEntry ::= SEQUENCE { + oacJitterControlIndex INTEGER, + oacJitterControlOwner OwnerString, + oacJitterControlType OacJitterControlJitterType, + oacJitterControlFrequency INTEGER, + oacJitterControlTimeout INTEGER, + oacJitterControlTargetAddress InetAddress, + oacJitterControlTargetPort Integer32, + oacJitterControlSourceAddress InetAddress, + oacJitterControlInterval Integer32, + oacJitterControlPktDataRequestSize Integer32, + oacJitterControlPacketCount Integer32, + oacJitterControlTos Integer32, + oacJitterControlStatus RowStatus, + oacJitterControlVrfName OCTET STRING + } + + oacJitterControlIndex OBJECT-TYPE + SYNTAX INTEGER (1..2147483647) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Identifies a row (session number) in the control table." + ::= { oacJitterControlEntry 1 } + + oacJitterControlOwner OBJECT-TYPE + SYNTAX OwnerString + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Use as a comment field." + DEFVAL { "" } + ::= { oacJitterControlEntry 2 } + + oacJitterControlType OBJECT-TYPE + SYNTAX OacJitterControlJitterType + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Specifies the protocol used by the probe." + DEFVAL { jitter-ICMP-TIMESTAMP } + ::= { oacJitterControlEntry 3 } + + oacJitterControlFrequency OBJECT-TYPE + SYNTAX INTEGER (0..604800) + UNITS "seconds" + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Defines the time in seconds between two probes." + DEFVAL { 60 } + ::= { oacJitterControlEntry 4 } + + oacJitterControlTimeout OBJECT-TYPE + SYNTAX INTEGER (0..604800000) + UNITS "milliseconds" + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Defines the maximum time of waiting a response to a packet." + DEFVAL { 5000 } + ::= { oacJitterControlEntry 5 } + + oacJitterControlTargetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Specifies the IP address of the target." + ::= { oacJitterControlEntry 6 } + + oacJitterControlTargetPort OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Specifies the port number of the target." + ::= { oacJitterControlEntry 7 } + + oacJitterControlSourceAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Specifies the source IP address." + ::= { oacJitterControlEntry 8 } + + oacJitterControlInterval OBJECT-TYPE + SYNTAX Integer32 + UNITS "milliseconds" + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Time interval between each packet of a probe." + ::= { oacJitterControlEntry 9 } + + oacJitterControlPktDataRequestSize OBJECT-TYPE + SYNTAX Integer32 + UNITS "bytes" + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Specifies the size of the packet to send." + DEFVAL { 32 } + ::= { oacJitterControlEntry 10 } + + oacJitterControlPacketCount OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Number of packets to send for a probe." + DEFVAL { 10 } + ::= { oacJitterControlEntry 11 } + + oacJitterControlTos OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION "This object represents the type of service in an + IP header." + DEFVAL { 0 } + ::= { oacJitterControlEntry 12 } + + oacJitterControlStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The status of the jitter probe (see definition from SNMPv2-TC module)." + ::= { oacJitterControlEntry 13 } + + oacJitterControlVrfName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(0..255)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "VRF name" + ::= { oacJitterControlEntry 14 } + + -------------------------------------------------------------------- + -- Statistics Table Definition + -------------------------------------------------------------------- + + oacJitterStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacJitterStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Statistics Table for JITTER probe." + ::= { oacJitterObjects 2 } + + oacJitterStatsEntry OBJECT-TYPE + SYNTAX OacJitterStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "List of objects defining the results for JITTER probe." + INDEX { oacJitterControlIndex } + ::= { oacJitterStatsTable 1 } + + OacJitterStatsEntry ::= SEQUENCE { + oacJitterStatsCompleted OacJitterResponseSense, + oacJitterStatsTime DateAndTime, + oacJitterStatsNumRTT Integer32, + oacJitterStatsPacketRecv Integer32, + oacJitterStatsAvgRTT Integer32, + oacJitterStatsSumRTT Integer32, + oacJitterStatsMinRTT Integer32, + oacJitterStatsMaxRTT Integer32, + oacJitterStatsSumPosJitter Integer32, + oacJitterStatsNumPosJitter Integer32, + oacJitterStatsSumNegJitter Integer32, + oacJitterStatsNumNegJitter Integer32, + oacJitterStatsSumPosSD Integer32, + oacJitterStatsNumPosSD Integer32, + oacJitterStatsSumNegSD Integer32, + oacJitterStatsNumNegSD Integer32, + oacJitterStatsSumPosDS Integer32, + oacJitterStatsNumPosDS Integer32, + oacJitterStatsSumNegDS Integer32, + oacJitterStatsNumNegDS Integer32, + oacJitterStatsPacketLossSD Integer32, + oacJitterStatsPacketLossDS Integer32, + oacJitterStatsPacketOutOfSequence Integer32, + oacJitterStatsPacketLateArrival Integer32, + oacJitterStatsPacketLoss Integer32, + oacJitterStatsMaxPosSD Integer32, + oacJitterStatsMaxNegSD Integer32, + oacJitterStatsMaxPosDS Integer32, + oacJitterStatsMaxNegDS Integer32, + oacJitterStatsSum2PosSD Integer32, + oacJitterStatsSum2NegSD Integer32, + oacJitterStatsSum2PosDS Integer32, + oacJitterStatsSum2NegDS Integer32, + oacJitterStatsDeviationSD Integer32, + oacJitterStatsDeviationDS Integer32 + } + + oacJitterStatsCompleted OBJECT-TYPE + SYNTAX OacJitterResponseSense + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The status of the last measure." + ::= { oacJitterStatsEntry 2 } + + oacJitterStatsTime OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The date of the last measure." + ::= { oacJitterStatsEntry 3 } + + oacJitterStatsNumRTT OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The total number of probe operations that have been done." + DEFVAL { 0 } + ::= { oacJitterStatsEntry 4 } + + oacJitterStatsPacketRecv OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of received packets during a probe test." + ::= { oacJitterStatsEntry 5 } + + oacJitterStatsAvgRTT OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The average value of the Round Trip Time measures." + ::= { oacJitterStatsEntry 6 } + + oacJitterStatsSumRTT OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of the Round Trip Time measures." + ::= { oacJitterStatsEntry 7 } + + oacJitterStatsMinRTT OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The minimum value of the Round Trip Time measures." + ::= { oacJitterStatsEntry 8 } + + oacJitterStatsMaxRTT OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum value of the Round Trip Time measures." + ::= { oacJitterStatsEntry 9 } + + oacJitterStatsSumPosJitter OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of positive jitter measures (Source <-> Target)." + ::= { oacJitterStatsEntry 10 } + + oacJitterStatsNumPosJitter OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of positive jitter measures (Source <-> Target)." + ::= { oacJitterStatsEntry 11 } + + oacJitterStatsSumNegJitter OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of negative jitter measures (Source <-> Target)." + ::= { oacJitterStatsEntry 12 } + + oacJitterStatsNumNegJitter OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of negative jitter mesures (Source <-> Target)." + ::= { oacJitterStatsEntry 13 } + + oacJitterStatsSumPosSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of positive jitter measures (Source -> Target)." + ::= { oacJitterStatsEntry 14 } + + oacJitterStatsNumPosSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of positive jitter measures (Source -> Target)." + ::= { oacJitterStatsEntry 15 } + + oacJitterStatsSumNegSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of negative jitter measures (Source -> Target)." + ::= { oacJitterStatsEntry 16 } + + oacJitterStatsNumNegSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of negative jitter measures (Source -> Target)." + ::= { oacJitterStatsEntry 17 } + + oacJitterStatsSumPosDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of positive jitter measures (Source <- Target)." + ::= { oacJitterStatsEntry 18 } + + oacJitterStatsNumPosDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of positive jitter measures (Source <- Target)." + ::= { oacJitterStatsEntry 19 } + + oacJitterStatsSumNegDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of negative jitter measures (Source <- Target)." + ::= { oacJitterStatsEntry 20 } + + oacJitterStatsNumNegDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of negative jitter measures (Source <- Target)." + ::= { oacJitterStatsEntry 21 } + + oacJitterStatsPacketLossSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of packets lost when sent from source to target." + DEFVAL { 0 } + ::= { oacJitterStatsEntry 22 } + + oacJitterStatsPacketLossDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of packets lost when sent from target to source." + DEFVAL { 0 } + ::= { oacJitterStatsEntry 23 } + + oacJitterStatsPacketOutOfSequence OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of packets arrived out of sequence." + DEFVAL { 0 } + ::= { oacJitterStatsEntry 24 } + + oacJitterStatsPacketLateArrival OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of packets that arrived after the timeout." + DEFVAL { 0 } + ::= { oacJitterStatsEntry 25 } + + oacJitterStatsPacketLoss OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of packets that are lost for which we cannot determine the direction." + DEFVAL { 0 } + ::= { oacJitterStatsEntry 26 } + + oacJitterStatsMaxPosSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum measure of positive jitter measures (Source -> Target)." + ::= { oacJitterStatsEntry 27 } + + oacJitterStatsMaxNegSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum measure of negative jitter measures (Source -> Target)." + ::= { oacJitterStatsEntry 28 } + + oacJitterStatsMaxPosDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum measure of positive jitter measures (Source <- Target)." + ::= { oacJitterStatsEntry 29 } + + oacJitterStatsMaxNegDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum measure of negative jitter measures (Source <- Target)." + ::= { oacJitterStatsEntry 30 } + + oacJitterStatsSum2PosSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of squared positive jitter measures (Source -> Target)." + ::= { oacJitterStatsEntry 31 } + + oacJitterStatsSum2NegSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of squared negative jitter measures (Source -> Target)." + ::= { oacJitterStatsEntry 32 } + + oacJitterStatsSum2PosDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of squared positive jitter measures (Source <- Target)." + ::= { oacJitterStatsEntry 33 } + + oacJitterStatsSum2NegDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of squared negative jitter measures (Source <- Target)." + ::= { oacJitterStatsEntry 34 } + + oacJitterStatsDeviationSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Standard jitter measures deviation (Source -> Target)." + ::= { oacJitterStatsEntry 35 } + + oacJitterStatsDeviationDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Standard jitter measures deviation (Source <- Target)." + ::= { oacJitterStatsEntry 36 } + +-------------------------------------------------------------------- + -- Statistics History Table Definition + -------------------------------------------------------------------- + + oacJitterStatsHistoryTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacJitterStatsHistoryEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Statistics History Table for JITTER probe." + ::= { oacJitterObjects 3 } + + oacJitterStatsHistoryEntry OBJECT-TYPE + SYNTAX OacJitterStatsHistoryEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "List of objects defining the history results for JITTER probe." + INDEX { oacJitterControlIndex, oacJitterStatsHistoryIndex } + ::= { oacJitterStatsHistoryTable 1 } + + OacJitterStatsHistoryEntry ::= SEQUENCE { + oacJitterStatsHistoryIndex Integer32, + oacJitterStatsHistoryCompleted OacJitterResponseSense, + oacJitterStatsHistoryTime DateAndTime, + oacJitterStatsHistoryNumRTT Integer32, + oacJitterStatsHistoryPacketRecv Integer32, + oacJitterStatsHistoryAvgRTT Integer32, + oacJitterStatsHistorySumRTT Integer32, + oacJitterStatsHistoryMinRTT Integer32, + oacJitterStatsHistoryMaxRTT Integer32, + oacJitterStatsHistorySumPosJitter Integer32, + oacJitterStatsHistoryNumPosJitter Integer32, + oacJitterStatsHistorySumNegJitter Integer32, + oacJitterStatsHistoryNumNegJitter Integer32, + oacJitterStatsHistorySumPosSD Integer32, + oacJitterStatsHistoryNumPosSD Integer32, + oacJitterStatsHistorySumNegSD Integer32, + oacJitterStatsHistoryNumNegSD Integer32, + oacJitterStatsHistorySumPosDS Integer32, + oacJitterStatsHistoryNumPosDS Integer32, + oacJitterStatsHistorySumNegDS Integer32, + oacJitterStatsHistoryNumNegDS Integer32, + oacJitterStatsHistoryPacketLossSD Integer32, + oacJitterStatsHistoryPacketLossDS Integer32, + oacJitterStatsHistoryPacketOutOfSequence Integer32, + oacJitterStatsHistoryPacketLateArrival Integer32, + oacJitterStatsHistoryPacketLoss Integer32, + oacJitterStatsHistoryMaxPosSD Integer32, + oacJitterStatsHistoryMaxNegSD Integer32, + oacJitterStatsHistoryMaxPosDS Integer32, + oacJitterStatsHistoryMaxNegDS Integer32, + oacJitterStatsHistorySum2PosSD Integer32, + oacJitterStatsHistorySum2NegSD Integer32, + oacJitterStatsHistorySum2PosDS Integer32, + oacJitterStatsHistorySum2NegDS Integer32, + oacJitterStatsHistoryDeviationSD Integer32, + oacJitterStatsHistoryDeviationDS Integer32 + } + + oacJitterStatsHistoryIndex OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The index of the entry." + ::= { oacJitterStatsHistoryEntry 1 } + + oacJitterStatsHistoryCompleted OBJECT-TYPE + SYNTAX OacJitterResponseSense + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The status of the last measure." + ::= { oacJitterStatsHistoryEntry 2 } + + oacJitterStatsHistoryTime OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The date of the last measure." + ::= { oacJitterStatsHistoryEntry 3 } + + oacJitterStatsHistoryNumRTT OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The total number of probe operations that have been done." + DEFVAL { 0 } + ::= { oacJitterStatsHistoryEntry 4 } + + oacJitterStatsHistoryPacketRecv OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of received packets during a probe test." + ::= { oacJitterStatsHistoryEntry 5 } + + oacJitterStatsHistoryAvgRTT OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The average value of the Round Trip Time measures." + ::= { oacJitterStatsHistoryEntry 6 } + + oacJitterStatsHistorySumRTT OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of the Round Trip Time measures." + ::= { oacJitterStatsHistoryEntry 7 } + + oacJitterStatsHistoryMinRTT OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The minimum value of the Round Trip Time measures." + ::= { oacJitterStatsHistoryEntry 8 } + + oacJitterStatsHistoryMaxRTT OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum value of the Round Trip Time measures." + ::= { oacJitterStatsHistoryEntry 9 } + + oacJitterStatsHistorySumPosJitter OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of positive jitter measures (Source <-> Target)." + ::= { oacJitterStatsHistoryEntry 10 } + + oacJitterStatsHistoryNumPosJitter OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of positive jitter measures (Source <-> Target)." + ::= { oacJitterStatsHistoryEntry 11 } + + oacJitterStatsHistorySumNegJitter OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of negative jitter measures (Source <-> Target)." + ::= { oacJitterStatsHistoryEntry 12 } + + oacJitterStatsHistoryNumNegJitter OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of negative jitter mesures (Source <-> Target)." + ::= { oacJitterStatsHistoryEntry 13 } + + oacJitterStatsHistorySumPosSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of positive jitter measures (Source -> Target)." + ::= { oacJitterStatsHistoryEntry 14 } + + oacJitterStatsHistoryNumPosSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of positive jitter measures (Source -> Target)." + ::= { oacJitterStatsHistoryEntry 15 } + + oacJitterStatsHistorySumNegSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of negative jitter measures (Source -> Target)." + ::= { oacJitterStatsHistoryEntry 16 } + + oacJitterStatsHistoryNumNegSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of negative jitter measures (Source -> Target)." + ::= { oacJitterStatsHistoryEntry 17 } + + oacJitterStatsHistorySumPosDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of positive jitter measures (Source <- Target)." + ::= { oacJitterStatsHistoryEntry 18 } + + oacJitterStatsHistoryNumPosDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of positive jitter measures (Source <- Target)." + ::= { oacJitterStatsHistoryEntry 19 } + + oacJitterStatsHistorySumNegDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of negative jitter measures (Source <- Target)." + ::= { oacJitterStatsHistoryEntry 20 } + + oacJitterStatsHistoryNumNegDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of negative jitter measures (Source <- Target)." + ::= { oacJitterStatsHistoryEntry 21 } + + oacJitterStatsHistoryPacketLossSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of packets lost when sent from source to target." + DEFVAL { 0 } + ::= { oacJitterStatsHistoryEntry 22 } + + oacJitterStatsHistoryPacketLossDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of packets lost when sent from target to source." + DEFVAL { 0 } + ::= { oacJitterStatsHistoryEntry 23 } + + oacJitterStatsHistoryPacketOutOfSequence OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of packets arrived out of sequence." + DEFVAL { 0 } + ::= { oacJitterStatsHistoryEntry 24 } + + oacJitterStatsHistoryPacketLateArrival OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of packets that arrived after the timeout." + DEFVAL { 0 } + ::= { oacJitterStatsHistoryEntry 25 } + + oacJitterStatsHistoryPacketLoss OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of packets that are lost for which we cannot determine the direction." + DEFVAL { 0 } + ::= { oacJitterStatsHistoryEntry 26 } + + oacJitterStatsHistoryMaxPosSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum measure of positive jitter measures (Source -> Target)." + ::= { oacJitterStatsHistoryEntry 27 } + + oacJitterStatsHistoryMaxNegSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum measure of negative jitter measures (Source -> Target)." + ::= { oacJitterStatsHistoryEntry 28 } + + oacJitterStatsHistoryMaxPosDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum measure of positive jitter measures (Source <- Target)." + ::= { oacJitterStatsHistoryEntry 29 } + + oacJitterStatsHistoryMaxNegDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum measure of negative jitter measures (Source <- Target)." + ::= { oacJitterStatsHistoryEntry 30 } + + oacJitterStatsHistorySum2PosSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of squared positive jitter measures (Source -> Target)." + ::= { oacJitterStatsHistoryEntry 31 } + + oacJitterStatsHistorySum2NegSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of squared negative jitter measures (Source -> Target)." + ::= { oacJitterStatsHistoryEntry 32 } + + oacJitterStatsHistorySum2PosDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of squared positive jitter measures (Source <- Target)." + ::= { oacJitterStatsHistoryEntry 33 } + + oacJitterStatsHistorySum2NegDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sum of squared negative jitter measures (Source <- Target)." + ::= { oacJitterStatsHistoryEntry 34 } + + oacJitterStatsHistoryDeviationSD OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Standard jitter measures deviation (Source -> Target)." + ::= { oacJitterStatsHistoryEntry 35 } + + oacJitterStatsHistoryDeviationDS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Standard jitter measures deviation (Source <- Target)." + ::= { oacJitterStatsHistoryEntry 36 } + +-------------------------------------------------------------------- +-- Conformance Definitions +-------------------------------------------------------------------- + + oacJitterConformance OBJECT IDENTIFIER ::= { oacRequirements 2000 } + oacJitterGroups OBJECT IDENTIFIER ::= { oacJitterConformance 1 } + oacJitterCompliances OBJECT IDENTIFIER ::= { oacJitterConformance 2 } + + oacJitterCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for agents that support the + ONEACCESS-JITTER-MIB." + MODULE -- this module + MANDATORY-GROUPS { oacJitterGeneralGroup } + ::= { oacJitterCompliances 1} + + oacJitterGeneralGroup OBJECT-GROUP + OBJECTS { + oacJitterControlOwner, + oacJitterControlType, + oacJitterControlFrequency, + oacJitterControlTimeout, + oacJitterControlStatus, + oacJitterControlTargetAddress, + oacJitterControlTargetPort, + oacJitterControlSourceAddress, + oacJitterControlInterval, + oacJitterControlPktDataRequestSize, + oacJitterControlPacketCount, + oacJitterControlTos, + oacJitterStatsCompleted, + oacJitterStatsTime, + oacJitterStatsNumRTT, + oacJitterStatsPacketRecv, + oacJitterStatsAvgRTT, + oacJitterStatsSumRTT, + oacJitterStatsMinRTT, + oacJitterStatsMaxRTT, + oacJitterStatsSumPosJitter, + oacJitterStatsNumPosJitter, + oacJitterStatsSumNegJitter, + oacJitterStatsNumNegJitter, + oacJitterStatsSumPosSD, + oacJitterStatsNumPosSD, + oacJitterStatsMaxPosSD, + oacJitterStatsSumNegSD, + oacJitterStatsNumNegSD, + oacJitterStatsMaxNegSD, + oacJitterStatsSumPosDS, + oacJitterStatsNumPosDS, + oacJitterStatsMaxPosDS, + oacJitterStatsSumNegDS, + oacJitterStatsNumNegDS, + oacJitterStatsMaxNegDS, + oacJitterStatsSum2PosSD, + oacJitterStatsSum2NegSD, + oacJitterStatsSum2PosDS, + oacJitterStatsSum2NegDS, + oacJitterStatsDeviationSD, + oacJitterStatsDeviationDS, + oacJitterStatsPacketLossSD, + oacJitterStatsPacketLossDS, + oacJitterStatsPacketOutOfSequence , + oacJitterStatsPacketLateArrival, + oacJitterStatsPacketLoss, + oacJitterStatsHistoryCompleted, + oacJitterStatsHistoryTime, + oacJitterStatsHistoryNumRTT, + oacJitterStatsHistoryPacketRecv, + oacJitterStatsHistoryAvgRTT, + oacJitterStatsHistorySumRTT, + oacJitterStatsHistoryMinRTT, + oacJitterStatsHistoryMaxRTT, + oacJitterStatsHistorySumPosJitter, + oacJitterStatsHistoryNumPosJitter, + oacJitterStatsHistorySumNegJitter, + oacJitterStatsHistoryNumNegJitter, + oacJitterStatsHistorySumPosSD, + oacJitterStatsHistoryNumPosSD, + oacJitterStatsHistorySumNegSD, + oacJitterStatsHistoryNumNegSD, + oacJitterStatsHistorySumPosDS, + oacJitterStatsHistoryNumPosDS, + oacJitterStatsHistorySumNegDS, + oacJitterStatsHistoryNumNegDS, + oacJitterStatsHistoryPacketLossSD, + oacJitterStatsHistoryPacketLossDS, + oacJitterStatsHistoryPacketOutOfSequence, + oacJitterStatsHistoryPacketLateArrival, + oacJitterStatsHistoryPacketLoss, + oacJitterStatsHistoryMaxPosSD, + oacJitterStatsHistoryMaxNegSD, + oacJitterStatsHistoryMaxPosDS, + oacJitterStatsHistoryMaxNegDS, + oacJitterStatsHistorySum2PosSD, + oacJitterStatsHistorySum2NegSD, + oacJitterStatsHistorySum2PosDS, + oacJitterStatsHistorySum2NegDS, + oacJitterStatsHistoryDeviationSD, + oacJitterStatsHistoryDeviationDS + } + STATUS current + DESCRIPTION + "This group is mandatory for Jitter entity." + ::= { oacJitterGroups 1 } + +END diff --git a/oneaccess/ONEACCESS-MISC-CONFIG-MIB b/oneaccess/ONEACCESS-MISC-CONFIG-MIB new file mode 100644 index 000000000..c47288314 --- /dev/null +++ b/oneaccess/ONEACCESS-MISC-CONFIG-MIB @@ -0,0 +1,617 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 07/08/2010 + + ONEACCESS-MISC-CONFIG-MIB DEFINITIONS ::= BEGIN + + IMPORTS + OBJECT-GROUP + FROM SNMPv2-CONF + IpAddress, Integer32, Counter32, Counter64, Unsigned32, + OBJECT-TYPE, MODULE-IDENTITY + FROM SNMPv2-SMI + DisplayString, RowStatus, PhysAddress, TruthValue, + DateAndTime + FROM SNMPv2-TC + InterfaceIndex, InterfaceIndexOrZero + FROM IF-MIB + oacExpIMIpAcl, oacMIBModules, oacExpIMManagement + FROM ONEACCESS-GLOBAL-REG; + + oacMiscConfigMIB MODULE-IDENTITY + + LAST-UPDATED "201107260000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Fixed the issues related to octet string range" + REVISION "201107260000Z" + + DESCRIPTION + "Contact updated" + REVISION "201106150000Z" + + DESCRIPTION + "change syntax for date and time objects" + REVISION "201012170001Z" + + DESCRIPTION + "This module contains objects to configure + 1) telnet server + 2) Syslog server + 3) Sntp client + 4) Banner + 5) Date and time." + + ::= { oacMIBModules 2003 } + +-- +-- Node definitions +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.21 + oacMiscConfig OBJECT IDENTIFIER ::= { oacExpIMManagement 21 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.1 + oacTelnetServerConfigObjects OBJECT IDENTIFIER ::= { oacMiscConfig 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.2 + oacSyslogServerConfigObjects OBJECT IDENTIFIER ::= { oacMiscConfig 2 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.3 + oacSntpClientConfigObjects OBJECT IDENTIFIER ::= { oacMiscConfig 3 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.4 + oacBannerConfigObjects OBJECT IDENTIFIER ::= { oacMiscConfig 4 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.5 + oacDateAndTimeConfigObjects OBJECT IDENTIFIER ::= { oacMiscConfig 5 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.6 + oacMiscConfigConformance OBJECT IDENTIFIER ::= { oacMiscConfig 6 } + + +-- +-- Telnet Server Configuration +-- + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.1.1 + oacTelnetServerBindInterfaceTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacTelnetServerBindInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This is for displaying all the users + who are logged into device." + ::= { oacTelnetServerConfigObjects 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.1.1.1 + oacTelnetServerBindInterfaceEntry OBJECT-TYPE + SYNTAX OacTelnetServerBindInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry in the table is identified by the + unique session id." + INDEX { oacTelnetServerBindInterfaceIndex } + ::= { oacTelnetServerBindInterfaceTable 1 } + + + OacTelnetServerBindInterfaceEntry ::= + SEQUENCE { + oacTelnetServerBindInterfaceIndex + InterfaceIndex, + oacTelnetServerBindInterfaceName + OCTET STRING, + oacTelnetServerBindInterfaceRowStatus + RowStatus + } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.1.1.1.1 + oacTelnetServerBindInterfaceIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The interface index to which the Telnet server will bind." + ::= { oacTelnetServerBindInterfaceEntry 1 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.1.1.1.2 + oacTelnetServerBindInterfaceName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The name of the interface to which the telnet server will bind." + ::= { oacTelnetServerBindInterfaceEntry 2 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.1.1.1.3 + oacTelnetServerBindInterfaceRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Row status for this entry" + ::= { oacTelnetServerBindInterfaceEntry 3 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.1.2 + oacTelnetServerBindAcl OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(0..255)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "It is possible to restrict access to telnet clients + by using a list of addresses standing for the list + of permitted source IP addresses." + ::= { oacTelnetServerConfigObjects 2 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.1.3 + oacTelnetServerIdleTimeout OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If a connected telnet client is inactive during a certain time, + it is disconnected. By default, any inactive telnet client is + disconnected after 10 minutes." + DEFVAL { 600 } + ::= { oacTelnetServerConfigObjects 3 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.1.4 + oacTelnetServerLogEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Remote connections to the telnet server + can be logged by enabling log enable." + DEFVAL { true } + ::= { oacTelnetServerConfigObjects 4 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.1.5 + oacTelnetServerLogFileSize OBJECT-TYPE + SYNTAX INTEGER (82..8200) + UNITS "bytes" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "By default, the log file size is 8200 bytes." + DEFVAL { 8200 } + ::= { oacTelnetServerConfigObjects 5 } + + +-- +-- Syslog configuration +-- + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1 + oacSyslogServerTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacSyslogServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table to configure remote syslog servers." + ::= { oacSyslogServerConfigObjects 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1.1 + oacSyslogServerEntry OBJECT-TYPE + SYNTAX OacSyslogServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry for a syslog server." + INDEX { oacSyslogServerAddress } + ::= { oacSyslogServerTable 1 } + + OacSyslogServerEntry ::= + SEQUENCE { + oacSyslogServerAddress + OCTET STRING, + oacSyslogServerFacilityNum + INTEGER, + oacSyslogServerInterface + InterfaceIndex, + oacSyslogServerRowStatus + RowStatus + } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1.1.1 + oacSyslogServerAddress OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The remote syslog server IP address, or + hostname." + ::= { oacSyslogServerEntry 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1.1.2 + oacSyslogServerFacilityNum OBJECT-TYPE + SYNTAX INTEGER (0..23) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "facility number, ranging from 0 up to 23. + Must be set according to the server configuration" + DEFVAL { 0 } + ::= { oacSyslogServerEntry 2 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1.1.3 + oacSyslogServerInterface OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The interface which this syslog client + should used to send log messages to the + configured remote syslog server." + ::= { oacSyslogServerEntry 3 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1.1.4 + oacSyslogServerRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Row status for this entry" + ::= { oacSyslogServerEntry 4 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.2.2 + oacSyslogMaxServers OBJECT-TYPE + SYNTAX INTEGER (1..20) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "maximum number of syslog servers that can be configured." + ::= { oacSyslogServerConfigObjects 2 } + + +-- +-- SNTP Client configuration +-- + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.3.1 + oacSntpClientBroadcastEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "To configure the SNTP client in + broadcast mode to accept NTP packets + from any NTP broadcast server." + ::= { oacSntpClientConfigObjects 1 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.3.2 + oacSntpRemoteServerTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacSntpRemoteServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table to configure the SNTP client to request + NTP packets from a specified NTP server" + ::= { oacSntpClientConfigObjects 2 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.3.2.1 + oacSntpRemoteServerEntry OBJECT-TYPE + SYNTAX OacSntpRemoteServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry for the remote sntp server." + INDEX { oacSntpRemoteServerAddress } + ::= { oacSntpRemoteServerTable 1 } + + + OacSntpRemoteServerEntry ::= + SEQUENCE { + oacSntpRemoteServerAddress + OCTET STRING, + oacSntpRemoteServerInterface + InterfaceIndex, + oacSntpRemoteServerRowStatus + RowStatus + } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.3.1.1.1 + oacSntpRemoteServerAddress OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The sntp remote server info." + ::= { oacSntpRemoteServerEntry 1 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.3.1.1.2 + oacSntpRemoteServerInterface OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Interface thru which the client requests the + ntp servers." + ::= { oacSntpRemoteServerEntry 2 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.3.1.1.3 + oacSntpRemoteServerRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Row status for this entry" + ::= { oacSntpRemoteServerEntry 3 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.3.3 + oacSntpClientPollInterval OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The duration between two requests + sent to the NTP server when synchronized." + DEFVAL { 64 } + ::= { oacSntpClientConfigObjects 3 } + + +-- +-- Banner Table +-- + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1 + oacConfigBannerSeqTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacConfigBannerSeqEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table holds upto 40 banner messages." + ::= { oacBannerConfigObjects 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1.1 + oacConfigBannerSeqEntry OBJECT-TYPE + SYNTAX OacConfigBannerSeqEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry will hold one banner string" + INDEX { oacConfigBannerSequence } + ::= { oacConfigBannerSeqTable 1 } + + OacConfigBannerSeqEntry ::= + SEQUENCE { + oacConfigBannerType + INTEGER, + oacConfigBannerSequence + INTEGER, + oacConfigBannerString + OCTET STRING, + oacConfigBannerSeqRowStatus + RowStatus + } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1.1.1 + oacConfigBannerType OBJECT-TYPE + SYNTAX INTEGER + { + motd(1), + exec(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "motd is for the text displayed when attempting + to log in, whereas exec is for the text displayed + when logged in. " + ::= { oacConfigBannerSeqEntry 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1.1.2 + oacConfigBannerSequence OBJECT-TYPE + SYNTAX INTEGER (1..40) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The maximum number of strings that can be stored are 40." + ::= { oacConfigBannerSeqEntry 2 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1.1.3 + oacConfigBannerString OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "banner test is a set of string maximum upto 255 characters." + ::= { oacConfigBannerSeqEntry 3 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1.1.4 + oacConfigBannerSeqRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The row status of this entry" + ::= { oacConfigBannerSeqEntry 4 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.4.2 + oacConfigMotdBanner OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(0..230)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "banner text without a sequence number displayed when attempting + to login." + ::= { oacBannerConfigObjects 2 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.4.3 + oacConfigExecBanner OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(0..230)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "banner text without a sequence number displayed when logged in." + ::= { oacBannerConfigObjects 3 } + +-- +-- DATE AND TIME +-- + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.5.1 + oacMiscConfigDateAndTime OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Current date and time" + ::= { oacDateAndTimeConfigObjects 1 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2 + oacConfigClockDstTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacConfigClockDstEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry for day light saving this table" + ::= { oacDateAndTimeConfigObjects 2 } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1 + oacConfigClockDstEntry OBJECT-TYPE + SYNTAX OacConfigClockDstEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry for this table." + INDEX { oacClockDstName } + ::= { oacConfigClockDstTable 1 } + + OacConfigClockDstEntry ::= + SEQUENCE { + oacClockDstName + OCTET STRING, + oacClockDstSummerStartWeek + OCTET STRING, + oacClockDstSummerStartDate + OCTET STRING, + oacClockDstWinterStartWeek + OCTET STRING, + oacClockDstWinterStartDate + OCTET STRING, + oacClockDstRowStatus + RowStatus + } + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.1 + oacClockDstName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "oacClockDstName is an arbitrary string + that can ease readability." + ::= { oacConfigClockDstEntry 1 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.2 + oacClockDstSummerStartWeek OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "designates the week when the summer time starts" + ::= { oacConfigClockDstEntry 2 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.3 + oacClockDstSummerStartDate OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Summer day light saving start date" + ::= { oacConfigClockDstEntry 3 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.4 + oacClockDstWinterStartWeek OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "designates the week when the winter time starts" + ::= { oacConfigClockDstEntry 4 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.5 + oacClockDstWinterStartDate OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Winter day light saving start time." + ::= { oacConfigClockDstEntry 5 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.6 + oacClockDstRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "RowStatus for this entry." + ::= { oacConfigClockDstEntry 6 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.6.1 + oacMiscConfigGroups OBJECT IDENTIFIER ::= { oacMiscConfigConformance 1 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.6.1.1 + oacMiscConfigGroup OBJECT-GROUP + OBJECTS { oacConfigBannerString } + STATUS current + DESCRIPTION + "Group of Misc Configuration objects." + ::= { oacMiscConfigGroups 1 } + + + -- 1.3.6.1.4.1.13191.1.10.3.4.21.6.2 + oacMiscCompls OBJECT IDENTIFIER ::= { oacMiscConfigConformance 2 } + + + END + +-- +-- END OF ONE ACCESS MISC CONFIG MIB +-- diff --git a/oneaccess/ONEACCESS-NAT-MIB b/oneaccess/ONEACCESS-NAT-MIB new file mode 100644 index 000000000..2cfd20323 --- /dev/null +++ b/oneaccess/ONEACCESS-NAT-MIB @@ -0,0 +1,457 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 22/01/2003 +-- +-- Compatibility with ONEOS_V31 +-- +-- Compatibility with ONEOS_V32 +-- +-- 21072005: Add oacExpIMIpNatNotifications +-- + + + + + ONEACCESS-NAT-MIB DEFINITIONS ::= BEGIN + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, + Counter32,Integer32,IpAddress,Unsigned32 + FROM SNMPv2-SMI + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + TimeInterval + FROM SNMPv2-TC + ifIndex + FROM IF-MIB + oacExpIMIpNatStatistics,oacMIBModules, oacExpIMIpNatNotifications + FROM ONEACCESS-GLOBAL-REG; + + oacNatMIBModule MODULE-IDENTITY + LAST-UPDATED "201110270000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201110270000Z" + + DESCRIPTION + " Fixed some minor corrections." + REVISION "201007081000Z" + + DESCRIPTION + "This MIB module describes IP NAT Managed objects." + + ::= { oacMIBModules 668 } + +oacNatStatObjects OBJECT IDENTIFIER ::= { oacExpIMIpNatStatistics 1 } +oacNatStatNotifications OBJECT IDENTIFIER ::= { oacExpIMIpNatStatistics 2 } +oacNatStatConformance OBJECT IDENTIFIER ::= { oacExpIMIpNatStatistics 3 } + + +oacNatNotificationMaximumSessionReached NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An NAT Notification maximum session reached signifies that + the number of ACL sessions has reached its configured limit" + ::= {oacExpIMIpNatNotifications 1} + +oacNatNotificationWarningSessionReachingLimit NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An NAT Notification warning session reaching limit signifies that + the number of ACL sessions is near from its maximum configured + limit" + ::= {oacExpIMIpNatNotifications 2} + +oacNatStatGlobal OBJECT IDENTIFIER ::= { oacNatStatObjects 1 } + +oacNatActiveSessions OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of active sessions" + ::= { oacNatStatGlobal 1 } + +oacNatSessionsClosed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of sessions closed" + ::= { oacNatStatGlobal 2 } + +oacNatInTranslations OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of inbound translations" + ::= { oacNatStatGlobal 3 } + +oacNatOutTranslations OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of outbound translations" + ::= { oacNatStatGlobal 4 } + +oacNatInsideAddrMaps OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of active inside address bindings" + ::= { oacNatStatGlobal 5 } + +oacNatOutsideAddrMaps OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of active outside address bindings" + ::= { oacNatStatGlobal 6 } + +oacNatInPktsDropped OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of inbound packets dropped" + ::= { oacNatStatGlobal 7 } + +oacNatOutPktsDropped OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of outbound packets dropped" + ::= { oacNatStatGlobal 8 } + +oacNatDynamicAllocFailures OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of sessions rejected due to memory full" + ::= { oacNatStatGlobal 9 } + + +oacNatSessionTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacNatSessionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of active sessions" + ::= { oacNatStatObjects 2 } + +oacNatSessionEntry OBJECT-TYPE + SYNTAX OacNatSessionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the oacNatSessionTable" + INDEX { ifIndex,oacNatSessionID} +::= { oacNatSessionTable 1 } + +OacNatSessionEntry ::= SEQUENCE { +oacNatSessionID Unsigned32, +oacNatSessionProtocol INTEGER, +oacNatSessionInsideLocalAddr IpAddress, +oacNatSessionInsideLocalPort INTEGER, +oacNatSessionOutsideLocalAddr IpAddress, +oacNatSessionOutsidePort INTEGER, +oacNatSessionInsideGlobalAddr IpAddress, +oacNatSessionInsideGlobalPort INTEGER, +oacNatSessionOutsideGlobalAddr IpAddress, +oacNatSessionInPkts Counter32, +oacNatSessionOutPkts Counter32, +oacNatSessionTimeout TimeInterval +} + +oacNatSessionID OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An integer ID which uniquely identifies the session + at the NAT router." + ::= { oacNatSessionEntry 1 } + +oacNatSessionProtocol OBJECT-TYPE + SYNTAX INTEGER (0..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IP protocol ID" + ::= { oacNatSessionEntry 2 } + +oacNatSessionInsideLocalAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Inside local address" + ::= { oacNatSessionEntry 3 } + +oacNatSessionInsideLocalPort OBJECT-TYPE + SYNTAX INTEGER (1..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Inside local port" + ::= { oacNatSessionEntry 4 } + +oacNatSessionOutsideLocalAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Outside local address" + ::= { oacNatSessionEntry 5 } + +oacNatSessionOutsidePort OBJECT-TYPE + SYNTAX INTEGER (1..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Outside port" + ::= { oacNatSessionEntry 6 } + +oacNatSessionInsideGlobalAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Inside Global address" + ::= { oacNatSessionEntry 7 } + +oacNatSessionInsideGlobalPort OBJECT-TYPE + SYNTAX INTEGER (1..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Inside global port" + ::= { oacNatSessionEntry 8 } + +oacNatSessionOutsideGlobalAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Inside global address" + ::= { oacNatSessionEntry 9 } + +oacNatSessionInPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of inbound packets" + ::= { oacNatSessionEntry 10 } + +oacNatSessionOutPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of outbound packets" + ::= { oacNatSessionEntry 11 } + +oacNatSessionTimeout OBJECT-TYPE + SYNTAX TimeInterval + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The timeout in seconds after which a session will be + removed from the table if it remains idle" + ::= { oacNatSessionEntry 12 } + + +oacNatInsideMapTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacNatInsideMapEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of inside address bindings" + ::= { oacNatStatObjects 3 } + +oacNatInsideMapEntry OBJECT-TYPE + SYNTAX OacNatInsideMapEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacNatInsideMapTable" + INDEX { ifIndex,oacNatIMLocalAddr} +::= { oacNatInsideMapTable 1 } + + +OacNatInsideMapEntry ::= SEQUENCE { +oacNatIMLocalAddr IpAddress, +oacNatIMGlobalAddr IpAddress, +oacNatIMSessions Integer32, +oacNatIMTimeout TimeInterval +} + +oacNatIMLocalAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Inside local address" + ::= { oacNatInsideMapEntry 1 } + + +oacNatIMGlobalAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Inside global address" + ::= { oacNatInsideMapEntry 2 } + +oacNatIMSessions OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of active sessions" + ::= { oacNatInsideMapEntry 3 } + +oacNatIMTimeout OBJECT-TYPE + SYNTAX TimeInterval + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Timeout in seconds" + ::= { oacNatInsideMapEntry 4 } + +oacNatOutsideMapTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacNatOutsideMapEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of outside address bindings" + ::= { oacNatStatObjects 4 } + +oacNatOutsideMapEntry OBJECT-TYPE + SYNTAX OacNatOutsideMapEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacNatOutsideMap" + INDEX { ifIndex,oacNatOMGlobalAddr} +::= { oacNatOutsideMapTable 1 } + + +OacNatOutsideMapEntry ::= SEQUENCE { +oacNatOMGlobalAddr IpAddress, +oacNatOMLocalAddr IpAddress, +oacNatOMSessions Integer32, +oacNatOMTimeout TimeInterval +} + +oacNatOMGlobalAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Outside global address" + ::= { oacNatOutsideMapEntry 1 } + +oacNatOMLocalAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Outside local address" + ::= { oacNatOutsideMapEntry 2 } + +oacNatOMSessions OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of active sessions" + ::= { oacNatOutsideMapEntry 3 } + +oacNatOMTimeout OBJECT-TYPE + SYNTAX TimeInterval + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Timeout in seconds" + ::= { oacNatOutsideMapEntry 4 } + +oacNatStatGroups OBJECT IDENTIFIER ::= { oacNatStatConformance 1} + +oacNatStatCompliances OBJECT IDENTIFIER ::= { oacNatStatConformance 2} + +oacNatStatCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for agents that support the + ONEACCESS-NAT-MIB." + MODULE -- this module + MANDATORY-GROUPS { oacNatStatGeneralGroup + } + + ::= { oacNatStatCompliances 1} + +oacNatStatGeneralGroup OBJECT-GROUP + OBJECTS { +oacNatActiveSessions, +oacNatSessionsClosed, +oacNatInTranslations, +oacNatOutTranslations, +oacNatInsideAddrMaps, +oacNatOutsideAddrMaps, +oacNatInPktsDropped, +oacNatOutPktsDropped, +oacNatDynamicAllocFailures, +oacNatSessionProtocol, +oacNatSessionInsideLocalAddr, +oacNatSessionInsideLocalPort, +oacNatSessionOutsideLocalAddr, +oacNatSessionOutsidePort, +oacNatSessionInsideGlobalAddr, +oacNatSessionInsideGlobalPort, +oacNatSessionOutsideGlobalAddr, +oacNatSessionInPkts, +oacNatSessionOutPkts, +oacNatSessionTimeout, +oacNatIMGlobalAddr, +oacNatIMSessions, +oacNatIMTimeout, +oacNatOMLocalAddr, +oacNatOMSessions, +oacNatOMTimeout +} + +STATUS current + DESCRIPTION + "This group is mandatory for all NAT entities." + ::= { oacNatStatGroups 1 } + + +END +-- diff --git a/oneaccess/ONEACCESS-OAM-MIB b/oneaccess/ONEACCESS-OAM-MIB new file mode 100644 index 000000000..7f5622db6 --- /dev/null +++ b/oneaccess/ONEACCESS-OAM-MIB @@ -0,0 +1,616 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 22/01/2003 +-- +-- Compatibility with ONEOS_V31 +-- +-- Compatibility with ONEOS_V32 +-- + + + + ONEACCESS-OAM-MIB DEFINITIONS ::= BEGIN + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE,Counter32,Unsigned32,Integer32,IpAddress + FROM SNMPv2-SMI + DisplayString + FROM RFC1213-MIB + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + TimeStamp,TimeInterval + FROM SNMPv2-TC + InterfaceIndex, ifIndex + FROM IF-MIB + atmVclEntry + FROM ATM-MIB + oacExpIMAtmOamStatistics,oacMIBModules + FROM ONEACCESS-GLOBAL-REG; +-- +-- + oacOamMIBModule MODULE-IDENTITY + LAST-UPDATED "201110270000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201110270000Z" + + DESCRIPTION + "Fixed Minor correction added last revision." + REVISION "201007080001Z" + + DESCRIPTION + "This MIB module describes IP ACL Management objects." + + ::= { oacMIBModules 673 } +-- +-- +oacAtmOamStatObjects OBJECT IDENTIFIER ::= { oacExpIMAtmOamStatistics 1 } +oacAtmOamStatNotifications OBJECT IDENTIFIER ::= { oacExpIMAtmOamStatistics 2 } +oacAtmOamStatConformance OBJECT IDENTIFIER ::= { oacExpIMAtmOamStatistics 3 } + +-- +-- +oacAtmOamStatSwitch OBJECT IDENTIFIER ::= { oacAtmOamStatObjects 1 } + +oacAtmOamSwitchMaxConnections OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Maximum number of authorised OAM configured connections" + ::= { oacAtmOamStatSwitch 1 } + +oacAtmOamSwitchSegLoopback OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable segment loopback on this switch" + ::= { oacAtmOamStatSwitch 2 } + +oacAtmOamSwitchEndLoopback OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable end to end loopback on this switch" + ::= { oacAtmOamStatSwitch 3 } + +oacAtmOamSwitchAisRdiEnable OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable Remote Defect Indication OAM cell generation + if an Alarm Indication Signal OAM cell is received, or if a + defect is detected on the switch" + ::= { oacAtmOamStatSwitch 4 } + +oacAtmOamSwitchSegmentContinuityCheckEnable OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable Segment Loss of Continuity cells defect on the pvc. + Enable generation of segment Continuity Check cells on the switch." + ::= { oacAtmOamStatSwitch 5 } + +oacAtmOamSwitchEndContinuityCheckEnable OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable End to End Loss of Continuity cells defect on the pvc. + Enable generation of End to End Continuity Check cells on the switch." + ::= { oacAtmOamStatSwitch 6 } + +oacAtmOamSwitchOamCellsReceived OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of received OAM cells on the switch" + ::= { oacAtmOamStatSwitch 7 } + +oacAtmOamSwitchOamCellsTransmitted OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of transmitted OAM cells on the switch" + ::= { oacAtmOamStatSwitch 8 } + +oacAtmOamSwitchCurrentConnections OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Current number of OAM configured connections" + ::= { oacAtmOamStatSwitch 9 } + + + +-- +-- + +oacAtmOamVclTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAtmOamVclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacAtmOamVclTable" + ::= { oacAtmOamStatObjects 2 } + +oacAtmOamVclEntry OBJECT-TYPE + SYNTAX OacAtmOamVclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacAtmOamVclTable" + AUGMENTS {atmVclEntry} +::= { oacAtmOamVclTable 1 } + +OacAtmOamVclEntry ::= SEQUENCE { +oacAtmOamVclPvcManage INTEGER, +oacAtmOamVclSegmentLoopback INTEGER, +oacAtmOamVclEndLoopback INTEGER, +oacAtmOamVclAisRdiEnable INTEGER, +oacAtmOamVclSegmentContinuityCheckEnable INTEGER, +oacAtmOamVclEndContinuityCheckEnable INTEGER, +oacAtmOamVclLoopbackTxInterval Integer32, +oacAtmOamVclLoopbackTxRetryFrequency Integer32, +oacAtmOamVclLoopbackTxRetryUpCount Integer32, +oacAtmOamVclLoopbackTxRetryDownCount Integer32, +oacAtmOamVclAlarmState Integer32, +oacAtmOamVclAlarmStateLastChange TimeStamp, +oacAtmOamVclAisRdiRetryDownCount Integer32, +oacAtmOamVclAisRdiRetryUpTimer Integer32, +oacAtmOamVclPvcIntrusive INTEGER +} + +oacAtmOamVclPvcManage OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable OAM for Pvc management" + ::= { oacAtmOamVclEntry 1 } + +oacAtmOamVclSegmentLoopback OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable segment loopback on this virtual channel" + ::= { oacAtmOamVclEntry 2 } + +oacAtmOamVclEndLoopback OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable end to end loopback on this virtual channel" + ::= { oacAtmOamVclEntry 3 } + +oacAtmOamVclAisRdiEnable OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable Remote Defect Indication + OAM cell generation if an Alarm + Indication Signal OAM cell is received, + or if a defect is detected on the PVC" + ::= { oacAtmOamVclEntry 4 } + +oacAtmOamVclSegmentContinuityCheckEnable OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable Segment Loss of Continuity + cells detect on the PVC.Enable generation of + Segment Continuity Check + cells on the PVC." + ::= { oacAtmOamVclEntry 5 } + +oacAtmOamVclEndContinuityCheckEnable OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable End to End Loss of Continuity + cells detect on the PVC.Enable generation of + End to End Continuity Check + cells on the PVC." + ::= { oacAtmOamVclEntry 6 } + + +oacAtmOamVclLoopbackTxInterval OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Frequency of OAM loopback cell + are generated on this virtual channel" + ::= { oacAtmOamVclEntry 7} + +oacAtmOamVclLoopbackTxRetryFrequency OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Frequency of OAM loopback cell + are generated on this virtual channel, + when a change has occured, that is to + say either no reception of the last + loopback cell, or reception of the + last loopback cell" + ::= { oacAtmOamVclEntry 8} + +oacAtmOamVclLoopbackTxRetryUpCount OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Counter of consecutive received loopback cells, + before vcl is considered as being up" + ::= { oacAtmOamVclEntry 9} + +oacAtmOamVclLoopbackTxRetryDownCount OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Counter of consecutive non received loopback cells, + before vcl is considered as being down" + ::= { oacAtmOamVclEntry 10} + + +oacAtmOamVclAlarmState OBJECT-TYPE + SYNTAX Integer32 MAX-ACCESS read-only + STATUS current + DESCRIPTION + " This object indicates the current + alarm status of the VCL, when error monitoring + is activated on the VCL. Value indicates + the different alarm states tha the VCL can take. + Those alarms can be combined together. + The unknown state indicates that the + alarm status of this VCL cannot be determined. + cc-seg-loc(1),cc-ete-loc(2), + lb-seg-alarm(4),lb-ete-alarm(8), + ais-alarm(16),rdi-alarm(32),other(64)" + ::= { oacAtmOamVclEntry 11 } + +oacAtmOamVclAlarmStateLastChange OBJECT-TYPE + SYNTAX TimeStamp + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " The value of sysUpTime object at the time this VCL + entered its current alarm status. If the current state + was entered prior to the last re-initialization of the + agent, then this object contains a zero value." + ::= { oacAtmOamVclEntry 12} + +oacAtmOamVclAisRdiRetryDownCount OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of consecutive OAM AIS/RDI cells received. + The range is 3 to 60. The default is 3." + ::= { oacAtmOamVclEntry 13} + +oacAtmOamVclAisRdiRetryUpTimer OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of seconds with no OAM AIS/RDI cells received. + The range is 3 to 60 seconds . The default is 3 seconds." + ::= { oacAtmOamVclEntry 14} + +oacAtmOamVclPvcIntrusive OBJECT-TYPE + SYNTAX INTEGER { enable(1),disable(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Enable OAM Intrusivity against Pvc" + ::= { oacAtmOamVclEntry 15 } +-- +-- + +oacAtmOamVclCountersTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacAtmOamVclCountersEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into table oacAtmOamVclCountersTable" + ::= { oacAtmOamStatObjects 3 } + +oacAtmOamVclCountersEntry OBJECT-TYPE + SYNTAX OacAtmOamVclCountersEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into table oacAtmOamVclCountersTable" + AUGMENTS {atmVclEntry} +::= { oacAtmOamVclCountersTable 1 } + +OacAtmOamVclCountersEntry ::= SEQUENCE { +oacAtmOamVclOamCellsReceived Counter32, +oacAtmOamVclEndLoopbackIn Counter32, +oacAtmOamVclSegLoopbackIn Counter32, +oacAtmOamVclEndLoopIn Counter32, +oacAtmOamVclSegLoopIn Counter32, +oacAtmOamVclAisIn Counter32, +oacAtmOamVclRdiIn Counter32, +oacAtmOamVclSegCCIn Counter32, +oacAtmOamVclEndCCIn Counter32, +oacAtmOamVclOamCellsSent Counter32, +oacAtmOamVclEndLoopbackOut Counter32, +oacAtmOamVclSegLoopbackOut Counter32, +oacAtmOamVclEndLoopOut Counter32, +oacAtmOamVclSegLoopOut Counter32, +oacAtmOamVclAisOut Counter32, +oacAtmOamVclRdiOut Counter32, +oacAtmOamVclSegCCOut Counter32, +oacAtmOamVclEndCCOut Counter32, +oacAtmOamVclOamCellsDropped Counter32 +} + +oacAtmOamVclOamCellsReceived OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of received oam cells" + ::= { oacAtmOamVclCountersEntry 1 } + +oacAtmOamVclEndLoopbackIn OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of received non looped + end to end oam loopback cells " + ::= { oacAtmOamVclCountersEntry 2 } + +oacAtmOamVclSegLoopbackIn OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of received non looped + segment oam loopback cells" + ::= { oacAtmOamVclCountersEntry 3 } + +oacAtmOamVclEndLoopIn OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of received looped end + to end oam loopback cells" + ::= { oacAtmOamVclCountersEntry 4 } + +oacAtmOamVclSegLoopIn OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of received looped segment + oam loopback cells" + ::= { oacAtmOamVclCountersEntry 5 } + + +oacAtmOamVclAisIn OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of received oam ais cells" + ::= { oacAtmOamVclCountersEntry 6 } + +oacAtmOamVclRdiIn OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of received oam rdi cells" + ::= { oacAtmOamVclCountersEntry 7 } + +oacAtmOamVclSegCCIn OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of received oam end to end continuity check cells" + ::= { oacAtmOamVclCountersEntry 8 } + +oacAtmOamVclEndCCIn OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of received oam segment continuity check cells" + ::= { oacAtmOamVclCountersEntry 9 } + +oacAtmOamVclOamCellsSent OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of sent oam cells" + ::= { oacAtmOamVclCountersEntry 10 } + +oacAtmOamVclEndLoopbackOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of sent non looped end to end oam loopback cells " + ::= { oacAtmOamVclCountersEntry 11 } + +oacAtmOamVclSegLoopbackOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of sent non looped segment oam loopback cells" + ::= { oacAtmOamVclCountersEntry 12 } + +oacAtmOamVclEndLoopOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of sent looped end to end oam loopback cells" + ::= { oacAtmOamVclCountersEntry 13 } + +oacAtmOamVclSegLoopOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of sent looped segment oam loopback cells" + ::= { oacAtmOamVclCountersEntry 14 } + + +oacAtmOamVclAisOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of sent oam ais cells" + ::= { oacAtmOamVclCountersEntry 15 } + +oacAtmOamVclRdiOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of sent oam rdi cells" + ::= { oacAtmOamVclCountersEntry 16 } + +oacAtmOamVclSegCCOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of sent oam end to end continuity check cells" + ::= { oacAtmOamVclCountersEntry 17 } + +oacAtmOamVclEndCCOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of sent oam segment continuity check cells " + ::= { oacAtmOamVclCountersEntry 18 } + +oacAtmOamVclOamCellsDropped OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Number of received oam cells that are ignored and dropped" + ::= { oacAtmOamVclCountersEntry 19 } + + + +-- +-- + +oacAtmOamStatGroups OBJECT IDENTIFIER ::= { oacAtmOamStatConformance 1} + + +oacAtmOamStatCompliances OBJECT IDENTIFIER ::= { oacAtmOamStatConformance 2} + +oacAtmOamStatCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for agents that support the + ONEACCESS-OAM-MIB." + MODULE -- this module + MANDATORY-GROUPS { oacAtmOamStatGeneralGroup + } + + ::= { oacAtmOamStatCompliances 1} + +oacAtmOamStatGeneralGroup OBJECT-GROUP + OBJECTS { +oacAtmOamSwitchMaxConnections, +oacAtmOamSwitchSegLoopback, +oacAtmOamSwitchEndLoopback, +oacAtmOamSwitchAisRdiEnable, +oacAtmOamSwitchSegmentContinuityCheckEnable, +oacAtmOamSwitchEndContinuityCheckEnable, +oacAtmOamSwitchOamCellsReceived, +oacAtmOamSwitchOamCellsTransmitted, +oacAtmOamSwitchCurrentConnections, +oacAtmOamVclPvcManage , +oacAtmOamVclSegmentLoopback , +oacAtmOamVclEndLoopback , +oacAtmOamVclAisRdiEnable , +oacAtmOamVclSegmentContinuityCheckEnable , +oacAtmOamVclEndContinuityCheckEnable , +oacAtmOamVclLoopbackTxInterval , +oacAtmOamVclLoopbackTxRetryFrequency , +oacAtmOamVclLoopbackTxRetryUpCount , +oacAtmOamVclLoopbackTxRetryDownCount , +oacAtmOamVclAlarmState , +oacAtmOamVclAlarmStateLastChange , +oacAtmOamVclAisRdiRetryDownCount , +oacAtmOamVclAisRdiRetryUpTimer , +oacAtmOamVclPvcIntrusive , +oacAtmOamVclOamCellsReceived , +oacAtmOamVclEndLoopbackIn , +oacAtmOamVclSegLoopbackIn , +oacAtmOamVclEndLoopIn , +oacAtmOamVclSegLoopIn , +oacAtmOamVclAisIn , +oacAtmOamVclRdiIn , +oacAtmOamVclSegCCIn , +oacAtmOamVclEndCCIn , +oacAtmOamVclOamCellsSent , +oacAtmOamVclEndLoopbackOut , +oacAtmOamVclSegLoopbackOut , +oacAtmOamVclEndLoopOut , +oacAtmOamVclSegLoopOut , +oacAtmOamVclAisOut , +oacAtmOamVclRdiOut , +oacAtmOamVclSegCCOut , +oacAtmOamVclEndCCOut , +oacAtmOamVclOamCellsDropped +} + +STATUS current + DESCRIPTION + "This group is mandatory for all OAM entities." + ::= { oacAtmOamStatGroups 1 } + + +END +-- diff --git a/oneaccess/ONEACCESS-PING-MIB b/oneaccess/ONEACCESS-PING-MIB new file mode 100644 index 000000000..372183c95 --- /dev/null +++ b/oneaccess/ONEACCESS-PING-MIB @@ -0,0 +1,179 @@ + +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 14/03/2003 +-- +-- +-- +-- Compatibility with ONEOS_V32 +-- + +ONEACCESS-PING-MIB DEFINITIONS ::=BEGIN + +IMPORTS + + MODULE-IDENTITY, OBJECT-TYPE, Integer32, + Unsigned32, mib-2, + NOTIFICATION-TYPE, OBJECT-IDENTITY + FROM SNMPv2-SMI -- RFC2578 + MODULE-COMPLIANCE, OBJECT-GROUP, + NOTIFICATION-GROUP + FROM SNMPv2-CONF -- RFC2580 + pingCtlOwnerIndex,pingCtlTestName + FROM DISMAN-PING-MIB + oneAccess,oacExpIMPing,oacMIBModules + FROM ONEACCESS-GLOBAL-REG; + + + +oacPingMIBModule MODULE-IDENTITY + LAST-UPDATED "201106150000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201106150000Z" + + DESCRIPTION + "Fixed Minor correction added last revision." + REVISION "201007080001Z" + + DESCRIPTION + "This MIB module describes proprietary extensions to DISMAN-PING-MIB." + + ::= { oacMIBModules 6601 } + + oacPingNotifications OBJECT IDENTIFIER ::= { oacExpIMPing 0 } + oacPingObjects OBJECT IDENTIFIER ::= { oacExpIMPing 1 } + oacPingConformance OBJECT IDENTIFIER ::= { oacExpIMPing 2 } + + +oacPingResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacPingResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Defines the Ping Results Table for providing + the capability of performing ping operations at + a remote host. This table contains objects outside + the scope of RFC2925. + + An entry is added to the oacPingResultsTable when an + pingCtlEntry is started by successful transition + of its pingCtlAdminStatus object to enabled(1). + An entry is removed from the oaPingResultsTable when + its corresponding pingCtlEntry is deleted." + ::= { oacPingObjects 3 } + + oacPingResultsEntry OBJECT-TYPE + SYNTAX OacPingResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Defines an entry in the oacPingResultsTable. The + oacPingResultsTable has the same indexing as the + pingCtlTable in order for a oaPingResultsEntry to + correspond to the pingCtlEntry that caused it to + be created." + INDEX { + pingCtlOwnerIndex, + pingCtlTestName + } + ::= { oacPingResultsTable 1 } + + OacPingResultsEntry ::= + SEQUENCE { + oacPingJitterSamples Unsigned32, + oacPingResultsMinJitter Unsigned32, + oacPingResultsMaxJitter Unsigned32, + oacPingResultsAverageJitter Unsigned32 + } + +oacPingJitterSamples OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Reflects the number of jitter samples taken, + it is usually one less than pingResultsProbeResponses. + If 0, then the values of oacPingResultsMinJitter, + oacPingResultsMaxJitter and oacPingResultsAverageJitter + are not valid." + ::= { oacPingResultsEntry 1 } + + oacPingResultsMinJitter OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "microseconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum ping jitter value measured." + ::= { oacPingResultsEntry 2 } + +oacPingResultsMaxJitter OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "microseconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum ping jitter value measured." + ::= { oacPingResultsEntry 3 } + +oacPingResultsAverageJitter OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "microseconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average ping jitter value measured." + ::= { oacPingResultsEntry 4 } + +oacPingCompliances OBJECT IDENTIFIER ::= { oacPingConformance 1 } +oacPingGroups OBJECT IDENTIFIER ::= { oacPingConformance 2 } + + -- Compliance statements + + oacPingCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for the ONEACCESS-PING-MIB." + MODULE -- this module + MANDATORY-GROUPS { + oacPingGroup + } + ::= { oacPingCompliances 1 } + + -- MIB groupings + + oacPingGroup OBJECT-GROUP + OBJECTS { + oacPingJitterSamples, + oacPingResultsMinJitter, + oacPingResultsMaxJitter, + oacPingResultsAverageJitter + } + STATUS current + DESCRIPTION + "The group of objects that comprise the OneAccess extensions + to the remote ping capability in RFC2925." + ::= { oacPingGroups 1 } + +END +-- \ No newline at end of file diff --git a/oneaccess/ONEACCESS-PSTN-MIB b/oneaccess/ONEACCESS-PSTN-MIB new file mode 100644 index 000000000..43d66c20f --- /dev/null +++ b/oneaccess/ONEACCESS-PSTN-MIB @@ -0,0 +1,87 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 05/06/2005 +-- +-- Compatibility with ONEOS_V31 +-- +-- Compatibility with ONEOS_V32 +-- + + + ONEACCESS-PSTN-MIB DEFINITIONS ::= BEGIN + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE,Counter32,Unsigned32, NOTIFICATION-TYPE + FROM SNMPv2-SMI + DisplayString + FROM RFC1213-MIB + ifIndex, ifDescr, ifType, ifAdminStatus, ifOperStatus, ifName, ifAlias + FROM IF-MIB + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + oacExpIMPstn,oacExpIMPstnNotifications,oacMIBModules + FROM ONEACCESS-GLOBAL-REG + oacEventText + FROM ONEACCESS-EVENTS-MIB; + + oacPstnMIBModule MODULE-IDENTITY + LAST-UPDATED "201110270000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201110270000Z" + + DESCRIPTION + "This MIB module describes Pstn Management objects." + + ::= { oacMIBModules 672 } + + + dialDown NOTIFICATION-TYPE + OBJECTS { ifIndex, ifDescr, ifType, ifAdminStatus, + ifOperStatus, ifName, ifAlias } + + STATUS current + DESCRIPTION + "A pstnlinkDown trap signifies that the SNMPv2 entity, + acting in an agent role, has detected that the + ifOperStatus object for its pstn physical link + is about to enter the down state from some other state + (but not from the notPresent state). This other state + is indicated by the included value of ifOperStatus." + ::= { oacExpIMPstnNotifications 3 } + + dialUp NOTIFICATION-TYPE + OBJECTS { ifIndex, ifDescr, ifType, ifAdminStatus, + ifOperStatus, ifName, ifAlias } + STATUS current + DESCRIPTION + "A linkDown trap signifies that the SNMPv2 entity, + acting in an agent role, has detected that the + ifOperStatus object for for its pstn physical communication links + left the down state and transitioned into some other + state (but not into the notPresent state). This other + state is indicated by the included value of + ifOperStatus." + ::= { oacExpIMPstnNotifications 4 } + +END +-- diff --git a/oneaccess/ONEACCESS-SHDSL-MIB b/oneaccess/ONEACCESS-SHDSL-MIB new file mode 100644 index 000000000..131c91e2a --- /dev/null +++ b/oneaccess/ONEACCESS-SHDSL-MIB @@ -0,0 +1,692 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.1.R005_E001 +-- +-- Creation date : 07/08/2010 +-- +-- update OneOs V5.1 capabilities 07/08/2010 +-- + ONEACCESS-SHDSL-MIB DEFINITIONS ::= BEGIN + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE,Counter32,Counter64,Integer32 + FROM SNMPv2-SMI +-- MODULE-COMPLIANCE, OBJECT-GROUP +-- FROM SNMPv2-CONF + ifIndex + FROM IF-MIB + oacExpIMSystem + FROM ONEACCESS-GLOBAL-REG + hdsl2ShdslSpanStatusEntry,hdsl2ShdslEndpointCurrEntry,hdsl2ShdslSpanConfProfileEntry + FROM HDSL2-SHDSL-LINE-MIB; + + oacSHDSLMIBModule MODULE-IDENTITY + LAST-UPDATED "201106150000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du Général de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + DESCRIPTION + "Contact updated" + REVISION "201106150000Z" + + DESCRIPTION + "This MIB module describes private extensions to the RFC4319 MIB." +-- Revision history + REVISION "201008200001Z" + DESCRIPTION "Added oacSHDSLSpanConfProfileEocManagement, + oacSHDSLSpanConfProfileEocStatusPollDelay and + oacSHDSLSpanConfProfileEocStatusPollInterval." + REVISION "201007300001Z" + DESCRIPTION "Added oacSHDSLSpanConfProfileTable." + REVISION "201007080001Z" + DESCRIPTION "Initial version." + + ::= { oacExpIMSystem 3 } + +oacSHDSLObjects OBJECT IDENTIFIER ::= { oacSHDSLMIBModule 1 } + + +oacSHDSLSpanStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacSHDSLSpanStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table provides overall status information of + HDSL2/SHDSL spans. This table contains live data from + equipment. As such, it is NOT persistent." + ::= { oacSHDSLObjects 2 } + + oacSHDSLSpanStatusEntry OBJECT-TYPE + SYNTAX OacSHDSLSpanStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the oacSHDSLSpanStatusTable. Each entry + represents the complete span in a single HDSL2/SHDSL line. + It is indexed by the ifIndex of the associated HDSL2/SHDSL + line." + AUGMENTS { hdsl2ShdslSpanStatusEntry } + ::= { oacSHDSLSpanStatusTable 1 } + + OacSHDSLSpanStatusEntry ::= + SEQUENCE + { + oacSHDSLSpanStatusUpDown Counter32, + oacSHDSLSpanStatusCurrStatus OCTET STRING, + oacSHDSLSpanStatusCurrShowtimeStart Counter32, + oacSHDSLSpanStatusCurrCellDelin Counter32, + oacSHDSLSpanStatusCurrCRCanomalies Counter32, + oacSHDSLSpanStatusCurrHECErrors Counter32, + oacSHDSLSpanStatusCurrRxCells Counter32, + oacSHDSLSpanStatusCurrTxCells Counter32, + oacSHDSLSpanStatusCurrRxDrops Counter32, + oacSHDSLSpanStatusCurrES Counter32, + oacSHDSLSpanStatusCurrSES Counter32, + oacSHDSLSpanStatusCurrLOSWS Counter32, + oacSHDSLSpanStatusCurrUAS Counter32, + oacSHDSLSpanStatusCurrConstellation INTEGER + } + + oacSHDSLSpanStatusUpDown OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the Global Up/Down Counter for the span." + ::= { oacSHDSLSpanStatusEntry 1 } + + oacSHDSLSpanStatusCurrStatus OBJECT-TYPE + SYNTAX OCTET STRING(SIZE(30)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current G.SHDSL Status." + ::= { oacSHDSLSpanStatusEntry 2 } + + oacSHDSLSpanStatusCurrShowtimeStart OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current Showtime Start." + ::= { oacSHDSLSpanStatusEntry 3 } + + oacSHDSLSpanStatusCurrCellDelin OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current Cell Delin counter." + ::= { oacSHDSLSpanStatusEntry 4 } + + oacSHDSLSpanStatusCurrCRCanomalies OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current CRC counter." + ::= { oacSHDSLSpanStatusEntry 5 } + + oacSHDSLSpanStatusCurrHECErrors OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current HEC counter." + ::= { oacSHDSLSpanStatusEntry 6 } + + oacSHDSLSpanStatusCurrRxCells OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current Rx Cells counter." + ::= { oacSHDSLSpanStatusEntry 7 } + + oacSHDSLSpanStatusCurrTxCells OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current Tx Cells counter." + ::= { oacSHDSLSpanStatusEntry 8 } + + oacSHDSLSpanStatusCurrRxDrops OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current Rx Drops counter." + ::= { oacSHDSLSpanStatusEntry 9 } + + oacSHDSLSpanStatusCurrES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current ES counter." + ::= { oacSHDSLSpanStatusEntry 10 } + + oacSHDSLSpanStatusCurrSES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current SES counter." + ::= { oacSHDSLSpanStatusEntry 11 } + + oacSHDSLSpanStatusCurrLOSWS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current LOSWS counter." + ::= { oacSHDSLSpanStatusEntry 12 } + + oacSHDSLSpanStatusCurrUAS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Contains the current UAS counter." + ::= { oacSHDSLSpanStatusEntry 13 } + + oacSHDSLSpanStatusCurrConstellation OBJECT-TYPE + SYNTAX INTEGER + { + tcPam16(2), + tcPam32(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current constellation (line coding) for the span." + ::= { oacSHDSLSpanStatusEntry 14 } + + +oacSHDSLEndpointCurrTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacSHDSLEndpointCurrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains current status and performance information + for segment endpoints in HDSL2/SHDSL lines. As with other + tables in this MIB module indexed by ifIndex, entries in this + table MUST be maintained in a persistent manner." + ::= { oacSHDSLObjects 5 } + +oacSHDSLEndpointCurrEntry OBJECT-TYPE + SYNTAX OacSHDSLEndpointCurrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Defines an entry in the oacSHDSLEndpointCurrTable." + AUGMENTS {hdsl2ShdslEndpointCurrEntry} + ::= { oacSHDSLEndpointCurrTable 1 } + + OacSHDSLEndpointCurrEntry ::= + SEQUENCE { + oacSHDSLEndpointCurrAtn Integer32, + oacSHDSLEndpointCurrSnrMgn Integer32, + oacSHDSLEndpointCurrTxPwr Integer32, + oacSHDSLEndpointCurrRxGain Integer32, + oacSHDSLEndpointCurrMaxAttainableLineRate Integer32, + oacSHDSLEndpointCurrCommands Integer32, + oacSHDSLEndpointCurrResponses Integer32, + oacSHDSLEndpointCurrdiscardedCommands Integer32, + oacSHDSLEndpointCurrerroredCommands Integer32, + oacSHDSLEndpointCurrReceivedFrames Integer32, + oacSHDSLEndpointCurrBadTransparency Integer32, + oacSHDSLEndpointCurrBadFCS Integer32, + oacSHDSLEndpointCurrEOCStatus OCTET STRING + } + + oacSHDSLEndpointCurrAtn OBJECT-TYPE + SYNTAX Integer32(-1270..1280) + UNITS "dB/10" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current loop attenuation for this endpoint as reported in + a Network or Customer Side Performance Status message. In tenths of dB." + ::= { oacSHDSLEndpointCurrEntry 1 } + + oacSHDSLEndpointCurrSnrMgn OBJECT-TYPE + SYNTAX Integer32(-1270..1280) + UNITS "dB/10" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current SNR margin for this endpoint as reported in a + Status Response/SNR message. In tenths of dB." + ::= { oacSHDSLEndpointCurrEntry 2 } + + oacSHDSLEndpointCurrTxPwr OBJECT-TYPE + SYNTAX Integer32 + UNITS "dB/10" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current transmit power for this endpoint. In tenths of dB." + ::= { oacSHDSLEndpointCurrEntry 3 } + + oacSHDSLEndpointCurrRxGain OBJECT-TYPE + SYNTAX Integer32 + UNITS "dB/10" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current receiver gain for this endpoint. In tenths of dB." + ::= { oacSHDSLEndpointCurrEntry 4 } + + oacSHDSLEndpointCurrMaxAttainableLineRate OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current Max Attainable LineRate for this endpoint." + ::= { oacSHDSLEndpointCurrEntry 5 } + + oacSHDSLEndpointCurrCommands OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current Commands for this endpoint." + ::= { oacSHDSLEndpointCurrEntry 6 } + + oacSHDSLEndpointCurrResponses OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current Responses for this endpoint." + ::= { oacSHDSLEndpointCurrEntry 7 } + + oacSHDSLEndpointCurrdiscardedCommands OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current discarded Commands for this endpoint." + ::= { oacSHDSLEndpointCurrEntry 8 } + + oacSHDSLEndpointCurrerroredCommands OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current errored Commands for this endpoint." + ::= { oacSHDSLEndpointCurrEntry 9 } + + oacSHDSLEndpointCurrReceivedFrames OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current Received Frames for this endpoint." + ::= { oacSHDSLEndpointCurrEntry 10 } + + oacSHDSLEndpointCurrBadTransparency OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current Bad Transparency for this endpoint." + ::= { oacSHDSLEndpointCurrEntry 11 } + + oacSHDSLEndpointCurrBadFCS OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current Bad FCS for this endpoint." + ::= { oacSHDSLEndpointCurrEntry 12 } + + oacSHDSLEndpointCurrEOCStatus OBJECT-TYPE + SYNTAX OCTET STRING(SIZE(50)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current EOC Status for this endpoint." + ::= { oacSHDSLEndpointCurrEntry 13 } + + -- + -- +oacSHDSLEndpointCurrretrainTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacSHDSLEndpointCurrretrainEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains current status and performance information + for segment endpoints in HDSL2/SHDSL lines. As with other + tables in this MIB module indexed by ifIndex, entries in this + table MUST be maintained in a persistent manner." + ::= { oacSHDSLObjects 7 } +oacSHDSLEndpointCurrretrainEntry OBJECT-TYPE + SYNTAX OacSHDSLEndpointCurrretrainEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Defines an entry in the oacSHDSLEndpointCurrretrainTable." + AUGMENTS {hdsl2ShdslEndpointCurrEntry} + ::= { oacSHDSLEndpointCurrretrainTable 1 } + + OacSHDSLEndpointCurrretrainEntry ::= + SEQUENCE { + oacSHDSLEndpointCurrretrainSQPAIR Integer32, + oacSHDSLEndpointCurrretrainSQLINE Integer32, + oacSHDSLEndpointCurrretrainCRCPAIR Integer32, + oacSHDSLEndpointCurrretrainCRCLINE Integer32, + oacSHDSLEndpointCurrretrainFsyncPAIR Integer32, + oacSHDSLEndpointCurrretrainFsyncLINE Integer32, + oacSHDSLEndpointCurrretrainFSyncSQPAIR Integer32, + oacSHDSLEndpointCurrretrainFSyncSQLINE Integer32 + } + oacSHDSLEndpointCurrretrainSQPAIR OBJECT-TYPE + SYNTAX Integer32 + UNITS "SQPAIR" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current retrain SQ for this endpoint as reported in + a Network or Customer Side Performance Status message." + ::= { oacSHDSLEndpointCurrretrainEntry 1 } + + oacSHDSLEndpointCurrretrainSQLINE OBJECT-TYPE + SYNTAX Integer32 + UNITS "SQLINE" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current retrain SQ for this endpoint as reported in + a Network or Customer Side Performance Status message." + ::= { oacSHDSLEndpointCurrretrainEntry 2 } + + oacSHDSLEndpointCurrretrainCRCPAIR OBJECT-TYPE + SYNTAX Integer32 + UNITS "CRCPAIR" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current retrain CRC for this endpoint as reported in + a Network or Customer Side Performance Status message." + ::= { oacSHDSLEndpointCurrretrainEntry 3 } + + oacSHDSLEndpointCurrretrainCRCLINE OBJECT-TYPE + SYNTAX Integer32 + UNITS "CRCLINE" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current retrain CRC for this endpoint as reported in + a Network or Customer Side Performance Status message." + ::= { oacSHDSLEndpointCurrretrainEntry 4 } + + oacSHDSLEndpointCurrretrainFsyncPAIR OBJECT-TYPE + SYNTAX Integer32 + UNITS "FsyncPAIR" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current retrain Fsync for this endpoint as reported in + a Network or Customer Side Performance Status message." + ::= { oacSHDSLEndpointCurrretrainEntry 5 } + + oacSHDSLEndpointCurrretrainFsyncLINE OBJECT-TYPE + SYNTAX Integer32 + UNITS "FsyncLINE" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current retrain Fsync for this endpoint as reported in + a Network or Customer Side Performance Status message." + ::= { oacSHDSLEndpointCurrretrainEntry 6 } + + oacSHDSLEndpointCurrretrainFSyncSQPAIR OBJECT-TYPE + SYNTAX Integer32 + UNITS "FSync&SQPAIR" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current retrain FSync&SQ for this endpoint as reported in + a Network or Customer Side Performance Status message." + ::= { oacSHDSLEndpointCurrretrainEntry 7 } + + oacSHDSLEndpointCurrretrainFSyncSQLINE OBJECT-TYPE + SYNTAX Integer32 + UNITS "FSync&SQLINE" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current retrain FSync&SQ for this endpoint as reported in + a Network or Customer Side Performance Status message." + ::= { oacSHDSLEndpointCurrretrainEntry 8 } + +-- OneAccess SHDSL MIB Trap Definitions +oacSHDSLTraps OBJECT IDENTIFIER ::= { oacSHDSLMIBModule 2 } +oacSHDSLTrapPrefix OBJECT IDENTIFIER ::= { oacSHDSLTraps 0 } + +oacSHDSLHardDownTrap NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "this notification indicate that the shdsl line speed is lower than the threshold configured in efm interface. + as consequence, the interface ethernet which the hard-down option is enable will be shutdown, +it will be UP if the shdsl line recovered the good linerate." + ::= { oacSHDSLTrapPrefix 1 } + +-- **************************** -- +-- oacSHDSLSpanConfProfileTable -- +-- **************************** -- +oacSHDSLSpanConfProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacSHDSLSpanConfProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table supports definitions of span configuration + profiles for SHDSL lines. This table MUST be maintained + in a persistent manner" + ::= { oacSHDSLObjects 10 } + + oacSHDSLSpanConfProfileEntry OBJECT-TYPE + SYNTAX OacSHDSLSpanConfProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry corresponds to a single span configuration + profile. Each profile contains a set of span configuration + parameters. The configuration parameters in a profile are + applied to those lines referencing that profile (see the + hdsl2ShdslSpanConfProfile object). " + AUGMENTS {hdsl2ShdslSpanConfProfileEntry} + ::= { oacSHDSLSpanConfProfileTable 1 } + + OacSHDSLSpanConfProfileEntry ::= + SEQUENCE + { + oacSHDSLSpanConfProfileConstellation INTEGER, + oacSHDSLSpanConfProfileAutoConfig INTEGER, + oacSHDSLSpanConfProfileCaplist INTEGER, + oacSHDSLSpanConfProfileEfmAggregation INTEGER, + oacSHDSLSpanConfProfileCrcCheck Integer32, + oacSHDSLSpanConfProfileMeansqCheck Integer32, + oacSHDSLSpanConfProfileMeansqThreshold Integer32, + oacSHDSLSpanConfProfileLineProbing INTEGER, + oacSHDSLSpanConfProfileEocManagement INTEGER, + oacSHDSLSpanConfProfileEocStatusPollDelay Integer32, + oacSHDSLSpanConfProfileEocStatusPollInterval Integer32 + } + + oacSHDSLSpanConfProfileConstellation OBJECT-TYPE + SYNTAX INTEGER + { + auto(1), + tcPam16(2), + tcPam32(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The configured constellation (line coding) for the span. + Corresponds to cli command (controller shdsl 0, dsl-group 0): + annex ... tc-pam " + ::= { oacSHDSLSpanConfProfileEntry 1 } + + oacSHDSLSpanConfProfileAutoConfig OBJECT-TYPE + SYNTAX INTEGER + { + enabled(1), + disabled(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The configured auto configuration mode (enabled or disabled) for the span. + Corresponds to cli command (controller shdsl 0, dsl-group 0): + autoconfig / no autoconfig" + ::= { oacSHDSLSpanConfProfileEntry 2 } + + + oacSHDSLSpanConfProfileCaplist OBJECT-TYPE + SYNTAX INTEGER + { + newstyle(1), + oldstyle(2), + auto(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The configured capability list style for the span. + Corresponds to cli command (controller shdsl 0, dsl-group 0): + caplist " + ::= { oacSHDSLSpanConfProfileEntry 3 } + + oacSHDSLSpanConfProfileEfmAggregation OBJECT-TYPE + SYNTAX INTEGER + { + disabled(1), + auto(2), + negotiated(3), + static(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The configured efm aggregation mode for the span. + Corresponds to cli command (controller shdsl 0, dsl-group 0): + efmaggregation " + ::= { oacSHDSLSpanConfProfileEntry 4 } + + oacSHDSLSpanConfProfileCrcCheck OBJECT-TYPE + SYNTAX Integer32(0..30) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The configured numbered of consecutive seconds with crc errors after which the link will be retrained. + If the value is set to 0, than no retrain will occur based on crc errors. + Corresponds to cli command (controller shdsl 0, dsl-group 0): + value 0 : crc no + all other values: crc check " + ::= { oacSHDSLSpanConfProfileEntry 5 } + + oacSHDSLSpanConfProfileMeansqCheck OBJECT-TYPE + SYNTAX Integer32(0..30) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The configured numbered of consecutive seconds where the noise margin is below + the configured threshold (oacSHDSLSpanConfProfileMeansqThreshold) after which the link will be retrained. + If the value is set to 0, than no retrain will occur based on noise margin verification. + Corresponds to cli command (controller shdsl 0, dsl-group 0): + value 0 : meansq no + all other values: meansq check " + ::= { oacSHDSLSpanConfProfileEntry 6 } + + oacSHDSLSpanConfProfileMeansqThreshold OBJECT-TYPE + SYNTAX Integer32(-2..10) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The configured threshold (in dB) for retrain check based on the noise margin. + If the noise margin drops below the configured threshold for the configured time + (oacSHDSLSpanConfProfileMeansqCheck) than the link will be retrained. + Corresponds to cli command (controller shdsl 0, dsl-group 0): + meansq check