summaryrefslogtreecommitdiff
path: root/MIBS/cdata
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/cdata
downloadmibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz
mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/cdata')
-rw-r--r--MIBS/cdata/CDATA-COMMON-SMI175
-rw-r--r--MIBS/cdata/CDATA-EPON-MIB2757
-rw-r--r--MIBS/cdata/CDATA-GPON-MIB6183
-rw-r--r--MIBS/cdata/CDATA-GPON-MIB25664
-rw-r--r--MIBS/cdata/EDFA-oa-MIB232
-rw-r--r--MIBS/cdata/EPON-EOC-MIB233
-rw-r--r--MIBS/cdata/FD-OLT-MIB3853
-rw-r--r--MIBS/cdata/FD-ONU-MIB4524
-rw-r--r--MIBS/cdata/FD-PERFORMANCE-MIB2301
-rw-r--r--MIBS/cdata/FD-SWITCH-MIB2181
-rw-r--r--MIBS/cdata/FD-SYSTEM-MIB2068
-rw-r--r--MIBS/cdata/FD-TRAP-MIB305
-rw-r--r--MIBS/cdata/LTNET-COMMONINFO-MIB89
-rw-r--r--MIBS/cdata/LTNET-ROOT21
-rw-r--r--MIBS/cdata/NE-ALARM-MIB24
-rw-r--r--MIBS/cdata/NSCRTV-EPONEOC-MOD-EOC-MIB2198
-rw-r--r--MIBS/cdata/NSCRTV-FTTX-EPON-MIB12876
-rw-r--r--MIBS/cdata/NSCRTV-FTTX-GPON-MIB5507
-rw-r--r--MIBS/cdata/NSCRTV-HFCEMS-ALARMS-MIB94
-rw-r--r--MIBS/cdata/NSCRTV-HFCEMS-COMMON-MIB759
-rw-r--r--MIBS/cdata/NSCRTV-HFCEMS-OPTICALAMPLIFIER-MIB442
-rw-r--r--MIBS/cdata/NSCRTV-HFCEMS-PROPERTY-MIB246
-rw-r--r--MIBS/cdata/NSCRTV-PON-TREE-EXT-MIB7509
-rw-r--r--MIBS/cdata/NSCRTV-ROOT73
-rw-r--r--MIBS/cdata/RFC1213-MIB2622
-rw-r--r--MIBS/cdata/SPC2002896
-rw-r--r--MIBS/cdata/SPIDCOM-ALARM-MIB455
-rw-r--r--MIBS/cdata/SPIDCOM-MIB20
-rw-r--r--MIBS/cdata/SPIDCOM-NOTIFICATION-MIB27
-rw-r--r--MIBS/cdata/SPIDCOM-TRAPS113
-rw-r--r--MIBS/cdata/VENDOR-COMMON-MIB200
-rw-r--r--MIBS/cdata/XXX-MIB1027
32 files changed, 67674 insertions, 0 deletions
diff --git a/MIBS/cdata/CDATA-COMMON-SMI b/MIBS/cdata/CDATA-COMMON-SMI
new file mode 100644
index 0000000..23e13ee
--- /dev/null
+++ b/MIBS/cdata/CDATA-COMMON-SMI
@@ -0,0 +1,175 @@
+--
+-- CDATA-COMMON-SMI.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Wednesday, March 02, 2016 at 16:10:01
+--
+
+ CDATA-COMMON-SMI DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
+ FROM SNMPv2-SMI
+ TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+-- May 27, 2010 at 10:56 GMT
+ vendor MODULE-IDENTITY
+ LAST-UPDATED "201603021453Z" -- March 02, 2016 at 14:53 GMT
+ ORGANIZATION
+ "vendor"
+ CONTACT-INFO
+ "Contact info"
+ DESCRIPTION
+ "common mib smi"
+ REVISION "201603021447Z" -- March 02, 2016 at 14:47 GMT
+ DESCRIPTION
+ "add gpon node"
+ ::= { enterprises 34592 }
+
+
+--
+-- Textual conventions
+--
+
+ DataDirection ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "A data channel normally have two direction, up and down"
+ SYNTAX INTEGER
+ {
+ upstream(1),
+ downstream(2)
+ }
+
+ DeviceOperation ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This type defines an operate action aggregate"
+ SYNTAX INTEGER
+ {
+ reset(2),
+ default(3),
+ saveConfig(4),
+ restore(5),
+ delete(6)
+ }
+
+ DeviceStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Device work status type. One device or dummy device may
+ have following five work status:
+ notPresent(1): the device is not present (not installed)
+ offline(2):the device is present,but can not be communicated (or failed to get its info)
+ online(3):the device is present and can be communicated
+ normal(4):the device is online and work well
+ abnormal(5): the device is online but work abnormal for some reason"
+ SYNTAX INTEGER
+ {
+ notPresent(1),
+ offline(2),
+ online(3),
+ normal(4),
+ abnormal(5)
+ }
+
+ DeviceType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Device type convention. Define all PBB device type value.
+
+ ----------------------------------
+ | family | series | class | type |
+ ----------------------------------
+ 8b 8b 8b 8b
+
+ refer to document <pducuct type defines>"
+ SYNTAX INTEGER { fd1508gs(67174657) }
+
+ LedStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Led status"
+ SYNTAX INTEGER
+ {
+ on(1),
+ off(2),
+ blink(3)
+ }
+
+-- Textual conventions
+--
+ OperSwitch ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Device function operation switch type"
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2)
+ }
+
+
+--
+-- Node definitions
+--
+
+-- Node definitions
+--
+-- 1.3.6.1.4.1.34592.1
+ -- 1.3.6.1.4.1.34592.1
+ ipProduct OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "ip products line.
+ "
+ ::= { vendor 1 }
+
+-- 1.3.6.1.4.1.34592.1.1
+ -- 1.3.6.1.4.1.34592.1.1
+ mediaConverter OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "supported by media converter line products.
+ "
+ ::= { ipProduct 1 }
+
+-- 1.3.6.1.4.1.34592.1.2
+ -- 1.3.6.1.4.1.34592.1.2
+ switch OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "supported by smartCPE Switch line products.
+ "
+ ::= { ipProduct 2 }
+
+-- 1.3.6.1.4.1.34592.1.3
+ -- 1.3.6.1.4.1.34592.1.3
+ epon OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "supported by epon line products."
+ ::= { ipProduct 3 }
+
+-- 1.3.6.1.4.1.34592.1.4
+ -- 1.3.6.1.4.1.34592.1.4
+ eoc OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "supported by eoc line products."
+ ::= { ipProduct 4 }
+
+ -- 1.3.6.1.4.1.34592.1.5
+ gpon OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "supported by gpon line products."
+ ::= { ipProduct 5 }
+
+
+ END
+
+--
+-- CDATA-COMMON-SMI.my
+--
diff --git a/MIBS/cdata/CDATA-EPON-MIB b/MIBS/cdata/CDATA-EPON-MIB
new file mode 100644
index 0000000..2ae0f80
--- /dev/null
+++ b/MIBS/cdata/CDATA-EPON-MIB
@@ -0,0 +1,2757 @@
+--
+-- CDATA-EPON-MIB_170929.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Friday, September 29, 2017 at 13:30:00
+--
+
+ CDATA-EPON-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ mediaConverter, switch, epon, eoc, gpon
+ FROM CDATA-COMMON-SMI
+ Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, OBJECT-IDENTITY
+ FROM SNMPv2-SMI
+ RowStatus, TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1
+ eponMIB MODULE-IDENTITY
+ LAST-UPDATED "201606211415Z" -- June 21, 2016 at 14:15 GMT
+ ORGANIZATION
+ "Organization."
+ CONTACT-INFO
+ "Contact-info."
+ DESCRIPTION
+ "Description."
+ ::= { epon 1 }
+
+
+
+--
+-- Textual conventions
+--
+
+ EponProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (0..16))
+
+ EponAlarmProfileThreshold ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Unsigned32 (0..4294967294)
+
+ EponDbaProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Dba profile index,
+ 1-128:user dba profile
+ 65535:default dba profile"
+ SYNTAX Integer32 (0..128)
+
+ EponDbaProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING
+
+ EponLinePorfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (0..512)
+
+ EponLineProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..32))
+
+ EponLineProfileLlId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..8)
+
+ EponSrvProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (0..512)
+
+ EponSrvProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ EponTrafficProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..256)
+
+ EponTrafficProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ EponSwitch ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2)
+ }
+
+ EponVlanId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..4094)
+
+ EponVlanPriority ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (0..7)
+
+ EponOltPortId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..16)
+
+ EponOnuId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..128)
+
+ EponOnuEthPortId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..8)
+
+ EponOnuCatvPortId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..24)
+
+ EponMacAddress ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (6))
+
+
+--
+-- Node definitions
+--
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1
+ eponObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponMIB 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1
+ eponProfileObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.1
+ eponDbaProfileObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.1.1
+ eponDbaProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponDbaProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponDbaProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.1.1.1
+ eponDbaProfileInfoEntry OBJECT-TYPE
+ SYNTAX EponDbaProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponDbaProfileId }
+ ::= { eponDbaProfileInfoTable 1 }
+
+
+ EponDbaProfileInfoEntry ::=
+ SEQUENCE {
+ eponDbaProfileId
+ EponDbaProfileId,
+ eponDbaProfileName
+ EponDbaProfileName,
+ eponDbaProfileType
+ INTEGER,
+ eponDbaProfileFixRate
+ Integer32,
+ eponDbaProfileAssureRate
+ Integer32,
+ eponDbaProfileMaxRate
+ Integer32,
+ eponDbaProfileBindNum
+ Integer32,
+ eponDbaProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.1.1.1.1
+ eponDbaProfileId OBJECT-TYPE
+ SYNTAX EponDbaProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Dba profile index,
+ 1-128:user dba profile
+ 65535:default dba profile"
+ ::= { eponDbaProfileInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.1.1.1.2
+ eponDbaProfileName OBJECT-TYPE
+ SYNTAX EponDbaProfileName (SIZE (1..16))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponDbaProfileInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.1.1.1.3
+ eponDbaProfileType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fix(1),
+ assure(2),
+ assureAndMax(3),
+ max(4),
+ fixAndAssureAndMax(5)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "The DBA type index."
+ ::= { eponDbaProfileInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.1.1.1.4
+ eponDbaProfileFixRate OBJECT-TYPE
+ SYNTAX Integer32 (0 | 1..1000000)
+ UNITS "kbps"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Fixed bandwidth of the profile."
+ ::= { eponDbaProfileInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.1.1.1.5
+ eponDbaProfileAssureRate OBJECT-TYPE
+ SYNTAX Integer32 (0 | 1..1000000)
+ UNITS "kbps"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Assured bandwidth of the profile."
+ ::= { eponDbaProfileInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.1.1.1.6
+ eponDbaProfileMaxRate OBJECT-TYPE
+ SYNTAX Integer32 (0 | 512..1000000)
+ UNITS "kbps"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Max bandwidth of the profile."
+ ::= { eponDbaProfileInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.1.1.1.7
+ eponDbaProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponDbaProfileInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.1.1.1.8
+ eponDbaProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponDbaProfileInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2
+ eponLineProfileObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponProfileObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.1
+ eponLineProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponLineProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.1.1
+ eponLineProfileInfoEntry OBJECT-TYPE
+ SYNTAX EponLineProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponLineProfileId }
+ ::= { eponLineProfileInfoTable 1 }
+
+
+ EponLineProfileInfoEntry ::=
+ SEQUENCE {
+ eponLineProfileId
+ EponLinePorfileId,
+ eponLineProfileName
+ EponLineProfileName,
+ eponLineProfileUpstreamFECMode
+ EponSwitch,
+ eponLineProfileLlidNum
+ Integer32,
+ eponLineProfileBindNum
+ Integer32,
+ eponLineProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.1.1.1
+ eponLineProfileId OBJECT-TYPE
+ SYNTAX EponLinePorfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Line profile index,
+ 1-512:user line profile
+ 65535:default line profile, it is reserve."
+ ::= { eponLineProfileInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.1.1.2
+ eponLineProfileName OBJECT-TYPE
+ SYNTAX EponLineProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.1.1.3
+ eponLineProfileUpstreamFECMode OBJECT-TYPE
+ SYNTAX EponSwitch
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.1.1.4
+ eponLineProfileLlidNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.1.1.7
+ eponLineProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.1.1.8
+ eponLineProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.3
+ eponLineProfileLlidTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponLineProfileLlidEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.3.1
+ eponLineProfileLlidEntry OBJECT-TYPE
+ SYNTAX EponLineProfileLlidEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponLineProfileId, eponLineProfileLlId }
+ ::= { eponLineProfileLlidTable 1 }
+
+
+ EponLineProfileLlidEntry ::=
+ SEQUENCE {
+ eponLineProfileLlId
+ EponLineProfileLlId,
+ eponLineProfileLlidDbaProfileId
+ EponDbaProfileId,
+ eponLineProfileLlidEncrypt
+ INTEGER,
+ eponLineProfileLlidOntCar
+ EponTrafficProfileId,
+ eponLineProfileLlidRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.3.1.2
+ eponLineProfileLlId OBJECT-TYPE
+ SYNTAX EponLineProfileLlId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileLlidEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.3.1.3
+ eponLineProfileLlidDbaProfileId OBJECT-TYPE
+ SYNTAX EponDbaProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileLlidEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.3.1.4
+ eponLineProfileLlidEncrypt OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ triple-churning(1),
+ off(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileLlidEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.3.1.5
+ eponLineProfileLlidOntCar OBJECT-TYPE
+ SYNTAX EponTrafficProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileLlidEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.3.1.6
+ eponLineProfileLlidRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileLlidEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.4
+ eponLineProfileDbaThresholdTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponLineProfileDbaThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileObjects 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.4.1
+ eponLineProfileDbaThresholdEntry OBJECT-TYPE
+ SYNTAX EponLineProfileDbaThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponLineProfileId, eponLineProfileQueueSetId, eponLineProfileQueueId }
+ ::= { eponLineProfileDbaThresholdTable 1 }
+
+
+ EponLineProfileDbaThresholdEntry ::=
+ SEQUENCE {
+ eponLineProfileQueueSetId
+ Integer32,
+ eponLineProfileQueueId
+ Integer32,
+ eponLineProfileThreshold
+ Integer32,
+ eponLineProfileDbaThresholdRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.4.1.1
+ eponLineProfileQueueSetId OBJECT-TYPE
+ SYNTAX Integer32 (1..4)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileDbaThresholdEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.4.1.2
+ eponLineProfileQueueId OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileDbaThresholdEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.4.1.3
+ eponLineProfileThreshold OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileDbaThresholdEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.2.4.1.4
+ eponLineProfileDbaThresholdRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponLineProfileDbaThresholdEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3
+ eponSrvProfileObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponProfileObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.1
+ eponSrvProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponSrvProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.1.1
+ eponSrvProfileInfoEntry OBJECT-TYPE
+ SYNTAX EponSrvProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponSrvProfileId }
+ ::= { eponSrvProfileInfoTable 1 }
+
+
+ EponSrvProfileInfoEntry ::=
+ SEQUENCE {
+ eponSrvProfileId
+ EponSrvProfileId,
+ eponSrvProfileName
+ EponSrvProfileName,
+ eponSrvProfileBindNum
+ Integer32,
+ eponSrvProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.1.1.1
+ eponSrvProfileId OBJECT-TYPE
+ SYNTAX EponSrvProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.1.1.2
+ eponSrvProfileName OBJECT-TYPE
+ SYNTAX EponSrvProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.1.1.3
+ eponSrvProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.1.1.4
+ eponSrvProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.2
+ eponSrvProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponSrvProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.2.1
+ eponSrvProfileCfgEntry OBJECT-TYPE
+ SYNTAX EponSrvProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponSrvProfileId }
+ ::= { eponSrvProfileCfgTable 1 }
+
+
+ EponSrvProfileCfgEntry ::=
+ SEQUENCE {
+ eponSrvProfileMcFastLeave
+ EponSwitch,
+ eponSrvProfileMacLearning
+ EponSwitch,
+ eponSrvProfileMacAgeSeconds
+ Integer32,
+ eponSrvProfileLoopbackDetectCheck
+ EponSwitch
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.2.1.1
+ eponSrvProfileMcFastLeave OBJECT-TYPE
+ SYNTAX EponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.2.1.2
+ eponSrvProfileMacLearning OBJECT-TYPE
+ SYNTAX EponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.2.1.3
+ eponSrvProfileMacAgeSeconds OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.2.1.4
+ eponSrvProfileLoopbackDetectCheck OBJECT-TYPE
+ SYNTAX EponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileCfgEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.3
+ eponSrvProfilePortNumTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponSrvProfilePortNumEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.3.1
+ eponSrvProfilePortNumEntry OBJECT-TYPE
+ SYNTAX EponSrvProfilePortNumEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponSrvProfileId }
+ ::= { eponSrvProfilePortNumTable 1 }
+
+
+ EponSrvProfilePortNumEntry ::=
+ SEQUENCE {
+ eponSrvProfileEthNum
+ Integer32,
+ eponSrvProfilePotsNum
+ Integer32,
+ eponSrvProfileCatvNum
+ Integer32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.3.1.1
+ eponSrvProfileEthNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortNumEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.3.1.2
+ eponSrvProfilePotsNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortNumEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.3.1.3
+ eponSrvProfileCatvNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortNumEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.4
+ eponSrvProfileEthPortCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponSrvProfileEthPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileObjects 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.4.1
+ eponSrvProfileEthPortCfgEntry OBJECT-TYPE
+ SYNTAX EponSrvProfileEthPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponSrvProfileId, eponSrvProfilePortId }
+ ::= { eponSrvProfileEthPortCfgTable 1 }
+
+
+ EponSrvProfileEthPortCfgEntry ::=
+ SEQUENCE {
+ eponSrvProfileEthPortMacLimited
+ Integer32,
+ eponSrvProfileEthPortMtu
+ Integer32,
+ eponSrvProfileEthPortFlowCtrl
+ EponSwitch,
+ eponSrvProfileEthPortInTrafficProfileId
+ EponTrafficProfileId,
+ eponSrvProfileEthPortOutTrafficProfileId
+ EponTrafficProfileId,
+ eponSrvProfileEthPortNativeVlanId
+ EponVlanId,
+ eponSrvProfileEthPortNativeVlanPriority
+ EponVlanPriority
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.4.1.1
+ eponSrvProfileEthPortMacLimited OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileEthPortCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.4.1.2
+ eponSrvProfileEthPortMtu OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileEthPortCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.4.1.3
+ eponSrvProfileEthPortFlowCtrl OBJECT-TYPE
+ SYNTAX EponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileEthPortCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.4.1.4
+ eponSrvProfileEthPortInTrafficProfileId OBJECT-TYPE
+ SYNTAX EponTrafficProfileId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileEthPortCfgEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.4.1.5
+ eponSrvProfileEthPortOutTrafficProfileId OBJECT-TYPE
+ SYNTAX EponTrafficProfileId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileEthPortCfgEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.4.1.6
+ eponSrvProfileEthPortNativeVlanId OBJECT-TYPE
+ SYNTAX EponVlanId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileEthPortCfgEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.4.1.7
+ eponSrvProfileEthPortNativeVlanPriority OBJECT-TYPE
+ SYNTAX EponVlanPriority
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileEthPortCfgEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.6
+ eponSrvProfilePortVlanCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponSrvProfilePortVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileObjects 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.6.1
+ eponSrvProfilePortVlanCfgEntry OBJECT-TYPE
+ SYNTAX EponSrvProfilePortVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponSrvProfileId, eponSrvProfilePortType, eponSrvProfilePortId, eponSrvProfilePortVlanEntryId }
+ ::= { eponSrvProfilePortVlanCfgTable 1 }
+
+
+ EponSrvProfilePortVlanCfgEntry ::=
+ SEQUENCE {
+ eponSrvProfilePortType
+ INTEGER,
+ eponSrvProfilePortId
+ Integer32,
+ eponSrvProfilePortVlanEntryId
+ Integer32,
+ eponSrvProfilePortVlanMode
+ INTEGER,
+ eponSrvProfilePortVlanSvlan
+ EponVlanId,
+ eponSrvProfilePortVlanSpri
+ Integer32,
+ eponSrvProfilePortVlanCvlan
+ EponVlanId,
+ eponSrvProfilePortVlanCpri
+ Integer32,
+ eponSrvProfilePortVlanRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.6.1.1
+ eponSrvProfilePortType OBJECT-TYPE
+ SYNTAX INTEGER { eth(1) }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortVlanCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.6.1.2
+ eponSrvProfilePortId OBJECT-TYPE
+ SYNTAX Integer32 (1..9)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortVlanCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.6.1.3
+ eponSrvProfilePortVlanEntryId OBJECT-TYPE
+ SYNTAX Integer32 (1..9)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortVlanCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.6.1.4
+ eponSrvProfilePortVlanMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ transparent(1),
+ qinq(2),
+ translation(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortVlanCfgEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.6.1.5
+ eponSrvProfilePortVlanSvlan OBJECT-TYPE
+ SYNTAX EponVlanId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortVlanCfgEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.6.1.6
+ eponSrvProfilePortVlanSpri OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortVlanCfgEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.6.1.7
+ eponSrvProfilePortVlanCvlan OBJECT-TYPE
+ SYNTAX EponVlanId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortVlanCfgEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.6.1.8
+ eponSrvProfilePortVlanCpri OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortVlanCfgEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.6.1.9
+ eponSrvProfilePortVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortVlanCfgEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.8
+ eponSrvProfilePortMcCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponSrvProfilePortMcCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileObjects 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.8.1
+ eponSrvProfilePortMcCfgEntry OBJECT-TYPE
+ SYNTAX EponSrvProfilePortMcCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponSrvProfileId, eponSrvProfilePortType, eponSrvProfilePortId, eponSrvProfilePortMcEntryId }
+ ::= { eponSrvProfilePortMcCfgTable 1 }
+
+
+ EponSrvProfilePortMcCfgEntry ::=
+ SEQUENCE {
+ eponSrvProfilePortMcEntryId
+ Integer32,
+ eponSrvProfilePortMcMaxGroupNum
+ Integer32,
+ eponSrvProfilePortMcTagStripMode
+ INTEGER,
+ eponSrvProfilePortMcTagStripSvlan
+ EponVlanId,
+ eponSrvProfilePortMcTagStripCvlan
+ EponVlanId,
+ eponSrvProfilePortMcRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.8.1.1
+ eponSrvProfilePortMcEntryId OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortMcCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.8.1.2
+ eponSrvProfilePortMcMaxGroupNum OBJECT-TYPE
+ SYNTAX Integer32 (0..255)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortMcCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.8.1.3
+ eponSrvProfilePortMcTagStripMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ untag(1),
+ tag(2),
+ translation(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortMcCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.8.1.4
+ eponSrvProfilePortMcTagStripSvlan OBJECT-TYPE
+ SYNTAX EponVlanId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortMcCfgEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.8.1.5
+ eponSrvProfilePortMcTagStripCvlan OBJECT-TYPE
+ SYNTAX EponVlanId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortMcCfgEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.8.1.6
+ eponSrvProfilePortMcRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortMcCfgEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.9
+ eponSrvProfilePortMcVlanCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponSrvProfilePortMcVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfileObjects 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.9.1
+ eponSrvProfilePortMcVlanCfgEntry OBJECT-TYPE
+ SYNTAX EponSrvProfilePortMcVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponSrvProfileId, eponSrvProfilePortType, eponSrvProfilePortId, eponSrvProfilePortMcVlanEntryId }
+ ::= { eponSrvProfilePortMcVlanCfgTable 1 }
+
+
+ EponSrvProfilePortMcVlanCfgEntry ::=
+ SEQUENCE {
+ eponSrvProfilePortMcVlanEntryId
+ Integer32,
+ eponSrvProfilePortMcVlan
+ EponVlanId,
+ eponSrvProfilePortMcVlanRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.9.1.1
+ eponSrvProfilePortMcVlanEntryId OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortMcVlanCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.9.1.2
+ eponSrvProfilePortMcVlan OBJECT-TYPE
+ SYNTAX EponVlanId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortMcVlanCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.3.9.1.3
+ eponSrvProfilePortMcVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSrvProfilePortMcVlanCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4
+ eponTrafficProfileObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponProfileObjects 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4.1
+ eponTrafficProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponTrafficProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrafficProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4.1.1
+ eponTrafficProfileInfoEntry OBJECT-TYPE
+ SYNTAX EponTrafficProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponTrafficProfileId }
+ ::= { eponTrafficProfileInfoTable 1 }
+
+
+ EponTrafficProfileInfoEntry ::=
+ SEQUENCE {
+ eponTrafficProfileId
+ EponTrafficProfileId,
+ eponTrafficProfileName
+ EponTrafficProfileName,
+ eponTrafficProfileCfgCir
+ Integer32,
+ eponTrafficProfileCfgPir
+ Integer32,
+ eponTrafficProfileCfgCbs
+ Integer32,
+ eponTrafficProfileCfgPbs
+ Integer32,
+ eponTrafficProfileCfgPriority
+ Integer32,
+ eponTrafficProfileBindNum
+ Integer32,
+ eponTrafficProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4.1.1.1
+ eponTrafficProfileId OBJECT-TYPE
+ SYNTAX EponTrafficProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrafficProfileInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4.1.1.2
+ eponTrafficProfileName OBJECT-TYPE
+ SYNTAX EponTrafficProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrafficProfileInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4.1.1.3
+ eponTrafficProfileCfgCir OBJECT-TYPE
+ SYNTAX Integer32 (64..10240000)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrafficProfileInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4.1.1.4
+ eponTrafficProfileCfgPir OBJECT-TYPE
+ SYNTAX Integer32 (64..10240000)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrafficProfileInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4.1.1.5
+ eponTrafficProfileCfgCbs OBJECT-TYPE
+ SYNTAX Integer32 (2000..10240000)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrafficProfileInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4.1.1.6
+ eponTrafficProfileCfgPbs OBJECT-TYPE
+ SYNTAX Integer32 (2000..10240000)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrafficProfileInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4.1.1.7
+ eponTrafficProfileCfgPriority OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrafficProfileInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4.1.1.8
+ eponTrafficProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrafficProfileInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.4.1.1.9
+ eponTrafficProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrafficProfileInfoEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.5
+ eponAlarmProfileObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponProfileObjects 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.5.1
+ eponAlarmProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponAlarmProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponAlarmProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.5.1.1
+ eponAlarmProfileInfoEntry OBJECT-TYPE
+ SYNTAX EponAlarmProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponAlarmProfileId, eponAlarmProfileTypeId }
+ ::= { eponAlarmProfileInfoTable 1 }
+
+
+ EponAlarmProfileInfoEntry ::=
+ SEQUENCE {
+ eponAlarmProfileId
+ Integer32,
+ eponAlarmProfileTypeId
+ INTEGER,
+ eponAlarmProfileName
+ EponProfileName,
+ eponAlarmProfileThreshold
+ EponAlarmProfileThreshold,
+ eponAlarmProfileRestoreThreshold
+ EponAlarmProfileThreshold,
+ eponAlarmProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.5.1.1.1
+ eponAlarmProfileId OBJECT-TYPE
+ SYNTAX Integer32 (0..50)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponAlarmProfileInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.5.1.1.2
+ eponAlarmProfileTypeId OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ rx-dropevents-alarm(1),
+ tx-dropevents-alarm(2),
+ rx-crcerrors-alarm(3),
+ tx-crcerrors-alarm(4),
+ rx-undersizes-alarm(5),
+ tx-undersizes-alarm(6),
+ rx-oversizes-alarm(7),
+ tx-oversizes-alarm(8),
+ rx-fragments-alarm(9),
+ tx-fragments-alarm(10),
+ rx-jabbers-alarm(11),
+ tx-jabbers-alarm(12),
+ rx-discards-alarm(13),
+ tx-discards-alarm(14),
+ rx-errors-alarm(15),
+ tx-errors-alarm(16),
+ rx-dropevents-warning(17),
+ tx-dropevents-warning(18),
+ rx-crcerrors-warning(19),
+ tx-crcerrors-warning(20),
+ rx-undersizes-warning(21),
+ tx-undersizes-warning(22),
+ rx-oversizes-warning(23),
+ tx-oversizes-warning(24),
+ rx-fragments-warning(25),
+ tx-fragments-warning(26),
+ rx-jabbers-warning(27),
+ tx-jabbers-warning(28),
+ rx-discards-warning(29),
+ tx-discards-warning(30),
+ rx-errors-warning(31),
+ tx-errors-warning(32)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponAlarmProfileInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.5.1.1.3
+ eponAlarmProfileName OBJECT-TYPE
+ SYNTAX EponProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponAlarmProfileInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.5.1.1.5
+ eponAlarmProfileThreshold OBJECT-TYPE
+ SYNTAX EponAlarmProfileThreshold
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponAlarmProfileInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.5.1.1.6
+ eponAlarmProfileRestoreThreshold OBJECT-TYPE
+ SYNTAX EponAlarmProfileThreshold
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponAlarmProfileInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.5.1.1.7
+ eponAlarmProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponAlarmProfileInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.6
+ eponOpticalAlarmProfileObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponProfileObjects 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.6.1
+ eponOpticalAlarmProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponOpticalAlarmProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOpticalAlarmProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.6.1.1
+ eponOpticalAlarmProfileInfoEntry OBJECT-TYPE
+ SYNTAX EponOpticalAlarmProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponOpticalAlarmProfileId, eponOpticalAlarmProfileTypeId }
+ ::= { eponOpticalAlarmProfileInfoTable 1 }
+
+
+ EponOpticalAlarmProfileInfoEntry ::=
+ SEQUENCE {
+ eponOpticalAlarmProfileId
+ Integer32,
+ eponOpticalAlarmProfileTypeId
+ INTEGER,
+ eponOpticalAlarmProfileName
+ EponProfileName,
+ eponOpticalAlarmProfileUpperThreshold
+ OCTET STRING,
+ eponOpticalAlarmProfileLowerThreshold
+ OCTET STRING,
+ eponOpticalAlarmProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.6.1.1.1
+ eponOpticalAlarmProfileId OBJECT-TYPE
+ SYNTAX Integer32 (0..50)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOpticalAlarmProfileInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.6.1.1.2
+ eponOpticalAlarmProfileTypeId OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ rx-power-high-alarm(1),
+ rx-power-low-alarm(2),
+ tx-power-high-alarm(3),
+ tx-power-low-alarm(4),
+ bias-high-alarm(5),
+ bias-low-alarm(6),
+ voltage-high-alarm(7),
+ voltage-low-alarm(8),
+ temperature-high-alarm(9),
+ temperature-low-alarm(10),
+ rx-power-high-warning(11),
+ rx-power-low-warning(12),
+ tx-power-high-warning(13),
+ tx-power-low-warning(14),
+ bias-high-warning(15),
+ bias-low-warning(16),
+ voltage-high-warning(17),
+ voltage-low-warning(18),
+ temperature-high-warning(19),
+ temperature-low-warning(20)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOpticalAlarmProfileInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.6.1.1.3
+ eponOpticalAlarmProfileName OBJECT-TYPE
+ SYNTAX EponProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOpticalAlarmProfileInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.6.1.1.5
+ eponOpticalAlarmProfileUpperThreshold OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOpticalAlarmProfileInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.6.1.1.6
+ eponOpticalAlarmProfileLowerThreshold OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOpticalAlarmProfileInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.6.1.1.7
+ eponOpticalAlarmProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOpticalAlarmProfileInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7
+ eponSlaProfileObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponProfileObjects 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.1
+ eponSlaProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponSlaProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.1.1
+ eponSlaProfileInfoEntry OBJECT-TYPE
+ SYNTAX EponSlaProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponSlaProfileId }
+ ::= { eponSlaProfileInfoTable 1 }
+
+
+ EponSlaProfileInfoEntry ::=
+ SEQUENCE {
+ eponSlaProfileId
+ Integer32,
+ eponSlaProfileName
+ EponProfileName,
+ eponSlaProfileCycleLength
+ Unsigned32,
+ eponSlaProfileServicesNumber
+ Unsigned32,
+ eponSlaProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.1.1.1
+ eponSlaProfileId OBJECT-TYPE
+ SYNTAX Integer32 (0..256)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.1.1.2
+ eponSlaProfileName OBJECT-TYPE
+ SYNTAX EponProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.1.1.3
+ eponSlaProfileCycleLength OBJECT-TYPE
+ SYNTAX Unsigned32 (200..16777215)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.1.1.4
+ eponSlaProfileServicesNumber OBJECT-TYPE
+ SYNTAX Unsigned32 (1..8)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.1.1.5
+ eponSlaProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.2
+ eponSlaProfileServiceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponSlaProfileServiceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.2.1
+ eponSlaProfileServiceEntry OBJECT-TYPE
+ SYNTAX EponSlaProfileServiceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponSlaProfileId, eponSlaProfileServiceId }
+ ::= { eponSlaProfileServiceTable 1 }
+
+
+ EponSlaProfileServiceEntry ::=
+ SEQUENCE {
+ eponSlaProfileServiceId
+ Integer32,
+ eponSlaProfileServiceFixPacketSize
+ Integer32,
+ eponSlaProfileServiceFixBandwidth
+ Integer32,
+ eponSlaProfileServiceGuaranteBandwidth
+ Integer32,
+ eponSlaProfileServiceBestEffortBandwidth
+ Integer32,
+ eponSlaProfileServiceWrrWeight
+ Integer32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.2.1.1
+ eponSlaProfileServiceId OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileServiceEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.2.1.2
+ eponSlaProfileServiceFixPacketSize OBJECT-TYPE
+ SYNTAX Integer32 (64..2000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileServiceEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.2.1.3
+ eponSlaProfileServiceFixBandwidth OBJECT-TYPE
+ SYNTAX Integer32 (0..999936)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileServiceEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.2.1.4
+ eponSlaProfileServiceGuaranteBandwidth OBJECT-TYPE
+ SYNTAX Integer32 (0..999936)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileServiceEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.2.1.5
+ eponSlaProfileServiceBestEffortBandwidth OBJECT-TYPE
+ SYNTAX Integer32 (0..999936)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileServiceEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1.7.2.1.6
+ eponSlaProfileServiceWrrWeight OBJECT-TYPE
+ SYNTAX Integer32 (0..100)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponSlaProfileServiceEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2
+ eponControlObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1
+ eponOnuObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponControlObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1
+ eponOnuAuthenticationManagement OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.1
+ eponOnuAuthenticationModeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponOnuAuthenticationModeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationManagement 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.1.1
+ eponOnuAuthenticationModeEntry OBJECT-TYPE
+ SYNTAX EponOnuAuthenticationModeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponOnuAuthenticationModeDeviceId, eponOnuAuthenticationModeSlotId, eponOnuAuthenticationModePortId }
+ ::= { eponOnuAuthenticationModeTable 1 }
+
+
+ EponOnuAuthenticationModeEntry ::=
+ SEQUENCE {
+ eponOnuAuthenticationModeDeviceId
+ Integer32,
+ eponOnuAuthenticationModeSlotId
+ Integer32,
+ eponOnuAuthenticationModePortId
+ Integer32,
+ eponOnuAuthenticationModeAdaptive
+ EponSwitch
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.1.1.1
+ eponOnuAuthenticationModeDeviceId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationModeEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.1.1.2
+ eponOnuAuthenticationModeSlotId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationModeEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.1.1.3
+ eponOnuAuthenticationModePortId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationModeEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.1.1.4
+ eponOnuAuthenticationModeAdaptive OBJECT-TYPE
+ SYNTAX EponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationModeEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.2
+ eponOnuAuthenticationConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponOnuAuthenticationConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationManagement 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.2.1
+ eponOnuAuthenticationConfigEntry OBJECT-TYPE
+ SYNTAX EponOnuAuthenticationConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponOnuAuthenOnuId }
+ ::= { eponOnuAuthenticationConfigTable 1 }
+
+
+ EponOnuAuthenticationConfigEntry ::=
+ SEQUENCE {
+ eponOnuAuthenOnuId
+ Unsigned32,
+ eponOnuAuthenMacAddress
+ EponMacAddress,
+ eponOnuAuthenLineProfileId
+ EponLinePorfileId,
+ eponOnuAuthenServiceProfileId
+ EponSrvProfileId,
+ eponOnuAuthenTimeMode
+ INTEGER,
+ eponOnuAuthenExpireAt
+ Integer32,
+ eponOnuAuthenRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.2.1.1
+ eponOnuAuthenOnuId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.2.1.2
+ eponOnuAuthenMacAddress OBJECT-TYPE
+ SYNTAX EponMacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.2.1.3
+ eponOnuAuthenLineProfileId OBJECT-TYPE
+ SYNTAX EponLinePorfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.2.1.4
+ eponOnuAuthenServiceProfileId OBJECT-TYPE
+ SYNTAX EponSrvProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.2.1.5
+ eponOnuAuthenTimeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ always(0),
+ onceAging(1),
+ onceNoAging(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.2.1.6
+ eponOnuAuthenExpireAt OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfigEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.2.1.7
+ eponOnuAuthenRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfigEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.3
+ eponOnuLoidAuthenticationConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponOnuLoidAuthenticationConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationManagement 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.3.1
+ eponOnuLoidAuthenticationConfigEntry OBJECT-TYPE
+ SYNTAX EponOnuLoidAuthenticationConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponOnuLoidAuthenOnuId }
+ ::= { eponOnuLoidAuthenticationConfigTable 1 }
+
+
+ EponOnuLoidAuthenticationConfigEntry ::=
+ SEQUENCE {
+ eponOnuLoidAuthenOnuId
+ Unsigned32,
+ eponOnuLoidAuthenLoid
+ OCTET STRING,
+ eponOnuLoidAuthenPassword
+ OCTET STRING,
+ eponOnuLoidAuthenLineProfileId
+ EponLinePorfileId,
+ eponOnuLoidAuthenServiceProfileId
+ EponSrvProfileId,
+ eponOnuLoidAuthenTimeMode
+ INTEGER,
+ eponOnuLoidAuthenExpireAt
+ Integer32,
+ eponOnuLoidAuthenRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.3.1.1
+ eponOnuLoidAuthenOnuId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuLoidAuthenticationConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.3.1.2
+ eponOnuLoidAuthenLoid OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..24))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuLoidAuthenticationConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.3.1.3
+ eponOnuLoidAuthenPassword OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..12))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuLoidAuthenticationConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.3.1.4
+ eponOnuLoidAuthenLineProfileId OBJECT-TYPE
+ SYNTAX EponLinePorfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuLoidAuthenticationConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.3.1.5
+ eponOnuLoidAuthenServiceProfileId OBJECT-TYPE
+ SYNTAX EponSrvProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuLoidAuthenticationConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.3.1.6
+ eponOnuLoidAuthenTimeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ always(0),
+ onceAging(1),
+ onceNoAging(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuLoidAuthenticationConfigEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.3.1.7
+ eponOnuLoidAuthenExpireAt OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuLoidAuthenticationConfigEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.3.1.8
+ eponOnuLoidAuthenRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuLoidAuthenticationConfigEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4
+ eponOnuAuthenticationConfirmTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponOnuAuthenticationConfirmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationManagement 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1
+ eponOnuAuthenticationConfirmEntry OBJECT-TYPE
+ SYNTAX EponOnuAuthenticationConfirmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponOnuAuthenticationConfirmDeviceId, eponOnuAuthenticationConfirmSlotId, eponOnuAuthenticationConfirmPortId }
+ ::= { eponOnuAuthenticationConfirmTable 1 }
+
+
+ EponOnuAuthenticationConfirmEntry ::=
+ SEQUENCE {
+ eponOnuAuthenticationConfirmDeviceId
+ Integer32,
+ eponOnuAuthenticationConfirmSlotId
+ Integer32,
+ eponOnuAuthenticationConfirmPortId
+ Integer32,
+ eponOnuAuthenConfirmType
+ INTEGER,
+ eponOnuAuthenConfirmMacAddress
+ EponMacAddress,
+ eponOnuAuthenConfirmLoid
+ OCTET STRING,
+ eponOnuAuthenConfirmLoidPassword
+ OCTET STRING,
+ eponOnuAuthenConfirmLineProfileId
+ EponLinePorfileId,
+ eponOnuAuthenConfirmServiceProfileId
+ EponSrvProfileId,
+ eponOnuAuthenConfirmTimeMode
+ INTEGER,
+ eponOnuAuthenConfirmAgingDuration
+ Integer32,
+ eponOnuAuthenticationConfirmRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.1
+ eponOnuAuthenticationConfirmDeviceId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.2
+ eponOnuAuthenticationConfirmSlotId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.3
+ eponOnuAuthenticationConfirmPortId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.4
+ eponOnuAuthenConfirmType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ macAuth(1),
+ loidAuth(2),
+ loidPwdAuth(3),
+ macAuthAll(4),
+ loidAuthAll(5),
+ loidPwdAuthAll(6)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.5
+ eponOnuAuthenConfirmMacAddress OBJECT-TYPE
+ SYNTAX EponMacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.6
+ eponOnuAuthenConfirmLoid OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..24))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.7
+ eponOnuAuthenConfirmLoidPassword OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..12))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.8
+ eponOnuAuthenConfirmLineProfileId OBJECT-TYPE
+ SYNTAX EponLinePorfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.9
+ eponOnuAuthenConfirmServiceProfileId OBJECT-TYPE
+ SYNTAX EponSrvProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.10
+ eponOnuAuthenConfirmTimeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ always(0),
+ onceAging(1),
+ onceNoAging(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.11
+ eponOnuAuthenConfirmAgingDuration OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.4.1.12
+ eponOnuAuthenticationConfirmRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuAuthenticationConfirmEntry 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5
+ eponOnuPolicyAuthTable OBJECT IDENTIFIER ::= { eponOnuAuthenticationManagement 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.1
+ eponOnuPolicyAuthControlTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponOnuPolicyAuthControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthTable 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.1.1
+ eponOnuPolicyAuthControlEntry OBJECT-TYPE
+ SYNTAX EponOnuPolicyAuthControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponOnuPolicyAuthControlDeviceId }
+ ::= { eponOnuPolicyAuthControlTable 1 }
+
+
+ EponOnuPolicyAuthControlEntry ::=
+ SEQUENCE {
+ eponOnuPolicyAuthControlDeviceId
+ Integer32,
+ eponOnuPolicyAuthSwitch
+ EponSwitch,
+ eponOnuPolicyAuthPortSwtichBitMap
+ OCTET STRING,
+ eponOnuPolicyAuthMode
+ INTEGER,
+ eponOnuPolicyAuthTargetMode
+ INTEGER,
+ eponOnuPolicyAuthTimeMode
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.1.1.1
+ eponOnuPolicyAuthControlDeviceId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthControlEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.1.1.3
+ eponOnuPolicyAuthSwitch OBJECT-TYPE
+ SYNTAX EponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthControlEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.1.1.4
+ eponOnuPolicyAuthPortSwtichBitMap OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthControlEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.1.1.5
+ eponOnuPolicyAuthMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ all(1),
+ modelId(2),
+ vendorId(3),
+ modelIdAndSwver(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthControlEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.1.1.6
+ eponOnuPolicyAuthTargetMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ macAuth(0),
+ loidAuth(1),
+ loidPasswordAuth(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthControlEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.1.1.7
+ eponOnuPolicyAuthTimeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ always(0),
+ onceNoAging(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthControlEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.2
+ eponOnuPolicyAuthRuleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponOnuPolicyAuthRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthTable 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.2.1
+ eponOnuPolicyAuthRuleEntry OBJECT-TYPE
+ SYNTAX EponOnuPolicyAuthRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponOnuPolicyAuthRuleId }
+ ::= { eponOnuPolicyAuthRuleTable 1 }
+
+
+ EponOnuPolicyAuthRuleEntry ::=
+ SEQUENCE {
+ eponOnuPolicyAuthRuleId
+ Integer32,
+ eponOnuPolicyAuthRuleMatchMode
+ INTEGER,
+ eponOnuPolicyAuthRuleModelId
+ OCTET STRING,
+ eponOnuPolicyAuthRuleVendorId
+ OCTET STRING,
+ eponOnuPolicyAuthRuleSoftwareVersion
+ OCTET STRING,
+ eponOnuPolicyAuthRuleLineProfileId
+ EponLinePorfileId,
+ eponOnuPolicyAuthRuleSrvProfileId
+ EponSrvProfileId,
+ eponOnuPolicyAuthRuleRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.2.1.1
+ eponOnuPolicyAuthRuleId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthRuleEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.2.1.2
+ eponOnuPolicyAuthRuleMatchMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ all(1),
+ modelId(2),
+ vendorId(3),
+ modelIdAndSwver(4)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthRuleEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.2.1.3
+ eponOnuPolicyAuthRuleModelId OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (10))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthRuleEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.2.1.4
+ eponOnuPolicyAuthRuleVendorId OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..4))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthRuleEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.2.1.5
+ eponOnuPolicyAuthRuleSoftwareVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..16))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthRuleEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.2.1.6
+ eponOnuPolicyAuthRuleLineProfileId OBJECT-TYPE
+ SYNTAX EponLinePorfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthRuleEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.2.1.7
+ eponOnuPolicyAuthRuleSrvProfileId OBJECT-TYPE
+ SYNTAX EponSrvProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthRuleEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.1.5.2.1.8
+ eponOnuPolicyAuthRuleRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPolicyAuthRuleEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.2
+ eponOnuProfileConfigManagement OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.2.1
+ eponOnuProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponOnuProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuProfileConfigManagement 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.2.1.1
+ eponOnuProfileCfgEntry OBJECT-TYPE
+ SYNTAX EponOnuProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponOnuProfileCfgOnuId }
+ ::= { eponOnuProfileCfgTable 1 }
+
+
+ EponOnuProfileCfgEntry ::=
+ SEQUENCE {
+ eponOnuProfileCfgOnuId
+ Integer32,
+ eponOnuAlarmProfileId
+ Integer32,
+ eponOnuOpticalAlarmProfileId
+ Integer32,
+ eponOnuSlaProfileId
+ Integer32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.2.1.1.1
+ eponOnuProfileCfgOnuId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuProfileCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.2.1.1.2
+ eponOnuAlarmProfileId OBJECT-TYPE
+ SYNTAX Integer32 (0..50 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuProfileCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.2.1.1.3
+ eponOnuOpticalAlarmProfileId OBJECT-TYPE
+ SYNTAX Integer32 (0..50 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuProfileCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.1.2.1.1.4
+ eponOnuSlaProfileId OBJECT-TYPE
+ SYNTAX Integer32 (0..256 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuProfileCfgEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.2
+ eponOnuPortObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponControlObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.2.1
+ eponOnuPortConfigManagement OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPortObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.2.1.1
+ eponOnuCatvPortCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponOnuCatvPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuPortConfigManagement 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.2.1.1.1
+ eponOnuCatvPortCfgEntry OBJECT-TYPE
+ SYNTAX EponOnuCatvPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eponOnuCatvPortCfgDeviceId, eponOnuCatvPortCfgSlotId, eponOnuCatvPortCfgPortId }
+ ::= { eponOnuCatvPortCfgTable 1 }
+
+
+ EponOnuCatvPortCfgEntry ::=
+ SEQUENCE {
+ eponOnuCatvPortCfgDeviceId
+ Integer32,
+ eponOnuCatvPortCfgSlotId
+ Integer32,
+ eponOnuCatvPortCfgPortId
+ Integer32,
+ eponOnuCatvPortOperationlState
+ EponSwitch,
+ eponOnuCatvPortRxPower
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.2.1.1.1.1
+ eponOnuCatvPortCfgDeviceId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuCatvPortCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.2.1.1.1.2
+ eponOnuCatvPortCfgSlotId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuCatvPortCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.2.1.1.1.3
+ eponOnuCatvPortCfgPortId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuCatvPortCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.2.1.1.1.4
+ eponOnuCatvPortOperationlState OBJECT-TYPE
+ SYNTAX EponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuCatvPortCfgEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2.2.1.1.1.5
+ eponOnuCatvPortRxPower OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponOnuCatvPortCfgEntry 5 }
+
+
+
+ END
+
+--
+-- CDATA-EPON-MIB_170929.my
+--
diff --git a/MIBS/cdata/CDATA-GPON-MIB b/MIBS/cdata/CDATA-GPON-MIB
new file mode 100644
index 0000000..14b039f
--- /dev/null
+++ b/MIBS/cdata/CDATA-GPON-MIB
@@ -0,0 +1,6183 @@
+--
+-- CDATA-GPON-MIB_180930.mib
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Sunday, September 30, 2018 at 16:46:57
+--
+
+-- CDATA-GPON-MIB_161013_2.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Thursday, October 13, 2016 at 17:48:34
+--
+
+ CDATA-GPON-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ gpon
+ FROM CDATA-COMMON-SMI
+ OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
+ FROM SNMPv2-CONF
+ sysDescr, sysObjectID, sysUpTime, sysContact, sysName,
+ sysLocation, sysServices, sysORLastChange, sysORIndex, sysORID,
+ sysORDescr, sysORUpTime, snmpInPkts, snmpOutPkts, snmpInBadVersions,
+ snmpInBadCommunityNames, snmpInBadCommunityUses, snmpInASNParseErrs, snmpInTooBigs, snmpInNoSuchNames,
+ snmpInBadValues, snmpInReadOnlys, snmpInGenErrs, snmpInTotalReqVars, snmpInTotalSetVars,
+ snmpInGetRequests, snmpInGetNexts, snmpInSetRequests, snmpInGetResponses, snmpInTraps,
+ snmpOutTooBigs, snmpOutNoSuchNames, snmpOutBadValues, snmpOutGenErrs, snmpOutGetRequests,
+ snmpOutGetNexts, snmpOutSetRequests, snmpOutGetResponses, snmpOutTraps, snmpEnableAuthenTraps,
+ snmpSilentDrops, snmpProxyDrops, snmpTrapOID, snmpTrapEnterprise, coldStart,
+ warmStart, authenticationFailure, snmpSetSerialNo, snmpBasicCompliance, snmpSetGroup,
+ systemGroup, snmpBasicNotificationsGroup, snmpGroup, snmpCommunityGroup, snmpObsoleteGroup
+ FROM SNMPv2-MIB
+ IpAddress, Integer32, Unsigned32, BITS, OBJECT-TYPE,
+ MODULE-IDENTITY, NOTIFICATION-TYPE
+ FROM SNMPv2-SMI
+ DisplayString, TimeStamp, RowStatus, TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+-- 1.3.6.1.4.1.34592.1.5.1
+-- March 02, 2016 at 16:06 GMT
+ -- 1.3.6.1.4.1.34592.1.5.1
+ gponMIB MODULE-IDENTITY
+ LAST-UPDATED "201603021606Z" -- March 02, 2016 at 16:06 GMT
+ ORGANIZATION
+ "Organization."
+ CONTACT-INFO
+ "Contact-info."
+ DESCRIPTION
+ "Description."
+ ::= { gpon 1 }
+
+
+
+--
+-- Textual conventions
+--
+
+-- Dba profile index,
+-- 1-128:user dba profile
+-- 65535:default dba profile
+ GponDbaProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..128 | 65535)
+
+ GponDbaProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ GponLinePorfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..512)
+
+ GponLinePorfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..32))
+
+ GponLinePorfileTcontId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..3 | 65535)
+
+ GponLinePorfileGemId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..24)
+
+ GponLinePorfileGemMapId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..8)
+
+ GponVlanPriority ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (0..7)
+
+ GponSrvProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..512)
+
+ GponSrvProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ GponVlanId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..4094)
+
+ GponTrafficProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..256)
+
+ GponTrafficProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ GponSipAgentProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..16 | 65535)
+
+ GponSipAgentProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ GponSipUri ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..63))
+
+ GponSipRightFlagProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..16 | 65535)
+
+ GponSipRightFlagProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ GponDigitMapProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..16 | 65535)
+
+ GponPotsProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..16 | 65535)
+
+ GponDeviceId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..8)
+
+ GponCardId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (0..8)
+
+ GponOltPortId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32
+
+ GponSwitch ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2)
+ }
+
+-- Textual conventions
+--
+ GponOltAutoAuthRuleId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..20)
+
+ GponOnuId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..128)
+
+ GponOnuSn ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (12))
+
+ GponOnuPassword ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..10))
+
+ GponOnuLoid ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..24))
+
+ GponOnuLoidPassword ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..12))
+
+ GponOnuEthPortId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..8)
+
+ GponMac ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (6))
+
+ GponOnuPotsPortId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..8)
+
+
+--
+-- Node definitions
+--
+
+-- Node definitions
+--
+-- 1.3.6.1.4.1.34592.1.5.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1
+ gponObjects OBJECT IDENTIFIER ::= { gponMIB 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1
+ gponProfileObjects OBJECT IDENTIFIER ::= { gponObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2
+ gponDbaProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1
+ gponDbaProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDbaProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1
+ gponDbaProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponDbaProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDbaProfileId }
+ ::= { gponDbaProfileInfoTable 1 }
+
+
+ GponDbaProfileInfoEntry ::=
+ SEQUENCE {
+ gponDbaProfileId
+ GponDbaProfileId,
+ gponDbaProfileRowStatus
+ RowStatus,
+ gponDbaProfileName
+ GponDbaProfileName,
+ gponDbaProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.1
+ gponDbaProfileId OBJECT-TYPE
+ SYNTAX GponDbaProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Dba profile index,
+ 1-128:user dba profile
+ 65535:default dba profile, profile id is 0
+ "
+ ::= { gponDbaProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.2
+ gponDbaProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Row status. This object is used to differentiate the creation, modification and deletion operations for an object."
+ ::= { gponDbaProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.3
+ gponDbaProfileName OBJECT-TYPE
+ SYNTAX GponDbaProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.4
+ gponDbaProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of bound DBA profiles."
+ ::= { gponDbaProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2
+ gponDbaProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDbaProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1
+ gponDbaProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponDbaProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDbaProfileId }
+ ::= { gponDbaProfileCfgTable 1 }
+
+
+ GponDbaProfileCfgEntry ::=
+ SEQUENCE {
+ gponDbaProfileType
+ INTEGER,
+ gponDbaProfileFixRate
+ Integer32,
+ gponDbaProfileAssureRate
+ Integer32,
+ gponDbaProfileMaxRate
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.1
+ gponDbaProfileType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fix(1),
+ assure(2),
+ assureAndMax(3),
+ max(4),
+ fixAndAssureAndMax(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The DBA type index."
+ ::= { gponDbaProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.2
+ gponDbaProfileFixRate OBJECT-TYPE
+ SYNTAX Integer32 (0 | 128..1060864)
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Fixed bandwidth of the profile."
+ ::= { gponDbaProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.3
+ gponDbaProfileAssureRate OBJECT-TYPE
+ SYNTAX Integer32 (0 | 256..1060864)
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Assured bandwidth of the profile."
+ ::= { gponDbaProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.4
+ gponDbaProfileMaxRate OBJECT-TYPE
+ SYNTAX Integer32 (0 | 128..1274880)
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Max bandwidth of the profile."
+ ::= { gponDbaProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3
+ gponDbaProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDbaProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3.1
+ gponDbaProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponDbaProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDbaProfileId, gponLineProfileId }
+ ::= { gponDbaProfileBindInfoTable 1 }
+
+
+ GponDbaProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponDbaProfileBindLineProfileTcontList
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3.1.2
+ gponDbaProfileBindLineProfileTcontList OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3
+ gponLineProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1
+ gponLineProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1
+ gponLineProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponLineProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileId }
+ ::= { gponLineProfileInfoTable 1 }
+
+
+ GponLineProfileInfoEntry ::=
+ SEQUENCE {
+ gponLineProfileId
+ GponLinePorfileId,
+ gponLineProfileRowStatus
+ RowStatus,
+ gponLineProfileName
+ GponLinePorfileName,
+ gponLineProfileMappingMode
+ INTEGER,
+ gponLineProfileTcontNum
+ Integer32,
+ gponLineProfileGemNum
+ Integer32,
+ gponLineProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.1
+ gponLineProfileId OBJECT-TYPE
+ SYNTAX GponLinePorfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Line profile index,
+ 1-512:user line profile
+ 65535:default line profile, it is reserve."
+ ::= { gponLineProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.2
+ gponLineProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.3
+ gponLineProfileName OBJECT-TYPE
+ SYNTAX GponLinePorfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.4
+ gponLineProfileMappingMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ vlan(1),
+ priority(2),
+ vlanAndPriority(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.5
+ gponLineProfileTcontNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.6
+ gponLineProfileGemNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.7
+ gponLineProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2
+ gponLineProfileTcontTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileTcontEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1
+ gponLineProfileTcontEntry OBJECT-TYPE
+ SYNTAX GponLineProfileTcontEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileId, gponLineProfileTcontId }
+ ::= { gponLineProfileTcontTable 1 }
+
+
+ GponLineProfileTcontEntry ::=
+ SEQUENCE {
+ gponLineProfileTcontId
+ GponLinePorfileTcontId,
+ gponLineProfileTcontRowStatus
+ RowStatus,
+ gponLineProfileTcontDbaProfileId
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.1
+ gponLineProfileTcontId OBJECT-TYPE
+ SYNTAX GponLinePorfileTcontId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileTcontEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.2
+ gponLineProfileTcontRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileTcontEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.3
+ gponLineProfileTcontDbaProfileId OBJECT-TYPE
+ SYNTAX Integer32 (1..128 | 65535)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileTcontEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3
+ gponLineProfileGemTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileGemEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1
+ gponLineProfileGemEntry OBJECT-TYPE
+ SYNTAX GponLineProfileGemEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileId, gponLineProfileGemId }
+ ::= { gponLineProfileGemTable 1 }
+
+
+ GponLineProfileGemEntry ::=
+ SEQUENCE {
+ gponLineProfileGemId
+ GponLinePorfileGemId,
+ gponLineProfileGemRowStatus
+ RowStatus,
+ gponLineProfileGemTcontId
+ Integer32,
+ gponLineProfileGemUpCar
+ Integer32,
+ gponLineProfileGemDownCar
+ Integer32,
+ gponLineProfileGemMapNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.1
+ gponLineProfileGemId OBJECT-TYPE
+ SYNTAX GponLinePorfileGemId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.2
+ gponLineProfileGemRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.3
+ gponLineProfileGemTcontId OBJECT-TYPE
+ SYNTAX Integer32 (1..3)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.4
+ gponLineProfileGemUpCar OBJECT-TYPE
+ SYNTAX Integer32 (1..256)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.5
+ gponLineProfileGemDownCar OBJECT-TYPE
+ SYNTAX Integer32 (1..256)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.6
+ gponLineProfileGemMapNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4
+ gponLineProfileGemMapTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileGemMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1
+ gponLineProfileGemMapEntry OBJECT-TYPE
+ SYNTAX GponLineProfileGemMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileId, gponLineProfileGemId, gponLineProfileGemMapId }
+ ::= { gponLineProfileGemMapTable 1 }
+
+
+ GponLineProfileGemMapEntry ::=
+ SEQUENCE {
+ gponLineProfileGemMapId
+ GponLinePorfileGemMapId,
+ gponLineProfileGemMapRowStatus
+ RowStatus,
+ gponLineProfileGemMapVlan
+ INTEGER,
+ gponLineProfileGemMapPriority
+ GponVlanPriority
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.1
+ gponLineProfileGemMapId OBJECT-TYPE
+ SYNTAX GponLinePorfileGemMapId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.2
+ gponLineProfileGemMapRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.3
+ gponLineProfileGemMapVlan OBJECT-TYPE
+ SYNTAX INTEGER (1..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.4
+ gponLineProfileGemMapPriority OBJECT-TYPE
+ SYNTAX GponVlanPriority
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5
+ gponLineProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5.1
+ gponLineProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponLineProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileId, gponOltDeviceId, gponOltCardId, gponOltPortId }
+ ::= { gponLineProfileBindInfoTable 1 }
+
+
+ GponLineProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponLineProfileBindOnuList
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5.1.2
+ gponLineProfileBindOnuList OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4
+ gponSrvProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1
+ gponSrvProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1
+ gponSrvProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponSrvProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileId }
+ ::= { gponSrvProfileInfoTable 1 }
+
+
+ GponSrvProfileInfoEntry ::=
+ SEQUENCE {
+ gponSrvProfileId
+ GponSrvProfileId,
+ gponSrvProfileRowStatus
+ RowStatus,
+ gponSrvProfileName
+ GponSrvProfileName,
+ gponSrvProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.1
+ gponSrvProfileId OBJECT-TYPE
+ SYNTAX GponSrvProfileId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.2
+ gponSrvProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.3
+ gponSrvProfileName OBJECT-TYPE
+ SYNTAX GponSrvProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.8
+ gponSrvProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2
+ gponSrvProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1
+ gponSrvProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponSrvProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileId }
+ ::= { gponSrvProfileCfgTable 1 }
+
+
+ GponSrvProfileCfgEntry ::=
+ SEQUENCE {
+ gponSrvProfileMcMode
+ INTEGER,
+ gponSrvProfileUpIgmpFwdMode
+ INTEGER,
+ gponSrvProfileUpIgmpTCI
+ Integer32,
+ gponSrvProfileDnMcMode
+ INTEGER,
+ gponSrvProfileDnMcTCI
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.1
+ gponSrvProfileMcMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ igmp-snooping(0),
+ igmp-snooping-proxy(1),
+ igmp-proxy(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.2
+ gponSrvProfileUpIgmpFwdMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ transparent(0),
+ default(1),
+ translation(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.3
+ gponSrvProfileUpIgmpTCI OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.4
+ gponSrvProfileDnMcMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ transparent(0),
+ untag(1),
+ translation(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.5
+ gponSrvProfileDnMcTCI OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3
+ gponSrvProfilePortNumTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfilePortNumEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1
+ gponSrvProfilePortNumEntry OBJECT-TYPE
+ SYNTAX GponSrvProfilePortNumEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileId }
+ ::= { gponSrvProfilePortNumTable 1 }
+
+
+ GponSrvProfilePortNumEntry ::=
+ SEQUENCE {
+ gponSrvProfileEthNum
+ Integer32,
+ gponSrvProfilePotsNum
+ Integer32,
+ gponSrvProfileCatvNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.1
+ gponSrvProfileEthNum OBJECT-TYPE
+ SYNTAX Integer32 (0..8 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortNumEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.2
+ gponSrvProfilePotsNum OBJECT-TYPE
+ SYNTAX Integer32 (0..8 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortNumEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.3
+ gponSrvProfileCatvNum OBJECT-TYPE
+ SYNTAX Integer32 (0..8 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortNumEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4
+ gponSrvProfilePortVlanCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfilePortVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1
+ gponSrvProfilePortVlanCfgEntry OBJECT-TYPE
+ SYNTAX GponSrvProfilePortVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileId, gponSrvProfilePortType, gponSrvProfilePortId, gponSrvProfilePortVlanEntryId }
+ ::= { gponSrvProfilePortVlanCfgTable 1 }
+
+
+ GponSrvProfilePortVlanCfgEntry ::=
+ SEQUENCE {
+ gponSrvProfilePortType
+ INTEGER,
+ gponSrvProfilePortId
+ Integer32,
+ gponSrvProfilePortVlanEntryId
+ Integer32,
+ gponSrvProfilePortVlanRowStatus
+ RowStatus,
+ gponSrvProfilePortVlanMode
+ INTEGER,
+ gponSrvProfilePortVlanSvlan
+ Integer32,
+ gponSrvProfilePortVlanSpri
+ Integer32,
+ gponSrvProfilePortCvlan
+ GponVlanId,
+ gponSrvProfilePortVlanCpri
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.1
+ gponSrvProfilePortType OBJECT-TYPE
+ SYNTAX INTEGER { eth(1) }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.2
+ gponSrvProfilePortId OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.3
+ gponSrvProfilePortVlanEntryId OBJECT-TYPE
+ SYNTAX Integer32 (1..9)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.4
+ gponSrvProfilePortVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.5
+ gponSrvProfilePortVlanMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ transparent(1),
+ qinq(2),
+ translation(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.6
+ gponSrvProfilePortVlanSvlan OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.7
+ gponSrvProfilePortVlanSpri OBJECT-TYPE
+ SYNTAX Integer32 (0..7 | 255)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.8
+ gponSrvProfilePortCvlan OBJECT-TYPE
+ SYNTAX GponVlanId (1..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.9
+ gponSrvProfilePortVlanCpri OBJECT-TYPE
+ SYNTAX Integer32 (0..7 | 255)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5
+ gponSrvProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5.1
+ gponSrvProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponSrvProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileId, gponOltDeviceId, gponOltCardId, gponOltPortId }
+ ::= { gponSrvProfileBindInfoTable 1 }
+
+
+ GponSrvProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponSrvProfileBindOnuList
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5.1.2
+ gponSrvProfileBindOnuList OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6
+ gponTrafficProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1
+ gponTrafficProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponTrafficProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1
+ gponTrafficProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponTrafficProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponTrafficProfileId }
+ ::= { gponTrafficProfileInfoTable 1 }
+
+
+ GponTrafficProfileInfoEntry ::=
+ SEQUENCE {
+ gponTrafficProfileId
+ GponTrafficProfileId,
+ gponTrafficProfileRowStatus
+ RowStatus,
+ gponTrafficProfileName
+ GponTrafficProfileName,
+ gponTrafficProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.1
+ gponTrafficProfileId OBJECT-TYPE
+ SYNTAX GponTrafficProfileId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.2
+ gponTrafficProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.3
+ gponTrafficProfileName OBJECT-TYPE
+ SYNTAX GponTrafficProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.4
+ gponTrafficProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3
+ gponTrafficProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponTrafficProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1
+ gponTrafficProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponTrafficProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponTrafficProfileId }
+ ::= { gponTrafficProfileCfgTable 1 }
+
+
+ GponTrafficProfileCfgEntry ::=
+ SEQUENCE {
+ gponTrafficProfileCfgCir
+ Integer32,
+ gponTrafficProfileCfgPir
+ Integer32,
+ gponTrafficProfileCfgCbs
+ Integer32,
+ gponTrafficProfileCfgPbs
+ Integer32,
+ gponTrafficProfileCfgPriority
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.1
+ gponTrafficProfileCfgCir OBJECT-TYPE
+ SYNTAX Integer32 (64..10240000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.2
+ gponTrafficProfileCfgPir OBJECT-TYPE
+ SYNTAX Integer32 (64..10240000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.3
+ gponTrafficProfileCfgCbs OBJECT-TYPE
+ SYNTAX Integer32 (2000..10240000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.4
+ gponTrafficProfileCfgPbs OBJECT-TYPE
+ SYNTAX Integer32 (2000..10240000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.5
+ gponTrafficProfileCfgPriority OBJECT-TYPE
+ SYNTAX Integer32 (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8
+ gponSipAgentProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1
+ gponSipAgentProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipAgentProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1
+ gponSipAgentProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponSipAgentProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipAgentProfileId }
+ ::= { gponSipAgentProfileInfoTable 1 }
+
+
+ GponSipAgentProfileInfoEntry ::=
+ SEQUENCE {
+ gponSipAgentProfileId
+ GponSipAgentProfileId,
+ gponSipAgentProfileRowStatus
+ RowStatus,
+ gponSipAgentProfileName
+ GponSipAgentProfileName,
+ gponSipAgentProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.1
+ gponSipAgentProfileId OBJECT-TYPE
+ SYNTAX GponSipAgentProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.2
+ gponSipAgentProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.3
+ gponSipAgentProfileName OBJECT-TYPE
+ SYNTAX GponSipAgentProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.4
+ gponSipAgentProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2
+ gponSipAgentProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipAgentProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1
+ gponSipAgentProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponSipAgentProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipAgentProfileId }
+ ::= { gponSipAgentProfileCfgTable 1 }
+
+
+ GponSipAgentProfileCfgEntry ::=
+ SEQUENCE {
+ gponSipAgentProfileProxyServerUri
+ GponSipUri,
+ gponSipAgentProfileRtpDscp
+ Integer32,
+ gponSipAgentProfileRtpMinPort
+ Integer32,
+ gponSipAgentProfileRtpMaxPort
+ Integer32,
+ gponSipAgentProfileSignalDscp
+ Integer32,
+ gponSipAgentProfileSignalPort
+ Integer32,
+ gponSipAgentProfileSignalTransferMode
+ INTEGER,
+ gponSipAgentProfileRegistrationExpiration
+ Unsigned32,
+ gponSipAgentProfileRegistrationReregHeadStartTime
+ Unsigned32,
+ gponSipAgentProfileRegistrationServerUri
+ GponSipUri,
+ gponSipAgentProfileVoiceMailServerUri
+ GponSipUri,
+ gponSipAgentProfileVoiceMailSubscriptionExpiration
+ Unsigned32,
+ gponSipAgentProfileConfFactory
+ GponSipUri,
+ gponSipAgentProfileBridgedLineAgent
+ GponSipUri,
+ gponSipAgentProfileAuthRealm
+ OCTET STRING,
+ gponSipAgentProfileProxyServerPort
+ Integer32,
+ gponSipAgentProfileRegistrationServerPort
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.1
+ gponSipAgentProfileProxyServerUri OBJECT-TYPE
+ SYNTAX GponSipUri
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.2
+ gponSipAgentProfileRtpDscp OBJECT-TYPE
+ SYNTAX Integer32 (0..63)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.3
+ gponSipAgentProfileRtpMinPort OBJECT-TYPE
+ SYNTAX Integer32 (1..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.4
+ gponSipAgentProfileRtpMaxPort OBJECT-TYPE
+ SYNTAX Integer32 (1..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.5
+ gponSipAgentProfileSignalDscp OBJECT-TYPE
+ SYNTAX Integer32 (0..63)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.6
+ gponSipAgentProfileSignalPort OBJECT-TYPE
+ SYNTAX Integer32 (1..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.7
+ gponSipAgentProfileSignalTransferMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ udp(0),
+ tcp(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.8
+ gponSipAgentProfileRegistrationExpiration OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.9
+ gponSipAgentProfileRegistrationReregHeadStartTime OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.10
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.10
+ gponSipAgentProfileRegistrationServerUri OBJECT-TYPE
+ SYNTAX GponSipUri
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.11
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.11
+ gponSipAgentProfileVoiceMailServerUri OBJECT-TYPE
+ SYNTAX GponSipUri
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.12
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.12
+ gponSipAgentProfileVoiceMailSubscriptionExpiration OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.13
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.13
+ gponSipAgentProfileConfFactory OBJECT-TYPE
+ SYNTAX GponSipUri
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.14
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.14
+ gponSipAgentProfileBridgedLineAgent OBJECT-TYPE
+ SYNTAX GponSipUri
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.15
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.15
+ gponSipAgentProfileAuthRealm OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..24))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 15 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.16
+ gponSipAgentProfileProxyServerPort OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 16 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.17
+ gponSipAgentProfileRegistrationServerPort OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 17 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3
+ gponSipAgentProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipAgentProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1
+ gponSipAgentProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponSipAgentProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipAgentProfileId, gponSipAgentProfileBindInfoOnuId }
+ ::= { gponSipAgentProfileBindInfoTable 1 }
+
+
+ GponSipAgentProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponSipAgentProfileBindInfoOnuId
+ Integer32,
+ gponSipAgentProfileBindPotsList
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1.1
+ gponSipAgentProfileBindInfoOnuId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileBindInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1.2
+ gponSipAgentProfileBindPotsList OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9
+ gponSipRightFlagProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1
+ gponSipRightFlagProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipRightFlagProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1
+ gponSipRightFlagProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipRightFlagProfileId }
+ ::= { gponSipRightFlagProfileInfoTable 1 }
+
+
+ GponSipRightFlagProfileInfoEntry ::=
+ SEQUENCE {
+ gponSipRightFlagProfileId
+ GponSipRightFlagProfileId,
+ gponSipRightFlagProfileRowStatus
+ RowStatus,
+ gponSipRightFlagProfileName
+ GponSipRightFlagProfileName,
+ gponSipRightFlagProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.1
+ gponSipRightFlagProfileId OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.2
+ gponSipRightFlagProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.3
+ gponSipRightFlagProfileName OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.4
+ gponSipRightFlagProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2
+ gponSipRightFlagProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipRightFlagProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1
+ gponSipRightFlagProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipRightFlagProfileId }
+ ::= { gponSipRightFlagProfileCfgTable 1 }
+
+
+ GponSipRightFlagProfileCfgEntry ::=
+ SEQUENCE {
+ gponSipRightFlagProfileCallWaiting
+ GponSwitch,
+ gponSipRightFlagProfileCallProcess
+ BITS,
+ gponSipRightFlagProfileCallPresentation
+ GponSwitch,
+ gponSipRightFlagProfileHotline
+ BITS,
+ gponSipRightFlagProfileHotlineNum
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.1
+ gponSipRightFlagProfileCallWaiting OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.2
+ gponSipRightFlagProfileCallProcess OBJECT-TYPE
+ SYNTAX BITS
+ {
+ threeParty(0),
+ callTransfer(1),
+ callHold(2),
+ callPark(3),
+ doNotDisturb(4),
+ conference(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.3
+ gponSipRightFlagProfileCallPresentation OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.4
+ gponSipRightFlagProfileHotline OBJECT-TYPE
+ SYNTAX BITS
+ {
+ hotline(0),
+ hotlineDelay(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.5
+ gponSipRightFlagProfileHotlineNum OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..31))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.4
+ gponSipRightFlagProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipRightFlagProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.4.1
+ gponSipRightFlagProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipRightFlagProfileId, gponSipRightFlagProfileBindInfoOnuId }
+ ::= { gponSipRightFlagProfileBindInfoTable 1 }
+
+
+ GponSipRightFlagProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponSipRightFlagProfileBindInfoOnuId
+ Integer32,
+ gponSipRightFlagProfileBindPotsList
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.4.1.1
+ gponSipRightFlagProfileBindInfoOnuId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileBindInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.4.1.2
+ gponSipRightFlagProfileBindPotsList OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10
+ gponDigitMapProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1
+ gponDigitMapProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDigitMapProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1
+ gponDigitMapProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponDigitMapProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDigitMapProfileId }
+ ::= { gponDigitMapProfileInfoTable 1 }
+
+
+ GponDigitMapProfileInfoEntry ::=
+ SEQUENCE {
+ gponDigitMapProfileId
+ GponDigitMapProfileId,
+ gponDigitMapProfileRowStatus
+ RowStatus,
+ gponDigitMapProfileName
+ OCTET STRING,
+ gponDigitMapProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.1
+ gponDigitMapProfileId OBJECT-TYPE
+ SYNTAX GponDigitMapProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.2
+ gponDigitMapProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.3
+ gponDigitMapProfileName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..16))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.4
+ gponDigitMapProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2
+ gponDigitMapProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDigitMapProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1
+ gponDigitMapProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponDigitMapProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDigitMapProfileId }
+ ::= { gponDigitMapProfileCfgTable 1 }
+
+
+ GponDigitMapProfileCfgEntry ::=
+ SEQUENCE {
+ gponDigitMapProfileCriticalDialTime
+ Integer32,
+ gponDigitMapProfileCfgPartialDialTime
+ Integer32,
+ gponDigitMapProfileCfgDigitmapFormat
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.1
+ gponDigitMapProfileCriticalDialTime OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.2
+ gponDigitMapProfileCfgPartialDialTime OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.3
+ gponDigitMapProfileCfgDigitmapFormat OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ notDefined(0),
+ h248(1),
+ ncs(2),
+ vendorSpecific(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3
+ gponDigitMapProfileDialPlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDigitMapProfileDialPlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1
+ gponDigitMapProfileDialPlanEntry OBJECT-TYPE
+ SYNTAX GponDigitMapProfileDialPlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDigitMapProfileId, gponDigitMapProfileDialPlanId }
+ ::= { gponDigitMapProfileDialPlanTable 1 }
+
+
+ GponDigitMapProfileDialPlanEntry ::=
+ SEQUENCE {
+ gponDigitMapProfileDialPlanId
+ Integer32,
+ gponDigitMapProfileDialPlanRowStatus
+ RowStatus,
+ gponDigitMapProfileDialPlanToken
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.1
+ gponDigitMapProfileDialPlanId OBJECT-TYPE
+ SYNTAX Integer32 (1..10)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileDialPlanEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.2
+ gponDigitMapProfileDialPlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileDialPlanEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.3
+ gponDigitMapProfileDialPlanToken OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..27))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileDialPlanEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4
+ gponDigitMapProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDigitMapProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1
+ gponDigitMapProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponDigitMapProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDigitMapProfileId, gponDigitMapProfileBindInfoOnuId }
+ ::= { gponDigitMapProfileBindInfoTable 1 }
+
+
+ GponDigitMapProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponDigitMapProfileBindInfoOnuId
+ Integer32,
+ gponDigitMapProfileBindPotsList
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1.1
+ gponDigitMapProfileBindInfoOnuId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileBindInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1.2
+ gponDigitMapProfileBindPotsList OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11
+ gponPotsProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1
+ gponPotsProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponPotsProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1
+ gponPotsProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponPotsProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponPotsProfileId }
+ ::= { gponPotsProfileInfoTable 1 }
+
+
+ GponPotsProfileInfoEntry ::=
+ SEQUENCE {
+ gponPotsProfileId
+ GponPotsProfileId,
+ gponPotsProfileRowStatus
+ RowStatus,
+ gponPotsProfileName
+ OCTET STRING,
+ gponPotsProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.1
+ gponPotsProfileId OBJECT-TYPE
+ SYNTAX GponPotsProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.2
+ gponPotsProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.3
+ gponPotsProfileName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..16))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.4
+ gponPotsProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2
+ gponPotsProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponPotsProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1
+ gponPotsProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponPotsProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponPotsProfileId }
+ ::= { gponPotsProfileCfgTable 1 }
+
+
+ GponPotsProfileCfgEntry ::=
+ SEQUENCE {
+ gponPotsProfileImpedance
+ INTEGER,
+ gponPotsProfileSignallingCode
+ INTEGER,
+ gponPotsProfileRxGain
+ INTEGER,
+ gponPotsProfileTxGain
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.1
+ gponPotsProfileImpedance OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ imp600Ohms(0),
+ imp900Ohms(1),
+ imp150nf750Ohm270Ohm(2),
+ imp115nf820Ohm220Ohm(3),
+ imp230nf1050Ohm320Ohm(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.2
+ gponPotsProfileSignallingCode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ loopStart(1),
+ groundStart(2),
+ loopReverseBattery(3),
+ coinFirst(4),
+ dialToneFirst(5),
+ multiParty(6)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.3
+ gponPotsProfileRxGain OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ gainN12d0dB(0),
+ gainN11d5dB(1),
+ gainN11d0dB(2),
+ gainN10d5dB(3),
+ gainN10d0dB(4),
+ gainN9d5dB(5),
+ gainN9d0dB(6),
+ gainN8d5dB(7),
+ gainN8d0dB(8),
+ gainN7d5dB(9),
+ gainN7d0dB(10),
+ gainN6d5dB(11),
+ gainN6d0dB(12),
+ gainN5d5dB(13),
+ gainN5d0dB(14),
+ gainN4d5dB(15),
+ gainN4d0dB(16),
+ gainN3d5dB(17),
+ gainN3d0dB(18),
+ gainN2d5dB(19),
+ gainN2d0dB(20),
+ gainN1d5dB(21),
+ gainN1d0dB(22),
+ gainN0d5dB(23),
+ gain0dB(24),
+ gainP0d5dB(25),
+ gainP1d0dB(26),
+ gainP1d5dB(27),
+ gainP2d0dB(28),
+ gainP2d5dB(29),
+ gainP3d0dB(30),
+ gainP3d5dB(31),
+ gainP4d0dB(32),
+ gainP4d5dB(33),
+ gainP5d0dB(34),
+ gainP5d5dB(35),
+ gainP6d0dB(36)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.4
+ gponPotsProfileTxGain OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ gainN12d0dB(0),
+ gainN11d5dB(1),
+ gainN11d0dB(2),
+ gainN10d5dB(3),
+ gainN10d0dB(4),
+ gainN9d5dB(5),
+ gainN9d0dB(6),
+ gainN8d5dB(7),
+ gainN8d0dB(8),
+ gainN7d5dB(9),
+ gainN7d0dB(10),
+ gainN6d5dB(11),
+ gainN6d0dB(12),
+ gainN5d5dB(13),
+ gainN5d0dB(14),
+ gainN4d5dB(15),
+ gainN4d0dB(16),
+ gainN3d5dB(17),
+ gainN3d0dB(18),
+ gainN2d5dB(19),
+ gainN2d0dB(20),
+ gainN1d5dB(21),
+ gainN1d0dB(22),
+ gainN0d5dB(23),
+ gain0dB(24),
+ gainP0d5dB(25),
+ gainP1d0dB(26),
+ gainP1d5dB(27),
+ gainP2d0dB(28),
+ gainP2d5dB(29),
+ gainP3d0dB(30),
+ gainP3d5dB(31),
+ gainP4d0dB(32),
+ gainP4d5dB(33),
+ gainP5d0dB(34),
+ gainP5d5dB(35),
+ gainP6d0dB(36)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3
+ gponPotsProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponPotsProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1
+ gponPotsProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponPotsProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponPotsProfileId, gponPotsProfileBindInfoOnuId }
+ ::= { gponPotsProfileBindInfoTable 1 }
+
+
+ GponPotsProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponPotsProfileBindInfoOnuId
+ Integer32,
+ gponPotsProfileBindPotsList
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1.1
+ gponPotsProfileBindInfoOnuId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileBindInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1.2
+ gponPotsProfileBindPotsList OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2
+ gponControlObjects OBJECT IDENTIFIER ::= { gponObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17
+ gponOltObjects OBJECT IDENTIFIER ::= { gponControlObjects 17 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1
+ gponOltControlTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOltControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1
+ gponOltControlEntry OBJECT-TYPE
+ SYNTAX GponOltControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId }
+ ::= { gponOltControlTable 1 }
+
+
+ GponOltControlEntry ::=
+ SEQUENCE {
+ gponOltDeviceId
+ GponDeviceId,
+ gponOltCardId
+ GponCardId,
+ gponOltPortId
+ GponOltPortId,
+ gponOltPortAutoFindSwitch
+ GponSwitch,
+ gponOltPortSwitch
+ GponSwitch,
+ gponOltPortStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.1
+ gponOltDeviceId OBJECT-TYPE
+ SYNTAX GponDeviceId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.2
+ gponOltCardId OBJECT-TYPE
+ SYNTAX GponCardId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.3
+ gponOltPortId OBJECT-TYPE
+ SYNTAX GponOltPortId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.4
+ gponOltPortAutoFindSwitch OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.5
+ gponOltPortSwitch OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.6
+ gponOltPortStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2
+ gponOltPortDdmInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOltPortDdmInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1
+ gponOltPortDdmInfoEntry OBJECT-TYPE
+ SYNTAX GponOltPortDdmInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId }
+ ::= { gponOltPortDdmInfoTable 1 }
+
+
+ GponOltPortDdmInfoEntry ::=
+ SEQUENCE {
+ gponOltPortDdmTemperature
+ OCTET STRING,
+ gponOltPortDdmVoltage
+ OCTET STRING,
+ gponOltPortDdmTxBiasCurrent
+ OCTET STRING,
+ gponOltPortDdmTxPower
+ OCTET STRING,
+ gponOltPortDdmRxPower
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.1
+ gponOltPortDdmTemperature OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltPortDdmInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.2
+ gponOltPortDdmVoltage OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltPortDdmInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.3
+ gponOltPortDdmTxBiasCurrent OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltPortDdmInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.4
+ gponOltPortDdmTxPower OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltPortDdmInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.5
+ gponOltPortDdmRxPower OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltPortDdmInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3
+ gponOltTransceiverInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOltTransceiverInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1
+ gponOltTransceiverInfoEntry OBJECT-TYPE
+ SYNTAX GponOltTransceiverInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId }
+ ::= { gponOltTransceiverInfoTable 1 }
+
+
+ GponOltTransceiverInfoEntry ::=
+ SEQUENCE {
+ gponOltTransceiverVendor
+ DisplayString,
+ gponOltTransceiverProductName
+ DisplayString,
+ gponOltTransceiverVersion
+ DisplayString,
+ gponOltTransceiverSerialNumber
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.1
+ gponOltTransceiverVendor OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltTransceiverInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.2
+ gponOltTransceiverProductName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltTransceiverInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.3
+ gponOltTransceiverVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltTransceiverInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.4
+ gponOltTransceiverSerialNumber OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltTransceiverInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4
+ gponOltAutoAuthTable OBJECT IDENTIFIER ::= { gponOltObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1
+ gponOltAutoAuthControlTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOltAutoAuthControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthTable 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1
+ gponOltAutoAuthControlEntry OBJECT-TYPE
+ SYNTAX GponOltAutoAuthControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId }
+ ::= { gponOltAutoAuthControlTable 1 }
+
+
+ GponOltAutoAuthControlEntry ::=
+ SEQUENCE {
+ gponOltAutoAuthMode
+ INTEGER,
+ gponOltAutoAuthSwitch
+ GponSwitch,
+ gponOltPortAutoAuthSwitchBitMap
+ OCTET STRING,
+ gponOltAutoAuthRuleNumber
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.1
+ gponOltAutoAuthMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ all(1),
+ equid-auth(2),
+ vendor-auth(3),
+ equid-swver-auth(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthControlEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.2
+ gponOltAutoAuthSwitch OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthControlEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.3
+ gponOltPortAutoAuthSwitchBitMap OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthControlEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.4
+ gponOltAutoAuthRuleNumber OBJECT-TYPE
+ SYNTAX Integer32 (1..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthControlEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2
+ gponOltAutoAuthRuleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOltAutoAuthRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthTable 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1
+ gponOltAutoAuthRuleEntry OBJECT-TYPE
+ SYNTAX GponOltAutoAuthRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltAutoAuthRuleId }
+ ::= { gponOltAutoAuthRuleTable 1 }
+
+
+ GponOltAutoAuthRuleEntry ::=
+ SEQUENCE {
+ gponOltAutoAuthRuleId
+ GponOltAutoAuthRuleId,
+ gponOltAutoAuthRuleRowStatus
+ RowStatus,
+ gponOltAutoAuthVendorId
+ OCTET STRING,
+ gponOltAutoAuthEquipmentID
+ OCTET STRING,
+ gponOltAutoAuthSoftwareVersion
+ OCTET STRING,
+ gponOltAutoAuthLineProfileId
+ GponLinePorfileId,
+ gponOltAutoAuthSrvProfileId
+ GponSrvProfileId,
+ gponOltAutoAuthOnuNumber
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.2
+ gponOltAutoAuthRuleId OBJECT-TYPE
+ SYNTAX GponOltAutoAuthRuleId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.3
+ gponOltAutoAuthRuleRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.4
+ gponOltAutoAuthVendorId OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (4))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.5
+ gponOltAutoAuthEquipmentID OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..20))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.6
+ gponOltAutoAuthSoftwareVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..14))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.7
+ gponOltAutoAuthLineProfileId OBJECT-TYPE
+ SYNTAX GponLinePorfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.8
+ gponOltAutoAuthSrvProfileId OBJECT-TYPE
+ SYNTAX GponSrvProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.9
+ gponOltAutoAuthOnuNumber OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18
+ gponOnuObjects OBJECT IDENTIFIER ::= { gponControlObjects 18 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1
+ gponOnuConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1
+ gponOnuConfigEntry OBJECT-TYPE
+ SYNTAX GponOnuConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuConfigTable 1 }
+
+
+ GponOnuConfigEntry ::=
+ SEQUENCE {
+ gponOnuId
+ GponOnuId,
+ gponOnuRowStatus
+ RowStatus,
+ gponOnuAuthMode
+ INTEGER,
+ gponOnuSn
+ DisplayString,
+ gponOnuPassword
+ DisplayString,
+ gponOnuLineProfileId
+ GponLinePorfileId,
+ gponOnuServiceProfileId
+ GponSrvProfileId,
+ gponOnuDescription
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.1
+ gponOnuId OBJECT-TYPE
+ SYNTAX GponOnuId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.2
+ gponOnuRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.3
+ gponOnuAuthMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sn(1),
+ password(2),
+ sn-and-password(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.4
+ gponOnuSn OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.5
+ gponOnuPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.6
+ gponOnuLineProfileId OBJECT-TYPE
+ SYNTAX GponLinePorfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.7
+ gponOnuServiceProfileId OBJECT-TYPE
+ SYNTAX GponSrvProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.8
+ gponOnuDescription OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2
+ gponOnuInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1
+ gponOnuInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuInfoTable 1 }
+
+
+ GponOnuInfoEntry ::=
+ SEQUENCE {
+ gponOnuRunState
+ INTEGER,
+ gponOnuConfigState
+ INTEGER,
+ gponOnuMatchState
+ INTEGER,
+ gponOnuDistance
+ Integer32,
+ gponOnuInfoDescription
+ OCTET STRING,
+ gponOnuInfoLastUpTime
+ DisplayString,
+ gponOnuInfoLastDownTime
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.1
+ gponOnuRunState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ online(1),
+ offline(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.2
+ gponOnuConfigState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ initial(1),
+ success(2),
+ failed(3),
+ configing(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.3
+ gponOnuMatchState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ initial(1),
+ match(2),
+ mismatch(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.4
+ gponOnuDistance OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.5
+ gponOnuInfoDescription OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.6
+ gponOnuInfoLastUpTime OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.7
+ gponOnuInfoLastDownTime OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3
+ gponOnuCapabilityInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuCapabilityInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1
+ gponOnuCapabilityInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuCapabilityInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuCapabilityInfoTable 1 }
+
+
+ GponOnuCapabilityInfoEntry ::=
+ SEQUENCE {
+ gponOnuType
+ INTEGER,
+ gponOnuPonPortNum
+ Integer32,
+ gponOnuEthPortNum
+ Integer32,
+ gponOnuVeipPortNum
+ Integer32,
+ gponOnuPotsPortNum
+ Integer32,
+ gponOnuCatvPortNum
+ Integer32,
+ gponOnuGemPortNum
+ Integer32,
+ gponOnuTcontNum
+ Integer32,
+ gponOnuFlowControlType
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.1
+ gponOnuType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sfu(1),
+ mdu(2),
+ hgu(3),
+ sfu-hgu(4),
+ mdu-hgu(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.2
+ gponOnuPonPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.3
+ gponOnuEthPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.4
+ gponOnuVeipPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.5
+ gponOnuPotsPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.6
+ gponOnuCatvPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.7
+ gponOnuGemPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.8
+ gponOnuTcontNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.9
+ gponOnuFlowControlType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ pq(0),
+ car(1),
+ pqAndCar(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4
+ gponOnuControlTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1
+ gponOnuControlEntry OBJECT-TYPE
+ SYNTAX GponOnuControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuControlTable 1 }
+
+
+ GponOnuControlEntry ::=
+ SEQUENCE {
+ gponOnuReset
+ INTEGER,
+ gponOnuDeactive
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1.1
+ gponOnuReset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ reset(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuControlEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1.2
+ gponOnuDeactive OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ active(0),
+ deactive(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuControlEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5
+ gponOnuAutofindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuAutofindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1
+ gponOnuAutofindInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuAutofindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuAutofindId }
+ ::= { gponOnuAutofindInfoTable 1 }
+
+
+ GponOnuAutofindInfoEntry ::=
+ SEQUENCE {
+ gponOnuAutofindId
+ Integer32,
+ gponOnuAutofindRowStatus
+ INTEGER,
+ gponOnuAutofindSn
+ GponOnuSn,
+ gponOnuAutofindPassword
+ GponOnuPassword,
+ gponOnuAutofindVendorId
+ OCTET STRING,
+ gponOnuAutofindVersion
+ OCTET STRING,
+ gponOnuAutofindEquipmentID
+ OCTET STRING,
+ gponOnuAutofindSoftwareVersion
+ OCTET STRING,
+ gponOnuAutofindTime
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.1
+ gponOnuAutofindId OBJECT-TYPE
+ SYNTAX Integer32 (1..128)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.2
+ gponOnuAutofindRowStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ active(1),
+ destory(6)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.3
+ gponOnuAutofindSn OBJECT-TYPE
+ SYNTAX GponOnuSn
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.4
+ gponOnuAutofindPassword OBJECT-TYPE
+ SYNTAX GponOnuPassword
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.5
+ gponOnuAutofindVendorId OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (4))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.6
+ gponOnuAutofindVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..14))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.7
+ gponOnuAutofindEquipmentID OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..20))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.8
+ gponOnuAutofindSoftwareVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..14))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.9
+ gponOnuAutofindTime OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6
+ gponOnuOpticalInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuOpticalInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1
+ gponOnuOpticalInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuOpticalInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuOpticalInfoTable 1 }
+
+
+ GponOnuOpticalInfoEntry ::=
+ SEQUENCE {
+ gponOnuOpticalVoltage
+ DisplayString,
+ gponOnuOpticalTxPower
+ DisplayString,
+ gponOnuOpticalRxPower
+ DisplayString,
+ gponOnuOpticalLaserBiasCurrent
+ DisplayString,
+ gponOnuOpticalTemperature
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.1
+ gponOnuOpticalVoltage OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuOpticalInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.2
+ gponOnuOpticalTxPower OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuOpticalInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.4
+ gponOnuOpticalRxPower OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuOpticalInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.5
+ gponOnuOpticalLaserBiasCurrent OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuOpticalInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.6
+ gponOnuOpticalTemperature OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuOpticalInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7
+ gponOnuVersionTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuVersionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1
+ gponOnuVersionEntry OBJECT-TYPE
+ SYNTAX GponOnuVersionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuVersionTable 1 }
+
+
+ GponOnuVersionEntry ::=
+ SEQUENCE {
+ gponOnuMainSoftwareVersion
+ DisplayString,
+ gponOnuStandbySoftwareVersion
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1.1
+ gponOnuMainSoftwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuVersionEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1.2
+ gponOnuStandbySoftwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuVersionEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8
+ gponOnuAuthenticationManagement OBJECT IDENTIFIER ::= { gponOnuObjects 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2
+ gponOnuAuthenticationConfirmTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuAuthenticationConfirmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationManagement 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1
+ gponOnuAuthenticationConfirmEntry OBJECT-TYPE
+ SYNTAX GponOnuAuthenticationConfirmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOnuAuthenticationConfirmDeviceId, gponOnuAuthenticationConfirmCardId, gponOnuAuthenticationConfirmPortId }
+ ::= { gponOnuAuthenticationConfirmTable 1 }
+
+
+ GponOnuAuthenticationConfirmEntry ::=
+ SEQUENCE {
+ gponOnuAuthenticationConfirmDeviceId
+ Integer32,
+ gponOnuAuthenticationConfirmCardId
+ Integer32,
+ gponOnuAuthenticationConfirmPortId
+ Integer32,
+ gponOnuAuthenConfirmType
+ INTEGER,
+ gponOnuAuthenConfirmSn
+ DisplayString,
+ gponOnuAuthenConfirmPassword
+ DisplayString,
+ gponOnuAuthenConfirmLoid
+ GponOnuLoid,
+ gponOnuAuthenConfirmLoidPassword
+ GponOnuLoidPassword,
+ gponOnuAuthenConfirmLineProfileId
+ Unsigned32,
+ gponOnuAuthenConfirmServiceProfileId
+ Unsigned32,
+ gponOnuAuthenConfirmTimeMode
+ INTEGER,
+ gponOnuAuthenConfirmAgingDuration
+ Unsigned32,
+ gponOnuAuthenticationConfirmRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.1
+ gponOnuAuthenticationConfirmDeviceId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.2
+ gponOnuAuthenticationConfirmCardId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.3
+ gponOnuAuthenticationConfirmPortId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.4
+ gponOnuAuthenConfirmType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ snAuth(1),
+ snPwdAuth(2),
+ pwdAuth(3),
+ loidAuth(4),
+ loidPwdAuth(5),
+ snAuthAll(6),
+ snPwdAuthAll(7),
+ pwdAuthAll(8),
+ loidAuthAll(9),
+ loidPwdAuthAll(10)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.5
+ gponOnuAuthenConfirmSn OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.6
+ gponOnuAuthenConfirmPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.7
+ gponOnuAuthenConfirmLoid OBJECT-TYPE
+ SYNTAX GponOnuLoid
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.8
+ gponOnuAuthenConfirmLoidPassword OBJECT-TYPE
+ SYNTAX GponOnuLoidPassword
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.9
+ gponOnuAuthenConfirmLineProfileId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.10
+ gponOnuAuthenConfirmServiceProfileId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.11
+ gponOnuAuthenConfirmTimeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ always(0),
+ onceAging(1),
+ onceNoAging(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.12
+ gponOnuAuthenConfirmAgingDuration OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.13
+ gponOnuAuthenticationConfirmRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 13 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3
+ gponOnuPolicyAuthTable OBJECT IDENTIFIER ::= { gponOnuAuthenticationManagement 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1
+ gponOnuPolicyAuthControlTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuPolicyAuthControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthTable 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1
+ gponOnuPolicyAuthControlEntry OBJECT-TYPE
+ SYNTAX GponOnuPolicyAuthControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOnuPolicyAuthControlDeviceIndex }
+ ::= { gponOnuPolicyAuthControlTable 1 }
+
+
+ GponOnuPolicyAuthControlEntry ::=
+ SEQUENCE {
+ gponOnuPolicyAuthControlDeviceIndex
+ Integer32,
+ gponOnuPolicyAuthSwitch
+ GponSwitch,
+ gponOnuPolicyAuthPortSwtichBitMap
+ OCTET STRING,
+ gponOnuPolicyAuthMode
+ INTEGER,
+ gponOnuPolicyAuthTargetMode
+ INTEGER,
+ gponOnuPolicyAuthTimeMode
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.1
+ gponOnuPolicyAuthControlDeviceIndex OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.2
+ gponOnuPolicyAuthSwitch OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.3
+ gponOnuPolicyAuthPortSwtichBitMap OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.4
+ gponOnuPolicyAuthMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ all(0),
+ equid(1),
+ vendor(2),
+ equidAndSwver(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.5
+ gponOnuPolicyAuthTargetMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ snAuth(0),
+ snPasswordAuth(1),
+ passwordAuth(2),
+ loidAuth(3),
+ loidPasswordAuth(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.6
+ gponOnuPolicyAuthTimeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ always(0),
+ onceNoAging(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2
+ gponOnuPolicyAuthRuleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuPolicyAuthRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthTable 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1
+ gponOnuPolicyAuthRuleEntry OBJECT-TYPE
+ SYNTAX GponOnuPolicyAuthRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOnuPolicyAuthDeviceIndex, gponOnuPolicyAuthRuleIndex }
+ ::= { gponOnuPolicyAuthRuleTable 1 }
+
+
+ GponOnuPolicyAuthRuleEntry ::=
+ SEQUENCE {
+ gponOnuPolicyAuthDeviceIndex
+ Unsigned32,
+ gponOnuPolicyAuthRuleIndex
+ Unsigned32,
+ gponOnuPolicyAuthRuleMatchMode
+ INTEGER,
+ gponOnuPolicyAuthRuleEquid
+ OCTET STRING,
+ gponOnuPolicyAuthRuleVendorid
+ OCTET STRING,
+ gponOnuPolicyAuthRuleSoftwareVersion
+ OCTET STRING,
+ gponOnuPolicyAuthRuleLineProfileId
+ Unsigned32,
+ gponOnuPolicyAuthRuleSrvProfileId
+ Unsigned32,
+ gponOnuPolicyAuthRuleRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.1
+ gponOnuPolicyAuthDeviceIndex OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.2
+ gponOnuPolicyAuthRuleIndex OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.3
+ gponOnuPolicyAuthRuleMatchMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ all(0),
+ equid(1),
+ vendor(2),
+ equidAndSwver(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.4
+ gponOnuPolicyAuthRuleEquid OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..20))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.5
+ gponOnuPolicyAuthRuleVendorid OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (4))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.6
+ gponOnuPolicyAuthRuleSoftwareVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..14))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.7
+ gponOnuPolicyAuthRuleLineProfileId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.8
+ gponOnuPolicyAuthRuleSrvProfileId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.9
+ gponOnuPolicyAuthRuleRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9
+ gponOnuWanConfig OBJECT IDENTIFIER ::= { gponOnuObjects 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1
+ gponOnuWanConfigInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuWanConfigInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfig 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1
+ gponOnuWanConfigInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuWanConfigInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltPortId, gponOnuId, gponOnuWanInfoWanId }
+ ::= { gponOnuWanConfigInfoTable 1 }
+
+
+ GponOnuWanConfigInfoEntry ::=
+ SEQUENCE {
+ gponOnuWanInfoWanId
+ Integer32,
+ gponOnuWanConfigConnectionName
+ DisplayString,
+ gponOnuWanConfigConnectionStatus
+ INTEGER,
+ gponOnuWanConfigConnectionAdmin
+ GponSwitch,
+ gponOnuWanConfigConnectType
+ INTEGER,
+ gponOnuWanConfigConnectMode
+ INTEGER,
+ gponOnuWanConfigIpVersion
+ INTEGER,
+ gponOnuWanConfigVlanAdmin
+ INTEGER,
+ gponOnuWanConfigVlan
+ Integer32,
+ gponOnuWanConfigVlanPriority
+ Integer32,
+ gponOnuWanConfigServiceType
+ INTEGER,
+ gponOnuWanConfigMtu
+ Integer32,
+ gponOnuWanConfigNatAdmin
+ GponSwitch,
+ gponOnuWanConfigLanDhcpAdmin
+ GponSwitch,
+ gponOnuWanConfigBinding
+ BITS,
+ gponOnuWanConfigPppoeUserName
+ DisplayString,
+ gponOnuWanConfigPppoePassWord
+ DisplayString,
+ gponOnuWanConfigPppoeServiceName
+ DisplayString,
+ gponOnuWanConfigPppoeDialOnDemandAdmin
+ INTEGER,
+ gponOnuWanConfigPppoeDialOnDemandInActiveTime
+ Integer32,
+ gponOnuWanConfigRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.1
+ gponOnuWanInfoWanId OBJECT-TYPE
+ SYNTAX Integer32 (0..32)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.2
+ gponOnuWanConfigConnectionName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..50))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.3
+ gponOnuWanConfigConnectionStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ down(0),
+ up(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.4
+ gponOnuWanConfigConnectionAdmin OBJECT-TYPE
+ SYNTAX GponSwitch
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.5
+ gponOnuWanConfigConnectType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ bridge(1),
+ route(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.6
+ gponOnuWanConfigConnectMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ dhcp(1),
+ static(2),
+ pppoe(3),
+ pppoebridge(4),
+ pppoemix(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.7
+ gponOnuWanConfigIpVersion OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ipv4(1),
+ ipv6(2),
+ ipv4-ipv6(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.8
+ gponOnuWanConfigVlanAdmin OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.9
+ gponOnuWanConfigVlan OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.10
+ gponOnuWanConfigVlanPriority OBJECT-TYPE
+ SYNTAX Integer32 (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.11
+ gponOnuWanConfigServiceType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ internet(1),
+ voip(2),
+ internet-voip(3),
+ tr069(4),
+ internet-tr069(5),
+ voip-tr069(6),
+ internet-voip-tr069(7),
+ other(8)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.12
+ gponOnuWanConfigMtu OBJECT-TYPE
+ SYNTAX Integer32 (64..1540)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.13
+ gponOnuWanConfigNatAdmin OBJECT-TYPE
+ SYNTAX GponSwitch
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 13 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.14
+ gponOnuWanConfigLanDhcpAdmin OBJECT-TYPE
+ SYNTAX GponSwitch
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 14 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.15
+ gponOnuWanConfigBinding OBJECT-TYPE
+ SYNTAX BITS
+ {
+ port1(0),
+ port2(1),
+ port3(2),
+ port4(3),
+ ssid1(8),
+ ssid2(9),
+ ssid3(10),
+ ssid4(11)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 15 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.16
+ gponOnuWanConfigPppoeUserName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..50))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 16 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.17
+ gponOnuWanConfigPppoePassWord OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..50))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 17 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.18
+ gponOnuWanConfigPppoeServiceName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..50))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 18 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.19
+ gponOnuWanConfigPppoeDialOnDemandAdmin OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 19 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.20
+ gponOnuWanConfigPppoeDialOnDemandInActiveTime OBJECT-TYPE
+ SYNTAX Integer32 (1..86400)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 20 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.1.1.21
+ gponOnuWanConfigRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ {
+ active(1),
+ notInService(2),
+ notReady(3),
+ createAndGo(4),
+ createAndWait(5),
+ destroy(6)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigInfoEntry 21 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.3
+ gponOnuWanConfigIpv4Table OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuWanConfigIpv4Entry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfig 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.3.1
+ gponOnuWanConfigIpv4Entry OBJECT-TYPE
+ SYNTAX GponOnuWanConfigIpv4Entry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltPortId, gponOnuId, gponOnuWanInfoWanId }
+ ::= { gponOnuWanConfigIpv4Table 1 }
+
+
+ GponOnuWanConfigIpv4Entry ::=
+ SEQUENCE {
+ gponOnuWanConfigIpAddress
+ IpAddress,
+ gponOnuWanConfigMask
+ IpAddress,
+ gponOnuWanConfigGateWay
+ IpAddress,
+ gponOnuWanConfigDhcpDnsMode
+ INTEGER,
+ gponOnuWanConfigPrimaryDns
+ IpAddress,
+ gponOnuWanConfigSecondaryDns
+ IpAddress
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.3.1.1
+ gponOnuWanConfigIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigIpv4Entry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.3.1.2
+ gponOnuWanConfigMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigIpv4Entry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.3.1.3
+ gponOnuWanConfigGateWay OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigIpv4Entry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.3.1.4
+ gponOnuWanConfigDhcpDnsMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ manual(0),
+ autoget(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigIpv4Entry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.3.1.5
+ gponOnuWanConfigPrimaryDns OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigIpv4Entry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.9.3.1.6
+ gponOnuWanConfigSecondaryDns OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuWanConfigIpv4Entry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19
+ gponOnuEthPortObjects OBJECT IDENTIFIER ::= { gponControlObjects 19 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1
+ gponOnuEthPortCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuEthPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1
+ gponOnuEthPortCfgEntry OBJECT-TYPE
+ SYNTAX GponOnuEthPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuEthPortId
+ }
+ ::= { gponOnuEthPortCfgTable 1 }
+
+
+ GponOnuEthPortCfgEntry ::=
+ SEQUENCE {
+ gponOnuEthPortId
+ GponOnuEthPortId,
+ gponOnuEthPortNativeVlanId
+ GponVlanId,
+ gponOnuEthPortNativeVlanPriority
+ GponVlanPriority,
+ gponOnuEthPortInboundCarId
+ Integer32,
+ gponOnuEthPortOutboundCarId
+ Integer32,
+ gponOnuEthPortSpeedAndDuplex
+ INTEGER,
+ gponOnuEthPortFlowCtrl
+ GponSwitch,
+ gponOnuEthPortOperationalState
+ GponSwitch
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.1
+ gponOnuEthPortId OBJECT-TYPE
+ SYNTAX GponOnuEthPortId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.2
+ gponOnuEthPortNativeVlanId OBJECT-TYPE
+ SYNTAX GponVlanId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.3
+ gponOnuEthPortNativeVlanPriority OBJECT-TYPE
+ SYNTAX GponVlanPriority
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.4
+ gponOnuEthPortInboundCarId OBJECT-TYPE
+ SYNTAX Integer32 (1..256 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.5
+ gponOnuEthPortOutboundCarId OBJECT-TYPE
+ SYNTAX Integer32 (1..256 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.6
+ gponOnuEthPortSpeedAndDuplex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ autoNeg(0),
+ full10(1),
+ full100(2),
+ full1000(3),
+ half10(17),
+ half100(18),
+ half1000(19)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.8
+ gponOnuEthPortFlowCtrl OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.9
+ gponOnuEthPortOperationalState OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2
+ gponOnuEthPortInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuEthPortInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1
+ gponOnuEthPortInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuEthPortInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuEthPortId
+ }
+ ::= { gponOnuEthPortInfoTable 1 }
+
+
+ GponOnuEthPortInfoEntry ::=
+ SEQUENCE {
+ gponOnuEthPortSpeedAndDuplexInfo
+ INTEGER,
+ gponOnuEthPortState
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1.1
+ gponOnuEthPortSpeedAndDuplexInfo OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ full10(1),
+ full100(2),
+ full1000(3),
+ half10(17),
+ half100(18),
+ half1000(19)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1.2
+ gponOnuEthPortState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3
+ gponOnuEthPortMacAddressTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuEthPortMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1
+ gponOnuEthPortMacAddressEntry OBJECT-TYPE
+ SYNTAX GponOnuEthPortMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuEthPortId,
+ gponOnuEthPortMacAddressId }
+ ::= { gponOnuEthPortMacAddressTable 1 }
+
+
+ GponOnuEthPortMacAddressEntry ::=
+ SEQUENCE {
+ gponOnuEthPortMacAddressId
+ Integer32,
+ gponOnuEthPortMacAddress
+ GponMac
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1.1
+ gponOnuEthPortMacAddressId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortMacAddressEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1.2
+ gponOnuEthPortMacAddress OBJECT-TYPE
+ SYNTAX GponMac
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortMacAddressEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.5
+ gponOnuEthPortRTInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuEthPortRTInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortObjects 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.5.1
+ gponOnuEthPortRTInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuEthPortRTInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuEthPortId
+ }
+ ::= { gponOnuEthPortRTInfoTable 1 }
+
+
+ GponOnuEthPortRTInfoEntry ::=
+ SEQUENCE {
+ gponOnuEthPortStatusInfo
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.5.1.1
+ gponOnuEthPortStatusInfo OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortRTInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20
+ gponOnuPotsPortObjects OBJECT IDENTIFIER ::= { gponControlObjects 20 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1
+ gponOnuPotsPortCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuPotsPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1
+ gponOnuPotsPortCfgEntry OBJECT-TYPE
+ SYNTAX GponOnuPotsPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuPotsPortId
+ }
+ ::= { gponOnuPotsPortCfgTable 1 }
+
+
+ GponOnuPotsPortCfgEntry ::=
+ SEQUENCE {
+ gponOnuPotsPortId
+ GponOnuPotsPortId,
+ gponOnuPotsPortOperationalState
+ GponSwitch,
+ gponOnuPotsPortCfgPotsProfileId
+ GponPotsProfileId
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.1
+ gponOnuPotsPortId OBJECT-TYPE
+ SYNTAX GponOnuPotsPortId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.2
+ gponOnuPotsPortOperationalState OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.3
+ gponOnuPotsPortCfgPotsProfileId OBJECT-TYPE
+ SYNTAX GponPotsProfileId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { 65535 }
+ ::= { gponOnuPotsPortCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2
+ gponOnuIpCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuIpCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1
+ gponOnuIpCfgEntry OBJECT-TYPE
+ SYNTAX GponOnuIpCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuIpHostId
+ }
+ ::= { gponOnuIpCfgTable 1 }
+
+
+ GponOnuIpCfgEntry ::=
+ SEQUENCE {
+ gponOnuIpHostId
+ Integer32,
+ gponOnuIpCfgRowStatus
+ RowStatus,
+ gponOnuIpCfgMode
+ INTEGER,
+ gponOnuIpCfgVlanId
+ Integer32,
+ gponOnuIpCfgVlanPri
+ Integer32,
+ gponOnuIpCfgIp
+ IpAddress,
+ gponOnuIpCfgMask
+ IpAddress,
+ gponOnuIpCfgGateway
+ IpAddress,
+ gponOnuIpCfgPriDns
+ IpAddress,
+ gponOnuIpCfgSlaveDns
+ IpAddress,
+ gponOnuIpCfgMacAddress
+ GponMac
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.1
+ gponOnuIpHostId OBJECT-TYPE
+ SYNTAX Integer32 (1..2)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.2
+ gponOnuIpCfgRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.3
+ gponOnuIpCfgMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ dhcp(1),
+ static(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.4
+ gponOnuIpCfgVlanId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.5
+ gponOnuIpCfgVlanPri OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.6
+ gponOnuIpCfgIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.7
+ gponOnuIpCfgMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.8
+ gponOnuIpCfgGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.9
+ gponOnuIpCfgPriDns OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.10
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.10
+ gponOnuIpCfgSlaveDns OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.11
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.11
+ gponOnuIpCfgMacAddress OBJECT-TYPE
+ SYNTAX GponMac
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3
+ gponOnuSipPstnUserTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuSipPstnUserEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1
+ gponOnuSipPstnUserEntry OBJECT-TYPE
+ SYNTAX GponOnuSipPstnUserEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuSipPstnUserId
+ }
+ ::= { gponOnuSipPstnUserTable 1 }
+
+
+ GponOnuSipPstnUserEntry ::=
+ SEQUENCE {
+ gponOnuSipPstnUserId
+ GponOnuPotsPortId,
+ gponOnuSipPstnUserRowStatus
+ RowStatus,
+ gponOnuSipPstnUserName
+ OCTET STRING,
+ gponOnuSipPstnUserPassword
+ OCTET STRING,
+ gponOnuSipPstnUserTelephoneNumber
+ OCTET STRING,
+ gponOnuSipPstnUserAgentProfileId
+ GponSipAgentProfileId,
+ gponOnuSipPstnUserDigitMapProfileId
+ GponDigitMapProfileId,
+ gponOnuSipPstnUserSipRightFlagProfileId
+ GponSipRightFlagProfileId
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.2
+ gponOnuSipPstnUserId OBJECT-TYPE
+ SYNTAX GponOnuPotsPortId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.3
+ gponOnuSipPstnUserRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.4
+ gponOnuSipPstnUserName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..24))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.5
+ gponOnuSipPstnUserPassword OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..24))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.6
+ gponOnuSipPstnUserTelephoneNumber OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..31))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.7
+ gponOnuSipPstnUserAgentProfileId OBJECT-TYPE
+ SYNTAX GponSipAgentProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { 65535 }
+ ::= { gponOnuSipPstnUserEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.8
+ gponOnuSipPstnUserDigitMapProfileId OBJECT-TYPE
+ SYNTAX GponDigitMapProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { 65535 }
+ ::= { gponOnuSipPstnUserEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.9
+ gponOnuSipPstnUserSipRightFlagProfileId OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { 65535 }
+ ::= { gponOnuSipPstnUserEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4
+ gponOnuSipPstnUserInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuSipPstnUserInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1
+ gponOnuSipPstnUserInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuSipPstnUserInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuSipPstnUserId
+ }
+ ::= { gponOnuSipPstnUserInfoTable 1 }
+
+
+ GponOnuSipPstnUserInfoEntry ::=
+ SEQUENCE {
+ gponOnuSipPstnUserState
+ INTEGER,
+ gponOnuSipPstnUserHookState
+ INTEGER,
+ gponOnuSipPstnUserCodec
+ DisplayString,
+ gponOnuSipPstnUserServerStatus
+ DisplayString,
+ gponOnuSipPstnUserSessionType
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.1
+ gponOnuSipPstnUserState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ lock(1),
+ unlock(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.2
+ gponOnuSipPstnUserHookState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ onhook(1),
+ offhook(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.3
+ gponOnuSipPstnUserCodec OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.4
+ gponOnuSipPstnUserServerStatus OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.5
+ gponOnuSipPstnUserSessionType OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.21
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.21
+ gponOnuCatvPortObjects OBJECT IDENTIFIER ::= { gponControlObjects 21 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1
+ gponOnuCatvPortCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuCatvPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCatvPortObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1
+ gponOnuCatvPortCfgEntry OBJECT-TYPE
+ SYNTAX GponOnuCatvPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuCatvPortId
+ }
+ ::= { gponOnuCatvPortCfgTable 1 }
+
+
+ GponOnuCatvPortCfgEntry ::=
+ SEQUENCE {
+ gponOnuCatvPortId
+ Integer32,
+ gponOnuCatvPortOperationalState
+ GponSwitch
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1.1
+ gponOnuCatvPortId OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCatvPortCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1.2
+ gponOnuCatvPortOperationalState OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCatvPortCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4
+ gponAlarmObjects OBJECT IDENTIFIER ::= { gponObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.1
+ gponNotifications OBJECT IDENTIFIER ::= { gponAlarmObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.1.1
+ gponAlarmNotification NOTIFICATION-TYPE
+ OBJECTS { gponTrapId, gponTrapState, gponTrapOltPortId, gponTrapOnuId, gponTrapOnuSn,
+ gponTrapOnuPassword, gponTrapRogueOnuSn, gponTrapParameters }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponNotifications 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6
+ gponTrapObjects OBJECT IDENTIFIER ::= { gponAlarmObjects 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.1
+ gponTrapId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.2
+ gponTrapState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ report(1),
+ clear(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.3
+ gponTrapParameters OBJECT-TYPE
+ SYNTAX BITS
+ {
+ none(0),
+ oltPortId(1),
+ onuId(2),
+ onuSn(3),
+ password(4),
+ rogueOnuSn(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.4
+ gponTrapOltPortId OBJECT-TYPE
+ SYNTAX Integer32 (1..8 | 65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.5
+ gponTrapOnuId OBJECT-TYPE
+ SYNTAX Integer32 (1..128 | 65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.6
+ gponTrapOnuSn OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.7
+ gponTrapOnuPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.8
+ gponTrapRogueOnuSn OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8
+ gponManagementObjects OBJECT IDENTIFIER ::= { gponAlarmObjects 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1
+ gponManagementAddrTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponManagementAddrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1.1
+ gponManagementAddrEntry OBJECT-TYPE
+ SYNTAX GponManagementAddrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponManagementAddrName }
+ ::= { gponManagementAddrTable 1 }
+
+
+ GponManagementAddrEntry ::=
+ SEQUENCE {
+ gponManagementAddrName
+ OCTET STRING,
+ gponManagementAddrRowStatus
+ RowStatus,
+ gponManagementAddrTAddress
+ OCTET STRING,
+ gponManagementAddrCommunity
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1.1.1
+ gponManagementAddrName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..32))
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponManagementAddrEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1.1.2
+ gponManagementAddrRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponManagementAddrEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1.1.3
+ gponManagementAddrTAddress OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (8))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponManagementAddrEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1.1.4
+ gponManagementAddrCommunity OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponManagementAddrEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64
+ gponConformance OBJECT IDENTIFIER ::= { gponObjects 64 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.1
+ gponCompliances OBJECT IDENTIFIER ::= { gponConformance 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.1.1
+-- this module
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.1.1
+ gponCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "Description."
+ MODULE -- this module
+ MANDATORY-GROUPS { gponDbaProfileGroup, gponLineProfileGroup, gponSrvProfileGroup, gponTrafficProfileGroup, gponSipAgentProfileGroup,
+ gponSipRightFlagProfileGroup, gponDigitMapProfileGroup, gponPotsProfileGroup }
+ ::= { gponCompliances 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2
+ gponGroups OBJECT IDENTIFIER ::= { gponConformance 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1
+ gponProfileGroups OBJECT IDENTIFIER ::= { gponGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.1
+ gponDbaProfileGroup OBJECT-GROUP
+ OBJECTS { gponDbaProfileFixRate, gponDbaProfileBindNum, gponDbaProfileName, gponDbaProfileRowStatus, gponDbaProfileMaxRate,
+ gponDbaProfileType, gponDbaProfileAssureRate }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.2
+ gponLineProfileGroup OBJECT-GROUP
+ OBJECTS { gponLineProfileRowStatus, gponLineProfileName, gponLineProfileMappingMode, gponLineProfileTcontNum, gponLineProfileGemNum,
+ gponLineProfileBindNum, gponLineProfileTcontId, gponLineProfileTcontRowStatus, gponLineProfileTcontDbaProfileId, gponLineProfileGemId,
+ gponLineProfileGemRowStatus, gponLineProfileGemTcontId, gponLineProfileGemUpCar, gponLineProfileGemDownCar, gponLineProfileGemMapNum,
+ gponLineProfileGemMapId, gponLineProfileGemMapRowStatus, gponLineProfileGemMapPriority, gponLineProfileGemMapVlan }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.3
+ gponSrvProfileGroup OBJECT-GROUP
+ OBJECTS { gponSrvProfileId, gponSrvProfileRowStatus, gponSrvProfileName, gponSrvProfileBindNum, gponSrvProfileMcMode,
+ gponSrvProfileUpIgmpFwdMode, gponSrvProfileUpIgmpTCI, gponSrvProfileDnMcMode, gponSrvProfileDnMcTCI, gponSrvProfileEthNum,
+ gponSrvProfilePotsNum, gponSrvProfilePortType, gponSrvProfilePortId, gponSrvProfilePortCvlan, gponSrvProfilePortVlanRowStatus,
+ gponSrvProfilePortVlanMode, gponSrvProfilePortVlanSvlan }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.4
+ gponTrafficProfileGroup OBJECT-GROUP
+ OBJECTS { gponTrafficProfileId, gponTrafficProfileRowStatus, gponTrafficProfileName, gponTrafficProfileBindNum, gponTrafficProfileCfgCir,
+ gponTrafficProfileCfgPir, gponTrafficProfileCfgCbs, gponTrafficProfileCfgPbs }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.5
+ gponSipAgentProfileGroup OBJECT-GROUP
+ OBJECTS { gponSipAgentProfileRowStatus, gponSipAgentProfileName, gponSipAgentProfileBindNum, gponSipAgentProfileProxyServerUri, gponSipAgentProfileRtpDscp,
+ gponSipAgentProfileRtpMinPort, gponSipAgentProfileRtpMaxPort, gponSipAgentProfileSignalDscp, gponSipAgentProfileSignalPort, gponSipAgentProfileSignalTransferMode,
+ gponSipAgentProfileRegistrationExpiration, gponSipAgentProfileRegistrationReregHeadStartTime, gponSipAgentProfileRegistrationServerUri, gponSipAgentProfileVoiceMailServerUri, gponSipAgentProfileVoiceMailSubscriptionExpiration,
+ gponSipAgentProfileConfFactory, gponSipAgentProfileBridgedLineAgent, gponSipAgentProfileAuthRealm, gponSipAgentProfileBindPotsList }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.6
+ gponSipRightFlagProfileGroup OBJECT-GROUP
+ OBJECTS { gponSipRightFlagProfileId, gponSipRightFlagProfileRowStatus, gponSipRightFlagProfileName, gponSipRightFlagProfileBindNum, gponSipRightFlagProfileCallWaiting,
+ gponSipRightFlagProfileCallProcess, gponSipRightFlagProfileCallPresentation, gponSipRightFlagProfileHotline, gponSipRightFlagProfileHotlineNum, gponSipRightFlagProfileBindPotsList
+ }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.7
+ gponDigitMapProfileGroup OBJECT-GROUP
+ OBJECTS { gponDigitMapProfileId, gponDigitMapProfileRowStatus, gponDigitMapProfileName, gponDigitMapProfileBindNum, gponDigitMapProfileCriticalDialTime,
+ gponDigitMapProfileDialPlanId, gponDigitMapProfileDialPlanRowStatus, gponDigitMapProfileDialPlanToken, gponDigitMapProfileBindPotsList }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.8
+ gponPotsProfileGroup OBJECT-GROUP
+ OBJECTS { gponPotsProfileId, gponPotsProfileRowStatus, gponPotsProfileName, gponPotsProfileBindNum, gponPotsProfileImpedance,
+ gponPotsProfileSignallingCode, gponPotsProfileRxGain, gponPotsProfileTxGain, gponPotsProfileBindPotsList }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.2
+ gponControlGroups OBJECT IDENTIFIER ::= { gponGroups 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.2.1
+ gponControlGroup OBJECT-GROUP
+ OBJECTS { gponOltPortAutoFindSwitch, gponOltPortSwitch, gponOltPortStatus, gponOltPortDdmTemperature, gponOltPortDdmVoltage,
+ gponOltPortDdmTxBiasCurrent, gponOltPortDdmTxPower, gponOltPortDdmRxPower, gponOltTransceiverVendor, gponOltTransceiverProductName,
+ gponOltTransceiverVersion, gponOltTransceiverSerialNumber, gponOnuId, gponOnuRowStatus, gponOnuAuthMode,
+ gponOnuSn, gponOnuPassword, gponOnuLineProfileId, gponOnuServiceProfileId, gponOnuDescription,
+ gponOnuRunState, gponOnuConfigState, gponOnuMatchState, gponOnuDistance, gponOnuPonPortNum,
+ gponOnuEthPortNum, gponOnuPotsPortNum, gponOnuGemPortNum, gponOnuTcontNum, gponOnuFlowControlType,
+ gponOnuReset, gponOnuDeactive, gponOnuAutofindRowStatus, gponOnuAutofindSn, gponOnuAutofindPassword,
+ gponOnuAutofindVendorId, gponOnuAutofindVersion, gponOnuAutofindEquipmentID, gponOnuAutofindSoftwareVersion, gponOnuAutofindTime,
+ gponOnuOpticalVoltage, gponOnuOpticalTxPower, gponOnuOpticalRxPower, gponOnuOpticalLaserBiasCurrent, gponOnuOpticalTemperature,
+ gponOnuMainSoftwareVersion, gponOnuStandbySoftwareVersion, gponOnuEthPortId, gponOnuEthPortNativeVlanId, gponOnuEthPortNativeVlanPriority,
+ gponOnuEthPortInboundCarId, gponOnuEthPortOutboundCarId, gponOnuEthPortSpeedAndDuplex, gponOnuEthPortFlowCtrl, gponOnuEthPortOperationalState,
+ gponOnuEthPortSpeedAndDuplexInfo, gponOnuEthPortState, gponOnuEthPortMacAddressId, gponOnuEthPortMacAddress, gponOnuPotsPortId,
+ gponOnuPotsPortOperationalState, gponOnuPotsPortCfgPotsProfileId, gponOnuIpCfgRowStatus, gponOnuIpCfgMode, gponOnuIpCfgVlanId,
+ gponOnuIpCfgVlanPri, gponOnuIpCfgIp, gponOnuIpCfgMask, gponOnuIpCfgGateway, gponOnuIpCfgPriDns,
+ gponOnuIpCfgSlaveDns, gponOnuIpCfgMacAddress, gponOnuSipPstnUserRowStatus, gponOnuSipPstnUserName, gponOnuSipPstnUserPassword,
+ gponOnuSipPstnUserTelephoneNumber, gponOnuSipPstnUserAgentProfileId, gponOnuSipPstnUserDigitMapProfileId, gponOnuSipPstnUserSipRightFlagProfileId, gponOnuSipPstnUserState,
+ gponOnuSipPstnUserHookState, gponOnuSipPstnUserCodec, gponOnuSipPstnUserServerStatus, gponOnuSipPstnUserSessionType }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponControlGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4
+ gponTrapGroups OBJECT IDENTIFIER ::= { gponGroups 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4.1
+ gponTrapGroup OBJECT-GROUP
+ OBJECTS { gponTrapOltPortId, gponTrapOnuId, gponTrapOnuSn }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4.2
+ gponTrapTypeGroup NOTIFICATION-GROUP
+ NOTIFICATIONS { gponOltAlarmLosTrap, gponOltAlarmLosResumeTrap, gponOnuAutofindTrap, gponOnuOnlineTrap, gponOnuOfflineTrap,
+ gponOnuDyingGasp }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapGroups 2 }
+
+
+
+ END
+
+--
+-- CDATA-GPON-MIB_180930.mib
+--
diff --git a/MIBS/cdata/CDATA-GPON-MIB2 b/MIBS/cdata/CDATA-GPON-MIB2
new file mode 100644
index 0000000..a18fb0b
--- /dev/null
+++ b/MIBS/cdata/CDATA-GPON-MIB2
@@ -0,0 +1,5664 @@
+--
+-- CDATA-GPON-MIB_180116.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, January 16, 2018 at 17:21:40
+--
+
+-- CDATA-GPON-MIB_161013_2.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Thursday, October 13, 2016 at 17:48:34
+--
+
+ CDATA-GPON-MIB2 DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ gpon
+ FROM CDATA-COMMON-SMI
+ OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
+ FROM SNMPv2-CONF
+ sysDescr, sysObjectID, sysUpTime, sysContact, sysName,
+ sysLocation, sysServices, sysORLastChange, sysORIndex, sysORID,
+ sysORDescr, sysORUpTime, snmpInPkts, snmpOutPkts, snmpInBadVersions,
+ snmpInBadCommunityNames, snmpInBadCommunityUses, snmpInASNParseErrs, snmpInTooBigs, snmpInNoSuchNames,
+ snmpInBadValues, snmpInReadOnlys, snmpInGenErrs, snmpInTotalReqVars, snmpInTotalSetVars,
+ snmpInGetRequests, snmpInGetNexts, snmpInSetRequests, snmpInGetResponses, snmpInTraps,
+ snmpOutTooBigs, snmpOutNoSuchNames, snmpOutBadValues, snmpOutGenErrs, snmpOutGetRequests,
+ snmpOutGetNexts, snmpOutSetRequests, snmpOutGetResponses, snmpOutTraps, snmpEnableAuthenTraps,
+ snmpSilentDrops, snmpProxyDrops, snmpTrapOID, snmpTrapEnterprise, coldStart,
+ warmStart, authenticationFailure, snmpSetSerialNo, snmpBasicCompliance, snmpSetGroup,
+ systemGroup, snmpBasicNotificationsGroup, snmpGroup, snmpCommunityGroup, snmpObsoleteGroup
+ FROM SNMPv2-MIB
+ IpAddress, Integer32, Unsigned32, BITS, OBJECT-TYPE,
+ MODULE-IDENTITY, NOTIFICATION-TYPE
+ FROM SNMPv2-SMI
+ DisplayString, TimeStamp, RowStatus, TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+-- 1.3.6.1.4.1.34592.1.5.1
+-- March 02, 2016 at 16:06 GMT
+ -- 1.3.6.1.4.1.34592.1.5.1
+ gponMIB MODULE-IDENTITY
+ LAST-UPDATED "201603021606Z" -- March 02, 2016 at 16:06 GMT
+ ORGANIZATION
+ "Organization."
+ CONTACT-INFO
+ "Contact-info."
+ DESCRIPTION
+ "Description."
+ ::= { gpon 1 }
+
+
+
+--
+-- Textual conventions
+--
+
+-- Dba profile index,
+-- 1-128:user dba profile
+-- 65535:default dba profile
+ GponDbaProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..128 | 65535)
+
+ GponDbaProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ GponLinePorfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..512)
+
+ GponLinePorfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..32))
+
+ GponLinePorfileTcontId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..3 | 65535)
+
+ GponLinePorfileGemId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..24)
+
+ GponLinePorfileGemMapId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..8)
+
+ GponVlanPriority ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (0..7)
+
+ GponSrvProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..512)
+
+ GponSrvProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ GponVlanId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..4094)
+
+ GponTrafficProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..256)
+
+ GponTrafficProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ GponSipAgentProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..16 | 65535)
+
+ GponSipAgentProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ GponSipUri ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..63))
+
+ GponSipRightFlagProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..16 | 65535)
+
+ GponSipRightFlagProfileName ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..16))
+
+ GponDigitMapProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..16 | 65535)
+
+ GponPotsProfileId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..16 | 65535)
+
+ GponDeviceId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..8)
+
+ GponCardId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (0..8)
+
+ GponOltPortId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..8)
+
+ GponSwitch ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2)
+ }
+
+-- Textual conventions
+--
+ GponOltAutoAuthRuleId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..20)
+
+ GponOnuId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..128)
+
+ GponOnuSn ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (12))
+
+ GponOnuPassword ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..10))
+
+ GponOnuLoid ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..24))
+
+ GponOnuLoidPassword ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (1..12))
+
+ GponOnuEthPortId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..8)
+
+ GponMac ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX OCTET STRING (SIZE (6))
+
+ GponOnuPotsPortId ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX Integer32 (1..8)
+
+
+--
+-- Node definitions
+--
+
+-- Node definitions
+--
+-- 1.3.6.1.4.1.34592.1.5.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1
+ gponObjects OBJECT IDENTIFIER ::= { gponMIB 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1
+ gponProfileObjects OBJECT IDENTIFIER ::= { gponObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2
+ gponDbaProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1
+ gponDbaProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDbaProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1
+ gponDbaProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponDbaProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDbaProfileId }
+ ::= { gponDbaProfileInfoTable 1 }
+
+
+ GponDbaProfileInfoEntry ::=
+ SEQUENCE {
+ gponDbaProfileId
+ GponDbaProfileId,
+ gponDbaProfileRowStatus
+ RowStatus,
+ gponDbaProfileName
+ GponDbaProfileName,
+ gponDbaProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.1
+ gponDbaProfileId OBJECT-TYPE
+ SYNTAX GponDbaProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Dba profile index,
+ 1-128:user dba profile
+ 65535:default dba profile, profile id is 0
+ "
+ ::= { gponDbaProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.2
+ gponDbaProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Row status. This object is used to differentiate the creation, modification and deletion operations for an object."
+ ::= { gponDbaProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.3
+ gponDbaProfileName OBJECT-TYPE
+ SYNTAX GponDbaProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.1.1.4
+ gponDbaProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of bound DBA profiles."
+ ::= { gponDbaProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2
+ gponDbaProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDbaProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1
+ gponDbaProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponDbaProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDbaProfileId }
+ ::= { gponDbaProfileCfgTable 1 }
+
+
+ GponDbaProfileCfgEntry ::=
+ SEQUENCE {
+ gponDbaProfileType
+ INTEGER,
+ gponDbaProfileFixRate
+ Integer32,
+ gponDbaProfileAssureRate
+ Integer32,
+ gponDbaProfileMaxRate
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.1
+ gponDbaProfileType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fix(1),
+ assure(2),
+ assureAndMax(3),
+ max(4),
+ fixAndAssureAndMax(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The DBA type index."
+ ::= { gponDbaProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.2
+ gponDbaProfileFixRate OBJECT-TYPE
+ SYNTAX Integer32 (0 | 128..1060864)
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Fixed bandwidth of the profile."
+ ::= { gponDbaProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.3
+ gponDbaProfileAssureRate OBJECT-TYPE
+ SYNTAX Integer32 (0 | 256..1060864)
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Assured bandwidth of the profile."
+ ::= { gponDbaProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.2.1.4
+ gponDbaProfileMaxRate OBJECT-TYPE
+ SYNTAX Integer32 (0 | 128..1274880)
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Max bandwidth of the profile."
+ ::= { gponDbaProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3
+ gponDbaProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDbaProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3.1
+ gponDbaProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponDbaProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDbaProfileId, gponLineProfileId }
+ ::= { gponDbaProfileBindInfoTable 1 }
+
+
+ GponDbaProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponDbaProfileBindLineProfileTcontList
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.2.3.1.2
+ gponDbaProfileBindLineProfileTcontList OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3
+ gponLineProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1
+ gponLineProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1
+ gponLineProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponLineProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileId }
+ ::= { gponLineProfileInfoTable 1 }
+
+
+ GponLineProfileInfoEntry ::=
+ SEQUENCE {
+ gponLineProfileId
+ GponLinePorfileId,
+ gponLineProfileRowStatus
+ RowStatus,
+ gponLineProfileName
+ GponLinePorfileName,
+ gponLineProfileMappingMode
+ INTEGER,
+ gponLineProfileTcontNum
+ Integer32,
+ gponLineProfileGemNum
+ Integer32,
+ gponLineProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.1
+ gponLineProfileId OBJECT-TYPE
+ SYNTAX GponLinePorfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Line profile index,
+ 1-512:user line profile
+ 65535:default line profile, it is reserve."
+ ::= { gponLineProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.2
+ gponLineProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.3
+ gponLineProfileName OBJECT-TYPE
+ SYNTAX GponLinePorfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.4
+ gponLineProfileMappingMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ vlan(1),
+ priority(2),
+ vlanAndPriority(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.5
+ gponLineProfileTcontNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.6
+ gponLineProfileGemNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.1.1.7
+ gponLineProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2
+ gponLineProfileTcontTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileTcontEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1
+ gponLineProfileTcontEntry OBJECT-TYPE
+ SYNTAX GponLineProfileTcontEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileId, gponLineProfileTcontId }
+ ::= { gponLineProfileTcontTable 1 }
+
+
+ GponLineProfileTcontEntry ::=
+ SEQUENCE {
+ gponLineProfileTcontId
+ GponLinePorfileTcontId,
+ gponLineProfileTcontRowStatus
+ RowStatus,
+ gponLineProfileTcontDbaProfileId
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.1
+ gponLineProfileTcontId OBJECT-TYPE
+ SYNTAX GponLinePorfileTcontId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileTcontEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.2
+ gponLineProfileTcontRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileTcontEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.2.1.3
+ gponLineProfileTcontDbaProfileId OBJECT-TYPE
+ SYNTAX Integer32 (1..128 | 65535)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileTcontEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3
+ gponLineProfileGemTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileGemEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1
+ gponLineProfileGemEntry OBJECT-TYPE
+ SYNTAX GponLineProfileGemEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileId, gponLineProfileGemId }
+ ::= { gponLineProfileGemTable 1 }
+
+
+ GponLineProfileGemEntry ::=
+ SEQUENCE {
+ gponLineProfileGemId
+ GponLinePorfileGemId,
+ gponLineProfileGemRowStatus
+ RowStatus,
+ gponLineProfileGemTcontId
+ Integer32,
+ gponLineProfileGemUpCar
+ Integer32,
+ gponLineProfileGemDownCar
+ Integer32,
+ gponLineProfileGemMapNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.1
+ gponLineProfileGemId OBJECT-TYPE
+ SYNTAX GponLinePorfileGemId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.2
+ gponLineProfileGemRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.3
+ gponLineProfileGemTcontId OBJECT-TYPE
+ SYNTAX Integer32 (1..3)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.4
+ gponLineProfileGemUpCar OBJECT-TYPE
+ SYNTAX Integer32 (1..256)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.5
+ gponLineProfileGemDownCar OBJECT-TYPE
+ SYNTAX Integer32 (1..256)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.3.1.6
+ gponLineProfileGemMapNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4
+ gponLineProfileGemMapTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileGemMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1
+ gponLineProfileGemMapEntry OBJECT-TYPE
+ SYNTAX GponLineProfileGemMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileId, gponLineProfileGemId, gponLineProfileGemMapId }
+ ::= { gponLineProfileGemMapTable 1 }
+
+
+ GponLineProfileGemMapEntry ::=
+ SEQUENCE {
+ gponLineProfileGemMapId
+ GponLinePorfileGemMapId,
+ gponLineProfileGemMapRowStatus
+ RowStatus,
+ gponLineProfileGemMapVlan
+ INTEGER,
+ gponLineProfileGemMapPriority
+ GponVlanPriority
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.1
+ gponLineProfileGemMapId OBJECT-TYPE
+ SYNTAX GponLinePorfileGemMapId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.2
+ gponLineProfileGemMapRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.3
+ gponLineProfileGemMapVlan OBJECT-TYPE
+ SYNTAX INTEGER (1..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.4.1.4
+ gponLineProfileGemMapPriority OBJECT-TYPE
+ SYNTAX GponVlanPriority
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5
+ gponLineProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5.1
+ gponLineProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponLineProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileId, gponOltDeviceId, gponOltCardId, gponOltPortId }
+ ::= { gponLineProfileBindInfoTable 1 }
+
+
+ GponLineProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponLineProfileBindOnuList
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.3.5.1.2
+ gponLineProfileBindOnuList OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4
+ gponSrvProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1
+ gponSrvProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1
+ gponSrvProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponSrvProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileId }
+ ::= { gponSrvProfileInfoTable 1 }
+
+
+ GponSrvProfileInfoEntry ::=
+ SEQUENCE {
+ gponSrvProfileId
+ GponSrvProfileId,
+ gponSrvProfileRowStatus
+ RowStatus,
+ gponSrvProfileName
+ GponSrvProfileName,
+ gponSrvProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.1
+ gponSrvProfileId OBJECT-TYPE
+ SYNTAX GponSrvProfileId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.2
+ gponSrvProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.3
+ gponSrvProfileName OBJECT-TYPE
+ SYNTAX GponSrvProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.1.1.8
+ gponSrvProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2
+ gponSrvProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1
+ gponSrvProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponSrvProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileId }
+ ::= { gponSrvProfileCfgTable 1 }
+
+
+ GponSrvProfileCfgEntry ::=
+ SEQUENCE {
+ gponSrvProfileMcMode
+ INTEGER,
+ gponSrvProfileUpIgmpFwdMode
+ INTEGER,
+ gponSrvProfileUpIgmpTCI
+ Integer32,
+ gponSrvProfileDnMcMode
+ INTEGER,
+ gponSrvProfileDnMcTCI
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.1
+ gponSrvProfileMcMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ igmp-snooping(0),
+ igmp-snooping-proxy(1),
+ igmp-proxy(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.2
+ gponSrvProfileUpIgmpFwdMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ transparent(0),
+ default(1),
+ translation(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.3
+ gponSrvProfileUpIgmpTCI OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.4
+ gponSrvProfileDnMcMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ transparent(0),
+ untag(1),
+ translation(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.2.1.5
+ gponSrvProfileDnMcTCI OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3
+ gponSrvProfilePortNumTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfilePortNumEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1
+ gponSrvProfilePortNumEntry OBJECT-TYPE
+ SYNTAX GponSrvProfilePortNumEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileId }
+ ::= { gponSrvProfilePortNumTable 1 }
+
+
+ GponSrvProfilePortNumEntry ::=
+ SEQUENCE {
+ gponSrvProfileEthNum
+ Integer32,
+ gponSrvProfilePotsNum
+ Integer32,
+ gponSrvProfileCatvNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.1
+ gponSrvProfileEthNum OBJECT-TYPE
+ SYNTAX Integer32 (0..8 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortNumEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.2
+ gponSrvProfilePotsNum OBJECT-TYPE
+ SYNTAX Integer32 (0..8 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortNumEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.3.1.3
+ gponSrvProfileCatvNum OBJECT-TYPE
+ SYNTAX Integer32 (0..8 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortNumEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4
+ gponSrvProfilePortVlanCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfilePortVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1
+ gponSrvProfilePortVlanCfgEntry OBJECT-TYPE
+ SYNTAX GponSrvProfilePortVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileId, gponSrvProfilePortType, gponSrvProfilePortId, gponSrvProfilePortVlanEntryId }
+ ::= { gponSrvProfilePortVlanCfgTable 1 }
+
+
+ GponSrvProfilePortVlanCfgEntry ::=
+ SEQUENCE {
+ gponSrvProfilePortType
+ INTEGER,
+ gponSrvProfilePortId
+ Integer32,
+ gponSrvProfilePortVlanEntryId
+ Integer32,
+ gponSrvProfilePortVlanRowStatus
+ RowStatus,
+ gponSrvProfilePortVlanMode
+ INTEGER,
+ gponSrvProfilePortVlanSvlan
+ Integer32,
+ gponSrvProfilePortVlanSpri
+ Integer32,
+ gponSrvProfilePortCvlan
+ GponVlanId,
+ gponSrvProfilePortVlanCpri
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.1
+ gponSrvProfilePortType OBJECT-TYPE
+ SYNTAX INTEGER { eth(1) }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.2
+ gponSrvProfilePortId OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.3
+ gponSrvProfilePortVlanEntryId OBJECT-TYPE
+ SYNTAX Integer32 (1..9)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.4
+ gponSrvProfilePortVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.5
+ gponSrvProfilePortVlanMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ transparent(1),
+ qinq(2),
+ translation(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.6
+ gponSrvProfilePortVlanSvlan OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.7
+ gponSrvProfilePortVlanSpri OBJECT-TYPE
+ SYNTAX Integer32 (0..7 | 255)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.8
+ gponSrvProfilePortCvlan OBJECT-TYPE
+ SYNTAX GponVlanId (1..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.4.1.9
+ gponSrvProfilePortVlanCpri OBJECT-TYPE
+ SYNTAX Integer32 (0..7 | 255)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5
+ gponSrvProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5.1
+ gponSrvProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponSrvProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileId, gponOltDeviceId, gponOltCardId, gponOltPortId }
+ ::= { gponSrvProfileBindInfoTable 1 }
+
+
+ GponSrvProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponSrvProfileBindOnuList
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.4.5.1.2
+ gponSrvProfileBindOnuList OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6
+ gponTrafficProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1
+ gponTrafficProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponTrafficProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1
+ gponTrafficProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponTrafficProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponTrafficProfileId }
+ ::= { gponTrafficProfileInfoTable 1 }
+
+
+ GponTrafficProfileInfoEntry ::=
+ SEQUENCE {
+ gponTrafficProfileId
+ GponTrafficProfileId,
+ gponTrafficProfileRowStatus
+ RowStatus,
+ gponTrafficProfileName
+ GponTrafficProfileName,
+ gponTrafficProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.1
+ gponTrafficProfileId OBJECT-TYPE
+ SYNTAX GponTrafficProfileId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.2
+ gponTrafficProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.3
+ gponTrafficProfileName OBJECT-TYPE
+ SYNTAX GponTrafficProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.1.1.4
+ gponTrafficProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3
+ gponTrafficProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponTrafficProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1
+ gponTrafficProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponTrafficProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponTrafficProfileId }
+ ::= { gponTrafficProfileCfgTable 1 }
+
+
+ GponTrafficProfileCfgEntry ::=
+ SEQUENCE {
+ gponTrafficProfileCfgCir
+ Integer32,
+ gponTrafficProfileCfgPir
+ Integer32,
+ gponTrafficProfileCfgCbs
+ Integer32,
+ gponTrafficProfileCfgPbs
+ Integer32,
+ gponTrafficProfileCfgPriority
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.1
+ gponTrafficProfileCfgCir OBJECT-TYPE
+ SYNTAX Integer32 (64..10240000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.2
+ gponTrafficProfileCfgPir OBJECT-TYPE
+ SYNTAX Integer32 (64..10240000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.3
+ gponTrafficProfileCfgCbs OBJECT-TYPE
+ SYNTAX Integer32 (2000..10240000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.4
+ gponTrafficProfileCfgPbs OBJECT-TYPE
+ SYNTAX Integer32 (2000..10240000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.6.3.1.5
+ gponTrafficProfileCfgPriority OBJECT-TYPE
+ SYNTAX Integer32 (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8
+ gponSipAgentProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1
+ gponSipAgentProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipAgentProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1
+ gponSipAgentProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponSipAgentProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipAgentProfileId }
+ ::= { gponSipAgentProfileInfoTable 1 }
+
+
+ GponSipAgentProfileInfoEntry ::=
+ SEQUENCE {
+ gponSipAgentProfileId
+ GponSipAgentProfileId,
+ gponSipAgentProfileRowStatus
+ RowStatus,
+ gponSipAgentProfileName
+ GponSipAgentProfileName,
+ gponSipAgentProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.1
+ gponSipAgentProfileId OBJECT-TYPE
+ SYNTAX GponSipAgentProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.2
+ gponSipAgentProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.3
+ gponSipAgentProfileName OBJECT-TYPE
+ SYNTAX GponSipAgentProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.1.1.4
+ gponSipAgentProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2
+ gponSipAgentProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipAgentProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1
+ gponSipAgentProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponSipAgentProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipAgentProfileId }
+ ::= { gponSipAgentProfileCfgTable 1 }
+
+
+ GponSipAgentProfileCfgEntry ::=
+ SEQUENCE {
+ gponSipAgentProfileProxyServerUri
+ GponSipUri,
+ gponSipAgentProfileRtpDscp
+ Integer32,
+ gponSipAgentProfileRtpMinPort
+ Integer32,
+ gponSipAgentProfileRtpMaxPort
+ Integer32,
+ gponSipAgentProfileSignalDscp
+ Integer32,
+ gponSipAgentProfileSignalPort
+ Integer32,
+ gponSipAgentProfileSignalTransferMode
+ INTEGER,
+ gponSipAgentProfileRegistrationExpiration
+ Unsigned32,
+ gponSipAgentProfileRegistrationReregHeadStartTime
+ Unsigned32,
+ gponSipAgentProfileRegistrationServerUri
+ GponSipUri,
+ gponSipAgentProfileVoiceMailServerUri
+ GponSipUri,
+ gponSipAgentProfileVoiceMailSubscriptionExpiration
+ Unsigned32,
+ gponSipAgentProfileConfFactory
+ GponSipUri,
+ gponSipAgentProfileBridgedLineAgent
+ GponSipUri,
+ gponSipAgentProfileAuthRealm
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.1
+ gponSipAgentProfileProxyServerUri OBJECT-TYPE
+ SYNTAX GponSipUri
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.2
+ gponSipAgentProfileRtpDscp OBJECT-TYPE
+ SYNTAX Integer32 (0..63)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.3
+ gponSipAgentProfileRtpMinPort OBJECT-TYPE
+ SYNTAX Integer32 (1..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.4
+ gponSipAgentProfileRtpMaxPort OBJECT-TYPE
+ SYNTAX Integer32 (1..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.5
+ gponSipAgentProfileSignalDscp OBJECT-TYPE
+ SYNTAX Integer32 (0..63)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.6
+ gponSipAgentProfileSignalPort OBJECT-TYPE
+ SYNTAX Integer32 (1..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.7
+ gponSipAgentProfileSignalTransferMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ udp(0),
+ tcp(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.8
+ gponSipAgentProfileRegistrationExpiration OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.9
+ gponSipAgentProfileRegistrationReregHeadStartTime OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.10
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.10
+ gponSipAgentProfileRegistrationServerUri OBJECT-TYPE
+ SYNTAX GponSipUri
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.11
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.11
+ gponSipAgentProfileVoiceMailServerUri OBJECT-TYPE
+ SYNTAX GponSipUri
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.12
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.12
+ gponSipAgentProfileVoiceMailSubscriptionExpiration OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.13
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.13
+ gponSipAgentProfileConfFactory OBJECT-TYPE
+ SYNTAX GponSipUri
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.14
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.14
+ gponSipAgentProfileBridgedLineAgent OBJECT-TYPE
+ SYNTAX GponSipUri
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.15
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.2.1.15
+ gponSipAgentProfileAuthRealm OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..24))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileCfgEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3
+ gponSipAgentProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipAgentProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1
+ gponSipAgentProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponSipAgentProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipAgentProfileId }
+ ::= { gponSipAgentProfileBindInfoTable 1 }
+
+
+ GponSipAgentProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponSipAgentProfileBindInfoOnuId
+ Integer32,
+ gponSipAgentProfileBindPotsList
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1.1
+ gponSipAgentProfileBindInfoOnuId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileBindInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.8.3.1.2
+ gponSipAgentProfileBindPotsList OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipAgentProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9
+ gponSipRightFlagProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1
+ gponSipRightFlagProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipRightFlagProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1
+ gponSipRightFlagProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipRightFlagProfileId }
+ ::= { gponSipRightFlagProfileInfoTable 1 }
+
+
+ GponSipRightFlagProfileInfoEntry ::=
+ SEQUENCE {
+ gponSipRightFlagProfileId
+ GponSipRightFlagProfileId,
+ gponSipRightFlagProfileRowStatus
+ RowStatus,
+ gponSipRightFlagProfileName
+ GponSipRightFlagProfileName,
+ gponSipRightFlagProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.1
+ gponSipRightFlagProfileId OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.2
+ gponSipRightFlagProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.3
+ gponSipRightFlagProfileName OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileName
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.1.1.4
+ gponSipRightFlagProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2
+ gponSipRightFlagProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipRightFlagProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1
+ gponSipRightFlagProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipRightFlagProfileId }
+ ::= { gponSipRightFlagProfileCfgTable 1 }
+
+
+ GponSipRightFlagProfileCfgEntry ::=
+ SEQUENCE {
+ gponSipRightFlagProfileCallWaiting
+ GponSwitch,
+ gponSipRightFlagProfileCallProcess
+ BITS,
+ gponSipRightFlagProfileCallPresentation
+ GponSwitch,
+ gponSipRightFlagProfileHotline
+ BITS,
+ gponSipRightFlagProfileHotlineNum
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.1
+ gponSipRightFlagProfileCallWaiting OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.2
+ gponSipRightFlagProfileCallProcess OBJECT-TYPE
+ SYNTAX BITS
+ {
+ threeParty(0),
+ callTransfer(1),
+ callHold(2),
+ callPark(3),
+ doNotDisturb(4),
+ conference(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.3
+ gponSipRightFlagProfileCallPresentation OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.4
+ gponSipRightFlagProfileHotline OBJECT-TYPE
+ SYNTAX BITS
+ {
+ hotline(0),
+ hotlineDelay(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.2.1.5
+ gponSipRightFlagProfileHotlineNum OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..32))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.4
+ gponSipRightFlagProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSipRightFlagProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.4.1
+ gponSipRightFlagProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSipRightFlagProfileId }
+ ::= { gponSipRightFlagProfileBindInfoTable 1 }
+
+
+ GponSipRightFlagProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponSipRightFlagProfileBindInfoOnuId
+ Integer32,
+ gponSipRightFlagProfileBindPotsList
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.4.1.1
+ gponSipRightFlagProfileBindInfoOnuId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileBindInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.9.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.9.4.1.2
+ gponSipRightFlagProfileBindPotsList OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSipRightFlagProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10
+ gponDigitMapProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1
+ gponDigitMapProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDigitMapProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1
+ gponDigitMapProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponDigitMapProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDigitMapProfileId }
+ ::= { gponDigitMapProfileInfoTable 1 }
+
+
+ GponDigitMapProfileInfoEntry ::=
+ SEQUENCE {
+ gponDigitMapProfileId
+ GponDigitMapProfileId,
+ gponDigitMapProfileRowStatus
+ RowStatus,
+ gponDigitMapProfileName
+ OCTET STRING,
+ gponDigitMapProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.1
+ gponDigitMapProfileId OBJECT-TYPE
+ SYNTAX GponDigitMapProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.2
+ gponDigitMapProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.3
+ gponDigitMapProfileName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..16))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.1.1.4
+ gponDigitMapProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2
+ gponDigitMapProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDigitMapProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1
+ gponDigitMapProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponDigitMapProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDigitMapProfileId }
+ ::= { gponDigitMapProfileCfgTable 1 }
+
+
+ GponDigitMapProfileCfgEntry ::=
+ SEQUENCE {
+ gponDigitMapProfileCriticalDialTime
+ Integer32,
+ gponDigitMapProfileCfgPartialDialTime
+ Integer32,
+ gponDigitMapProfileCfgDigitmapFormat
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.1
+ gponDigitMapProfileCriticalDialTime OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.2
+ gponDigitMapProfileCfgPartialDialTime OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.2.1.3
+ gponDigitMapProfileCfgDigitmapFormat OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ notDefined(0),
+ h248(1),
+ ncs(2),
+ vendorSpecific(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3
+ gponDigitMapProfileDialPlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDigitMapProfileDialPlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1
+ gponDigitMapProfileDialPlanEntry OBJECT-TYPE
+ SYNTAX GponDigitMapProfileDialPlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDigitMapProfileId, gponDigitMapProfileDialPlanId }
+ ::= { gponDigitMapProfileDialPlanTable 1 }
+
+
+ GponDigitMapProfileDialPlanEntry ::=
+ SEQUENCE {
+ gponDigitMapProfileDialPlanId
+ Integer32,
+ gponDigitMapProfileDialPlanRowStatus
+ RowStatus,
+ gponDigitMapProfileDialPlanToken
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.1
+ gponDigitMapProfileDialPlanId OBJECT-TYPE
+ SYNTAX Integer32 (1..10)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileDialPlanEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.2
+ gponDigitMapProfileDialPlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileDialPlanEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.3.1.3
+ gponDigitMapProfileDialPlanToken OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..28))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileDialPlanEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4
+ gponDigitMapProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDigitMapProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1
+ gponDigitMapProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponDigitMapProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDigitMapProfileId }
+ ::= { gponDigitMapProfileBindInfoTable 1 }
+
+
+ GponDigitMapProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponDigitMapProfileBindInfoOnuId
+ Integer32,
+ gponDigitMapProfileBindPotsList
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1.1
+ gponDigitMapProfileBindInfoOnuId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileBindInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.10.4.1.2
+ gponDigitMapProfileBindPotsList OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDigitMapProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11
+ gponPotsProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1
+ gponPotsProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponPotsProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1
+ gponPotsProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponPotsProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponPotsProfileId }
+ ::= { gponPotsProfileInfoTable 1 }
+
+
+ GponPotsProfileInfoEntry ::=
+ SEQUENCE {
+ gponPotsProfileId
+ GponPotsProfileId,
+ gponPotsProfileRowStatus
+ RowStatus,
+ gponPotsProfileName
+ OCTET STRING,
+ gponPotsProfileBindNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.1
+ gponPotsProfileId OBJECT-TYPE
+ SYNTAX GponPotsProfileId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.2
+ gponPotsProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.3
+ gponPotsProfileName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..16))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.1.1.4
+ gponPotsProfileBindNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2
+ gponPotsProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponPotsProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1
+ gponPotsProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponPotsProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponPotsProfileId }
+ ::= { gponPotsProfileCfgTable 1 }
+
+
+ GponPotsProfileCfgEntry ::=
+ SEQUENCE {
+ gponPotsProfileImpedance
+ INTEGER,
+ gponPotsProfileSignallingCode
+ INTEGER,
+ gponPotsProfileRxGain
+ INTEGER,
+ gponPotsProfileTxGain
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.1
+ gponPotsProfileImpedance OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ imp600Ohms(0),
+ imp900Ohms(1),
+ imp150nf750Ohm270Ohm(2),
+ imp115nf820Ohm220Ohm(3),
+ imp230nf1050Ohm320Ohm(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.2
+ gponPotsProfileSignallingCode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ loopStart(1),
+ groundStart(2),
+ loopReverseBattery(3),
+ coinFirst(4),
+ dialToneFirst(5),
+ multiParty(6)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.3
+ gponPotsProfileRxGain OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ gainN12d0dB(0),
+ gainN11d5dB(1),
+ gainN11d0dB(2),
+ gainN10d5dB(3),
+ gainN10d0dB(4),
+ gainN9d5dB(5),
+ gainN9d0dB(6),
+ gainN8d5dB(7),
+ gainN8d0dB(8),
+ gainN7d5dB(9),
+ gainN7d0dB(10),
+ gainN6d5dB(11),
+ gainN6d0dB(12),
+ gainN5d5dB(13),
+ gainN5d0dB(14),
+ gainN4d5dB(15),
+ gainN4d0dB(16),
+ gainN3d5dB(17),
+ gainN3d0dB(18),
+ gainN2d5dB(19),
+ gainN2d0dB(20),
+ gainN1d5dB(21),
+ gainN1d0dB(22),
+ gainN0d5dB(23),
+ gain0dB(24),
+ gainP0d5dB(25),
+ gainP1d0dB(26),
+ gainP1d5dB(27),
+ gainP2d0dB(28),
+ gainP2d5dB(29),
+ gainP3d0dB(30),
+ gainP3d5dB(31),
+ gainP4d0dB(32),
+ gainP4d5dB(33),
+ gainP5d0dB(34),
+ gainP5d5dB(35),
+ gainP6d0dB(36)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.2.1.4
+ gponPotsProfileTxGain OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ gainN12d0dB(0),
+ gainN11d5dB(1),
+ gainN11d0dB(2),
+ gainN10d5dB(3),
+ gainN10d0dB(4),
+ gainN9d5dB(5),
+ gainN9d0dB(6),
+ gainN8d5dB(7),
+ gainN8d0dB(8),
+ gainN7d5dB(9),
+ gainN7d0dB(10),
+ gainN6d5dB(11),
+ gainN6d0dB(12),
+ gainN5d5dB(13),
+ gainN5d0dB(14),
+ gainN4d5dB(15),
+ gainN4d0dB(16),
+ gainN3d5dB(17),
+ gainN3d0dB(18),
+ gainN2d5dB(19),
+ gainN2d0dB(20),
+ gainN1d5dB(21),
+ gainN1d0dB(22),
+ gainN0d5dB(23),
+ gain0dB(24),
+ gainP0d5dB(25),
+ gainP1d0dB(26),
+ gainP1d5dB(27),
+ gainP2d0dB(28),
+ gainP2d5dB(29),
+ gainP3d0dB(30),
+ gainP3d5dB(31),
+ gainP4d0dB(32),
+ gainP4d5dB(33),
+ gainP5d0dB(34),
+ gainP5d5dB(35),
+ gainP6d0dB(36)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3
+ gponPotsProfileBindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponPotsProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1
+ gponPotsProfileBindInfoEntry OBJECT-TYPE
+ SYNTAX GponPotsProfileBindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponPotsProfileId }
+ ::= { gponPotsProfileBindInfoTable 1 }
+
+
+ GponPotsProfileBindInfoEntry ::=
+ SEQUENCE {
+ gponPotsProfileBindInfoOnuId
+ Integer32,
+ gponPotsProfileBindPotsList
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1.1
+ gponPotsProfileBindInfoOnuId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileBindInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.1.11.3.1.2
+ gponPotsProfileBindPotsList OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPotsProfileBindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2
+ gponControlObjects OBJECT IDENTIFIER ::= { gponObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17
+ gponOltObjects OBJECT IDENTIFIER ::= { gponControlObjects 17 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1
+ gponOltControlTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOltControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1
+ gponOltControlEntry OBJECT-TYPE
+ SYNTAX GponOltControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId }
+ ::= { gponOltControlTable 1 }
+
+
+ GponOltControlEntry ::=
+ SEQUENCE {
+ gponOltDeviceId
+ GponDeviceId,
+ gponOltCardId
+ GponCardId,
+ gponOltPortId
+ GponOltPortId,
+ gponOltPortAutoFindSwitch
+ GponSwitch,
+ gponOltPortSwitch
+ GponSwitch,
+ gponOltPortStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.1
+ gponOltDeviceId OBJECT-TYPE
+ SYNTAX GponDeviceId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.2
+ gponOltCardId OBJECT-TYPE
+ SYNTAX GponCardId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.3
+ gponOltPortId OBJECT-TYPE
+ SYNTAX GponOltPortId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.4
+ gponOltPortAutoFindSwitch OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.5
+ gponOltPortSwitch OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.1.1.6
+ gponOltPortStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltControlEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2
+ gponOltPortDdmInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOltPortDdmInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1
+ gponOltPortDdmInfoEntry OBJECT-TYPE
+ SYNTAX GponOltPortDdmInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId }
+ ::= { gponOltPortDdmInfoTable 1 }
+
+
+ GponOltPortDdmInfoEntry ::=
+ SEQUENCE {
+ gponOltPortDdmTemperature
+ OCTET STRING,
+ gponOltPortDdmVoltage
+ OCTET STRING,
+ gponOltPortDdmTxBiasCurrent
+ OCTET STRING,
+ gponOltPortDdmTxPower
+ OCTET STRING,
+ gponOltPortDdmRxPower
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.1
+ gponOltPortDdmTemperature OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltPortDdmInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.2
+ gponOltPortDdmVoltage OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltPortDdmInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.3
+ gponOltPortDdmTxBiasCurrent OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltPortDdmInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.4
+ gponOltPortDdmTxPower OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltPortDdmInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.2.1.5
+ gponOltPortDdmRxPower OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltPortDdmInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3
+ gponOltTransceiverInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOltTransceiverInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1
+ gponOltTransceiverInfoEntry OBJECT-TYPE
+ SYNTAX GponOltTransceiverInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId }
+ ::= { gponOltTransceiverInfoTable 1 }
+
+
+ GponOltTransceiverInfoEntry ::=
+ SEQUENCE {
+ gponOltTransceiverVendor
+ DisplayString,
+ gponOltTransceiverProductName
+ DisplayString,
+ gponOltTransceiverVersion
+ DisplayString,
+ gponOltTransceiverSerialNumber
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.1
+ gponOltTransceiverVendor OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltTransceiverInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.2
+ gponOltTransceiverProductName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltTransceiverInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.3
+ gponOltTransceiverVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltTransceiverInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.3.1.4
+ gponOltTransceiverSerialNumber OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltTransceiverInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4
+ gponOltAutoAuthTable OBJECT IDENTIFIER ::= { gponOltObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1
+ gponOltAutoAuthControlTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOltAutoAuthControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthTable 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1
+ gponOltAutoAuthControlEntry OBJECT-TYPE
+ SYNTAX GponOltAutoAuthControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId }
+ ::= { gponOltAutoAuthControlTable 1 }
+
+
+ GponOltAutoAuthControlEntry ::=
+ SEQUENCE {
+ gponOltAutoAuthMode
+ INTEGER,
+ gponOltAutoAuthSwitch
+ GponSwitch,
+ gponOltPortAutoAuthSwitchBitMap
+ OCTET STRING,
+ gponOltAutoAuthRuleNumber
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.1
+ gponOltAutoAuthMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ all(1),
+ equid-auth(2),
+ vendor-auth(3),
+ equid-swver-auth(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthControlEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.2
+ gponOltAutoAuthSwitch OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthControlEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.3
+ gponOltPortAutoAuthSwitchBitMap OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthControlEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.1.1.4
+ gponOltAutoAuthRuleNumber OBJECT-TYPE
+ SYNTAX Integer32 (1..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthControlEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2
+ gponOltAutoAuthRuleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOltAutoAuthRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthTable 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1
+ gponOltAutoAuthRuleEntry OBJECT-TYPE
+ SYNTAX GponOltAutoAuthRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltAutoAuthRuleId }
+ ::= { gponOltAutoAuthRuleTable 1 }
+
+
+ GponOltAutoAuthRuleEntry ::=
+ SEQUENCE {
+ gponOltAutoAuthRuleId
+ GponOltAutoAuthRuleId,
+ gponOltAutoAuthRuleRowStatus
+ RowStatus,
+ gponOltAutoAuthVendorId
+ OCTET STRING,
+ gponOltAutoAuthEquipmentID
+ OCTET STRING,
+ gponOltAutoAuthSoftwareVersion
+ OCTET STRING,
+ gponOltAutoAuthLineProfileId
+ GponLinePorfileId,
+ gponOltAutoAuthSrvProfileId
+ GponSrvProfileId,
+ gponOltAutoAuthOnuNumber
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.2
+ gponOltAutoAuthRuleId OBJECT-TYPE
+ SYNTAX GponOltAutoAuthRuleId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.3
+ gponOltAutoAuthRuleRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.4
+ gponOltAutoAuthVendorId OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (4))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.5
+ gponOltAutoAuthEquipmentID OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..20))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.6
+ gponOltAutoAuthSoftwareVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..14))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.7
+ gponOltAutoAuthLineProfileId OBJECT-TYPE
+ SYNTAX GponLinePorfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.8
+ gponOltAutoAuthSrvProfileId OBJECT-TYPE
+ SYNTAX GponSrvProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.17.4.2.1.9
+ gponOltAutoAuthOnuNumber OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOltAutoAuthRuleEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18
+ gponOnuObjects OBJECT IDENTIFIER ::= { gponControlObjects 18 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1
+ gponOnuConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1
+ gponOnuConfigEntry OBJECT-TYPE
+ SYNTAX GponOnuConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuConfigTable 1 }
+
+
+ GponOnuConfigEntry ::=
+ SEQUENCE {
+ gponOnuId
+ GponOnuId,
+ gponOnuRowStatus
+ RowStatus,
+ gponOnuAuthMode
+ INTEGER,
+ gponOnuSn
+ DisplayString,
+ gponOnuPassword
+ DisplayString,
+ gponOnuLineProfileId
+ GponLinePorfileId,
+ gponOnuServiceProfileId
+ GponSrvProfileId,
+ gponOnuDescription
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.1
+ gponOnuId OBJECT-TYPE
+ SYNTAX GponOnuId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.2
+ gponOnuRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.3
+ gponOnuAuthMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sn(1),
+ password(2),
+ sn-and-password(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.4
+ gponOnuSn OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.5
+ gponOnuPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.6
+ gponOnuLineProfileId OBJECT-TYPE
+ SYNTAX GponLinePorfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.7
+ gponOnuServiceProfileId OBJECT-TYPE
+ SYNTAX GponSrvProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.1.1.8
+ gponOnuDescription OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuConfigEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2
+ gponOnuInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1
+ gponOnuInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuInfoTable 1 }
+
+
+ GponOnuInfoEntry ::=
+ SEQUENCE {
+ gponOnuRunState
+ INTEGER,
+ gponOnuConfigState
+ INTEGER,
+ gponOnuMatchState
+ INTEGER,
+ gponOnuDistance
+ Integer32,
+ gponOnuInfoDescription
+ OCTET STRING,
+ gponOnuInfoLastUpTime
+ DisplayString,
+ gponOnuInfoLastDownTime
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.1
+ gponOnuRunState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ online(1),
+ offline(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.2
+ gponOnuConfigState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ initial(1),
+ success(2),
+ failed(3),
+ configing(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.3
+ gponOnuMatchState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ initial(1),
+ match(2),
+ mismatch(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.4
+ gponOnuDistance OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.5
+ gponOnuInfoDescription OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.6
+ gponOnuInfoLastUpTime OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.2.1.7
+ gponOnuInfoLastDownTime OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3
+ gponOnuCapabilityInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuCapabilityInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1
+ gponOnuCapabilityInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuCapabilityInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuCapabilityInfoTable 1 }
+
+
+ GponOnuCapabilityInfoEntry ::=
+ SEQUENCE {
+ gponOnuType
+ INTEGER,
+ gponOnuPonPortNum
+ Integer32,
+ gponOnuEthPortNum
+ Integer32,
+ gponOnuVeipPortNum
+ Integer32,
+ gponOnuPotsPortNum
+ Integer32,
+ gponOnuCatvPortNum
+ Integer32,
+ gponOnuGemPortNum
+ Integer32,
+ gponOnuTcontNum
+ Integer32,
+ gponOnuFlowControlType
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.1
+ gponOnuType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sfu(1),
+ mdu(2),
+ hgu(3),
+ sfu-hgu(4),
+ mdu-hgu(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.2
+ gponOnuPonPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.3
+ gponOnuEthPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.4
+ gponOnuVeipPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.5
+ gponOnuPotsPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.6
+ gponOnuCatvPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.7
+ gponOnuGemPortNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.8
+ gponOnuTcontNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.3.1.9
+ gponOnuFlowControlType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ pq(0),
+ car(1),
+ pqAndCar(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCapabilityInfoEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4
+ gponOnuControlTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1
+ gponOnuControlEntry OBJECT-TYPE
+ SYNTAX GponOnuControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuControlTable 1 }
+
+
+ GponOnuControlEntry ::=
+ SEQUENCE {
+ gponOnuReset
+ INTEGER,
+ gponOnuDeactive
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1.1
+ gponOnuReset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ reset(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuControlEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.4.1.2
+ gponOnuDeactive OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ active(0),
+ deactive(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuControlEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5
+ gponOnuAutofindInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuAutofindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1
+ gponOnuAutofindInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuAutofindInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuAutofindId }
+ ::= { gponOnuAutofindInfoTable 1 }
+
+
+ GponOnuAutofindInfoEntry ::=
+ SEQUENCE {
+ gponOnuAutofindId
+ Integer32,
+ gponOnuAutofindRowStatus
+ INTEGER,
+ gponOnuAutofindSn
+ GponOnuSn,
+ gponOnuAutofindPassword
+ GponOnuPassword,
+ gponOnuAutofindVendorId
+ OCTET STRING,
+ gponOnuAutofindVersion
+ OCTET STRING,
+ gponOnuAutofindEquipmentID
+ OCTET STRING,
+ gponOnuAutofindSoftwareVersion
+ OCTET STRING,
+ gponOnuAutofindTime
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.1
+ gponOnuAutofindId OBJECT-TYPE
+ SYNTAX Integer32 (1..128)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.2
+ gponOnuAutofindRowStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ active(1),
+ destory(6)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.3
+ gponOnuAutofindSn OBJECT-TYPE
+ SYNTAX GponOnuSn
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.4
+ gponOnuAutofindPassword OBJECT-TYPE
+ SYNTAX GponOnuPassword
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.5
+ gponOnuAutofindVendorId OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (4))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.6
+ gponOnuAutofindVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..14))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.7
+ gponOnuAutofindEquipmentID OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..20))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.8
+ gponOnuAutofindSoftwareVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..14))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.5.1.9
+ gponOnuAutofindTime OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAutofindInfoEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6
+ gponOnuOpticalInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuOpticalInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1
+ gponOnuOpticalInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuOpticalInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuOpticalInfoTable 1 }
+
+
+ GponOnuOpticalInfoEntry ::=
+ SEQUENCE {
+ gponOnuOpticalVoltage
+ DisplayString,
+ gponOnuOpticalTxPower
+ DisplayString,
+ gponOnuOpticalRxPower
+ DisplayString,
+ gponOnuOpticalLaserBiasCurrent
+ DisplayString,
+ gponOnuOpticalTemperature
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.1
+ gponOnuOpticalVoltage OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuOpticalInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.2
+ gponOnuOpticalTxPower OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuOpticalInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.4
+ gponOnuOpticalRxPower OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuOpticalInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.5
+ gponOnuOpticalLaserBiasCurrent OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuOpticalInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.6.1.6
+ gponOnuOpticalTemperature OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuOpticalInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7
+ gponOnuVersionTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuVersionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1
+ gponOnuVersionEntry OBJECT-TYPE
+ SYNTAX GponOnuVersionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId }
+ ::= { gponOnuVersionTable 1 }
+
+
+ GponOnuVersionEntry ::=
+ SEQUENCE {
+ gponOnuMainSoftwareVersion
+ DisplayString,
+ gponOnuStandbySoftwareVersion
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1.1
+ gponOnuMainSoftwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuVersionEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.7.1.2
+ gponOnuStandbySoftwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuVersionEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8
+ gponOnuAuthenticationManagement OBJECT IDENTIFIER ::= { gponOnuObjects 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2
+ gponOnuAuthenticationConfirmTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuAuthenticationConfirmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationManagement 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1
+ gponOnuAuthenticationConfirmEntry OBJECT-TYPE
+ SYNTAX GponOnuAuthenticationConfirmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOnuAuthenticationConfirmDeviceId, gponOnuAuthenticationConfirmCardId, gponOnuAuthenticationConfirmPortId }
+ ::= { gponOnuAuthenticationConfirmTable 1 }
+
+
+ GponOnuAuthenticationConfirmEntry ::=
+ SEQUENCE {
+ gponOnuAuthenticationConfirmDeviceId
+ Integer32,
+ gponOnuAuthenticationConfirmCardId
+ Integer32,
+ gponOnuAuthenticationConfirmPortId
+ Integer32,
+ gponOnuAuthenConfirmType
+ INTEGER,
+ gponOnuAuthenConfirmSn
+ DisplayString,
+ gponOnuAuthenConfirmPassword
+ DisplayString,
+ gponOnuAuthenConfirmLoid
+ GponOnuLoid,
+ gponOnuAuthenConfirmLoidPassword
+ GponOnuLoidPassword,
+ gponOnuAuthenConfirmLineProfileId
+ Unsigned32,
+ gponOnuAuthenConfirmServiceProfileId
+ Unsigned32,
+ gponOnuAuthenConfirmTimeMode
+ INTEGER,
+ gponOnuAuthenConfirmAgingDuration
+ Unsigned32,
+ gponOnuAuthenticationConfirmRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.1
+ gponOnuAuthenticationConfirmDeviceId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.2
+ gponOnuAuthenticationConfirmCardId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.3
+ gponOnuAuthenticationConfirmPortId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.4
+ gponOnuAuthenConfirmType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ snAuth(1),
+ snPwdAuth(2),
+ pwdAuth(3),
+ loidAuth(4),
+ loidPwdAuth(5),
+ snAuthAll(6),
+ snPwdAuthAll(7),
+ pwdAuthAll(8),
+ loidAuthAll(9),
+ loidPwdAuthAll(10)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.5
+ gponOnuAuthenConfirmSn OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.6
+ gponOnuAuthenConfirmPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.7
+ gponOnuAuthenConfirmLoid OBJECT-TYPE
+ SYNTAX GponOnuLoid
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.8
+ gponOnuAuthenConfirmLoidPassword OBJECT-TYPE
+ SYNTAX GponOnuLoidPassword
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.9
+ gponOnuAuthenConfirmLineProfileId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.10
+ gponOnuAuthenConfirmServiceProfileId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.11
+ gponOnuAuthenConfirmTimeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ always(0),
+ onceAging(1),
+ onceNoAging(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.12
+ gponOnuAuthenConfirmAgingDuration OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.2.1.13
+ gponOnuAuthenticationConfirmRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuAuthenticationConfirmEntry 13 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3
+ gponOnuPolicyAuthTable OBJECT IDENTIFIER ::= { gponOnuAuthenticationManagement 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1
+ gponOnuPolicyAuthControlTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuPolicyAuthControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthTable 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1
+ gponOnuPolicyAuthControlEntry OBJECT-TYPE
+ SYNTAX GponOnuPolicyAuthControlEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOnuPolicyAuthControlDeviceId }
+ ::= { gponOnuPolicyAuthControlTable 1 }
+
+
+ GponOnuPolicyAuthControlEntry ::=
+ SEQUENCE {
+ gponOnuPolicyAuthControlDeviceId
+ Integer32,
+ gponOnuPolicyAuthSwitch
+ GponSwitch,
+ gponOnuPolicyAuthPortSwtichBitMap
+ OCTET STRING,
+ gponOnuPolicyAuthMode
+ INTEGER,
+ gponOnuPolicyAuthTargetMode
+ INTEGER,
+ gponOnuPolicyAuthTimeMode
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.1
+ gponOnuPolicyAuthControlDeviceId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.2
+ gponOnuPolicyAuthSwitch OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.3
+ gponOnuPolicyAuthPortSwtichBitMap OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.4
+ gponOnuPolicyAuthMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ all(0),
+ equid(1),
+ vendor(2),
+ equidAndSwver(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.5
+ gponOnuPolicyAuthTargetMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ snAuth(0),
+ snPasswordAuth(1),
+ passwordAuth(2),
+ loidAuth(3),
+ loidPasswordAuth(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.1.1.6
+ gponOnuPolicyAuthTimeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ always(0),
+ onceNoAging(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthControlEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2
+ gponOnuPolicyAuthRuleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuPolicyAuthRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthTable 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1
+ gponOnuPolicyAuthRuleEntry OBJECT-TYPE
+ SYNTAX GponOnuPolicyAuthRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOnuPolicyAuthCardId, gponOnuPolicyAuthRuleId }
+ ::= { gponOnuPolicyAuthRuleTable 1 }
+
+
+ GponOnuPolicyAuthRuleEntry ::=
+ SEQUENCE {
+ gponOnuPolicyAuthCardId
+ Unsigned32,
+ gponOnuPolicyAuthRuleId
+ Unsigned32,
+ gponOnuPolicyAuthRuleMatchMode
+ INTEGER,
+ gponOnuPolicyAuthRuleEquid
+ OCTET STRING,
+ gponOnuPolicyAuthRuleVendorid
+ OCTET STRING,
+ gponOnuPolicyAuthRuleSoftwareVersion
+ OCTET STRING,
+ gponOnuPolicyAuthRuleLineProfileId
+ Unsigned32,
+ gponOnuPolicyAuthRuleSrvProfileId
+ Unsigned32,
+ gponOnuPolicyAuthRuleRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.1
+ gponOnuPolicyAuthCardId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.2
+ gponOnuPolicyAuthRuleId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.3
+ gponOnuPolicyAuthRuleMatchMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ all(0),
+ equid(1),
+ vendor(2),
+ equidAndSwver(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.4
+ gponOnuPolicyAuthRuleEquid OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..20))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.5
+ gponOnuPolicyAuthRuleVendorid OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (4))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.6
+ gponOnuPolicyAuthRuleSoftwareVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..14))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.7
+ gponOnuPolicyAuthRuleLineProfileId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.8
+ gponOnuPolicyAuthRuleSrvProfileId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.18.8.3.2.1.9
+ gponOnuPolicyAuthRuleRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPolicyAuthRuleEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19
+ gponOnuEthPortObjects OBJECT IDENTIFIER ::= { gponControlObjects 19 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1
+ gponOnuEthPortCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuEthPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1
+ gponOnuEthPortCfgEntry OBJECT-TYPE
+ SYNTAX GponOnuEthPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuEthPortId
+ }
+ ::= { gponOnuEthPortCfgTable 1 }
+
+
+ GponOnuEthPortCfgEntry ::=
+ SEQUENCE {
+ gponOnuEthPortId
+ GponOnuEthPortId,
+ gponOnuEthPortNativeVlanId
+ GponVlanId,
+ gponOnuEthPortNativeVlanPriority
+ GponVlanPriority,
+ gponOnuEthPortInboundCarId
+ Integer32,
+ gponOnuEthPortOutboundCarId
+ Integer32,
+ gponOnuEthPortSpeedAndDuplex
+ INTEGER,
+ gponOnuEthPortFlowCtrl
+ GponSwitch,
+ gponOnuEthPortOperationalState
+ GponSwitch
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.1
+ gponOnuEthPortId OBJECT-TYPE
+ SYNTAX GponOnuEthPortId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.2
+ gponOnuEthPortNativeVlanId OBJECT-TYPE
+ SYNTAX GponVlanId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.3
+ gponOnuEthPortNativeVlanPriority OBJECT-TYPE
+ SYNTAX GponVlanPriority
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.4
+ gponOnuEthPortInboundCarId OBJECT-TYPE
+ SYNTAX Integer32 (1..256 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.5
+ gponOnuEthPortOutboundCarId OBJECT-TYPE
+ SYNTAX Integer32 (1..256 | 65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.6
+ gponOnuEthPortSpeedAndDuplex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ autoNeg(0),
+ full10(1),
+ full100(2),
+ full1000(3),
+ half10(17),
+ half100(18),
+ half1000(19)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.8
+ gponOnuEthPortFlowCtrl OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.9
+ gponOnuEthPortOperationalState OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2
+ gponOnuEthPortInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuEthPortInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1
+ gponOnuEthPortInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuEthPortInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuEthPortId
+ }
+ ::= { gponOnuEthPortInfoTable 1 }
+
+
+ GponOnuEthPortInfoEntry ::=
+ SEQUENCE {
+ gponOnuEthPortSpeedAndDuplexInfo
+ INTEGER,
+ gponOnuEthPortState
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1.1
+ gponOnuEthPortSpeedAndDuplexInfo OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ full10(1),
+ full100(2),
+ full1000(3),
+ half10(17),
+ half100(18),
+ half1000(19)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.2.1.2
+ gponOnuEthPortState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3
+ gponOnuEthPortMacAddressTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuEthPortMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1
+ gponOnuEthPortMacAddressEntry OBJECT-TYPE
+ SYNTAX GponOnuEthPortMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuEthPortId,
+ gponOnuEthPortMacAddressId }
+ ::= { gponOnuEthPortMacAddressTable 1 }
+
+
+ GponOnuEthPortMacAddressEntry ::=
+ SEQUENCE {
+ gponOnuEthPortMacAddressId
+ Integer32,
+ gponOnuEthPortMacAddress
+ GponMac
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1.1
+ gponOnuEthPortMacAddressId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortMacAddressEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.19.3.1.2
+ gponOnuEthPortMacAddress OBJECT-TYPE
+ SYNTAX GponMac
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuEthPortMacAddressEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20
+ gponOnuPotsPortObjects OBJECT IDENTIFIER ::= { gponControlObjects 20 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1
+ gponOnuPotsPortCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuPotsPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1
+ gponOnuPotsPortCfgEntry OBJECT-TYPE
+ SYNTAX GponOnuPotsPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuPotsPortId
+ }
+ ::= { gponOnuPotsPortCfgTable 1 }
+
+
+ GponOnuPotsPortCfgEntry ::=
+ SEQUENCE {
+ gponOnuPotsPortId
+ GponOnuPotsPortId,
+ gponOnuPotsPortOperationalState
+ GponSwitch,
+ gponOnuPotsPortCfgPotsProfileId
+ GponPotsProfileId
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.1
+ gponOnuPotsPortId OBJECT-TYPE
+ SYNTAX GponOnuPotsPortId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.2
+ gponOnuPotsPortOperationalState OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.1.1.3
+ gponOnuPotsPortCfgPotsProfileId OBJECT-TYPE
+ SYNTAX GponPotsProfileId
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { 65535 }
+ ::= { gponOnuPotsPortCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2
+ gponOnuIpCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuIpCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1
+ gponOnuIpCfgEntry OBJECT-TYPE
+ SYNTAX GponOnuIpCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuIpHostId
+ }
+ ::= { gponOnuIpCfgTable 1 }
+
+
+ GponOnuIpCfgEntry ::=
+ SEQUENCE {
+ gponOnuIpHostId
+ Integer32,
+ gponOnuIpCfgRowStatus
+ RowStatus,
+ gponOnuIpCfgMode
+ INTEGER,
+ gponOnuIpCfgVlanId
+ Integer32,
+ gponOnuIpCfgVlanPri
+ Integer32,
+ gponOnuIpCfgIp
+ IpAddress,
+ gponOnuIpCfgMask
+ IpAddress,
+ gponOnuIpCfgGateway
+ IpAddress,
+ gponOnuIpCfgPriDns
+ IpAddress,
+ gponOnuIpCfgSlaveDns
+ IpAddress,
+ gponOnuIpCfgMacAddress
+ GponMac
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.1
+ gponOnuIpHostId OBJECT-TYPE
+ SYNTAX Integer32 (1..2)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.2
+ gponOnuIpCfgRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.3
+ gponOnuIpCfgMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ dhcp(1),
+ static(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.4
+ gponOnuIpCfgVlanId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.5
+ gponOnuIpCfgVlanPri OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.6
+ gponOnuIpCfgIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.7
+ gponOnuIpCfgMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.8
+ gponOnuIpCfgGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.9
+ gponOnuIpCfgPriDns OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.10
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.10
+ gponOnuIpCfgSlaveDns OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.11
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.2.1.11
+ gponOnuIpCfgMacAddress OBJECT-TYPE
+ SYNTAX GponMac
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuIpCfgEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3
+ gponOnuSipPstnUserTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuSipPstnUserEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1
+ gponOnuSipPstnUserEntry OBJECT-TYPE
+ SYNTAX GponOnuSipPstnUserEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuSipPstnUserId
+ }
+ ::= { gponOnuSipPstnUserTable 1 }
+
+
+ GponOnuSipPstnUserEntry ::=
+ SEQUENCE {
+ gponOnuSipPstnUserId
+ GponOnuPotsPortId,
+ gponOnuSipPstnUserRowStatus
+ RowStatus,
+ gponOnuSipPstnUserName
+ OCTET STRING,
+ gponOnuSipPstnUserPassword
+ OCTET STRING,
+ gponOnuSipPstnUserTelephoneNumber
+ OCTET STRING,
+ gponOnuSipPstnUserAgentProfileId
+ GponSipAgentProfileId,
+ gponOnuSipPstnUserDigitMapProfileId
+ GponDigitMapProfileId,
+ gponOnuSipPstnUserSipRightFlagProfileId
+ GponSipRightFlagProfileId
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.2
+ gponOnuSipPstnUserId OBJECT-TYPE
+ SYNTAX GponOnuPotsPortId
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.3
+ gponOnuSipPstnUserRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.4
+ gponOnuSipPstnUserName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..24))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.5
+ gponOnuSipPstnUserPassword OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..24))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.6
+ gponOnuSipPstnUserTelephoneNumber OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..32))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.7
+ gponOnuSipPstnUserAgentProfileId OBJECT-TYPE
+ SYNTAX GponSipAgentProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { 65535 }
+ ::= { gponOnuSipPstnUserEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.8
+ gponOnuSipPstnUserDigitMapProfileId OBJECT-TYPE
+ SYNTAX GponDigitMapProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { 65535 }
+ ::= { gponOnuSipPstnUserEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.9
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.3.1.9
+ gponOnuSipPstnUserSipRightFlagProfileId OBJECT-TYPE
+ SYNTAX GponSipRightFlagProfileId
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { 65535 }
+ ::= { gponOnuSipPstnUserEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4
+ gponOnuSipPstnUserInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuSipPstnUserInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuPotsPortObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1
+ gponOnuSipPstnUserInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuSipPstnUserInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuSipPstnUserId
+ }
+ ::= { gponOnuSipPstnUserInfoTable 1 }
+
+
+ GponOnuSipPstnUserInfoEntry ::=
+ SEQUENCE {
+ gponOnuSipPstnUserState
+ INTEGER,
+ gponOnuSipPstnUserHookState
+ INTEGER,
+ gponOnuSipPstnUserCodec
+ DisplayString,
+ gponOnuSipPstnUserServerStatus
+ DisplayString,
+ gponOnuSipPstnUserSessionType
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.1
+ gponOnuSipPstnUserState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ lock(1),
+ unlock(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.2
+ gponOnuSipPstnUserHookState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ onhook(1),
+ offhook(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.3
+ gponOnuSipPstnUserCodec OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.4
+ gponOnuSipPstnUserServerStatus OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.20.4.1.5
+ gponOnuSipPstnUserSessionType OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuSipPstnUserInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.21
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.21
+ gponOnuCatvPortObjects OBJECT IDENTIFIER ::= { gponControlObjects 21 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1
+ gponOnuCatvPortCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuCatvPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCatvPortObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1
+ gponOnuCatvPortCfgEntry OBJECT-TYPE
+ SYNTAX GponOnuCatvPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponOltDeviceId, gponOltCardId, gponOltPortId, gponOnuId, gponOnuCatvPortId
+ }
+ ::= { gponOnuCatvPortCfgTable 1 }
+
+
+ GponOnuCatvPortCfgEntry ::=
+ SEQUENCE {
+ gponOnuCatvPortId
+ Integer32,
+ gponOnuCatvPortOperationalState
+ GponSwitch
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1.1
+ gponOnuCatvPortId OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCatvPortCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.2.21.1.1.2
+ gponOnuCatvPortOperationalState OBJECT-TYPE
+ SYNTAX GponSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuCatvPortCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4
+ gponAlarmObjects OBJECT IDENTIFIER ::= { gponObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.1
+ gponNotifications OBJECT IDENTIFIER ::= { gponAlarmObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.1.1
+ gponAlarmNotification NOTIFICATION-TYPE
+ OBJECTS { gponTrapId, gponTrapState, gponTrapOltPortId, gponTrapOnuId, gponTrapOnuSn,
+ gponTrapOnuPassword, gponTrapRogueOnuSn, gponTrapParameters }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponNotifications 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6
+ gponTrapObjects OBJECT IDENTIFIER ::= { gponAlarmObjects 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.1
+ gponTrapId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.2
+ gponTrapState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ report(1),
+ clear(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.3
+ gponTrapParameters OBJECT-TYPE
+ SYNTAX BITS
+ {
+ none(0),
+ oltPortId(1),
+ onuId(2),
+ onuSn(3),
+ password(4),
+ rogueOnuSn(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.4
+ gponTrapOltPortId OBJECT-TYPE
+ SYNTAX Integer32 (1..8 | 65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.5
+ gponTrapOnuId OBJECT-TYPE
+ SYNTAX Integer32 (1..128 | 65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.6
+ gponTrapOnuSn OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.7
+ gponTrapOnuPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.6.8
+ gponTrapRogueOnuSn OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapObjects 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8
+ gponManagementObjects OBJECT IDENTIFIER ::= { gponAlarmObjects 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1
+ gponManagementAddrTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponManagementAddrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1.1
+ gponManagementAddrEntry OBJECT-TYPE
+ SYNTAX GponManagementAddrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponManagementAddrName }
+ ::= { gponManagementAddrTable 1 }
+
+
+ GponManagementAddrEntry ::=
+ SEQUENCE {
+ gponManagementAddrName
+ OCTET STRING,
+ gponManagementAddrRowStatus
+ RowStatus,
+ gponManagementAddrTAddress
+ OCTET STRING,
+ gponManagementAddrCommunity
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1.1.1
+ gponManagementAddrName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..32))
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponManagementAddrEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1.1.2
+ gponManagementAddrRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponManagementAddrEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1.1.3
+ gponManagementAddrTAddress OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (8))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponManagementAddrEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.5.1.1.4.8.1.1.4
+ gponManagementAddrCommunity OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponManagementAddrEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64
+ gponConformance OBJECT IDENTIFIER ::= { gponObjects 64 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.1
+ gponCompliances OBJECT IDENTIFIER ::= { gponConformance 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.1.1
+-- this module
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.1.1
+ gponCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "Description."
+ MODULE -- this module
+ MANDATORY-GROUPS { gponDbaProfileGroup, gponLineProfileGroup, gponSrvProfileGroup, gponTrafficProfileGroup, gponSipAgentProfileGroup,
+ gponSipRightFlagProfileGroup, gponDigitMapProfileGroup, gponPotsProfileGroup }
+ ::= { gponCompliances 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2
+ gponGroups OBJECT IDENTIFIER ::= { gponConformance 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1
+ gponProfileGroups OBJECT IDENTIFIER ::= { gponGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.1
+ gponDbaProfileGroup OBJECT-GROUP
+ OBJECTS { gponDbaProfileFixRate, gponDbaProfileBindNum, gponDbaProfileName, gponDbaProfileRowStatus, gponDbaProfileMaxRate,
+ gponDbaProfileType, gponDbaProfileAssureRate }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.2
+ gponLineProfileGroup OBJECT-GROUP
+ OBJECTS { gponLineProfileRowStatus, gponLineProfileName, gponLineProfileMappingMode, gponLineProfileTcontNum, gponLineProfileGemNum,
+ gponLineProfileBindNum, gponLineProfileTcontId, gponLineProfileTcontRowStatus, gponLineProfileTcontDbaProfileId, gponLineProfileGemId,
+ gponLineProfileGemRowStatus, gponLineProfileGemTcontId, gponLineProfileGemUpCar, gponLineProfileGemDownCar, gponLineProfileGemMapNum,
+ gponLineProfileGemMapId, gponLineProfileGemMapRowStatus, gponLineProfileGemMapPriority, gponLineProfileGemMapVlan }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.3
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.3
+ gponSrvProfileGroup OBJECT-GROUP
+ OBJECTS { gponSrvProfileId, gponSrvProfileRowStatus, gponSrvProfileName, gponSrvProfileBindNum, gponSrvProfileMcMode,
+ gponSrvProfileUpIgmpFwdMode, gponSrvProfileUpIgmpTCI, gponSrvProfileDnMcMode, gponSrvProfileDnMcTCI, gponSrvProfileEthNum,
+ gponSrvProfilePotsNum, gponSrvProfilePortType, gponSrvProfilePortId, gponSrvProfilePortCvlan, gponSrvProfilePortVlanRowStatus,
+ gponSrvProfilePortVlanMode, gponSrvProfilePortVlanSvlan }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.4
+ gponTrafficProfileGroup OBJECT-GROUP
+ OBJECTS { gponTrafficProfileId, gponTrafficProfileRowStatus, gponTrafficProfileName, gponTrafficProfileBindNum, gponTrafficProfileCfgCir,
+ gponTrafficProfileCfgPir, gponTrafficProfileCfgCbs, gponTrafficProfileCfgPbs }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.5
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.5
+ gponSipAgentProfileGroup OBJECT-GROUP
+ OBJECTS { gponSipAgentProfileRowStatus, gponSipAgentProfileName, gponSipAgentProfileBindNum, gponSipAgentProfileProxyServerUri, gponSipAgentProfileRtpDscp,
+ gponSipAgentProfileRtpMinPort, gponSipAgentProfileRtpMaxPort, gponSipAgentProfileSignalDscp, gponSipAgentProfileSignalPort, gponSipAgentProfileSignalTransferMode,
+ gponSipAgentProfileRegistrationExpiration, gponSipAgentProfileRegistrationReregHeadStartTime, gponSipAgentProfileRegistrationServerUri, gponSipAgentProfileVoiceMailServerUri, gponSipAgentProfileVoiceMailSubscriptionExpiration,
+ gponSipAgentProfileConfFactory, gponSipAgentProfileBridgedLineAgent, gponSipAgentProfileAuthRealm, gponSipAgentProfileBindPotsList }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.6
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.6
+ gponSipRightFlagProfileGroup OBJECT-GROUP
+ OBJECTS { gponSipRightFlagProfileId, gponSipRightFlagProfileRowStatus, gponSipRightFlagProfileName, gponSipRightFlagProfileBindNum, gponSipRightFlagProfileCallWaiting,
+ gponSipRightFlagProfileCallProcess, gponSipRightFlagProfileCallPresentation, gponSipRightFlagProfileHotline, gponSipRightFlagProfileHotlineNum, gponSipRightFlagProfileBindPotsList
+ }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.7
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.7
+ gponDigitMapProfileGroup OBJECT-GROUP
+ OBJECTS { gponDigitMapProfileId, gponDigitMapProfileRowStatus, gponDigitMapProfileName, gponDigitMapProfileBindNum, gponDigitMapProfileCriticalDialTime,
+ gponDigitMapProfileDialPlanId, gponDigitMapProfileDialPlanRowStatus, gponDigitMapProfileDialPlanToken, gponDigitMapProfileBindPotsList }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.8
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.1.8
+ gponPotsProfileGroup OBJECT-GROUP
+ OBJECTS { gponPotsProfileId, gponPotsProfileRowStatus, gponPotsProfileName, gponPotsProfileBindNum, gponPotsProfileImpedance,
+ gponPotsProfileSignallingCode, gponPotsProfileRxGain, gponPotsProfileTxGain, gponPotsProfileBindPotsList }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponProfileGroups 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.2
+ gponControlGroups OBJECT IDENTIFIER ::= { gponGroups 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.2.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.2.1
+ gponControlGroup OBJECT-GROUP
+ OBJECTS { gponOltPortAutoFindSwitch, gponOltPortSwitch, gponOltPortStatus, gponOltPortDdmTemperature, gponOltPortDdmVoltage,
+ gponOltPortDdmTxBiasCurrent, gponOltPortDdmTxPower, gponOltPortDdmRxPower, gponOltTransceiverVendor, gponOltTransceiverProductName,
+ gponOltTransceiverVersion, gponOltTransceiverSerialNumber, gponOnuId, gponOnuRowStatus, gponOnuAuthMode,
+ gponOnuSn, gponOnuPassword, gponOnuLineProfileId, gponOnuServiceProfileId, gponOnuDescription,
+ gponOnuRunState, gponOnuConfigState, gponOnuMatchState, gponOnuDistance, gponOnuPonPortNum,
+ gponOnuEthPortNum, gponOnuPotsPortNum, gponOnuGemPortNum, gponOnuTcontNum, gponOnuFlowControlType,
+ gponOnuReset, gponOnuDeactive, gponOnuAutofindRowStatus, gponOnuAutofindSn, gponOnuAutofindPassword,
+ gponOnuAutofindVendorId, gponOnuAutofindVersion, gponOnuAutofindEquipmentID, gponOnuAutofindSoftwareVersion, gponOnuAutofindTime,
+ gponOnuOpticalVoltage, gponOnuOpticalTxPower, gponOnuOpticalRxPower, gponOnuOpticalLaserBiasCurrent, gponOnuOpticalTemperature,
+ gponOnuMainSoftwareVersion, gponOnuStandbySoftwareVersion, gponOnuEthPortId, gponOnuEthPortNativeVlanId, gponOnuEthPortNativeVlanPriority,
+ gponOnuEthPortInboundCarId, gponOnuEthPortOutboundCarId, gponOnuEthPortSpeedAndDuplex, gponOnuEthPortFlowCtrl, gponOnuEthPortOperationalState,
+ gponOnuEthPortSpeedAndDuplexInfo, gponOnuEthPortState, gponOnuEthPortMacAddressId, gponOnuEthPortMacAddress, gponOnuPotsPortId,
+ gponOnuPotsPortOperationalState, gponOnuPotsPortCfgPotsProfileId, gponOnuIpCfgRowStatus, gponOnuIpCfgMode, gponOnuIpCfgVlanId,
+ gponOnuIpCfgVlanPri, gponOnuIpCfgIp, gponOnuIpCfgMask, gponOnuIpCfgGateway, gponOnuIpCfgPriDns,
+ gponOnuIpCfgSlaveDns, gponOnuIpCfgMacAddress, gponOnuSipPstnUserRowStatus, gponOnuSipPstnUserName, gponOnuSipPstnUserPassword,
+ gponOnuSipPstnUserTelephoneNumber, gponOnuSipPstnUserAgentProfileId, gponOnuSipPstnUserDigitMapProfileId, gponOnuSipPstnUserSipRightFlagProfileId, gponOnuSipPstnUserState,
+ gponOnuSipPstnUserHookState, gponOnuSipPstnUserCodec, gponOnuSipPstnUserServerStatus, gponOnuSipPstnUserSessionType }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponControlGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4
+ gponTrapGroups OBJECT IDENTIFIER ::= { gponGroups 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4.1
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4.1
+ gponTrapGroup OBJECT-GROUP
+ OBJECTS { gponTrapOltPortId, gponTrapOnuId, gponTrapOnuSn }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4.2
+ -- 1.3.6.1.4.1.34592.1.5.1.1.64.2.4.2
+ gponTrapTypeGroup NOTIFICATION-GROUP
+ NOTIFICATIONS{gponTrapOltPortId, gponTrapOnuId, gponTrapOnuSn }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrapGroups 2 }
+
+
+
+ END
+
diff --git a/MIBS/cdata/EDFA-oa-MIB b/MIBS/cdata/EDFA-oa-MIB
new file mode 100644
index 0000000..d541bd4
--- /dev/null
+++ b/MIBS/cdata/EDFA-oa-MIB
@@ -0,0 +1,232 @@
+--
+-- EDFA-oa-MIB.mib
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Wednesday, November 08, 2017 at 10:55:00
+--
+
+ EDFA-oa-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ OBJECT-TYPE
+ FROM SNMPv2-SMI;
+
+
+--
+-- Node definitions
+--
+
+-- 1.3.6.1.4.1.34592
+-- edfa OBJECT IDENTIFIER ::= { enterprises 34592 }
+ eponeoc MODULE-IDENTITY
+ LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
+ ORGANIZATION
+ "epon eoc factory."
+ CONTACT-INFO
+ " "
+ DESCRIPTION
+ "epon eoc common mib module"
+ ::= { enterprises 34592 }
+
+ -- 1.3.6.1.4.1.34592.1
+ ipProduct OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Defines the base identifier containing the definition of ip products line.
+ "
+ ::= { eponeoc 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.1
+ mediaConverter OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Defines the base identifier for the subtree
+ supported by media converter line products.
+ "
+ ::= { ipProduct 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5
+ edfa OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Defines the base identifier for the subtree
+ supported by smartCPE Switch line products.
+ "
+ ::= { ipProduct 5 }
+
+-- 1.3.6.1.4.1.34592.1.5.1
+ oaEDFAAlarmRangeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OaEDFAAlarmRangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { edfa 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1
+ oaEDFAAlarmRangeEntry OBJECT-TYPE
+ SYNTAX OaEDFAAlarmRangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { oaEDFAAlarmRangeIndex }
+ ::= { oaEDFAAlarmRangeTable 1 }
+
+
+ OaEDFAAlarmRangeEntry ::=
+ SEQUENCE {
+ oaEDFAAlarmRangeIndex
+ INTEGER,
+ oaEDFAAlarmRangeDecr
+ OCTET STRING,
+ oaEDFAAlarmRangeHIHItoHI
+ INTEGER,
+ oaEDFAAlarmRangeHIHItoLO
+ INTEGER,
+ oaEDFAAlarmRangeHItoHI
+ INTEGER,
+ oaEDFAAlarmRangeHItoLO
+ INTEGER,
+ oaEDFAAlarmRangeLOtoHI
+ INTEGER,
+ oaEDFAAlarmRangeLOtoLO
+ INTEGER,
+ oaEDFAAlarmRangeLOLOtoHI
+ INTEGER,
+ oaEDFAAlarmRangeLOLOtoLO
+ INTEGER,
+ oaEDFAAlarmRangeDDtoHI
+ INTEGER,
+ oaEDFAAlarmRangeDDtoLO
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.1
+ oaEDFAAlarmRangeIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..12)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.2
+ oaEDFAAlarmRangeDecr OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.3
+ oaEDFAAlarmRangeHIHItoHI OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.4
+ oaEDFAAlarmRangeHIHItoLO OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.5
+ oaEDFAAlarmRangeHItoHI OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.6
+ oaEDFAAlarmRangeHItoLO OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.7
+ oaEDFAAlarmRangeLOtoHI OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.8
+ oaEDFAAlarmRangeLOtoLO OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.9
+ oaEDFAAlarmRangeLOLOtoHI OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.10
+ oaEDFAAlarmRangeLOLOtoLO OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.11
+ oaEDFAAlarmRangeDDtoHI OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.5.1.1.12
+ oaEDFAAlarmRangeDDtoLO OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 12 }
+
+
+
+ END
+
+--
+-- EDFA-oa-MIB.mib
+--
diff --git a/MIBS/cdata/EPON-EOC-MIB b/MIBS/cdata/EPON-EOC-MIB
new file mode 100644
index 0000000..0de20ac
--- /dev/null
+++ b/MIBS/cdata/EPON-EOC-MIB
@@ -0,0 +1,233 @@
+--
+-- EPON-EOC-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Wednesday, June 15, 2011 at 18:05:47
+--
+
+ EPON-EOC-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
+ FROM SNMPv2-SMI
+ TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+ eponeoc MODULE-IDENTITY
+ LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
+ ORGANIZATION
+ "epon eoc factory."
+ CONTACT-INFO
+ ""
+ DESCRIPTION
+ "epon eoc common mib module"
+ ::= { enterprises 34592 }
+
+
+--
+-- Textual conventions
+--
+
+ OperSwitch ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Device function operation switch type"
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2)
+ }
+
+ DeviceStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Device work status type. One device or dummy device may
+ have following five work status:
+ notPresent(1): the device is not present (not installed)
+ offline(2):the device is present,but can not be communicated (or failed to get its info)
+ online(3):the device is present and can be communicated
+ normal(4):the device is online and work well
+ abnormal(5): the device is online but work abnormal for some reason"
+ SYNTAX INTEGER
+ {
+ notPresent(1),
+ offline(2),
+ online(3),
+ normal(4),
+ abnormal(5)
+ }
+
+ DataDirection ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "A data channel normally have two direction, up and down"
+ SYNTAX INTEGER
+ {
+ upstream(1),
+ downstream(2)
+ }
+
+ DeviceOperation ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This type defines an operate action aggregate"
+ SYNTAX INTEGER
+ {
+ reset(2),
+ default(3),
+ saveConfig(4),
+ restore(5),
+ delete(6)
+ }
+
+ LedStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Led status"
+ SYNTAX INTEGER
+ {
+ on(1),
+ off(2),
+ blink(3)
+ }
+
+ DeviceType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Device type convention. Define all PBB device type value.
+
+ ----------------------------------
+ | family | series | class | type |
+ ----------------------------------
+ 8b 8b 8b 8b
+
+ refer to document <pducuct type defines>"
+ SYNTAX INTEGER
+ {
+ SYSTEM(16842752),
+ EPON-2U8P(16843009),
+ OLT(16843265),
+ PON(16843521),
+ PON(16909057),
+
+ EPON-1U2P(17105153),
+ OLT(17105409),
+ PON(17105665),
+
+ EPON-1U4P(17236225),
+ OLT(17236481),
+ PON(17236737),
+ PON(17235968),
+
+ EPON-1U8P(17170689),
+ OLT(17170945),
+ PON(17171201),
+ PON(17171202),
+
+ ONU4D-B(16974081),
+ ONU4D-B(16974082),
+ ONU4D-B(16974083),
+ ONU1D-G(16974087),
+ ONU2D-GM(16974095),
+ ONU4D-GM(16974094),
+ ONU4D-P(16974089),
+ ONU3D-M(16974090),
+ ONU2D-M(16974092),
+ ONU4D2P(16974337),
+ ONU4D2P-P(16974338),
+ ONU4D1R-P(16974594),
+ ONU4D2P1R(16974849),
+ ONU4D2P1R(17040129),
+ ONU4D2P1R-P(16974850),
+ ONU24D(17039617),
+ ONU1GE(825307496),
+ ONU2GE(825307757),
+ ONU4GEB(825308258),
+ ONU4GE(825308269),
+ ONU1GE1FE1P(825307464),
+ ONU4FE1RF(858797160),
+
+ ONU1FE(16974086),
+ ONU1FE1GE(16974088),
+ ONU4FE(16974085),
+ ONU4FE(16974091),
+ ONU8FEB(16974084),
+ ONU4FE1TV-WDM(16974593),
+
+ ONU1FEC(825241683),
+ ONU1GEC(825241671),
+ ONU4FEC(875573331),
+ ONU4GEB(875573314),
+ ONU2GEM(842018893),
+ ONU4GEM(875573325),
+ ONU4FEW(875573335),
+ ONU4FE1TVC-WDM(875647827),
+ ONU4FE1TVCA(875643987),
+ ONU4FE1TVW-WDM(875647831),
+ ONU4FE1TVW(875643991),
+
+ ONU4FE2P(1),
+ ONU4FE2PA(16974337),
+ ONU4FE2P1TV(2),
+ ONU24FEB(3),
+ ONU4FE2PW(4),
+ ONU2FE1P(5),
+ ONU1FECA(825241960),
+ ONU1GECA(825307496),
+ ONU4FECA(825242728),
+ ONU1GEM (825241674),
+ ONU16FEB(8),
+ ONU4GE(16974097)
+ }
+
+
+--
+-- Node definitions
+--
+
+ -- 1.3.6.1.4.1.34592.1
+ ipProduct OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Defines the base identifier containing the definition of ip products line.
+ "
+ ::= { eponeoc 1 }
+
+ -- 1.3.6.1.4.1.34592.1.1
+ mediaConverter OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Defines the base identifier for the subtree
+ supported by media converter line products.
+ "
+ ::= { ipProduct 1 }
+
+ -- 1.3.6.1.4.1.34592.1.2
+ switch OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Defines the base identifier for the subtree
+ supported by smartCPE Switch line products.
+ "
+ ::= { ipProduct 2 }
+
+ -- 1.3.6.1.4.1.34592.1.3
+ epon OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { ipProduct 3 }
+
+ -- 1.3.6.1.4.1.34592.1.4
+ eoc OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { ipProduct 4 }
+
+
+ END
+
+--
+-- EPON-EOC-MIB.my
+--
diff --git a/MIBS/cdata/FD-OLT-MIB b/MIBS/cdata/FD-OLT-MIB
new file mode 100644
index 0000000..5cc7ef6
--- /dev/null
+++ b/MIBS/cdata/FD-OLT-MIB
@@ -0,0 +1,3853 @@
+--
+-- FD-OLT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Friday, May 19, 2017 at 17:25:13
+--
+
+-- FD-OLT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Wednesday, May 17, 2017 at 18:10:21
+--
+-- FD-OLT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Wednesday, January 18, 2017 at 10:40:43
+--
+-- FD-OLT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, December 27, 2016 at 17:42:41
+--
+-- FD-OLT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, July 14, 2015 at 17:04:02
+--
+-- FD-OLT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Friday, May 15, 2015 at 11:07:43
+--
+-- FD-OLT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Wednesday, March 13, 2013 at 09:01:23
+--
+-- FD-OLT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Tuesday, February 26, 2013 at 14:11:24
+--
+-- FD-OLT-MIB1.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Tuesday, February 26, 2013 at 10:56:55
+--
+-- FD-OLT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Monday, October 29, 2012 at 17:56:58
+--
+-- FD-OLT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Thursday, August 30, 2012 at 20:49:49
+--
+-- FD-OLT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Tuesday, July 12, 2011 at 19:14:06
+--
+-- FD-OLT-MIB.mib
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Monday, May 31, 2010 at 16:33:30
+--
+
+ FD-OLT-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ epon, DeviceStatus, OperSwitch, DeviceOperation, DataDirection
+ FROM EPON-EOC-MIB
+ ponCardSlotId
+ FROM FD-SYSTEM-MIB
+ OBJECT-GROUP, MODULE-COMPLIANCE
+ FROM SNMPv2-CONF
+ IpAddress, Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY
+ FROM SNMPv2-SMI
+ MacAddress, TruthValue, RowStatus
+ FROM SNMPv2-TC;
+
+
+-- 1.3.6.1.4.1.34592.1.3.3
+-- May 27, 2010 at 10:56 GMT
+-- 1.3.6.1.4.1.34592.1.3.3
+-- May 27, 2010 at 10:56 GMT
+-- 1.3.6.1.4.1.34592.1.3.3
+-- May 27, 2010 at 10:56 GMT
+-- 1.3.6.1.4.1.34592.1.3.3
+-- May 27, 2010 at 10:56 GMT
+ -- 1.3.6.1.4.1.34592.1.3.3
+ fdOlt MODULE-IDENTITY
+ LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
+ ORGANIZATION
+ "epon eoc factory."
+ CONTACT-INFO
+ " "
+ DESCRIPTION
+ "OLT mib module"
+ ::= { epon 3 }
+
+
+
+
+--
+-- Node definitions
+--
+
+-- Node definitions
+--
+-- Node definitions
+--
+-- Node definitions
+--
+-- Node definitions
+-- 1.3.6.1.4.1.34592.1.3.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.1
+ -- 1.3.6.1.4.1.34592.1.3.3.1
+ oltBaseManageTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltBaseManageEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "OLT base management information table"
+ ::= { fdOlt 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1
+ oltBaseManageEntry OBJECT-TYPE
+ SYNTAX OltBaseManageEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Each entry in this table contain the info for one OLT (
+ that is also called one PON port)"
+ INDEX { ponCardSlotId, oltId }
+ ::= { oltBaseManageTable 1 }
+
+
+ OltBaseManageEntry ::=
+ SEQUENCE {
+ oltId
+ Integer32,
+ oltMacAddr
+ MacAddress,
+ oltWorkState
+ DeviceStatus,
+ oltEnable
+ OperSwitch,
+ maxPermitLLIDNumber
+ Unsigned32,
+ registeredLLIDNumber
+ Unsigned32,
+ accessedOnuNumber
+ Unsigned32,
+ linkIdExhaust
+ TruthValue,
+ onuIdExhaust
+ TruthValue,
+ linkIdOverWrite
+ TruthValue,
+ onuIdOverWrite
+ TruthValue,
+ oltOperate
+ DeviceOperation,
+ oltUpgradeStat
+ INTEGER,
+ onuMgmtDefType
+ INTEGER,
+ oltPortBandwidth
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.1
+ oltId OBJECT-TYPE
+ SYNTAX INTEGER{ ponIf1(1),
+ ponIf2(2),
+ ponIf3(3),
+ ponIf4(4),
+ ponIf5(5),
+ ponIf6(6),
+ ponIf7(7),
+ ponIf8(8),
+ ponIf9(9),
+ ponIf10(10),
+ ponIf11(11),
+ ponIf12(12),
+ ponIf13(13),
+ ponIf14(14),
+ ponIf15(15),
+ ponIf16(16)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Administratorly assigned identifier value"
+ ::= { oltBaseManageEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.2
+ oltMacAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OLT MAC address"
+ ::= { oltBaseManageEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.3
+ oltWorkState OBJECT-TYPE
+ SYNTAX DeviceStatus
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "work status of the OLT"
+ ::= { oltBaseManageEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.4
+ oltEnable OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "This object is used to enable or disable the OLT.
+ When enabled, the olt will pass user traffic;
+ When disabled,the olt will turning off the EPON port
+ and blocking all traffic in both directions"
+ ::= { oltBaseManageEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.5
+ maxPermitLLIDNumber OBJECT-TYPE
+ SYNTAX Unsigned32 (0..256)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "LLID number that the olt allow to register, this value can only
+ be changed when the olt is disabled."
+ ::= { oltBaseManageEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.6
+ registeredLLIDNumber OBJECT-TYPE
+ SYNTAX Unsigned32 (0..256)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "LLID number that registered now on this OLT"
+ ::= { oltBaseManageEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.7
+ accessedOnuNumber OBJECT-TYPE
+ SYNTAX Unsigned32 (1..64)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The accessed physical ONU number, 'physical' is opposite to
+ 'dummy', a 'Logical Link' is also called a dummy ONU to the OLT
+ "
+ ::= { oltBaseManageEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.8
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.8
+ linkIdExhaust OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicate if there is available linkId which can be allocated
+ to new registered Logical Link"
+ ::= { oltBaseManageEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.9
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.9
+ onuIdExhaust OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Refer to linkIdExhaust desc"
+ ::= { oltBaseManageEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.10
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.10
+ linkIdOverWrite OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description. This object is used to config linkId overwrite
+ operation. LinkId is system resource managed by PON card
+ firmware and used to identify each Logical Link.
+
+ When a new Link register, a LinkId will be assigned.
+ When the registered Link off-line or de-register,the
+ assigned LinkId will still be reserved. Such a policy
+ will lead a result that is the allowed linkId resource
+ exhaust. When this occurred, the device manager can have
+ two choices, delete the off-line linkId entry manually
+ or permit the device firmware itself to overwrite the
+ oldest assigned linkId by seting the value of this object
+ to 'yes'.
+
+ Generally, the choice will be made based on if the user
+ care the off-line Links' configurations and status. If don't
+ care, set this value to 'yes' will be a better choice.
+
+ "
+ ::= { oltBaseManageEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.11
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.11
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.11
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.11
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.11
+ onuIdOverWrite OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Refer to 'linkIdOverWrite' description"
+ ::= { oltBaseManageEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.20
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.20
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.20
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.20
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.20
+ oltOperate OBJECT-TYPE
+ SYNTAX DeviceOperation
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "This object define a collection of operate actions which
+ can be apply on olt device"
+ ::= { oltBaseManageEntry 20 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.21
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.21
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.21
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.21
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.21
+ oltUpgradeStat OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ booting(1),
+ normalRun(2),
+ upgrading(6),
+ upgradeOk(7),
+ upgradeErr(8),
+ upgradeOnu(10)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltBaseManageEntry 21 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.22
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.22
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.22
+-- 1.3.6.1.4.1.34592.1.3.3.1.1.22
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.22
+ onuMgmtDefType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ onuMgmtTk(1),
+ onuMgmtCtc(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltBaseManageEntry 22 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.3.1.1.23
+ oltPortBandwidth OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltBaseManageEntry 23 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4
+-- 1.3.6.1.4.1.34592.1.3.3.4
+-- 1.3.6.1.4.1.34592.1.3.3.4
+-- 1.3.6.1.4.1.34592.1.3.3.4
+ -- 1.3.6.1.4.1.34592.1.3.3.4
+ oltAdvancedManage OBJECT IDENTIFIER ::= { fdOlt 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.1
+ oltChipInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltChipInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description. reserved, may or may not support"
+ ::= { oltAdvancedManage 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.1.1
+ oltChipInfoEntry OBJECT-TYPE
+ SYNTAX OltChipInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Each entry in this table contain an olt info"
+ INDEX { ponCardSlotId, oltId }
+ ::= { oltChipInfoTable 1 }
+
+
+ OltChipInfoEntry ::=
+ SEQUENCE {
+ oltChipProCode
+ Unsigned32,
+ oltChipVer
+ Unsigned32,
+ oltChipFirmVer
+ Unsigned32,
+ oltChipBootVer
+ Unsigned32,
+ oltChipPersVer
+ Unsigned32,
+ oltChipApp0Ver
+ Unsigned32,
+ oltChipApp1Ver
+ Unsigned32,
+ oltChipDiagVer
+ Unsigned32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.1.1.1
+ oltChipProCode OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description. olt chip product code"
+ ::= { oltChipInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.4.1.1.2
+ oltChipVer OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.olt chip version"
+ ::= { oltChipInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.4.1.1.3
+ oltChipFirmVer OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.olt chip frimware version"
+ ::= { oltChipInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.4.1.1.4
+ oltChipBootVer OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "olt chip boot firmware version"
+ ::= { oltChipInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.3.4.1.1.5
+ oltChipPersVer OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "olt chip's personality file version"
+ ::= { oltChipInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.3.4.1.1.6
+ oltChipApp0Ver OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "olt chip application file version"
+ ::= { oltChipInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.3.4.1.1.7
+ oltChipApp1Ver OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "olt chip application file version"
+ ::= { oltChipInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.4.1.1.8
+ -- 1.3.6.1.4.1.34592.1.3.3.4.1.1.8
+ oltChipDiagVer OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "olt chip diagnostic file version"
+ ::= { oltChipInfoEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.2
+ -- 1.3.6.1.4.1.34592.1.3.3.4.2
+ oltOamRateTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltOamRateEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "olt oam rate configurations"
+ ::= { oltAdvancedManage 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.2.1
+ oltOamRateEntry OBJECT-TYPE
+ SYNTAX OltOamRateEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Each entry in this table contain configurations for each OLT"
+ INDEX { ponCardSlotId, oltId }
+ ::= { oltOamRateTable 1 }
+
+
+ OltOamRateEntry ::=
+ SEQUENCE {
+ minOamRate
+ Integer32,
+ maxOamRate
+ Integer32,
+ oamRspTimeout
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.2.1.1
+ minOamRate OBJECT-TYPE
+ SYNTAX Integer32 (0..255)
+ UNITS "sec/PDU"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description. Reserved, EMS may not be support"
+ ::= { oltOamRateEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.4.2.1.2
+ maxOamRate OBJECT-TYPE
+ SYNTAX Integer32 (0..255)
+ UNITS "PDUs/sec"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description. Reserved, EMS may not be support"
+ ::= { oltOamRateEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.4.2.1.3
+ oamRspTimeout OBJECT-TYPE
+ SYNTAX Integer32 (1..255)
+ UNITS "sec"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description. Reserved, EMS may not be support"
+ ::= { oltOamRateEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.3
+ -- 1.3.6.1.4.1.34592.1.3.3.4.3
+ discoveryParaTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DiscoveryParaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description. Reserved.
+ ONU discovery process parameters. These parameters are
+ associated with the transmit distance"
+ ::= { oltAdvancedManage 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.3.1
+ discoveryParaEntry OBJECT-TYPE
+ SYNTAX DiscoveryParaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Each entry in this table contain configurations for each OLT"
+ INDEX { ponCardSlotId, oltId }
+ ::= { discoveryParaTable 1 }
+
+
+ DiscoveryParaEntry ::=
+ SEQUENCE {
+ discoverPeriod
+ Integer32,
+ discoverWindow
+ Integer32,
+ discoverTimeoutVal
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.3.1.1
+ discoverPeriod OBJECT-TYPE
+ SYNTAX Integer32 (10..65535)
+ UNITS "ms"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Discovery process parameters"
+ DEFVAL { 1000 }
+ ::= { discoveryParaEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.4.3.1.2
+ discoverWindow OBJECT-TYPE
+ SYNTAX Integer32 (84..131070)
+ UNITS "bytes"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Discovery process parameters"
+ DEFVAL { 16319 }
+ ::= { discoveryParaEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.4.3.1.3
+ discoverTimeoutVal OBJECT-TYPE
+ SYNTAX Integer32 (1..65535)
+ UNITS "100ms"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Discovery process parameters"
+ DEFVAL { 600 }
+ ::= { discoveryParaEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.4
+-- 1.3.6.1.4.1.34592.1.3.3.4.4
+-- 1.3.6.1.4.1.34592.1.3.3.4.4
+-- 1.3.6.1.4.1.34592.1.3.3.4.4
+ -- 1.3.6.1.4.1.34592.1.3.3.4.4
+ oltAdvancedConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltAdvancedConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contain the information which is not normally
+ used but may be usefull in some special circumstance "
+ ::= { oltAdvancedManage 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.4.1
+ oltAdvancedConfigEntry OBJECT-TYPE
+ SYNTAX OltAdvancedConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Each entry in this table contain the information for one OLT "
+ INDEX { ponCardSlotId, oltId }
+ ::= { oltAdvancedConfigTable 1 }
+
+
+ OltAdvancedConfigEntry ::=
+ SEQUENCE {
+ oltAddiVlanEthType
+ OCTET STRING,
+ onuUltraLongDistanceTrans
+ OperSwitch,
+ oltBroadCastRateCtl
+ OperSwitch,
+ oltMultiCastRateCtl
+ OperSwitch,
+ oltUnkUcCastRateCtl
+ OperSwitch,
+ oltBroadCastRate
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.4.1.1
+ oltAddiVlanEthType OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (4))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Additional Ethernet type to identify vlan frames.
+
+ 0 1 2 3
+ ---------------------------------------------
+ vlan EthType| tag upstream | tag downstream |
+ ---------------------------------------------
+ 2byte 1byte 1byte
+
+ vlan EthType: default 0x8100
+ tag upstream: 1->use this type to tag upstream, 0->untag
+ tag downstream: 1->use this type to tag downstream, 0->untag"
+ ::= { oltAdvancedConfigEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.4.4.1.2
+ onuUltraLongDistanceTrans OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description.Reserved.
+
+ This object is used for enable the ultra-long distance
+ transmission of PON.
+
+ Normally, this object should not be changed, the disable
+ allowwed transmit distance is 20KM for PON standard.
+ But,if some user want it transmit more longer than standard
+ for some special case, he can set this value to true.
+
+ When change this configuration, several parameters should be
+ changed internally. Detail operations will not be descripted
+ here.
+
+ "
+ ::= { oltAdvancedConfigEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.4.4.1.3
+ oltBroadCastRateCtl OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltAdvancedConfigEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.4.4.1.4
+ oltMultiCastRateCtl OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltAdvancedConfigEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.5
+ -- 1.3.6.1.4.1.34592.1.3.3.4.4.1.5
+ oltUnkUcCastRateCtl OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltAdvancedConfigEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.4.4.1.6
+ -- 1.3.6.1.4.1.34592.1.3.3.4.4.1.6
+ oltBroadCastRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltAdvancedConfigEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.5
+ -- 1.3.6.1.4.1.34592.1.3.3.4.5
+ oltDdmInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltDdmInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltAdvancedManage 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.5.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.5.1
+ oltDdmInfoEntry OBJECT-TYPE
+ SYNTAX OltDdmInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId }
+ ::= { oltDdmInfoTable 1 }
+
+
+ OltDdmInfoEntry ::=
+ SEQUENCE {
+ oltDdmInfoTemperature
+ Integer32,
+ oltDdmInfoVoltage
+ Integer32,
+ oltDdmInfoTxBias
+ Integer32,
+ oltDdmInfoTxPower
+ Integer32,
+ oltDdmInfoRxPower
+ Integer32,
+ oltDdmInfoVendor
+ Integer32,
+ oltDdmInfoProductName
+ Integer32,
+ oltDdmInfoVersion
+ Integer32,
+ oltDdmInfoSn
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.5.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.5.1.1
+ oltDdmInfoTemperature OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.
+ OLT DDM Info Temperature(unit:0.01C). "
+ ::= { oltDdmInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.5.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.4.5.1.2
+ oltDdmInfoVoltage OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.
+ OLT DDM Info Voltage(unit:0.01V)."
+ ::= { oltDdmInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.5.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.4.5.1.3
+ oltDdmInfoTxBias OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.
+ OLT DDM Info TX Bias(unit:0.01mA)."
+ ::= { oltDdmInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.5.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.4.5.1.4
+ oltDdmInfoTxPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.
+ OLT DDM Info TX power(unit:0.01dBm)."
+ ::= { oltDdmInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.5.1.5
+ -- 1.3.6.1.4.1.34592.1.3.3.4.5.1.5
+ oltDdmInfoRxPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.
+ OLT DDM Info RX power(unit:0.01dBm)."
+ ::= { oltDdmInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.5.1.6
+ -- 1.3.6.1.4.1.34592.1.3.3.4.5.1.6
+ oltDdmInfoVendor OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.
+ OLT DDM Info Vendor."
+ ::= { oltDdmInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.5.1.7
+ -- 1.3.6.1.4.1.34592.1.3.3.4.5.1.7
+ oltDdmInfoProductName OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.
+ OLT DDM Info Product name."
+ ::= { oltDdmInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.5.1.8
+ -- 1.3.6.1.4.1.34592.1.3.3.4.5.1.8
+ oltDdmInfoVersion OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.
+ OLT DDM Info Version."
+ ::= { oltDdmInfoEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.5.1.9
+ -- 1.3.6.1.4.1.34592.1.3.3.4.5.1.9
+ oltDdmInfoSn OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.
+ OLT DDM Info Serial number."
+ ::= { oltDdmInfoEntry 9 }
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.6
+ -- 1.3.6.1.4.1.34592.1.3.3.4.6
+ oltEncryptTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltEncryptEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltAdvancedManage 6 }
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.6.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.6.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.6.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.6.1
+ OltEncryptEntry OBJECT-TYPE
+ SYNTAX OltEncryptEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId}
+ ::= { oltEncryptTable 1 }
+
+
+ OltEncryptEntry ::=
+ SEQUENCE {
+ oltEncryptData
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.4.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.4.6.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.4.6.1.1
+ oltEncryptData OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description: "
+ ::= { OltEncryptEntry 1 }
+
+-- 1.3.6.1.4.1.34592.1.3.3.5
+-- 1.3.6.1.4.1.34592.1.3.3.5
+-- 1.3.6.1.4.1.34592.1.3.3.5
+-- 1.3.6.1.4.1.34592.1.3.3.5
+ -- 1.3.6.1.4.1.34592.1.3.3.5
+ oltBridgeConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltBridgeConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { fdOlt 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.5.1
+-- 1.3.6.1.4.1.34592.1.3.3.5.1
+-- 1.3.6.1.4.1.34592.1.3.3.5.1
+-- 1.3.6.1.4.1.34592.1.3.3.5.1
+ -- 1.3.6.1.4.1.34592.1.3.3.5.1
+ oltBridgeConfigEntry OBJECT-TYPE
+ SYNTAX OltBridgeConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId }
+ ::= { oltBridgeConfigTable 1 }
+
+
+ OltBridgeConfigEntry ::=
+ SEQUENCE {
+ dynMacAgeTime
+ Integer32,
+ downStreamResetAgeTimer
+ OperSwitch,
+ bridgedVlanNumber
+ Integer32,
+ macOverWrite
+ OperSwitch,
+ discardUnknownMac
+ OperSwitch,
+ forwardTagOnSimpleBridge
+ OperSwitch
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.5.1.1
+ dynMacAgeTime OBJECT-TYPE
+ SYNTAX Integer32 (0..2419200)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "OLT Mac leared entry age limit, the value unit is '1s'. Set
+ this value to 0 will disable mac age feature"
+ ::= { oltBridgeConfigEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.5.1.2
+ downStreamResetAgeTimer OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Generally, only when olt receive learned mac from upstream (from PON port)
+ will reset the age timer. This object give us an option to let olt reset
+ age timer when received learned mac from downstream (from OLT's SNI port)."
+ ::= { oltBridgeConfigEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.5.1.3
+ bridgedVlanNumber OBJECT-TYPE
+ SYNTAX Integer32 (0..64)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "briged vlan number"
+ ::= { oltBridgeConfigEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.5.1.4
+ macOverWrite OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "when enable, the new coming MAC will overwrite the oldest learned
+ MAC when the per-link learning buf is full; when disable, the frame
+ with new mac will be dropped when the learning buf is full."
+ ::= { oltBridgeConfigEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.5
+ -- 1.3.6.1.4.1.34592.1.3.3.5.1.5
+ discardUnknownMac OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Discard unknown MAC, set to enable will cause the OLT to drop downstream
+ frames with unknown (not learned) DAs"
+ ::= { oltBridgeConfigEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.5.1.6
+ -- 1.3.6.1.4.1.34592.1.3.3.5.1.6
+ forwardTagOnSimpleBridge OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Set the object to 'allow' will permit the OLT to forward tagged frames
+ on simple bridge links. Set to 'disallow' will not permit the OLT
+ to forward tagged frames on simple bridges."
+ ::= { oltBridgeConfigEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6
+-- 1.3.6.1.4.1.34592.1.3.3.6
+-- 1.3.6.1.4.1.34592.1.3.3.6
+-- 1.3.6.1.4.1.34592.1.3.3.6
+ -- 1.3.6.1.4.1.34592.1.3.3.6
+ dba OBJECT IDENTIFIER ::= { fdOlt 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.1
+ -- 1.3.6.1.4.1.34592.1.3.3.6.1
+ linkLevelSizeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LinkLevelSizeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contains the configurations that the logical
+ links which can register on each priority level"
+ ::= { dba 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.6.1.1
+ linkLevelSizeEntry OBJECT-TYPE
+ SYNTAX LinkLevelSizeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Each entry indicate an onu"
+ INDEX { ponCardSlotId, oltId }
+ ::= { linkLevelSizeTable 1 }
+
+
+ LinkLevelSizeEntry ::=
+ SEQUENCE {
+ level0Links
+ Integer32,
+ level1Links
+ Integer32,
+ level2Links
+ Integer32,
+ nonDbaLinks
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.6.1.1.1
+ level0Links OBJECT-TYPE
+ SYNTAX Integer32 (0..256)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Priority level 0 link numbers that the olt will allow to register.
+ Priority level 0 is 'min bw=max bw and the delay is sensitive'
+
+ this object can only be changed when the olt is diable"
+ ::= { linkLevelSizeEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.6.1.1.2
+ level1Links OBJECT-TYPE
+ SYNTAX Integer32 (0..256)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Priority level 1 link numbers that the olt will allow to register.
+ Priority level 1 is 'min bw!=0'
+
+
+ this object can only be changed when the olt is diable"
+ ::= { linkLevelSizeEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.6.1.1.3
+ level2Links OBJECT-TYPE
+ SYNTAX Integer32 (1..256)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Priority level 2 link numbers that the olt will allow to register.
+ Priority level 2 is 'min bw=0'
+
+
+ this object can only be changed when the olt is diable"
+ ::= { linkLevelSizeEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.6.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.6.1.1.4
+ nonDbaLinks OBJECT-TYPE
+ SYNTAX Integer32 (1..63)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "TDM level link numbers that the olt will allow to register.
+
+
+ this object can only be changed when the olt is diable
+ "
+ ::= { linkLevelSizeEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.2
+ -- 1.3.6.1.4.1.34592.1.3.3.6.2
+ dbaDropDownWeightTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DbaDropDownWeightEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "DBA drop down weight configuration table"
+ ::= { dba 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1
+ -- 1.3.6.1.4.1.34592.1.3.3.6.2.1
+ dbaDropDownWeightEntry OBJECT-TYPE
+ SYNTAX DbaDropDownWeightEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "DBA drop down weight configuration entry"
+ INDEX { ponCardSlotId, oltId }
+ ::= { dbaDropDownWeightTable 1 }
+
+
+ DbaDropDownWeightEntry ::=
+ SEQUENCE {
+ l0DropDownWeight
+ Integer32,
+ l1DropDownWeight
+ Integer32,
+ l2DropDownWeight
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.6.2.1.1
+ l0DropDownWeight OBJECT-TYPE
+ SYNTAX Integer32 (0..16383)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "level 0 drop down weight"
+ ::= { dbaDropDownWeightEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.6.2.1.2
+ l1DropDownWeight OBJECT-TYPE
+ SYNTAX Integer32 (0..16383)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "level 1 drop down weight"
+ ::= { dbaDropDownWeightEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.6.2.1.3
+ l2DropDownWeight OBJECT-TYPE
+ SYNTAX Integer32 (0..16383)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "level 2 drop down weight"
+ ::= { dbaDropDownWeightEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.3
+ -- 1.3.6.1.4.1.34592.1.3.3.6.3
+ dbaPollRateTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DbaPollRateEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "DBA polling rate table"
+ ::= { dba 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1
+ -- 1.3.6.1.4.1.34592.1.3.3.6.3.1
+ dbaPollRateEntry OBJECT-TYPE
+ SYNTAX DbaPollRateEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "DBA polling rate entry"
+ INDEX { ponCardSlotId, oltId }
+ ::= { dbaPollRateTable 1 }
+
+
+ DbaPollRateEntry ::=
+ SEQUENCE {
+ l0PollingRate
+ Integer32,
+ l1PollingRate
+ Integer32,
+ l2PollingRate
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.6.3.1.1
+ l0PollingRate OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "level 0 links polling rate"
+ ::= { dbaPollRateEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.6.3.1.2
+ l1PollingRate OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "level 1 links polling rate"
+ ::= { dbaPollRateEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.6.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.6.3.1.3
+ l2PollingRate OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "level 2 links polling rate"
+ ::= { dbaPollRateEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.7
+-- 1.3.6.1.4.1.34592.1.3.3.7
+-- 1.3.6.1.4.1.34592.1.3.3.7
+-- 1.3.6.1.4.1.34592.1.3.3.7
+ -- 1.3.6.1.4.1.34592.1.3.3.7
+ aggreBandWidthTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AggreBandWidthEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Aggregate bandwidth configuration table"
+ ::= { fdOlt 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.7.1
+-- 1.3.6.1.4.1.34592.1.3.3.7.1
+-- 1.3.6.1.4.1.34592.1.3.3.7.1
+-- 1.3.6.1.4.1.34592.1.3.3.7.1
+ -- 1.3.6.1.4.1.34592.1.3.3.7.1
+ aggreBandWidthEntry OBJECT-TYPE
+ SYNTAX AggreBandWidthEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Aggregate bandwidth configuration entry"
+ INDEX { ponCardSlotId, oltId, directionId }
+ ::= { aggreBandWidthTable 1 }
+
+
+ AggreBandWidthEntry ::=
+ SEQUENCE {
+ directionId
+ DataDirection,
+ aggreBandWidth
+ Integer32,
+ aggreMaxBurstSize
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.7.1.1
+ directionId OBJECT-TYPE
+ SYNTAX DataDirection
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Administrativly assigned identification for the purpose
+ to distinguish different data direction"
+ ::= { aggreBandWidthEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.7.1.2
+ aggreBandWidth OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Aggregate bandwidth"
+ ::= { aggreBandWidthEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.7.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.7.1.3
+ aggreMaxBurstSize OBJECT-TYPE
+ SYNTAX Integer32 (0..256)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Aggregate max burst size"
+ ::= { aggreBandWidthEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.8
+-- 1.3.6.1.4.1.34592.1.3.3.8
+-- 1.3.6.1.4.1.34592.1.3.3.8
+-- 1.3.6.1.4.1.34592.1.3.3.8
+ -- 1.3.6.1.4.1.34592.1.3.3.8
+ oltAclRuleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltAclRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "OLT acl rule configuration table"
+ ::= { fdOlt 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.8.1
+-- 1.3.6.1.4.1.34592.1.3.3.8.1
+-- 1.3.6.1.4.1.34592.1.3.3.8.1
+-- 1.3.6.1.4.1.34592.1.3.3.8.1
+ -- 1.3.6.1.4.1.34592.1.3.3.8.1
+ oltAclRuleEntry OBJECT-TYPE
+ SYNTAX OltAclRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "OLT configuration rule entry"
+ INDEX { ponCardSlotId, oltId, oltPortId }
+ ::= { oltAclRuleTable 1 }
+
+
+ OltAclRuleEntry ::=
+ SEQUENCE {
+ oltPortId
+ INTEGER,
+ oltAclRuleData
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.8.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.8.1.1
+ oltPortId OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ oltPonPort(1),
+ oltSniPort(2)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Administrativly assigned port ID, used as entry index"
+ ::= { oltAclRuleEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.8.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.8.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.8.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.8.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.8.1.2
+ oltAclRuleData OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " Description:
+ This variable is used to contain the OLT ACL data. Data format:
+ GET:
+ 2 2 1 1 1 1
+ ------------------------------------------------------------------
+ |data length|rule numbers|direction|priority|action|clause numbers|
+ -------------------------------------------------------------------
+ |<------repeat rule number times----------
+ 1 6 1
+ --------------------------------
+ | field | value | operator |
+ --------------------------------
+ |<-repeat clause number times->|
+ ------------------------------>|
+
+ SET/DELETE:
+ 2 1 1 1 1
+ ---------------------------------------------------------
+ |data length|command type|priority|reserved|clause numbers|
+ ---------------------------------------------------------
+ 1 6 1
+ --------------------------------
+ | field | value | operator |
+ --------------------------------
+ |<-repeat clause number times->|
+
+ para comment:
+ command type: 1->set, 2->delete
+ "
+ ::= { oltAclRuleEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.9
+-- 1.3.6.1.4.1.34592.1.3.3.9
+-- 1.3.6.1.4.1.34592.1.3.3.9
+-- 1.3.6.1.4.1.34592.1.3.3.9
+ -- 1.3.6.1.4.1.34592.1.3.3.9
+ priCopyMapTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PriCopyMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Priority copy value map configuration table"
+ ::= { fdOlt 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.9.1
+-- 1.3.6.1.4.1.34592.1.3.3.9.1
+-- 1.3.6.1.4.1.34592.1.3.3.9.1
+-- 1.3.6.1.4.1.34592.1.3.3.9.1
+ -- 1.3.6.1.4.1.34592.1.3.3.9.1
+ priCopyMapEntry OBJECT-TYPE
+ SYNTAX PriCopyMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Priority copy value map configuration entry"
+ INDEX { ponCardSlotId, oltId }
+ ::= { priCopyMapTable 1 }
+
+
+ PriCopyMapEntry ::=
+ SEQUENCE {
+ priCopyMapData
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.9.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.9.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.9.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.9.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.9.1.1
+ priCopyMapData OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " 1 1 1 .. 1 ..
+ -----------------------------------------------------------------------------------------
+ |A/B Precedence|Default COS| N | COS | M | COS |
+ -----------------------------------------------------------------------------------------
+ |<-repeat N times->| |<-repeat M times->|"
+ ::= { priCopyMapEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10
+-- 1.3.6.1.4.1.34592.1.3.3.10
+-- 1.3.6.1.4.1.34592.1.3.3.10
+-- 1.3.6.1.4.1.34592.1.3.3.10
+ -- 1.3.6.1.4.1.34592.1.3.3.10
+ oltIgmpProxy OBJECT IDENTIFIER ::= { fdOlt 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.1
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1
+ igmpProxyConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IgmpProxyConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { oltIgmpProxy 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1
+ igmpProxyConfigEntry OBJECT-TYPE
+ SYNTAX IgmpProxyConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ REFERENCE
+ "add all other needed igmp proxy parameters in this table"
+ INDEX { ponCardSlotId, oltId }
+ ::= { igmpProxyConfigTable 1 }
+
+
+ IgmpProxyConfigEntry ::=
+ SEQUENCE {
+ maxIgmpGroups
+ Integer32,
+ robustCount
+ Integer32,
+ queryInterval
+ Integer32,
+ queryRspTimeout
+ Integer32,
+ queryMaxResTime
+ Integer32,
+ startQueryCount
+ Integer32,
+ startupQueryInterval
+ Integer32,
+ lastMemberQueryCount
+ Integer32,
+ lastMemberQueryInterval
+ Integer32,
+ lastMemberQueryResTime
+ Integer32,
+ upstreamRetransCount
+ Integer32,
+ upstreamRetransInterval
+ Integer32,
+ igmpQueues
+ Integer32,
+ igmpSlaMinGuaranteedBW
+ Integer32,
+ igmpSlaMaxAllowedBW
+ Integer32,
+ igmpSlaDelaySensitive
+ INTEGER,
+ igmpSlaMaxBurstSize
+ Integer32,
+ igmpProxyOper
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.1
+ maxIgmpGroups OBJECT-TYPE
+ SYNTAX Integer32 (0..4096)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpProxyConfigEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.2
+ robustCount OBJECT-TYPE
+ SYNTAX Integer32 (1..16)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpProxyConfigEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.3
+ queryInterval OBJECT-TYPE
+ SYNTAX Integer32 (12..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpProxyConfigEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.4
+ queryRspTimeout OBJECT-TYPE
+ SYNTAX Integer32 (11..65534)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpProxyConfigEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.5
+ queryMaxResTime OBJECT-TYPE
+ SYNTAX Integer32 (1..255)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpProxyConfigEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.6
+ startQueryCount OBJECT-TYPE
+ SYNTAX Integer32 (0..16)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpProxyConfigEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.7
+ startupQueryInterval OBJECT-TYPE
+ SYNTAX Integer32 (12..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "startup query intrval"
+ ::= { igmpProxyConfigEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.8
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.8
+ lastMemberQueryCount OBJECT-TYPE
+ SYNTAX Integer32 (0..16)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "last Member Query Count,range 0--16"
+ ::= { igmpProxyConfigEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.9
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.9
+ lastMemberQueryInterval OBJECT-TYPE
+ SYNTAX Integer32 (11..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "last Member Query Interval"
+ ::= { igmpProxyConfigEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.10
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.10
+ lastMemberQueryResTime OBJECT-TYPE
+ SYNTAX Integer32 (1..255)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "last Membe rQuery Response Time"
+ ::= { igmpProxyConfigEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.11
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.11
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.11
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.11
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.11
+ upstreamRetransCount OBJECT-TYPE
+ SYNTAX Integer32 (0..3)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "upstream Retransmit Count"
+ ::= { igmpProxyConfigEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.12
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.12
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.12
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.12
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.12
+ upstreamRetransInterval OBJECT-TYPE
+ SYNTAX Integer32 (1..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Upstream Retransmit Interval,range 1--65535"
+ ::= { igmpProxyConfigEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.13
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.13
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.13
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.13
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.13
+ igmpQueues OBJECT-TYPE
+ SYNTAX Integer32 (1..10)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpProxyConfigEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.14
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.14
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.14
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.14
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.14
+ igmpSlaMinGuaranteedBW OBJECT-TYPE
+ SYNTAX Integer32 (256..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpProxyConfigEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.15
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.15
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.15
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.15
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.15
+ igmpSlaMaxAllowedBW OBJECT-TYPE
+ SYNTAX Integer32 (256..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpProxyConfigEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.16
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.16
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.16
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.16
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.16
+ igmpSlaDelaySensitive OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sensitive(1),
+ tolerant(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpProxyConfigEntry 16 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.17
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.17
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.17
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.17
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.17
+ igmpSlaMaxBurstSize OBJECT-TYPE
+ SYNTAX Integer32 (1..256)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpProxyConfigEntry 17 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.19
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.19
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.19
+-- 1.3.6.1.4.1.34592.1.3.3.10.1.1.19
+ -- 1.3.6.1.4.1.34592.1.3.3.10.1.1.19
+ igmpProxyOper OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ restorePara(2),
+ refreshGroups(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Restore all the configurable values to factory default"
+ ::= { igmpProxyConfigEntry 19 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.2
+-- 1.3.6.1.4.1.34592.1.3.3.10.2
+-- 1.3.6.1.4.1.34592.1.3.3.10.2
+-- 1.3.6.1.4.1.34592.1.3.3.10.2
+ -- 1.3.6.1.4.1.34592.1.3.3.10.2
+ igmpGroupTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IgmpGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { oltIgmpProxy 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1
+ -- 1.3.6.1.4.1.34592.1.3.3.10.2.1
+ igmpGroupEntry OBJECT-TYPE
+ SYNTAX IgmpGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, igmpGroupIndex }
+ ::= { igmpGroupTable 1 }
+
+
+ IgmpGroupEntry ::=
+ SEQUENCE {
+ igmpGroupIndex
+ Integer32,
+ igmpGroupVlan
+ Integer32,
+ igmpGroupIpAddr
+ IpAddress
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.10.2.1.1
+ igmpGroupIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Administratorly assigned entry index value"
+ ::= { igmpGroupEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.10.2.1.2
+ igmpGroupVlan OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpGroupEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.10.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.10.2.1.3
+ igmpGroupIpAddr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpGroupEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.11
+-- 1.3.6.1.4.1.34592.1.3.3.11
+-- 1.3.6.1.4.1.34592.1.3.3.11
+-- 1.3.6.1.4.1.34592.1.3.3.11
+ -- 1.3.6.1.4.1.34592.1.3.3.11
+ accessUserIdentifer OBJECT IDENTIFIER ::= { fdOlt 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.11.1
+-- 1.3.6.1.4.1.34592.1.3.3.11.1
+-- 1.3.6.1.4.1.34592.1.3.3.11.1
+-- 1.3.6.1.4.1.34592.1.3.3.11.1
+ -- 1.3.6.1.4.1.34592.1.3.3.11.1
+ accessUserIdentiferConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AccessUserIdentiferConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description. PPPOE+ feature management objects"
+ ::= { accessUserIdentifer 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.11.1.1
+ accessUserIdentiferConfigEntry OBJECT-TYPE
+ SYNTAX AccessUserIdentiferConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description. The PPPOE+ feature act on each OLT (PON port)"
+ INDEX { ponCardSlotId, oltId }
+ ::= { accessUserIdentiferConfigTable 1 }
+
+
+ AccessUserIdentiferConfigEntry ::=
+ SEQUENCE {
+ pppoePlusEnable
+ OperSwitch,
+ dhcpOption82
+ OperSwitch
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.11.1.1.1
+ pppoePlusEnable OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description. Enable/Disable pppoe+ feature, when enabled
+ PON card firmware will sniff each pppoe require frames
+ sent from user divice and then add cared info (normal info
+ will be onu ID,onu port, vlan ID) to the protocol specified
+ frame field.
+
+ This feature is usefull when exact user identify is needed.
+ Disable OLT is essential before set this feature."
+ ::= { accessUserIdentiferConfigEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.11.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.11.1.1.2
+ dhcpOption82 OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { accessUserIdentiferConfigEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12
+-- 1.3.6.1.4.1.34592.1.3.3.12
+-- 1.3.6.1.4.1.34592.1.3.3.12
+-- 1.3.6.1.4.1.34592.1.3.3.12
+ -- 1.3.6.1.4.1.34592.1.3.3.12
+ llid OBJECT IDENTIFIER ::= { fdOlt 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1
+ llidConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LlidConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { llid 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1.1
+ llidConfigEntry OBJECT-TYPE
+ SYNTAX LlidConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, linkId }
+ ::= { llidConfigTable 1 }
+
+
+ LlidConfigEntry ::=
+ SEQUENCE {
+ linkId
+ Unsigned32,
+ llidAssigned
+ Unsigned32,
+ associatedOnuId
+ Unsigned32,
+ llidMac
+ MacAddress,
+ linkOnLineStatus
+ DeviceStatus,
+ keyChangeTimer
+ Integer32,
+ llidBridgeType
+ INTEGER,
+ llidMacEntryLimit
+ Integer32,
+ crossConnectLinkId
+ Unsigned32,
+ llidOperation
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1.1.1
+ linkId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4096)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "this object is defined to identify 'Logical Links' registered on
+ OLT, it is a numbered value begin from 1 to max permit Link numbers.
+ it is used within a OLT range.
+
+ this object is different from the followwed 'llidAssigned' object,the
+ latter is the LLID value allocated by OLT itself. the 'linkId' is
+ allocated by PON card software."
+ ::= { llidConfigEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1.1.2
+ llidAssigned OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "LLID value allocated by OLT"
+ ::= { llidConfigEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1.1.3
+ associatedOnuId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Associated ONU ID. the ONU ID that this Logical Link register from"
+ ::= { llidConfigEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1.1.4
+ llidMac OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Logical Link's MAC Address"
+ ::= { llidConfigEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1.1.5
+ linkOnLineStatus OBJECT-TYPE
+ SYNTAX DeviceStatus
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidConfigEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1.1.6
+ keyChangeTimer OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "encryption used key change timer, set to non-zero value will enable
+ down stream encryption, set to zero will disable this feature.
+ the value unit is 'second'."
+ ::= { llidConfigEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1.1.7
+ llidBridgeType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ simpleBridged(1),
+ dedicatedSingleVlan(2),
+ dedicatedDoubleVlan(3),
+ sharedVlan(4),
+ transparentVlan(5),
+ translatedVlan(6),
+ linkCrossConnect(7),
+ prioritiedVlan(8),
+ priorityCopySingleVlan(9),
+ priorityCopyDoubleVlan(10),
+ priorityCopySharedVlan(11),
+ prioritySharedVlan(12),
+ prioritySimpleBridged(13),
+ transparentPrioritySharedVlan(14),
+ transparentSharedVlanWithBroadcast(15),
+ doubleTaggedSharedVlan(16)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { llidConfigEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.8
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1.1.8
+ llidMacEntryLimit OBJECT-TYPE
+ SYNTAX Integer32 (0..4095)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { llidConfigEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.9
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1.1.9
+ crossConnectLinkId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "the link ID of the link which Cross Connect with this link if it is
+ in Cross Connect Bridge Mode."
+ ::= { llidConfigEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.3.12.1.1.10
+ -- 1.3.6.1.4.1.34592.1.3.3.12.1.1.10
+ llidOperation OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ block(2),
+ reRegist(3),
+ breakCrossLink(4),
+ restoreConfig(5),
+ deleteLinkEntry(6)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { llidConfigEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.2
+ llidAdvancedManage OBJECT IDENTIFIER ::= { llid 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.2.1
+ linkOamRateTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LinkOamRateEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description. Reserved, generally, the Link OAM rate is used
+ for debugging
+ "
+ ::= { llidAdvancedManage 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1
+ linkOamRateEntry OBJECT-TYPE
+ SYNTAX LinkOamRateEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, linkId }
+ ::= { linkOamRateTable 1 }
+
+
+ LinkOamRateEntry ::=
+ SEQUENCE {
+ maxLinkOamRate
+ Integer32,
+ minLinkOamRate
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1.1
+ maxLinkOamRate OBJECT-TYPE
+ SYNTAX Integer32 (0..25)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { linkOamRateEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.2.1.1.2
+ minLinkOamRate OBJECT-TYPE
+ SYNTAX Integer32 (0..10)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { linkOamRateEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3
+ sla OBJECT IDENTIFIER ::= { llid 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.1
+ llidSlaTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LlidSlaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { sla 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1
+ llidSlaEntry OBJECT-TYPE
+ SYNTAX LlidSlaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, linkId, directionId }
+ ::= { llidSlaTable 1 }
+
+
+ LlidSlaEntry ::=
+ SEQUENCE {
+ minGuaranteedBW
+ Integer32,
+ maxAllowedBW
+ Integer32,
+ delaySensitive
+ INTEGER,
+ maxBurstSize
+ Integer32,
+ slaEnable
+ OperSwitch
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.1
+ minGuaranteedBW OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Minimum guaranted bandwidth"
+ ::= { llidSlaEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.2
+ maxAllowedBW OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Max allowed bandwidth"
+ ::= { llidSlaEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.3
+ delaySensitive OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ tolerant(1),
+ sensitive(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "transmit delay sensitive or tolerant"
+ ::= { llidSlaEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.4
+ maxBurstSize OBJECT-TYPE
+ SYNTAX Integer32 (1..256)
+ UNITS "kbytes"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Maximum burst size"
+ ::= { llidSlaEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.1.1.5
+ slaEnable OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Sla enable disable"
+ ::= { llidSlaEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.2
+ slaWeightTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SlaWeightEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { sla 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1
+ slaWeightEntry OBJECT-TYPE
+ SYNTAX SlaWeightEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, linkId, directionId }
+ ::= { slaWeightTable 1 }
+
+
+ SlaWeightEntry ::=
+ SEQUENCE {
+ dbaTokens
+ Integer32,
+ schedulerMinTokens
+ Integer32,
+ schedulerMaxTokens
+ Integer32,
+ forceReport
+ TruthValue
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.1
+ dbaTokens OBJECT-TYPE
+ SYNTAX Integer32 (0..255)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { slaWeightEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.2
+ schedulerMinTokens OBJECT-TYPE
+ SYNTAX Integer32 (0..511)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { slaWeightEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.3
+ schedulerMaxTokens OBJECT-TYPE
+ SYNTAX Integer32 (0..511)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { slaWeightEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.2.1.4
+ forceReport OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { slaWeightEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.3
+ multicastSlaTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF MulticastSlaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { sla 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1
+ multicastSlaEntry OBJECT-TYPE
+ SYNTAX MulticastSlaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, linkId }
+ ::= { multicastSlaTable 1 }
+
+
+ MulticastSlaEntry ::=
+ SEQUENCE {
+ multiMinGuanBW
+ Integer32,
+ multiMaxAllowedBW
+ Integer32,
+ multiDelaySensitive
+ INTEGER,
+ multiMaxBurstSize
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.1
+ multiMinGuanBW OBJECT-TYPE
+ SYNTAX Integer32 (256..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { multicastSlaEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.2
+ multiMaxAllowedBW OBJECT-TYPE
+ SYNTAX Integer32 (256..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { multicastSlaEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.3
+ multiDelaySensitive OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sensitive(1),
+ tolerant(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { multicastSlaEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.12.3.3.1.4
+ multiMaxBurstSize OBJECT-TYPE
+ SYNTAX Integer32 (1..256)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { multicastSlaEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.4
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4
+ llidVlan OBJECT IDENTIFIER ::= { llid 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.1
+ llidVlanCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LlidVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { llidVlan 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1
+ llidVlanCfgEntry OBJECT-TYPE
+ SYNTAX LlidVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, linkId, llidVlanTag }
+ ::= { llidVlanCfgTable 1 }
+
+
+ LlidVlanCfgEntry ::=
+ SEQUENCE {
+ llidVlanTag
+ Integer32,
+ llidVlanRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1.1
+ llidVlanTag OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Vlan and translated vlan tags.
+ Data formats:
+ ------------------------------
+ vlan tag | translated vlan id |
+ ------------------------------
+ 2B 2B
+
+ translated vlan tag must be set to 0 if the link is not in
+ vlan translate mode"
+ ::= { llidVlanCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.1.1.2
+ llidVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Create or delete a vlan tag for a given LinkId"
+ ::= { llidVlanCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.2
+ vlanLlidTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF VlanLlidEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { llidVlan 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1
+ vlanLlidEntry OBJECT-TYPE
+ SYNTAX VlanLlidEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, vlanId }
+ ::= { vlanLlidTable 1 }
+
+
+ VlanLlidEntry ::=
+ SEQUENCE {
+ vlanId
+ Unsigned32,
+ linkIDsInVlan
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1.1
+ vlanId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4096)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { vlanLlidEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.2.1.2
+ linkIDsInVlan OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object is a linkId container, which contain all the linkIds
+ value which belong to this vlan.
+
+ Data formats:
+ ------------------------------------------------
+ link number|linkId0|linkId1|.....|linkIdn|......
+ ------------------------------------------------
+ 2B 1B 1B 1B"
+ ::= { vlanLlidEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.3
+ priVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PriVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description. Reserved"
+ ::= { llidVlan 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1
+ priVlanEntry OBJECT-TYPE
+ SYNTAX PriVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, linkId }
+ ::= { priVlanTable 1 }
+
+
+ PriVlanEntry ::=
+ SEQUENCE {
+ netVlanId
+ INTEGER,
+ upstreamCos
+ Integer32,
+ priSelector
+ INTEGER,
+ minPriValue
+ Integer32,
+ maxPriValue
+ Integer32,
+ transNonTosFrame
+ TruthValue,
+ priVlanRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.1
+ netVlanId OBJECT-TYPE
+ SYNTAX INTEGER (1..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { priVlanEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.2
+ upstreamCos OBJECT-TYPE
+ SYNTAX Integer32 (0..7)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { priVlanEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.3
+ priSelector OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ cos(1),
+ tos(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { priVlanEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.4
+ minPriValue OBJECT-TYPE
+ SYNTAX Integer32 (0..7)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { priVlanEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.5
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.5
+ maxPriValue OBJECT-TYPE
+ SYNTAX Integer32 (0..7)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { priVlanEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.6
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.6
+ transNonTosFrame OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { priVlanEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.7
+ -- 1.3.6.1.4.1.34592.1.3.3.12.4.3.1.7
+ priVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { priVlanEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.5
+-- 1.3.6.1.4.1.34592.1.3.3.12.5
+ -- 1.3.6.1.4.1.34592.1.3.3.12.5
+ blockedLinkTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF BlockedLinkEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { llid 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.5.1
+ blockedLinkEntry OBJECT-TYPE
+ SYNTAX BlockedLinkEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, linkId }
+ ::= { blockedLinkTable 1 }
+
+
+ BlockedLinkEntry ::=
+ SEQUENCE {
+ blockedLinkMac
+ MacAddress,
+ blockedMacOper
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.5.1.1
+ blockedLinkMac OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { blockedLinkEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.5.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.5.1.2
+ blockedMacOper OBJECT-TYPE
+ SYNTAX INTEGER { unblock(2) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { blockedLinkEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6
+-- 1.3.6.1.4.1.34592.1.3.3.12.6
+-- 1.3.6.1.4.1.34592.1.3.3.12.6
+-- 1.3.6.1.4.1.34592.1.3.3.12.6
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6
+ macAddr OBJECT IDENTIFIER ::= { llid 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.1
+ dynamicMac OBJECT IDENTIFIER ::= { macAddr 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1
+ dynMacOperTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DynMacOperEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { dynamicMac 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1.1
+ dynMacOperEntry OBJECT-TYPE
+ SYNTAX DynMacOperEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, linkId }
+ ::= { dynMacOperTable 1 }
+
+
+ DynMacOperEntry ::=
+ SEQUENCE {
+ dynMacOperation
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.1.1.1.1
+ dynMacOperation OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ clear(2),
+ refresh(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { dynMacOperEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2
+ dynMacTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DynMacEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { dynamicMac 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1
+ dynMacEntry OBJECT-TYPE
+ SYNTAX DynMacEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, linkId, dynMacIndex }
+ ::= { dynMacTable 1 }
+
+
+ DynMacEntry ::=
+ SEQUENCE {
+ dynMacIndex
+ Integer32,
+ dynMacAddr
+ MacAddress
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1.1
+ dynMacIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { dynMacEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.1.2.1.2
+ dynMacAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { dynMacEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.2
+ staticMac OBJECT IDENTIFIER ::= { macAddr 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1
+ staticMacTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF StaticMacEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { staticMac 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1
+ staticMacEntry OBJECT-TYPE
+ SYNTAX StaticMacEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, linkId, staticMacIndex }
+ ::= { staticMacTable 1 }
+
+
+ StaticMacEntry ::=
+ SEQUENCE {
+ staticMacIndex
+ Integer32,
+ staticMacAddr
+ MacAddress,
+ staticMacRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.1
+ staticMacIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..4096)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { staticMacEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.2
+ staticMacAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { staticMacEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.12.6.2.1.1.3
+ staticMacRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { staticMacEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.13
+-- 1.3.6.1.4.1.34592.1.3.3.13
+-- 1.3.6.1.4.1.34592.1.3.3.13
+-- 1.3.6.1.4.1.34592.1.3.3.13
+ -- 1.3.6.1.4.1.34592.1.3.3.13
+ onuP2pTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuP2pEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { fdOlt 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.13.1
+-- 1.3.6.1.4.1.34592.1.3.3.13.1
+-- 1.3.6.1.4.1.34592.1.3.3.13.1
+-- 1.3.6.1.4.1.34592.1.3.3.13.1
+ -- 1.3.6.1.4.1.34592.1.3.3.13.1
+ onuP2pEntry OBJECT-TYPE
+ SYNTAX OnuP2pEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId }
+ ::= { onuP2pTable 1 }
+
+
+ OnuP2pEntry ::=
+ SEQUENCE {
+ onuP2pEnDis
+ INTEGER,
+ onuP2pPonEnDis
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.13.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.13.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.13.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.13.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.13.1.1
+ onuP2pEnDis OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0:disable
+ 1:enable"
+ ::= { onuP2pEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.13.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.13.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.13.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.13.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.13.1.2
+ onuP2pPonEnDis OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disdis(0),
+ disen(1),
+ endis(65536),
+ enen(65537)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuP2pEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.14
+-- 1.3.6.1.4.1.34592.1.3.3.14
+-- 1.3.6.1.4.1.34592.1.3.3.14
+ -- 1.3.6.1.4.1.34592.1.3.3.14
+ onuStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { fdOlt 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.14.1
+-- 1.3.6.1.4.1.34592.1.3.3.14.1
+-- 1.3.6.1.4.1.34592.1.3.3.14.1
+ -- 1.3.6.1.4.1.34592.1.3.3.14.1
+ onuStatusEntry OBJECT-TYPE
+ SYNTAX OnuStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId }
+ ::= { onuStatusTable 1 }
+
+
+ OnuStatusEntry ::=
+ SEQUENCE {
+ onuStatusBmp
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.14.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.14.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.14.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.14.1.1
+ onuStatusBmp OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description:
+ Every one byte for one ONU online status, max 64 ONUs.
+ not exist(0)
+ online(1)
+ offline(2)
+ alarm(3)"
+ ::= { onuStatusEntry 1 }
+
+-- 1.3.6.1.4.1.34592.1.3.3.15
+-- 1.3.6.1.4.1.34592.1.3.3.15
+-- 1.3.6.1.4.1.34592.1.3.3.15
+ -- 1.3.6.1.4.1.34592.1.3.3.15
+ qinqConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF QinqConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { fdOlt 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.15.1
+-- 1.3.6.1.4.1.34592.1.3.3.15.1
+-- 1.3.6.1.4.1.34592.1.3.3.15.1
+ -- 1.3.6.1.4.1.34592.1.3.3.15.1
+ qinqConfigEntry OBJECT-TYPE
+ SYNTAX QinqConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, qinqId }
+ ::= { qinqConfigTable 1 }
+
+
+ QinqConfigEntry ::=
+ SEQUENCE {
+ qinqId
+ INTEGER,
+ qinqConfigData
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.3.15.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.15.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.14.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.15.1.1
+ qinqId OBJECT-TYPE
+ SYNTAX INTEGER (1..6)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description: qinqId(1-6)"
+ ::= { qinqConfigEntry 1 }
+
+-- 1.3.6.1.4.1.34592.1.3.3.15.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.15.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.14.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.15.1.2
+ qinqConfigData OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description: "
+ ::= { qinqConfigEntry 2 }
+
+-- 1.3.6.1.4.1.34592.1.3.3.20
+-- 1.3.6.1.4.1.34592.1.3.3.20
+-- 1.3.6.1.4.1.34592.1.3.3.20
+-- 1.3.6.1.4.1.34592.1.3.3.20
+ -- 1.3.6.1.4.1.34592.1.3.3.20
+ fdOltConformance OBJECT IDENTIFIER ::= { fdOlt 20 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.20.1
+-- 1.3.6.1.4.1.34592.1.3.3.20.1
+-- 1.3.6.1.4.1.34592.1.3.3.20.1
+-- 1.3.6.1.4.1.34592.1.3.3.20.1
+ -- 1.3.6.1.4.1.34592.1.3.3.20.1
+ fdOltGroups OBJECT IDENTIFIER ::= { fdOltConformance 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.1
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.1
+ -- 1.3.6.1.4.1.34592.1.3.3.20.1.1
+ oltBaseManageGroup OBJECT-GROUP
+ OBJECTS { oltMacAddr, oltWorkState, oltEnable, maxPermitLLIDNumber, registeredLLIDNumber,
+ accessedOnuNumber, oltUpgradeStat, onuMgmtDefType, onuStatusBmp, oltPortBandwidth,
+ oltOperate, linkIdExhaust, onuIdExhaust, linkIdOverWrite, onuIdOverWrite,
+ dynMacAgeTime, downStreamResetAgeTimer, bridgedVlanNumber, macOverWrite, discardUnknownMac,
+ forwardTagOnSimpleBridge, level0Links, level1Links, level2Links, nonDbaLinks,
+ l0DropDownWeight, l1DropDownWeight, l2DropDownWeight, l0PollingRate, l1PollingRate,
+ l2PollingRate, aggreBandWidth, aggreMaxBurstSize, oltAclRuleData, priCopyMapData
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing the basic OLT management."
+ ::= { fdOltGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.2
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.2
+ -- 1.3.6.1.4.1.34592.1.3.3.20.1.2
+ oltAdvanceManageGroup OBJECT-GROUP
+ OBJECTS { oltChipProCode, oltChipVer, oltChipFirmVer, oltChipBootVer, oltChipPersVer,
+ oltChipApp0Ver, oltChipApp1Ver, oltChipDiagVer, minOamRate, maxOamRate,
+ oamRspTimeout, discoverPeriod, discoverWindow, discoverTimeoutVal, oltAddiVlanEthType,
+ onuUltraLongDistanceTrans, oltBroadCastRateCtl, oltMultiCastRateCtl, oltUnkUcCastRateCtl, oltBroadCastRate,
+ oltDdmInfoTemperature, oltDdmInfoVoltage, oltDdmInfoTxBias, oltDdmInfoTxPower, oltDdmInfoRxPower,
+ oltDdmInfoVendor, oltDdmInfoProductName, oltDdmInfoVersion, oltDdmInfoSn }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing advanced OLT management feature"
+ ::= { fdOltGroups 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.3
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.3
+ -- 1.3.6.1.4.1.34592.1.3.3.20.1.3
+ oltIgmpProxyGroup OBJECT-GROUP
+ OBJECTS { maxIgmpGroups, robustCount, queryInterval, queryRspTimeout, queryMaxResTime,
+ startQueryCount, startupQueryInterval, lastMemberQueryCount, lastMemberQueryInterval, lastMemberQueryResTime,
+ upstreamRetransCount, upstreamRetransInterval, igmpQueues, igmpSlaMinGuaranteedBW, igmpSlaMaxAllowedBW,
+ igmpSlaDelaySensitive, igmpSlaMaxBurstSize, igmpProxyOper, igmpGroupVlan, igmpGroupIpAddr
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing OLT IGMP proxy feature management"
+ ::= { fdOltGroups 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.4
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.4
+ -- 1.3.6.1.4.1.34592.1.3.3.20.1.4
+ oltPPPoEPlusGroup OBJECT-GROUP
+ OBJECTS { pppoePlusEnable, dhcpOption82 }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing pppoe+ feature management"
+ ::= { fdOltGroups 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.5
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.5
+ -- 1.3.6.1.4.1.34592.1.3.3.20.1.5
+ oltLlidBaseManageGroup OBJECT-GROUP
+ OBJECTS { llidAssigned, associatedOnuId, llidMac, linkOnLineStatus, keyChangeTimer,
+ llidBridgeType, llidMacEntryLimit, crossConnectLinkId, llidOperation, minGuaranteedBW,
+ maxAllowedBW, delaySensitive, maxBurstSize, slaEnable, dbaTokens,
+ schedulerMinTokens, schedulerMaxTokens, forceReport, llidVlanRowStatus, linkIDsInVlan,
+ netVlanId, upstreamCos, priSelector, minPriValue, maxPriValue,
+ transNonTosFrame, priVlanRowStatus, blockedLinkMac, blockedMacOper, dynMacOperation,
+ dynMacAddr, staticMacAddr, staticMacRowStatus, multiMinGuanBW, multiMaxAllowedBW,
+ multiDelaySensitive, multiMaxBurstSize }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing basic LLID (Logical Link)
+ features management"
+ ::= { fdOltGroups 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.6
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.6
+ -- 1.3.6.1.4.1.34592.1.3.3.20.1.6
+ oltLlidAdvanceManageGroup OBJECT-GROUP
+ OBJECTS { maxLinkOamRate, minLinkOamRate }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing advanced LLID (Logical Link)
+ features management"
+ ::= { fdOltGroups 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.7
+-- 1.3.6.1.4.1.34592.1.3.3.20.1.7
+ -- 1.3.6.1.4.1.34592.1.3.3.20.1.7
+ onuP2pManageGroup OBJECT-GROUP
+ OBJECTS { onuP2pEnDis, onuP2pPonEnDis }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { fdOltGroups 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.20.2
+-- 1.3.6.1.4.1.34592.1.3.3.20.2
+-- 1.3.6.1.4.1.34592.1.3.3.20.2
+-- 1.3.6.1.4.1.34592.1.3.3.20.2
+ -- 1.3.6.1.4.1.34592.1.3.3.20.2
+ fdOltCompliances OBJECT IDENTIFIER ::= { fdOltConformance 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.3.20.2.1
+-- this module
+-- this module
+-- 1.3.6.1.4.1.34592.1.3.3.20.2.1
+-- this module
+-- 1.3.6.1.4.1.34592.1.3.3.20.2.1
+-- this module
+-- 1.3.6.1.4.1.34592.1.3.3.20.2.1
+-- this module
+ -- 1.3.6.1.4.1.34592.1.3.3.20.2.1
+ fdOltCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement for fd epon device which
+ implement FD-OLT-MIB"
+ MODULE -- this module
+ MANDATORY-GROUPS { oltBaseManageGroup, oltIgmpProxyGroup, oltPPPoEPlusGroup, oltLlidBaseManageGroup, onuP2pManageGroup
+ }
+ GROUP oltAdvanceManageGroup
+ DESCRIPTION
+ "This group may or may not be supported"
+ GROUP oltLlidAdvanceManageGroup
+ DESCRIPTION
+ "This group may or may not be supported"
+ ::= { fdOltCompliances 1 }
+
+
+
+ END
+
+--
+-- FD-OLT-MIB.my
+--
diff --git a/MIBS/cdata/FD-ONU-MIB b/MIBS/cdata/FD-ONU-MIB
new file mode 100644
index 0000000..c7987de
--- /dev/null
+++ b/MIBS/cdata/FD-ONU-MIB
@@ -0,0 +1,4524 @@
+--
+-- FD-ONU-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Friday, July 07, 2017 at 17:25:47
+--
+
+-- FD-ONU-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Wednesday, May 17, 2017 at 18:58:46
+--
+-- FD-ONU-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, July 14, 2015 at 17:19:55
+--
+-- FD-ONU-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Wednesday, June 10, 2015 at 13:57:02
+--
+-- FD-ONU-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Friday, May 15, 2015 at 11:07:25
+--
+-- FD-ONU-MIB.txt
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, November 04, 2014 at 15:12:17
+--
+-- FD-ONU-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, November 04, 2014 at 14:03:23
+--
+-- FD-ONU-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Tuesday, January 08, 2013 at 20:37:51
+--
+-- FD-ONU-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Thursday, December 27, 2012 at 19:17:08
+--
+-- FD-ONU-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Thursday, July 19, 2012 at 17:36:42
+--
+-- FD-ONU-MIB.mib
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Thursday, May 27, 2010 at 18:35:03
+--
+
+ FD-ONU-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ epon, DeviceType, DeviceStatus, OperSwitch, DeviceOperation
+ FROM EPON-EOC-MIB
+ oltId, linkId
+ FROM FD-OLT-MIB
+ ponCardSlotId
+ FROM FD-SYSTEM-MIB
+ OBJECT-GROUP, MODULE-COMPLIANCE
+ FROM SNMPv2-CONF
+ IpAddress, Integer32, Counter32, OBJECT-TYPE, MODULE-IDENTITY
+ FROM SNMPv2-SMI
+ DisplayString, MacAddress
+ FROM SNMPv2-TC;
+
+
+-- 1.3.6.1.4.1.34592.1.3.4
+-- November 04, 2014 at 13:58 GMT
+-- 1.3.6.1.4.1.34592.1.3.4
+-- November 04, 2014 at 13:58 GMT
+ -- 1.3.6.1.4.1.34592.1.3.4
+ fdOnu MODULE-IDENTITY
+ LAST-UPDATED "201411041358Z" -- November 04, 2014 at 13:58 GMT
+ ORGANIZATION
+ "epon eoc factory."
+ CONTACT-INFO
+ " "
+ DESCRIPTION
+ "ONU mib module"
+ ::= { epon 4 }
+
+
+
+
+--
+-- Node definitions
+--
+
+-- Node definitions
+--
+-- Node definitions
+--
+-- 1.3.6.1.4.1.34592.1.3.4.1
+-- 1.3.6.1.4.1.34592.1.3.4.1
+ -- 1.3.6.1.4.1.34592.1.3.4.1
+ onuBaseManageTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuBaseManageEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { fdOnu 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1
+ onuBaseManageEntry OBJECT-TYPE
+ SYNTAX OnuBaseManageEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { onuBaseManageTable 1 }
+
+
+ OnuBaseManageEntry ::=
+ SEQUENCE {
+ onuId
+ Integer32,
+ onuDeviceType
+ DeviceType,
+ onuFactorySerial
+ OCTET STRING,
+ onuUserInfo
+ DisplayString,
+ onuHwRev
+ DisplayString,
+ onuFwRev
+ DisplayString,
+ onuBaseMac
+ MacAddress,
+ maxAllowedLLIDs
+ Integer32,
+ registeredLLIDNum
+ Integer32,
+ onuOnLineStatus
+ DeviceStatus,
+ onuUserTrafficEnable
+ OperSwitch,
+ onuRangeValue
+ Integer32,
+ supportUniPorts
+ Integer32,
+ onuOperation
+ DeviceOperation,
+ onuUpgradeStat
+ INTEGER,
+ onuLinkIdMap
+ OCTET STRING,
+ onuMgmtType
+ INTEGER,
+ onuLaserRxPower
+ Integer32,
+ onuLaserTxPower
+ Integer32,
+ onuLaserVoltage
+ Integer32,
+ onuLaserBias
+ Integer32,
+ onuLaserTemperature
+ Integer32,
+ onuVenderId
+ Integer32,
+ onuCtcDeviceType
+ INTEGER,
+ onuLoid
+ OCTET STRING,
+ onuPasswd
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.1
+ onuId OBJECT-TYPE
+ SYNTAX Integer32 (1..64)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Serial No allocated for each ONU which register on each
+ PON port for identify them conveniencly. The ID allocated
+ for each ONU will stay until the ONU is deleted."
+ ::= { onuBaseManageEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.2
+ onuDeviceType OBJECT-TYPE
+ SYNTAX DeviceType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuBaseManageEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.3
+ onuFactorySerial OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..30))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.4
+ onuUserInfo OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuBaseManageEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.5
+ onuHwRev OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuBaseManageEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.6
+ onuFwRev OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuBaseManageEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.7
+ onuBaseMac OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuBaseManageEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.9
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.9
+ maxAllowedLLIDs OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuBaseManageEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.10
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.10
+ registeredLLIDNum OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuBaseManageEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.11
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.11
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.11
+ onuOnLineStatus OBJECT-TYPE
+ SYNTAX DeviceStatus
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuBaseManageEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.12
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.12
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.12
+ onuUserTrafficEnable OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuBaseManageEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.13
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.13
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.13
+ onuRangeValue OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuBaseManageEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.14
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.14
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.14
+ supportUniPorts OBJECT-TYPE
+ SYNTAX Integer32 (0..255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.32
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.32
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.32
+ onuOperation OBJECT-TYPE
+ SYNTAX DeviceOperation
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Only off line ONUs can be delete by seting the value of this object to 'delete', for the OnuS , add 'deregister(7)' operation."
+ ::= { onuBaseManageEntry 32 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.33
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.33
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.33
+ onuUpgradeStat OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ booting(1),
+ normalRun(2),
+ upgrading(6),
+ upgradeOk(7),
+ upgradeErr(8)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 33 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.34
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.34
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.34
+ onuLinkIdMap OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..17))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 34 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.35
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.35
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.35
+ onuMgmtType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ tk(1),
+ ctc(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 35 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.36
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.36
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.36
+ onuLaserRxPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 36 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.37
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.37
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.37
+ onuLaserTxPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 37 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.38
+ onuLaserVoltage OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 38 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.39
+ onuLaserBias OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 39 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.40
+ onuLaserTemperature OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 40 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.1.1.38
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.41
+ onuVenderId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 41 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.42
+ onuCtcDeviceType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sfu(1),
+ hgu(2),
+ sbu(3),
+ fixMdu(4),
+ ethChassisMdu(5),
+ dslChassisMdu(6),
+ mediumDslChassisMdu(7),
+ mixChassisMdu(8)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 42 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.43
+ onuLoid OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..25))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 43 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.1.1.44
+ onuPasswd OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..25))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuBaseManageEntry 44 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2
+-- 1.3.6.1.4.1.34592.1.3.4.2
+ -- 1.3.6.1.4.1.34592.1.3.4.2
+ onuAdvancedManage OBJECT IDENTIFIER ::= { fdOnu 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.1
+ onuChipInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuChipInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuAdvancedManage 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.1.1
+ onuChipInfoEntry OBJECT-TYPE
+ SYNTAX OnuChipInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { onuChipInfoTable 1 }
+
+
+ OnuChipInfoEntry ::=
+ SEQUENCE {
+ onuChipProCode
+ Integer32,
+ onuChipProVer
+ Integer32,
+ onuChipId
+ Integer32,
+ onuChipVer
+ Integer32,
+ onuBootVer
+ Integer32,
+ onuPersVer
+ Integer32,
+ onuChipApp0Ver
+ Integer32,
+ onuChipApp1Ver
+ Integer32,
+ onuChipDiagVer
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.1.1.1
+ onuChipProCode OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuChipInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.2.1.1.2
+ onuChipProVer OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuChipInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.2.1.1.3
+ onuChipId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuChipInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.2.1.1.4
+ onuChipVer OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuChipInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.2.1.1.5
+ onuBootVer OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuChipInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.4.2.1.1.6
+ onuPersVer OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuChipInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.4.2.1.1.7
+ onuChipApp0Ver OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuChipInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.8
+ -- 1.3.6.1.4.1.34592.1.3.4.2.1.1.8
+ onuChipApp1Ver OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuChipInfoEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.4.2.1.1.9
+ -- 1.3.6.1.4.1.34592.1.3.4.2.1.1.9
+ onuChipDiagVer OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuChipInfoEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2
+-- 1.3.6.1.4.1.34592.1.3.4.2.2
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2
+ onuAdvancedConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAdvancedConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contain the information which is not normally
+ used but may be usefull in some special circumstance"
+ ::= { onuAdvancedManage 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1
+ onuAdvancedConfigEntry OBJECT-TYPE
+ SYNTAX OnuAdvancedConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Each entry in this table contain the information for one ONU"
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { onuAdvancedConfigTable 1 }
+
+
+ OnuAdvancedConfigEntry ::=
+ SEQUENCE {
+ onuAddiVlanEthType
+ OCTET STRING,
+ onuRstpEnable
+ OperSwitch,
+ onuLocalSwitch
+ OperSwitch,
+ onuCatv
+ OperSwitch,
+ onuCatvRfLevel
+ INTEGER,
+ onuMgmtIpAddr
+ IpAddress,
+ onuMgmtNetmask
+ IpAddress,
+ onuMgmtGateway
+ IpAddress,
+ onuMgmtCVlan
+ Integer32,
+ onuMgmtSVlan
+ Integer32,
+ onuMgmtPriority
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1.1
+ onuAddiVlanEthType OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (4))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description. Reserved.
+ Additional Ethernet type to identify vlan frames.
+
+ 0 1 2 3
+ ---------------------------------------------
+ vlan EthType| tag upstream | tag downstream |
+ ---------------------------------------------
+ 2byte 1byte 1byte
+
+ vlan EthType: default 0x8100
+ tag upstream: 1->use this type to tag upstream, 0->untag
+ tag downstream: 1->use this type to tag downstream, 0->untag"
+ ::= { onuAdvancedConfigEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1.2
+ onuRstpEnable OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAdvancedConfigEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1.3
+ onuLocalSwitch OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAdvancedConfigEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1.4
+ onuCatv OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAdvancedConfigEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1.5
+ onuCatvRfLevel OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ level0(0),
+ level1(1),
+ level2(2),
+ level3(3),
+ level4(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ONU Catv RF Level:
+ Level0: P0<=-9dBm
+ Level1: -9dBm<=P0<-6dBm
+ Level2: -6dBm<=P0<-3dBm
+ Level3: -3dBm<=P0<0dBm
+ Level4: P0>=0dBm"
+ ::= { onuAdvancedConfigEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.6
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1.6
+ onuMgmtIpAddr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAdvancedConfigEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.7
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1.7
+ onuMgmtNetmask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAdvancedConfigEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.8
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1.8
+ onuMgmtGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAdvancedConfigEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.9
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1.9
+ onuMgmtCVlan OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAdvancedConfigEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.10
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1.10
+ onuMgmtSVlan OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAdvancedConfigEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.2.1.11
+ -- 1.3.6.1.4.1.34592.1.3.4.2.2.1.11
+ onuMgmtPriority OBJECT-TYPE
+ SYNTAX Integer32 (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAdvancedConfigEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3
+-- 1.3.6.1.4.1.34592.1.3.4.2.3
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3
+ onuStormCtrl OBJECT IDENTIFIER ::= { onuAdvancedManage 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.1
+ onuStormCtrlIntervalTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuStormCtrlIntervalEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuStormCtrl 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.1.1
+ onuStormCtrlIntervalEntry OBJECT-TYPE
+ SYNTAX OnuStormCtrlIntervalEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { onuStormCtrlIntervalTable 1 }
+
+
+ OnuStormCtrlIntervalEntry ::=
+ SEQUENCE {
+ onuStormCtrlInterval
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.1.1.1
+ onuStormCtrlInterval OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuStormCtrlIntervalEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.2
+ onuUniStormCtrlBroadcastTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUniStormCtrlBroadcastEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuStormCtrl 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1
+ onuUniStormCtrlBroadcastEntry OBJECT-TYPE
+ SYNTAX OnuUniStormCtrlBroadcastEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId }
+ ::= { onuUniStormCtrlBroadcastTable 1 }
+
+
+ OnuUniStormCtrlBroadcastEntry ::=
+ SEQUENCE {
+ onuUniStormCtrlBroadcastEnable
+ INTEGER,
+ onuUniStormCtrlBroadcastMode
+ INTEGER,
+ onuUniStormCtrlBroadcastAction
+ INTEGER,
+ onuUniStormCtrlBroadcastInRate
+ Integer32,
+ onuUniStormCtrlBroadcastOutRate
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.1
+ onuUniStormCtrlBroadcastEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0-disable,1-enable."
+ ::= { onuUniStormCtrlBroadcastEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.2
+ onuUniStormCtrlBroadcastMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ bps(0),
+ pps(1),
+ ratio(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0-bps,1-pps,2-ratio."
+ ::= { onuUniStormCtrlBroadcastEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.3
+ onuUniStormCtrlBroadcastAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ block(0),
+ shutdown(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStormCtrlBroadcastEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.4
+ onuUniStormCtrlBroadcastInRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStormCtrlBroadcastEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.2.1.5
+ onuUniStormCtrlBroadcastOutRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStormCtrlBroadcastEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.3
+ onuUniStormCtrlMulticastTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUniStormCtrlMulticastEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuStormCtrl 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1
+ onuUniStormCtrlMulticastEntry OBJECT-TYPE
+ SYNTAX OnuUniStormCtrlMulticastEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId }
+ ::= { onuUniStormCtrlMulticastTable 1 }
+
+
+ OnuUniStormCtrlMulticastEntry ::=
+ SEQUENCE {
+ onuUniStormCtrlMulticastEnable
+ INTEGER,
+ onuUniStormCtrlMulticastMode
+ INTEGER,
+ onuUniStormCtrlMulticastAction
+ INTEGER,
+ onuUniStormCtrlMulticastInRate
+ Integer32,
+ onuUniStormCtrlMulticastOutRate
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.1
+ onuUniStormCtrlMulticastEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0-disable,1-enable."
+ ::= { onuUniStormCtrlMulticastEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.2
+ onuUniStormCtrlMulticastMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ bps(0),
+ pps(1),
+ ratio(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0-bps,1-pps,2-ratio."
+ ::= { onuUniStormCtrlMulticastEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.3
+ onuUniStormCtrlMulticastAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ block(0),
+ shutdown(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStormCtrlMulticastEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.4
+ onuUniStormCtrlMulticastInRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStormCtrlMulticastEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.3.1.5
+ onuUniStormCtrlMulticastOutRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStormCtrlMulticastEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.4
+ onuUniStormCtrlUnicastTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUniStormCtrlUnicastEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuStormCtrl 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1
+ onuUniStormCtrlUnicastEntry OBJECT-TYPE
+ SYNTAX OnuUniStormCtrlUnicastEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId }
+ ::= { onuUniStormCtrlUnicastTable 1 }
+
+
+ OnuUniStormCtrlUnicastEntry ::=
+ SEQUENCE {
+ onuUniStormCtrlUnicastEnable
+ INTEGER,
+ onuUniStormCtrlUnicastMode
+ INTEGER,
+ onuUniStormCtrlUnicastAction
+ INTEGER,
+ onuUniStormCtrlUnicastInRate
+ Integer32,
+ onuUniStormCtrlUnicastOutRate
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.1
+ onuUniStormCtrlUnicastEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0-disable,1-enable."
+ ::= { onuUniStormCtrlUnicastEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.2
+ onuUniStormCtrlUnicastMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ bps(0),
+ pps(1),
+ ratio(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0-bps,1-pps,2-ratio."
+ ::= { onuUniStormCtrlUnicastEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.3
+ onuUniStormCtrlUnicastAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ block(0),
+ shutdown(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStormCtrlUnicastEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.4
+ onuUniStormCtrlUnicastInRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStormCtrlUnicastEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.4.1.5
+ onuUniStormCtrlUnicastOutRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStormCtrlUnicastEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.5
+ onuUniStormCtrlMixTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUniStormCtrlMixEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuStormCtrl 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1
+ onuUniStormCtrlMixEntry OBJECT-TYPE
+ SYNTAX OnuUniStormCtrlMixEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId }
+ ::= { onuUniStormCtrlMixTable 1 }
+
+
+ OnuUniStormCtrlMixEntry ::=
+ SEQUENCE {
+ onuUniStormCtrlType
+ INTEGER,
+ onuUniStormCtrlMode
+ INTEGER,
+ onuUniStormCtrlAction
+ INTEGER,
+ onuUniStormCtrlInRate
+ Integer32,
+ onuUniStormCtrlOutRate
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.2
+ onuUniStormCtrlType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ broadcast(1),
+ multicast(2),
+ bcMc(3),
+ unicast(4),
+ bcUc(5),
+ mcUc(6),
+ bcMcUc(7)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Storm filter control type. bc:broadcast,umc:unknown multicast,uuc:unknown unitcast. 0-disable,1-bc,2-umc,3-bc+umc,4-uuc,5-bc+uuc,6-umc+uuc,7-bc+umc+uuc."
+ ::= { onuUniStormCtrlMixEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.3
+ onuUniStormCtrlMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ kbps(0),
+ pps(1),
+ ratio(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Storm filter control mode: pps,kbps OR ratio."
+ ::= { onuUniStormCtrlMixEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.4
+ onuUniStormCtrlAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ block(0),
+ shutdown(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "the storm control action: block OR shutdown ."
+ ::= { onuUniStormCtrlMixEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.5
+ onuUniStormCtrlInRate OBJECT-TYPE
+ SYNTAX Integer32 (8..1048568)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Input stream :
+ The rate unit is 1 kbps and the range is from 8k to 1048568k.
+ The granularity of rate is 8 kbps. The ifg_include parameter is used
+ "
+ ::= { onuUniStormCtrlMixEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.6
+-- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.6
+ -- 1.3.6.1.4.1.34592.1.3.4.2.3.5.1.6
+ onuUniStormCtrlOutRate OBJECT-TYPE
+ SYNTAX Integer32 (8..1048568)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Output stream :
+ The rate unit is 1 kbps and the range is from 8k to 1048568k.
+ The granularity of rate is 8 kbps. The ifg_include parameter is used"
+ ::= { onuUniStormCtrlMixEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3
+-- 1.3.6.1.4.1.34592.1.3.4.3
+ -- 1.3.6.1.4.1.34592.1.3.4.3
+ onuUniPortTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUniPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { fdOnu 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1
+-- 1.3.6.1.4.1.34592.1.3.4.3.1
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1
+ onuUniPortEntry OBJECT-TYPE
+ SYNTAX OnuUniPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId }
+ ::= { onuUniPortTable 1 }
+
+
+ OnuUniPortEntry ::=
+ SEQUENCE {
+ uniPortId
+ INTEGER,
+ uniPortUserInfo
+ DisplayString,
+ uniPortLink
+ INTEGER,
+ uniPortAutoNego
+ OperSwitch,
+ uniPortSpeed
+ INTEGER,
+ uniPortDuplex
+ INTEGER,
+ uniPortFlowCtrl
+ OperSwitch,
+ uniPortMacEntryLimit
+ Integer32,
+ uniPortMacAgeTime
+ Integer32,
+ uniPortFowardMode
+ INTEGER,
+ uniPortEnable
+ OperSwitch,
+ uniPortRstpState
+ INTEGER,
+ uniPortName
+ DisplayString,
+ uniPortType
+ INTEGER,
+ uniPortIndex
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.1
+ uniPortId OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ uniPort1(1),
+ uniPort2(2),
+ uniPort3(3),
+ uniPort4(4),
+ uniPort5(5),
+ uniPort6(6),
+ uniPort7(7),
+ uniPort8(8),
+ uniPort9(9),
+ uniPort10(10),
+ uniPort11(11),
+ uniPort12(12),
+ uniPort13(13),
+ uniPort14(14),
+ uniPort15(15),
+ uniPort16(16),
+ uniPort17(17),
+ uniPort18(18),
+ uniPort19(19),
+ uniPort20(20),
+ uniPort21(21),
+ uniPort22(22),
+ uniPort23(23),
+ uniPort24(24),
+ uniPort25(25),
+ uniPort26(26),
+ uniPort27(27),
+ uniPort28(28),
+ uniPort29(29),
+ uniPort30(30),
+ uniPort31(31),
+ uniPort32(32),
+ uniPort33(33),
+ uniPort34(34),
+ uniPort35(35),
+ uniPort36(36),
+ uniPort37(37),
+ uniPort38(38),
+ uniPort39(39),
+ uniPort40(40),
+ uniPort41(41),
+ uniPort42(42),
+ uniPort43(43),
+ uniPort44(44),
+ uniPort45(45),
+ uniPort46(46),
+ uniPort47(47),
+ uniPort48(48)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.2
+ uniPortUserInfo OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.3
+ uniPortLink OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ linkup(1),
+ linkdown(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.4
+ uniPortAutoNego OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.5
+ uniPortSpeed OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ mbps10(1),
+ mbps100(2),
+ mbps1000(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.6
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.6
+ uniPortDuplex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ full(1),
+ half(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.7
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.7
+ uniPortFlowCtrl OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.8
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.8
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.8
+ uniPortMacEntryLimit OBJECT-TYPE
+ SYNTAX Integer32 (0..64)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.9
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.9
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.9
+ uniPortMacAgeTime OBJECT-TYPE
+ SYNTAX Integer32 (0..286)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " aging timeout, unit is 1s"
+ ::= { onuUniPortEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.10
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.10
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.10
+ uniPortFowardMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ d8021mode(1),
+ dropUntilLearned(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.11
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.11
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.11
+ uniPortEnable OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.12
+-- 1.3.6.1.4.1.34592.1.3.4.3.1.12
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.12
+ uniPortRstpState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ normal(1),
+ blocking(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu port rstp state:normal or blocking"
+ ::= { onuUniPortEntry 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.13
+ uniPortName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortEntry 13 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.14
+ uniPortType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fe(1),
+ ge(2),
+ pon(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortEntry 14 }
+
+ -- 1.3.6.1.4.1.34592.1.3.4.3.1.15
+ uniPortIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ uniPort1(1),
+ uniPort2(2),
+ uniPort3(3),
+ uniPort4(4),
+ uniPort5(5),
+ uniPort6(6),
+ uniPort7(7),
+ uniPort8(8),
+ uniPort9(9),
+ uniPort10(10),
+ uniPort11(11),
+ uniPort12(12),
+ uniPort13(13),
+ uniPort14(14),
+ uniPort15(15),
+ uniPort16(16),
+ uniPort17(17),
+ uniPort18(18),
+ uniPort19(19),
+ uniPort20(20),
+ uniPort21(21),
+ uniPort22(22),
+ uniPort23(23),
+ uniPort24(24),
+ uniPort25(25),
+ uniPort26(26),
+ uniPort27(27),
+ uniPort28(28),
+ uniPort29(29),
+ uniPort30(30),
+ uniPort31(31),
+ uniPort32(32),
+ uniPort33(33),
+ uniPort34(34),
+ uniPort35(35),
+ uniPort36(36),
+ uniPort37(37),
+ uniPort38(38),
+ uniPort39(39),
+ uniPort40(40),
+ uniPort41(41),
+ uniPort42(42),
+ uniPort43(43),
+ uniPort44(44),
+ uniPort45(45),
+ uniPort46(46),
+ uniPort47(47),
+ uniPort48(48)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortEntry 15 }
+
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.4
+-- 1.3.6.1.4.1.34592.1.3.4.4
+ -- 1.3.6.1.4.1.34592.1.3.4.4
+ onuQueueCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuQueueCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { fdOnu 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.4.1
+-- 1.3.6.1.4.1.34592.1.3.4.4.1
+ -- 1.3.6.1.4.1.34592.1.3.4.4.1
+ onuQueueCfgEntry OBJECT-TYPE
+ SYNTAX OnuQueueCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { onuQueueCfgTable 1 }
+
+
+ OnuQueueCfgEntry ::=
+ SEQUENCE {
+ onuQueueCfgData
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.4.1.1
+ onuQueueCfgData OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " contain all queue config information for one ONU.
+ the value format is:
+ Get/SET:
+ --------------------------------------------------------------
+ | value length | number of links | link0 queues |queue0 size |...
+ --------------------------------------------------------------
+ 1 1 1 1
+ |<-repeat queues->
+ |<---repeat link's numbers--->
+ ---------------------------------------------------------------------------------------------
+ ...| port numbers | port0 queues | queue0 size |...|flooding queues | flooding queue size |
+ ---------------------------------------------------------------------------------------------
+ 1 1 1 1 1
+ |<-repeat queues->|
+ |<-----repeat port number times-->|
+ para comment:
+ value length: dont include itself's size
+ port numbers: for FD104B, fixed value, 1
+ flooding queues: for now, fixed 1
+ flooding queue id:
+ "
+ ::= { onuQueueCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.5
+-- 1.3.6.1.4.1.34592.1.3.4.5
+ -- 1.3.6.1.4.1.34592.1.3.4.5
+ onuAclRuleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAclRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { fdOnu 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.5.1
+-- 1.3.6.1.4.1.34592.1.3.4.5.1
+ -- 1.3.6.1.4.1.34592.1.3.4.5.1
+ onuAclRuleEntry OBJECT-TYPE
+ SYNTAX OnuAclRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId, onuIntPortId }
+ ::= { onuAclRuleTable 1 }
+
+
+ OnuAclRuleEntry ::=
+ SEQUENCE {
+ onuIntPortId
+ INTEGER,
+ onuAclRuleCfgData
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.5.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.5.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.5.1.1
+ onuIntPortId OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ onuPonPort(1),
+ onuIntUniPort(2)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuAclRuleEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.5.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.5.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.5.1.2
+ onuAclRuleCfgData OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " onu ACL rule data format.
+ when read or write, the data format is:
+ -------------------------------------------------------------------------------
+ | data length | global flags | rule numbers | rule flag | precedence | action |
+ -------------------------------------------------------------------------------
+ 2 1 1 1 1 1
+ |<----repeat rule number times-----
+ ----------------------------------------------------------------
+ | action para | clause number | field | match value | operator |
+ ----------------------------------------------------------------
+ 2 1 1 8 1
+ |<---repeat clause number times-->|
+ ---------------------------------------------------------------->
+
+
+ para comment:
+ data length: don't include the length area itself.
+ "
+ ::= { onuAclRuleEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.6
+-- 1.3.6.1.4.1.34592.1.3.4.6
+ -- 1.3.6.1.4.1.34592.1.3.4.6
+ onuPortVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuPortVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { fdOnu 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.6.1
+-- 1.3.6.1.4.1.34592.1.3.4.6.1
+ -- 1.3.6.1.4.1.34592.1.3.4.6.1
+ onuPortVlanEntry OBJECT-TYPE
+ SYNTAX OnuPortVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId, onuPortId }
+ ::= { onuPortVlanTable 1 }
+
+
+ OnuPortVlanEntry ::=
+ SEQUENCE {
+ onuPortId
+ INTEGER,
+ onuPortVlanData
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.6.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.6.1.1
+ onuPortId OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ponPort(1),
+ uniPort1(2),
+ uniPort2(3),
+ uniPort3(4),
+ uniPort4(5),
+ uniPort5(6),
+ uniPort6(7),
+ uniPort7(8),
+ uniPort8(9),
+ uniPort9(10),
+ uniPort10(11),
+ uniPort11(12),
+ uniPort12(13),
+ uniPort13(14),
+ uniPort14(15),
+ uniPort15(16),
+ uniPort16(17),
+ uniPort17(18),
+ uniPort18(19),
+ uniPort19(20),
+ uniPort20(21),
+ uniPort21(22),
+ uniPort22(23),
+ uniPort23(24),
+ uniPort24(25),
+ uniPort25(26),
+ uniPort26(27),
+ uniPort27(28),
+ uniPort28(29),
+ uniPort29(30),
+ uniPort30(31),
+ uniPort31(32),
+ uniPort32(33),
+ uniPort33(34),
+ uniPort34(35),
+ uniPort35(36),
+ uniPort36(37),
+ uniPort37(38),
+ uniPort38(39),
+ uniPort39(40),
+ uniPort40(41),
+ uniPort41(42),
+ uniPort42(43),
+ uniPort43(44),
+ uniPort44(45),
+ uniPort45(46),
+ uniPort46(47),
+ uniPort47(48)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPortVlanEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.6.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.6.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.6.1.2
+ onuPortVlanData OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " Self defines data strucure for onu port vlan information.
+ Data format:
+ size(unit:byte)| 1 2 1 2 2 ...
+ --------------------------------------------------------------------------
+ para | data length |option bit| forwarding policy | pvid | vlan number |...
+ --------------------------------------------------------------------------
+ 2 1 1 2 1 1
+ --------------------------------------------- ----------------------------------------------
+ | vlan tag |egress tag modification| reserved|...|vlan tag | egress tag modification | reserved |
+ --------------------------------------------- ----------------------------------------------
+ |<.................vlan 1...................>|...|<...............vlan n.......................>|
+
+ So, the total data length should be: 8+4*(vlan nun).
+ "
+ ::= { onuPortVlanEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.7
+-- 1.3.6.1.4.1.34592.1.3.4.7
+ -- 1.3.6.1.4.1.34592.1.3.4.7
+ onuPortQos OBJECT IDENTIFIER ::= { fdOnu 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.7.1
+-- 1.3.6.1.4.1.34592.1.3.4.7.1
+ -- 1.3.6.1.4.1.34592.1.3.4.7.1
+ portEgressShappingTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortEgressShappingEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuPortQos 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.7.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.7.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.7.1.1
+ portEgressShappingEntry OBJECT-TYPE
+ SYNTAX PortEgressShappingEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId }
+ ::= { portEgressShappingTable 1 }
+
+
+ PortEgressShappingEntry ::=
+ SEQUENCE {
+ scheduleAlgorithm
+ INTEGER,
+ maxTrafficOutputRate
+ Integer32,
+ outputModule
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.7.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.7.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.7.1.1.1
+ scheduleAlgorithm OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ weightedFair(1),
+ strictPriority(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { portEgressShappingEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.7.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.7.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.7.1.1.2
+ maxTrafficOutputRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1024000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { portEgressShappingEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.7.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.7.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.7.1.1.3
+ outputModule OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(1),
+ enable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portEgressShappingEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.7.2
+-- 1.3.6.1.4.1.34592.1.3.4.7.2
+ -- 1.3.6.1.4.1.34592.1.3.4.7.2
+ portIngressPolicingTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortIngressPolicingEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuPortQos 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.7.2.1
+-- 1.3.6.1.4.1.34592.1.3.4.7.2.1
+ -- 1.3.6.1.4.1.34592.1.3.4.7.2.1
+ portIngressPolicingEntry OBJECT-TYPE
+ SYNTAX PortIngressPolicingEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId }
+ ::= { portIngressPolicingTable 1 }
+
+
+ PortIngressPolicingEntry ::=
+ SEQUENCE {
+ policingTrafficType
+ INTEGER,
+ maxTrafficInputRate
+ Integer32,
+ inputModule
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.7.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.7.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.7.2.1.1
+ policingTrafficType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ broadCast(1),
+ multiCast(2),
+ broadcastMulticastAndFloodedUnicast(3),
+ allFrameTypes(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { portIngressPolicingEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.7.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.7.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.7.2.1.2
+ maxTrafficInputRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1024000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { portIngressPolicingEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.7.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.7.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.7.2.1.3
+ inputModule OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(1),
+ enable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portIngressPolicingEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.8
+-- 1.3.6.1.4.1.34592.1.3.4.8
+ -- 1.3.6.1.4.1.34592.1.3.4.8
+ igmpSnooping OBJECT IDENTIFIER ::= { fdOnu 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.8.1
+-- 1.3.6.1.4.1.34592.1.3.4.8.1
+ -- 1.3.6.1.4.1.34592.1.3.4.8.1
+ igmpSnoopParaTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IgmpSnoopParaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpSnooping 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.8.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.8.1.1
+ igmpSnoopParaEntry OBJECT-TYPE
+ SYNTAX IgmpSnoopParaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { igmpSnoopParaTable 1 }
+
+
+ IgmpSnoopParaEntry ::=
+ SEQUENCE {
+ igmpSnoopParaData
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.8.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.8.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.8.1.1.1
+ igmpSnoopParaData OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " IGMP SNOOPING paras value. format:
+ --------------------------------------------------------------
+ | robustness count | last member query count | port number |...
+ ---------------------------------------------------------------
+ 1 1 1
+ ------------------------------------------------------------------------
+ | groups num 1 | relative queue 1 |...|groups num n | relative queue n |
+ ------------------------------------------------------------------------
+ 1 1 1 1
+ --------------------------------------
+ | qualifier bitmatp | option bit map |
+ --------------------------------------
+ 2 1
+
+ para explain:
+ para value range comment
+ robust count: 0~12
+ last member count: 0~12
+ port number: for FD104B, port number is 4
+ groups number : 0~64 this two paras repeast port number times
+ relative queue:
+ qualifier bit: 0 reserved
+ option bit map: 0 reserved
+ "
+ ::= { igmpSnoopParaEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.8.2
+-- 1.3.6.1.4.1.34592.1.3.4.8.2
+ -- 1.3.6.1.4.1.34592.1.3.4.8.2
+ igmpSnoopGroupTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IgmpSnoopGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpSnooping 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.8.2.1
+-- 1.3.6.1.4.1.34592.1.3.4.8.2.1
+ -- 1.3.6.1.4.1.34592.1.3.4.8.2.1
+ igmpSnoopGroupEntry OBJECT-TYPE
+ SYNTAX IgmpSnoopGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId }
+ ::= { igmpSnoopGroupTable 1 }
+
+
+ IgmpSnoopGroupEntry ::=
+ SEQUENCE {
+ igmpSnoopGroupData
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.8.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.8.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.8.2.1.1
+ igmpSnoopGroupData OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " igmp group data. this variable is used to add, delete or get igmp groups.
+ the data contained in this variable is different for get and add/delete.
+ when get, the data format is:
+ -------------------------------------------------------------
+ | group numbers | group ip address | port bit map |.... repeat group number times
+ -------------------------------------------------------------
+ 1 4 1
+
+ when add or delete, the data format is:
+ -----------------------------------------------------------------
+ | operate code | group numbers | group pvid | port bit map |
+ ------------------------------------------------------------------
+ 1 1 2 4
+
+ para comment:
+ operate code: 1->add, 2->delete
+ "
+ ::= { igmpSnoopGroupEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.9
+-- 1.3.6.1.4.1.34592.1.3.4.9
+ -- 1.3.6.1.4.1.34592.1.3.4.9
+ onuLoopTestTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuLoopTestEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { fdOnu 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.9.1
+-- 1.3.6.1.4.1.34592.1.3.4.9.1
+ -- 1.3.6.1.4.1.34592.1.3.4.9.1
+ onuLoopTestEntry OBJECT-TYPE
+ SYNTAX OnuLoopTestEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { onuLoopTestTable 1 }
+
+
+ OnuLoopTestEntry ::=
+ SEQUENCE {
+ onuLoopTestData
+ OCTET STRING,
+ onuLoopTestResult
+ OCTET STRING
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.9.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.9.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.9.1.1
+ onuLoopTestData OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " test cmd data, format:
+ ---------------------------------------------------------------
+ | location | frame number | frame length | reserved | vlan tag |
+ ---------------------------------------------------------------
+ 1 2 2 1 2
+ para comment:
+ value range comment
+ location: 1,2
+ frame number: 1~10000
+ frame length: 46~1500
+ reserved: 0 this area is not used for now, must be 0
+ vlan tag: 0~4094
+ "
+ ::= { onuLoopTestEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.9.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.9.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.9.1.2
+ onuLoopTestResult OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " loopback test results.
+ Data Format:
+ -----------------------------------------------------------------------------------------
+ |status|frames sent|frames received ok|corrupted frames|min delay|max delay|average delay|
+ -----------------------------------------------------------------------------------------
+ 1 2 2 2 2 2 2
+
+ para comment:
+ status:
+ 1->finished ok
+ 2->testing
+ 3->time out
+ 4->test command error
+ "
+ ::= { onuLoopTestEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.10
+-- 1.3.6.1.4.1.34592.1.3.4.10
+ -- 1.3.6.1.4.1.34592.1.3.4.10
+ onuDynMac OBJECT IDENTIFIER ::= { fdOnu 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.10.1
+-- 1.3.6.1.4.1.34592.1.3.4.10.1
+ -- 1.3.6.1.4.1.34592.1.3.4.10.1
+ onuDynMacOperTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuDynMacOperEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuDynMac 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.10.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.10.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.10.1.1
+ onuDynMacOperEntry OBJECT-TYPE
+ SYNTAX OnuDynMacOperEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId }
+ ::= { onuDynMacOperTable 1 }
+
+
+ OnuDynMacOperEntry ::=
+ SEQUENCE {
+ onuDynMacOperation
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.10.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.10.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.10.1.1.1
+ onuDynMacOperation OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ refresh(2),
+ clear(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuDynMacOperEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.10.2
+-- 1.3.6.1.4.1.34592.1.3.4.10.2
+ -- 1.3.6.1.4.1.34592.1.3.4.10.2
+ onuDynMacTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuDynMacEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuDynMac 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.10.2.1
+-- 1.3.6.1.4.1.34592.1.3.4.10.2.1
+ -- 1.3.6.1.4.1.34592.1.3.4.10.2.1
+ onuDynMacEntry OBJECT-TYPE
+ SYNTAX OnuDynMacEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId, onuDynMacIndex
+ }
+ ::= { onuDynMacTable 1 }
+
+
+ OnuDynMacEntry ::=
+ SEQUENCE {
+ onuDynMacIndex
+ Integer32,
+ onuDynMacAddr
+ MacAddress
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.10.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.10.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.10.2.1.1
+ onuDynMacIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..64)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Administratorly assigned entry index object"
+ ::= { onuDynMacEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.10.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.10.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.10.2.1.2
+ onuDynMacAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuDynMacEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11
+-- 1.3.6.1.4.1.34592.1.3.4.11
+ -- 1.3.6.1.4.1.34592.1.3.4.11
+ onuVoiceService OBJECT IDENTIFIER ::= { fdOnu 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.1
+ onuIADInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuIADInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " IAD Info"
+ ::= { onuVoiceService 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.1.1
+ onuIADInfoEntry OBJECT-TYPE
+ SYNTAX OnuIADInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " IAD Info"
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { onuIADInfoTable 1 }
+
+
+ OnuIADInfoEntry ::=
+ SEQUENCE {
+ onuIADMac
+ MacAddress,
+ onuIADProtocol
+ INTEGER,
+ onuIADSwVersion
+ DisplayString,
+ onuIADSwTime
+ DisplayString,
+ onuIADVoipNum
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.1.1.1
+ onuIADMac OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "IAD MAC address"
+ ::= { onuIADInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.1.1.2
+ onuIADProtocol OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ h248(0),
+ sip(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ProtocolSupported
+ 0x00: H.248
+ 0x01: SIP"
+ ::= { onuIADInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.11.1.1.3
+ onuIADSwVersion OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Iad Software Version"
+ ::= { onuIADInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.11.1.1.4
+ onuIADSwTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Iad software time
+ Version time format uses: YYYYMMDDHHMMSS"
+ ::= { onuIADInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.11.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.11.1.1.5
+ onuIADVoipNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "VoipUserCount
+ Indicate POTS number of IAD module"
+ ::= { onuIADInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2
+ onuIADParamCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuIADParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "ONU IAD Global Parameter Co nfigure"
+ ::= { onuVoiceService 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1
+ onuIADParamCfgEntry OBJECT-TYPE
+ SYNTAX OnuIADParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "ONU IAD Global Parameter Co nfigure"
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { onuIADParamCfgTable 1 }
+
+
+ OnuIADParamCfgEntry ::=
+ SEQUENCE {
+ onuIADMode
+ INTEGER,
+ onuIADIpAddr
+ IpAddress,
+ onuIADNetMask
+ IpAddress,
+ onuIADDefaultGw
+ IpAddress,
+ onuIADPppoeMode
+ INTEGER,
+ onuIADPppoeUsrnm
+ DisplayString,
+ onuIADPppoePw
+ DisplayString,
+ onuIADTagMode
+ INTEGER,
+ onuIADVoiceCVlan
+ Integer32,
+ onuIADVoiceSVlan
+ Integer32,
+ onuIADVoicePriority
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1.1
+ onuIADMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ static(0),
+ dhcp(1),
+ pppoe(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "IP address configuration mode:
+ 0x00: Static IP
+ 0x01: DHCP
+ 0x02: PPPoE/PPPOE+"
+ ::= { onuIADParamCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1.2
+ onuIADIpAddr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "When Voice IP Mode= 0x00, indicate the device
+ static configured IP address, otherwise, this field
+ is invalid, and the value is 0x00."
+ ::= { onuIADParamCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1.3
+ onuIADNetMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "When Voice IP Mode = 0x00, indicate the device
+ static configured IP address mask, otherwise,
+ this field is invalid, and the value is 0x00."
+ ::= { onuIADParamCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1.4
+ onuIADDefaultGw OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "When Voice IP Mode = 0x00, indicate the device
+ static configured IAD default GW, otherwise, the
+ field is invalid, and the value is 0x00"
+ ::= { onuIADParamCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1.5
+ onuIADPppoeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ auto(0),
+ chap(1),
+ pap(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "PPPOE mode:
+ 0x00: AUTO (default)
+ 0x01: Challenge Handshake Authentication Protocol (CHAP)
+ 0x02: Password Authentication Protocol (PAP)"
+ ::= { onuIADParamCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.6
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1.6
+ onuIADPppoeUsrnm OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..32))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "PPPOE username"
+ ::= { onuIADParamCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.7
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.7
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1.7
+ onuIADPppoePw OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..32))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "PPPOE password"
+ ::= { onuIADParamCfgEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.8
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.8
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1.8
+ onuIADTagMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ passThrough(0),
+ tag(1),
+ vlanStack(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Tagged flag
+ Indicate whether Voice data uses tag, and the default is 0x01:
+ 0x00: Pass through
+ 0x01: Tag
+ 0x02: VLAN stacking"
+ ::= { onuIADParamCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.9
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.9
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1.9
+ onuIADVoiceCVlan OBJECT-TYPE
+ SYNTAX Integer32 (0..4096)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Voice CVlan"
+ ::= { onuIADParamCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.10
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.10
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1.10
+ onuIADVoiceSVlan OBJECT-TYPE
+ SYNTAX Integer32 (0..4096)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Voice SVLAN
+ If it is single layer of VLAN, the value is 0x00."
+ ::= { onuIADParamCfgEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.11
+-- 1.3.6.1.4.1.34592.1.3.4.11.2.1.11
+ -- 1.3.6.1.4.1.34592.1.3.4.11.2.1.11
+ onuIADVoicePriority OBJECT-TYPE
+ SYNTAX Integer32 (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Voice Priority"
+ ::= { onuIADParamCfgEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3
+-- 1.3.6.1.4.1.34592.1.3.4.11.3
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3
+ onuIADH248Param OBJECT IDENTIFIER ::= { onuVoiceService 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1
+ h248ParamCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF H248ParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIADH248Param 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1
+ h248ParamCfgEntry OBJECT-TYPE
+ SYNTAX H248ParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { h248ParamCfgTable 1 }
+
+
+ H248ParamCfgEntry ::=
+ SEQUENCE {
+ h248MgPort
+ Integer32,
+ h248MgcIp
+ IpAddress,
+ h248MgcPort
+ Integer32,
+ h248BakMacIp
+ IpAddress,
+ h248BakMgcPort
+ Integer32,
+ h248ActiveMgc
+ INTEGER,
+ h248RegMode
+ INTEGER,
+ h248MID
+ DisplayString,
+ h248HbMode
+ INTEGER,
+ h248HbCycle
+ Integer32,
+ h248HbCount
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.1
+ h248MgPort OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "MGPortNo
+ The default is 2944."
+ ::= { h248ParamCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.2
+ h248MgcIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "MGCIP
+ Active softswitch platform IP address.
+ "
+ ::= { h248ParamCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.3
+ h248MgcPort OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "MgcComPortNo
+ Active softswitch platform port number."
+ ::= { h248ParamCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.4
+ h248BakMacIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Backup MgcIp
+ Backup softswitch platform IP address. If it is
+ 0x00000000, dual homing is not enabled."
+ ::= { h248ParamCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.5
+ h248BakMgcPort OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Backup MgcComPortNo
+ If it is 0x0000, dual homing is not enabled."
+ ::= { h248ParamCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.6
+ h248ActiveMgc OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ backup(0),
+ active(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Active MGC
+ 0x00: Backup softswitch platform
+ 0x01: Active softswitch platform
+ When SET, ONU ignores this field.
+ When GET, ONU returns registered MGC."
+ ::= { h248ParamCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.7
+ h248RegMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ipAddress(0),
+ domainName(1),
+ deviceName(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "RegMode
+ 0x00: IP address
+ 0x01: domain name
+ 0x02: device name"
+ ::= { h248ParamCfgEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.8
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.8
+ h248MID OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..64))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "MID
+ If RegMode=0x00, the field is empty.
+ If the registration mode is device name or
+ domain name, the corresponding strings are
+ padded."
+ ::= { h248ParamCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.9
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.9
+ h248HbMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ close(0),
+ h248ctc(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Heartbeat Mode
+ 0x00: Close
+ 0x01: H.248-CTC standard Notify command"
+ ::= { h248ParamCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.10
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.10
+ h248HbCycle OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "HeartbeatCycle
+ The default is 60s."
+ ::= { h248ParamCfgEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.11
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.11
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.1.1.11
+ h248HbCount OBJECT-TYPE
+ SYNTAX Integer32 (0..255)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "HeartbeatCount
+ The default is 3."
+ ::= { h248ParamCfgEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.2
+ h248UserTIDTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF H248UserTIDEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIADH248Param 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.2.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.2.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.2.1
+ h248UserTIDEntry OBJECT-TYPE
+ SYNTAX H248UserTIDEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId, onuIADPotsId }
+ ::= { h248UserTIDTable 1 }
+
+
+ H248UserTIDEntry ::=
+ SEQUENCE {
+ onuVoipPortId
+ Integer32,
+ h248UserTIDName
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.2.1.1
+ onuVoipPortId OBJECT-TYPE
+ SYNTAX Integer32 (1..2048)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248UserTIDEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.2.1.2
+ h248UserTIDName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..32))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "User TID Name"
+ ::= { h248UserTIDEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.3
+ h248RtpTIDCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF H248RtpTIDCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIADH248Param 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1
+ h248RtpTIDCfgEntry OBJECT-TYPE
+ SYNTAX H248RtpTIDCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { h248RtpTIDCfgTable 1 }
+
+
+ H248RtpTIDCfgEntry ::=
+ SEQUENCE {
+ h248RtpTIDNum
+ Integer32,
+ h248RtpTIDPrefix
+ DisplayString,
+ h248RtpTIDDigitBegin
+ Integer32,
+ h248RtpTIDMode
+ INTEGER,
+ h248RtpTIDDigitLen
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.1
+ h248RtpTIDNum OBJECT-TYPE
+ SYNTAX Integer32 (0..255)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Number of RTP TID"
+ ::= { h248RtpTIDCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.2
+ h248RtpTIDPrefix OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "RTP TID Prefix"
+ ::= { h248RtpTIDCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.3
+ h248RtpTIDDigitBegin OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "RTP TID Digit Begin
+ RTP TID digital portion start value"
+ ::= { h248RtpTIDCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.4
+ h248RtpTIDMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ align(0),
+ nonAlign(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "RTP TID Mode
+ 0x00: alignment mode
+ 0x01: non-alignment mode"
+ ::= { h248RtpTIDCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.3.1.5
+ h248RtpTIDDigitLen OBJECT-TYPE
+ SYNTAX Integer32 (0..255)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "RTP TID Digit Length"
+ ::= { h248RtpTIDCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.4
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.4
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.4
+ h248RtpTIDInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF H248RtpTIDInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " H248 RTP TID Info"
+ ::= { onuIADH248Param 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.4.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.4.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.4.1
+ h248RtpTIDInfoEntry OBJECT-TYPE
+ SYNTAX H248RtpTIDInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " H248 RTP TID Info"
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { h248RtpTIDInfoTable 1 }
+
+
+ H248RtpTIDInfoEntry ::=
+ SEQUENCE {
+ h248RtpTIDCount
+ Integer32,
+ h248FstRtpTIDName
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.4.1.1
+ h248RtpTIDCount OBJECT-TYPE
+ SYNTAX Integer32 (0..255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of RTP TID"
+ ::= { h248RtpTIDInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.3.4.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.3.4.1.2
+ h248FstRtpTIDName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "First RTP TID Name"
+ ::= { h248RtpTIDInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4
+-- 1.3.6.1.4.1.34592.1.3.4.11.4
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4
+ onuIADSipParam OBJECT IDENTIFIER ::= { onuVoiceService 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1
+ sipParamCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SipParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " SIP Parameter Configure"
+ ::= { onuIADSipParam 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1
+ sipParamCfgEntry OBJECT-TYPE
+ SYNTAX SipParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " SIP Parameter Configure"
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { sipParamCfgTable 1 }
+
+
+ SipParamCfgEntry ::=
+ SEQUENCE {
+ sipMgPort
+ Integer32,
+ sipProxySvrIp
+ IpAddress,
+ sipProxySvrPort
+ Integer32,
+ sipBakProxySvrIp
+ IpAddress,
+ sipBakProxySvrPort
+ Integer32,
+ sipActiveProxySvr
+ IpAddress,
+ sipRegSvrIp
+ IpAddress,
+ sipRegSvrPort
+ Integer32,
+ sipBakRegSvrIp
+ IpAddress,
+ sipBakRegSvrPort
+ Integer32,
+ sipOutBoundSvrIp
+ IpAddress,
+ sipOutBoundSvrPort
+ Integer32,
+ sipRegInterval
+ Integer32,
+ sipHbSwitch
+ INTEGER,
+ sipHbCycle
+ Integer32,
+ sipHbCount
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.1
+ sipMgPort OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "MGPortNo
+ The default is 5060."
+ ::= { sipParamCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.2
+ sipProxySvrIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "SipProxyServIp
+ Active SIP agent server IP address"
+ ::= { sipParamCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.3
+ sipProxySvrPort OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "SipProxyServComPortNo
+ Active SIP agent server port number"
+ ::= { sipParamCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.4
+ sipBakProxySvrIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "BackupSipProxyServIp
+ Backup SIP agent server IP address, if this field is
+ 0x00000000, do not enable dual homing function."
+ ::= { sipParamCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.5
+ sipBakProxySvrPort OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "BackupSipProxyServComPortNo
+ Backup SIP agent server port number. If this field
+ is 0x00000000, do not enable dual homing function."
+ ::= { sipParamCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.6
+ sipActiveProxySvr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ActiveSipProxyServer
+ When SET, ONU ignores to process this field.
+ When GET, ONU returns registered MGC."
+ ::= { sipParamCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.7
+ sipRegSvrIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "SipRegServIP
+ Active SIP registration server IP address"
+ ::= { sipParamCfgEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.8
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.8
+ sipRegSvrPort OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "SipRegServComPortNo
+ Active SIP registration server port number"
+ ::= { sipParamCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.9
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.9
+ sipBakRegSvrIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "BackupSipRegServIp
+ Backup SIP registration server IP address. If this
+ field is 0x00000000, do not enable dual homing."
+ ::= { sipParamCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.10
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.10
+ sipBakRegSvrPort OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "BackupSipRegServComPortNo
+ Active SIP registration server port number. If this
+ field is 0x00000000, do not enable dual homing."
+ ::= { sipParamCfgEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.11
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.11
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.11
+ sipOutBoundSvrIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "OutBoundServIP"
+ ::= { sipParamCfgEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.12
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.12
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.12
+ sipOutBoundSvrPort OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "OutBoundServPortNo"
+ ::= { sipParamCfgEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.13
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.13
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.13
+ sipRegInterval OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "SipRegIntervalSIP
+ Registration refresh cycle, unit is second, and the
+ default value is 3600s."
+ ::= { sipParamCfgEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.14
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.14
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.14
+ sipHbSwitch OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ enable(0),
+ disable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "HeartbeatSwitch
+ 0x00: enable heartbeat switch
+ 0x01: disable heartbeat switch"
+ ::= { sipParamCfgEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.15
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.15
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.15
+ sipHbCycle OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "HeartbeatCycle
+ the default value is 60s"
+ ::= { sipParamCfgEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.16
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.16
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.1.1.16
+ sipHbCount OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "HeartbeatCount
+ the default value is 3"
+ ::= { sipParamCfgEntry 16 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.2
+ sipUserCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SipUserCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " SIP User Parameter Configure"
+ ::= { onuIADSipParam 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1
+ sipUserCfgEntry OBJECT-TYPE
+ SYNTAX SipUserCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " SIP User Parameter Configure"
+ INDEX { ponCardSlotId, oltId, onuId, onuIADPotsId }
+ ::= { sipUserCfgTable 1 }
+
+
+ SipUserCfgEntry ::=
+ SEQUENCE {
+ sipUserAccount
+ DisplayString,
+ sipUserName
+ DisplayString,
+ sipUserPasswd
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1.1
+ sipUserAccount OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "User Account
+ User phone number, and should user ASCII code"
+ ::= { sipUserCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1.2
+ sipUserName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..32))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "User name
+ SIP port username, and should use ASCII code."
+ ::= { sipUserCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.2.1.3
+ sipUserPasswd OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "User Password
+ SIP port password, and should use ASCII code."
+ ::= { sipUserCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.3
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.3
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.3
+ sipDigitMapTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SipDigitMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIADSipParam 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.3.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.3.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.3.1
+ sipDigitMapEntry OBJECT-TYPE
+ SYNTAX SipDigitMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { sipDigitMapTable 1 }
+
+
+ SipDigitMapEntry ::=
+ SEQUENCE {
+ sipDigitMapLen
+ Integer32,
+ sipDigitMap
+ DisplayString
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.3.1.1
+ sipDigitMapLen OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Map length"
+ ::= { sipDigitMapEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.4.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.4.3.1.2
+ sipDigitMap OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "SIP DigitalMap
+ SIP protocol digital map, ASCII code type"
+ ::= { sipDigitMapEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.5
+-- 1.3.6.1.4.1.34592.1.3.4.11.5
+ -- 1.3.6.1.4.1.34592.1.3.4.11.5
+ onuIADFaxCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuIADFaxCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " Fax/Modem Configure"
+ ::= { onuVoiceService 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.5.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.5.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.5.1
+ onuIADFaxCfgEntry OBJECT-TYPE
+ SYNTAX OnuIADFaxCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { onuIADFaxCfgTable 1 }
+
+
+ OnuIADFaxCfgEntry ::=
+ SEQUENCE {
+ onuIADVoiceFaxMode
+ INTEGER,
+ onuIADVoiceFaxControl
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.5.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.5.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.5.1.1
+ onuIADVoiceFaxMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ passthrough(0),
+ t38(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "VoiceT38Enable
+ 0x00: voice passthrough mode (T30)
+ 0x01: T38 mode"
+ ::= { onuIADFaxCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.5.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.5.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.5.1.2
+ onuIADVoiceFaxControl OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ negotiation(0),
+ autoVBD(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "VoiceFax/ModemControl
+ At default, use negotiation mode.
+ 0x00: negotiation mode
+ 0x01: Auto VBD"
+ ::= { onuIADFaxCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.6
+-- 1.3.6.1.4.1.34592.1.3.4.11.6
+ -- 1.3.6.1.4.1.34592.1.3.4.11.6
+ onuIADOperTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuIADOperEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " IAD Operation Status "
+ ::= { onuVoiceService 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.6.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.6.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.6.1
+ onuIADOperEntry OBJECT-TYPE
+ SYNTAX OnuIADOperEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " IAD Operation Status "
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { onuIADOperTable 1 }
+
+
+ OnuIADOperEntry ::=
+ SEQUENCE {
+ onuIADOperStatusSet
+ INTEGER,
+ onuIADOperStatus
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.6.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.6.1.1
+ onuIADOperStatusSet OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ reregister(0),
+ logout(1),
+ reset(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "iadOperation
+ 0x00000000: Reregister for softswitch platform
+ 0x00000001: Logout from softswitch platform
+ 0x00000002: Reset, only for voice module"
+ ::= { onuIADOperEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.6.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.6.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.6.1.2
+ onuIADOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ registering(0),
+ regSuccess(1),
+ iadFault(2),
+ logout(3),
+ iadRestarting(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "iadOperStatus
+ 0x00000000: Registering
+ 0x00000001: Registration successful
+ 0x00000002: IAD fault
+ 0x00000003: logout
+ 0x00000004: IAD is restarting"
+ ::= { onuIADOperEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.7
+-- 1.3.6.1.4.1.34592.1.3.4.11.7
+ -- 1.3.6.1.4.1.34592.1.3.4.11.7
+ onuIADPOTSStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuIADPOTSStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "POTS Status"
+ ::= { onuVoiceService 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.7.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.7.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.7.1
+ onuIADPOTSStatusEntry OBJECT-TYPE
+ SYNTAX OnuIADPOTSStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "POTS Status"
+ INDEX { ponCardSlotId, oltId, onuId, onuIADPotsId }
+ ::= { onuIADPOTSStatusTable 1 }
+
+
+ OnuIADPOTSStatusEntry ::=
+ SEQUENCE {
+ onuIADPotsStatus
+ INTEGER,
+ onuIADPotsServiceState
+ INTEGER,
+ onuIADPotsCodeMode
+ INTEGER,
+ onuIADPotsId
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.7.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.7.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.7.1.1
+ onuIADPotsStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ registering(0),
+ idle(1),
+ pickUp(2),
+ dialing(3),
+ ringing(4),
+ ringBack(5),
+ connecting(6),
+ connected(7),
+ releasing(8),
+ regFailure(9),
+ notActivated(10)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "IADPortStauts
+ 0x00000000: port is registering
+ 0x00000001: port is idle
+ 0x00000002: pick up
+ 0x00000003: dialing
+ 0x00000004: ringing
+ 0x00000005: ring back
+ 0x00000006: connecting
+ 0x00000007: connected
+ 0x00000008: releasing connection
+ 0x00000009: port registration failure
+ 0x0000000A: port is not activated"
+ ::= { onuIADPOTSStatusEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.7.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.7.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.7.1.2
+ onuIADPotsServiceState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ endLocal(0),
+ endRemote(1),
+ endAuto(2),
+ normal(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "iadPortServiceState
+ 0x00000000: endLocal, local end terminates service, caused by user disable port
+ 0x00000001: endRemote, remote end terminates service, caused by MGC sends down command
+ 0x00000002: endAuto, automatically terminate service, caused by MGC fault.
+ 0x00000003: normal service normal"
+ ::= { onuIADPOTSStatusEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.7.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.11.7.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.11.7.1.3
+ onuIADPotsCodeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ g711a(0),
+ g729(1),
+ g711u(2),
+ g723(3),
+ g726(4),
+ t38(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "iadPortCodecMode 0x00000000: G.711 A
+ 0x00000001: G.729
+ 0x00000002: G.711U
+ 0x00000003: G.723
+ 0x00000004: G.726
+ 0x00000005: T.38"
+ ::= { onuIADPOTSStatusEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.7.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.11.7.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.11.7.1.4
+ onuIADPotsId OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ iadPots1(1),
+ iadPots2(2),
+ iadPots3(3),
+ iadPots4(4),
+ iadPots5(5),
+ iadPots6(6),
+ iadPots7(7),
+ iadPots8(8)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuIADPOTSStatusEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.8
+-- 1.3.6.1.4.1.34592.1.3.4.11.8
+ -- 1.3.6.1.4.1.34592.1.3.4.11.8
+ onuIADPOTSEnableTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuIADPOTSEnableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "POTS Enable"
+ ::= { onuVoiceService 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.8.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.8.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.8.1
+ onuIADPOTSEnableEntry OBJECT-TYPE
+ SYNTAX OnuIADPOTSEnableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "POTS Enable"
+ INDEX { ponCardSlotId, oltId, onuId, onuIADPotsId }
+ ::= { onuIADPOTSEnableTable 1 }
+
+
+ OnuIADPOTSEnableEntry ::=
+ SEQUENCE {
+ potsId
+ INTEGER,
+ onuIADPotsEnable
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.11.8.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.11.8.1.1
+ potsId OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ iadPots1(1),
+ iadPots2(2),
+ iadPots3(3),
+ iadPots4(4),
+ iadPots5(5),
+ iadPots6(6),
+ iadPots7(7),
+ iadPots8(8)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Pots Id
+ "
+ ::= { onuIADPOTSEnableEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.11.8.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.11.8.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.11.8.1.2
+ onuIADPotsEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(1),
+ enable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "IADPortEnable
+ 1: disable
+ 2: enable
+ "
+ ::= { onuIADPOTSEnableEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12
+ onuStatisticsTable OBJECT IDENTIFIER ::= { fdOnu 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1
+ onuPonStatisticsTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuPonStatisticsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuStatisticsTable 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1
+ onuPonStatisticsEntry OBJECT-TYPE
+ SYNTAX OnuPonStatisticsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId }
+ ::= { onuPonStatisticsTable 1 }
+
+
+ OnuPonStatisticsEntry ::=
+ SEQUENCE {
+ onuPonStatDnDropEvents
+ Counter32,
+ onuPonStatUpDropEvents
+ Counter32,
+ onuPonStatDnOctets
+ Counter32,
+ onuPonStatUpOctets
+ Counter32,
+ onuPonStatDnFrames
+ Counter32,
+ onuPonStatUpFrames
+ Counter32,
+ onuPonStatDnBcFrames
+ Counter32,
+ onuPonStatUpBcFrames
+ Counter32,
+ onuPonStatDnMcFrames
+ Counter32,
+ onuPonStatUpMcFrames
+ Counter32,
+ onuPonStatDnCrcErrFrames
+ Counter32,
+ onuPonStatUpCrcErrFrames
+ Counter32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.1
+ onuPonStatDnDropEvents OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.2
+ onuPonStatUpDropEvents OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.3
+ onuPonStatDnOctets OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.4
+ onuPonStatUpOctets OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.5
+ onuPonStatDnFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.6
+ onuPonStatUpFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.7
+ onuPonStatDnBcFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.8
+ onuPonStatUpBcFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.9
+ onuPonStatDnMcFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.10
+ onuPonStatUpMcFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.11
+ onuPonStatDnCrcErrFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.1.1.12
+ onuPonStatUpCrcErrFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuPonStatisticsEntry 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2
+ onuUniStatisticsTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUniStatisticsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuStatisticsTable 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1
+ onuUniStatisticsEntry OBJECT-TYPE
+ SYNTAX OnuUniStatisticsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId }
+ ::= { onuUniStatisticsTable 1 }
+
+
+ OnuUniStatisticsEntry ::=
+ SEQUENCE {
+ onuUniStatDnDropEvents
+ Counter32,
+ onuUniStatUpDropEvents
+ Counter32,
+ onuUniStatDnOctects
+ Counter32,
+ onuUniStatUpOctects
+ Counter32,
+ onuUniStatDnFrames
+ Counter32,
+ onuUniStatUpFrames
+ Counter32,
+ onuUniStatDnBcFrames
+ Counter32,
+ onuUniStatUpBcFrames
+ Counter32,
+ onuUniStatDnMcFrames
+ Counter32,
+ onuUniStatUpMcFrames
+ Counter32,
+ onuUniStatDnCrcErrFrames
+ Counter32,
+ onuUniStatUpCrcErrFrames
+ Counter32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.1
+ onuUniStatDnDropEvents OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.2
+ onuUniStatUpDropEvents OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.3
+ onuUniStatDnOctects OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.4
+ onuUniStatUpOctects OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.5
+ onuUniStatDnFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.6
+ onuUniStatUpFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.7
+ onuUniStatDnBcFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.8
+ onuUniStatUpBcFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.9
+ onuUniStatDnMcFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.10
+ onuUniStatUpMcFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.11
+ onuUniStatDnCrcErrFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.12.2.1.12
+ onuUniStatUpCrcErrFrames OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniStatisticsEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.15
+-- 1.3.6.1.4.1.34592.1.3.4.15
+ -- 1.3.6.1.4.1.34592.1.3.4.15
+ fdOnuConformance OBJECT IDENTIFIER ::= { fdOnu 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.15.1
+-- 1.3.6.1.4.1.34592.1.3.4.15.1
+ -- 1.3.6.1.4.1.34592.1.3.4.15.1
+ fdOnuGroups OBJECT IDENTIFIER ::= { fdOnuConformance 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.1
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.1
+ -- 1.3.6.1.4.1.34592.1.3.4.15.1.1
+ fdOnuBaseManageGroup OBJECT-GROUP
+ OBJECTS { onuDeviceType, onuFactorySerial, onuUserInfo, onuHwRev, onuFwRev,
+ onuBaseMac, maxAllowedLLIDs, registeredLLIDNum, onuOnLineStatus, onuUserTrafficEnable,
+ onuRangeValue, onuMgmtType, onuLaserRxPower, onuLaserTxPower, onuOperation,
+ onuRstpEnable, onuQueueCfgData, onuAclRuleCfgData, onuPortVlanData, maxTrafficOutputRate,
+ outputModule, scheduleAlgorithm, policingTrafficType, maxTrafficInputRate, inputModule,
+ onuDynMacOperation, supportUniPorts, onuLinkIdMap, onuVenderId, onuLaserTemperature,
+ onuLaserBias, onuLaserVoltage, onuPasswd, onuLoid, onuCtcDeviceType,
+ onuDynMacAddr, onuUpgradeStat }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing basic fd ONU
+ management"
+ ::= { fdOnuGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.2
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.2
+ -- 1.3.6.1.4.1.34592.1.3.4.15.1.2
+ fdOnuAdvanceManageGroup OBJECT-GROUP
+ OBJECTS { onuChipProCode, onuChipProVer, onuChipId, onuChipVer, onuBootVer,
+ onuPersVer, onuChipApp0Ver, onuChipApp1Ver, onuChipDiagVer, onuAddiVlanEthType,
+ onuRstpEnable, onuLocalSwitch, onuCatv, onuCatvRfLevel, onuStormCtrlInterval,
+ onuUniStormCtrlBroadcastEnable, onuUniStormCtrlBroadcastMode, onuUniStormCtrlBroadcastAction, onuUniStormCtrlBroadcastInRate, onuUniStormCtrlBroadcastOutRate,
+ onuUniStormCtrlMulticastEnable, onuUniStormCtrlMulticastMode, onuUniStormCtrlMulticastAction, onuUniStormCtrlMulticastInRate, onuUniStormCtrlMulticastOutRate,
+ onuUniStormCtrlUnicastEnable, onuUniStormCtrlUnicastMode, onuUniStormCtrlUnicastAction, onuMgmtGateway, onuMgmtNetmask,
+ onuMgmtIpAddr, onuUniStormCtrlUnicastOutRate, onuUniStormCtrlUnicastInRate, onuUniStormCtrlType, onuUniStormCtrlMode,
+ onuUniStormCtrlAction, onuUniStormCtrlInRate, onuUniStormCtrlOutRate, onuMgmtPriority, onuMgmtSVlan,
+ onuMgmtCVlan }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing advanced ONU feature
+ management"
+ ::= { fdOnuGroups 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.3
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.3
+ -- 1.3.6.1.4.1.34592.1.3.4.15.1.3
+ fdOnuPortParaGroup OBJECT-GROUP
+ OBJECTS { uniPortUserInfo, uniPortLink, uniPortAutoNego, uniPortSpeed, uniPortDuplex,
+ uniPortFlowCtrl, uniPortMacEntryLimit, uniPortMacAgeTime, uniPortFowardMode, uniPortEnable,
+ uniPortRstpState, uniPortName, uniPortType }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing ONU port parameters management"
+ ::= { fdOnuGroups 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.4
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.4
+ -- 1.3.6.1.4.1.34592.1.3.4.15.1.4
+ onuIgmpSnoopGroup OBJECT-GROUP
+ OBJECTS { igmpSnoopParaData, igmpSnoopGroupData }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing igmp snooping feature
+ management"
+ ::= { fdOnuGroups 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.5
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.5
+ -- 1.3.6.1.4.1.34592.1.3.4.15.1.5
+ fdOnuLpTestGroup OBJECT-GROUP
+ OBJECTS { onuLoopTestData, onuLoopTestResult }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing onu loopback test feature
+ management"
+ ::= { fdOnuGroups 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.6
+-- 1.3.6.1.4.1.34592.1.3.4.15.1.6
+ -- 1.3.6.1.4.1.34592.1.3.4.15.1.6
+ fdOnuVoiceGroup OBJECT-GROUP
+ OBJECTS { onuIADMac, onuIADProtocol, onuIADSwVersion, onuIADSwTime, onuIADVoipNum,
+ onuIADMode, onuIADIpAddr, onuIADNetMask, onuIADDefaultGw, onuIADPppoeMode,
+ onuIADPppoeUsrnm, onuIADPppoePw, onuIADTagMode, onuIADVoiceCVlan, onuIADVoiceSVlan,
+ onuIADVoicePriority, h248MgPort, h248MgcIp, h248MgcPort, h248BakMacIp,
+ h248BakMgcPort, h248ActiveMgc, h248RegMode, h248MID, h248HbMode,
+ h248HbCycle, h248HbCount, onuVoipPortId, h248UserTIDName, h248RtpTIDNum,
+ h248RtpTIDPrefix, h248RtpTIDDigitBegin, h248RtpTIDMode, h248RtpTIDDigitLen, h248RtpTIDCount,
+ h248FstRtpTIDName, sipMgPort, sipProxySvrIp, sipProxySvrPort, sipBakProxySvrIp,
+ sipBakProxySvrPort, sipActiveProxySvr, sipRegSvrIp, sipRegSvrPort, sipBakRegSvrIp,
+ sipBakRegSvrPort, sipOutBoundSvrIp, sipOutBoundSvrPort, sipRegInterval, sipHbSwitch,
+ sipHbCycle, sipHbCount, sipUserAccount, sipUserName, sipUserPasswd,
+ sipDigitMapLen, sipDigitMap, onuIADVoiceFaxMode, onuIADVoiceFaxControl, onuIADOperStatusSet,
+ onuIADOperStatus, onuIADPotsStatus, onuIADPotsServiceState, onuIADPotsCodeMode, onuIADPotsEnable,
+ potsId }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { fdOnuGroups 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.4.15.1.7
+ fdOnuStatisticsTable OBJECT-GROUP
+ OBJECTS { onuPonStatUpOctets, onuPonStatDnOctets, onuPonStatUpFrames, onuPonStatDnBcFrames, onuPonStatUpBcFrames,
+ onuPonStatDnMcFrames, onuPonStatUpMcFrames, onuPonStatDnCrcErrFrames, onuPonStatUpCrcErrFrames, onuUniStatDnDropEvents,
+ onuUniStatUpDropEvents, onuUniStatDnFrames, onuUniStatUpFrames, onuUniStatDnBcFrames, onuUniStatUpBcFrames,
+ onuUniStatDnMcFrames, onuUniStatUpMcFrames, onuUniStatDnCrcErrFrames, onuUniStatUpCrcErrFrames, onuPonStatDnFrames,
+ onuPonStatUpDropEvents, onuPonStatDnDropEvents, onuUniStatUpOctects, onuUniStatDnOctects }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { fdOnuGroups 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.15.2
+-- 1.3.6.1.4.1.34592.1.3.4.15.2
+ -- 1.3.6.1.4.1.34592.1.3.4.15.2
+ fdOnuCompliances OBJECT IDENTIFIER ::= { fdOnuConformance 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.4.15.2.1
+-- this module
+-- this module
+-- 1.3.6.1.4.1.34592.1.3.4.15.2.1
+-- this module
+ -- 1.3.6.1.4.1.34592.1.3.4.15.2.1
+ fdOnuCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement"
+ MODULE -- this module
+ MANDATORY-GROUPS { fdOnuBaseManageGroup, fdOnuPortParaGroup, onuIgmpSnoopGroup, fdOnuLpTestGroup, fdOnuVoiceGroup
+ }
+ GROUP fdOnuAdvanceManageGroup
+ DESCRIPTION
+ "This group may or may not be implemented"
+ ::= { fdOnuCompliances 1 }
+
+
+
+ END
+
+--
+-- FD-ONU-MIB.my
+--
diff --git a/MIBS/cdata/FD-PERFORMANCE-MIB b/MIBS/cdata/FD-PERFORMANCE-MIB
new file mode 100644
index 0000000..fe9970c
--- /dev/null
+++ b/MIBS/cdata/FD-PERFORMANCE-MIB
@@ -0,0 +1,2301 @@
+--
+-- FD-PERFORMANCE-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, July 14, 2015 at 17:00:02
+--
+
+-- FD-PERFORMANCE-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Monday, July 13, 2015 at 20:14:55
+--
+-- FD-PERFORMANCE-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Friday, May 22, 2015 at 13:52:29
+--
+-- FD-PERFORMANCE-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Friday, May 15, 2015 at 11:32:44
+--
+-- FD-PERFORMANCE-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Wednesday, June 15, 2011 at 18:07:32
+--
+-- FD-PERFORMANCE-MIB.mib
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Thursday, May 27, 2010 at 18:36:40
+--
+
+ FD-PERFORMANCE-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ mediaConverter, epon
+ FROM EPON-EOC-MIB
+ oltId, directionId, linkId
+ FROM FD-OLT-MIB
+ onuId, uniPortId
+ FROM FD-ONU-MIB
+ swSniPortId
+ FROM FD-SWITCH-MIB
+ ponCardSlotId
+ FROM FD-SYSTEM-MIB
+ OBJECT-GROUP, MODULE-COMPLIANCE
+ FROM SNMPv2-CONF
+ Integer32, Unsigned32, Counter32, Counter64, OBJECT-TYPE,
+ MODULE-IDENTITY
+ FROM SNMPv2-SMI
+ TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+-- 1.3.6.1.4.1.34592.1.3.5
+ performance MODULE-IDENTITY
+ LAST-UPDATED "201505221351Z" -- May 22, 2015 at 13:51 GMT
+ ORGANIZATION
+ "epon eoc factory."
+ CONTACT-INFO
+ " "
+ DESCRIPTION
+ "Performance mib module"
+ ::= { epon 5 }
+
+
+
+--
+-- Textual conventions
+--
+
+ StatsCollection ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ octetTrans(1),
+ totFrameTrans(2),
+ ucFrameTrans(3),
+ bcFrameTrans(4),
+ mcFrameTrans(5),
+ crc32Errors(6),
+ undersizeFrames(7),
+ oversizeFrames(8),
+ framesDropped(9),
+ octetsDropped(10),
+ bandwidth(11)
+ }
+
+
+--
+-- Node definitions
+--
+
+-- 1.3.6.1.4.1.34592.1.3.5.1
+ alarmThreshHold OBJECT IDENTIFIER ::= { performance 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.1
+ swThresholdTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SwThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { alarmThreshHold 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.1.1
+ swThresholdEntry OBJECT-TYPE
+ SYNTAX SwThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { statsId }
+ ::= { swThresholdTable 1 }
+
+
+ SwThresholdEntry ::=
+ SEQUENCE {
+ statsId
+ StatsCollection,
+ sniPortThresholdLo
+ Counter32,
+ sniPortThresholdHi
+ Counter32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.1.1.2
+ statsId OBJECT-TYPE
+ SYNTAX StatsCollection
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swThresholdEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.1.1.3
+ sniPortThresholdLo OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swThresholdEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.1.1.4
+ sniPortThresholdHi OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swThresholdEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.2
+ oltThresholdTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { alarmThreshHold 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.2.1
+ oltThresholdEntry OBJECT-TYPE
+ SYNTAX OltThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { statsId }
+ ::= { oltThresholdTable 1 }
+
+
+ OltThresholdEntry ::=
+ SEQUENCE {
+ oltThresholdLo
+ Counter32,
+ oltThresholdHi
+ Counter32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.2.1.2
+ oltThresholdLo OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { oltThresholdEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.2.1.3
+ oltThresholdHi OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { oltThresholdEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.3
+ onuUniThresholdTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUniThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { alarmThreshHold 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.3.1
+ onuUniThresholdEntry OBJECT-TYPE
+ SYNTAX OnuUniThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { statsId }
+ ::= { onuUniThresholdTable 1 }
+
+
+ OnuUniThresholdEntry ::=
+ SEQUENCE {
+ onuUniThresholdLo
+ Counter32,
+ onuUniThresholdHi
+ Counter32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.3.1.2
+ onuUniThresholdLo OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniThresholdEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.3.1.3
+ onuUniThresholdHi OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniThresholdEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.4
+ swTrafficChangeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SwTrafficChangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { alarmThreshHold 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.4.1
+ swTrafficChangeEntry OBJECT-TYPE
+ SYNTAX SwTrafficChangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { swSniPortId, statsId }
+ ::= { swTrafficChangeTable 1 }
+
+
+ SwTrafficChangeEntry ::=
+ SEQUENCE {
+ swSniPortTrafficChangeVal
+ Counter32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.4.1.1
+ swSniPortTrafficChangeVal OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swTrafficChangeEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.5
+ oltTrafficChangeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltTrafficChangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { alarmThreshHold 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.5.1
+ oltTrafficChangeEntry OBJECT-TYPE
+ SYNTAX OltTrafficChangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, statsId }
+ ::= { oltTrafficChangeTable 1 }
+
+
+ OltTrafficChangeEntry ::=
+ SEQUENCE {
+ oltTrafficChangeVal
+ Counter32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.5.1.1
+ oltTrafficChangeVal OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltTrafficChangeEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.6
+ onuTrafficChangeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuTrafficChangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { alarmThreshHold 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.6.1
+ onuTrafficChangeEntry OBJECT-TYPE
+ SYNTAX OnuTrafficChangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId, statsId
+ }
+ ::= { onuTrafficChangeTable 1 }
+
+
+ OnuTrafficChangeEntry ::=
+ SEQUENCE {
+ onuTrafficChangeVal
+ Counter32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.1.6.1.1
+ onuTrafficChangeVal OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuTrafficChangeEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2
+ statistics OBJECT IDENTIFIER ::= { performance 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1
+ llidStatsTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LlidStatsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { statistics 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1
+ llidStatsEntry OBJECT-TYPE
+ SYNTAX LlidStatsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, linkId, directionId }
+ ::= { llidStatsTable 1 }
+
+
+ LlidStatsEntry ::=
+ SEQUENCE {
+ llidOctetsTransferred
+ Counter64,
+ llidTotFrameTransferred
+ Counter64,
+ llidUniFrametransferred
+ Counter64,
+ llidBroadFrametransferred
+ Counter64,
+ llidMulFrametransferred
+ Counter64,
+ llidCrc32Errors
+ Counter64,
+ llidUndersizeFrames
+ Counter64,
+ llidOversizeFrames
+ Counter64,
+ llidFrom0to64OctetFrames
+ Counter64,
+ llidFrom65to127OctetFrames
+ Counter64,
+ llidFrom128to255OctetFrames
+ Counter64,
+ llidFrom256to511OctetFrames
+ Counter64,
+ llidFrom512to1023OctetFrames
+ Counter64,
+ llidFrom1024to1518OctetFrames
+ Counter64,
+ llidMore1519ctetFrames
+ Counter64,
+ llidFramesDropped
+ Counter64,
+ llidOctetsDropped
+ Counter64,
+ llidOctetsDelayed
+ Counter64,
+ llidOctetsGranted
+ Counter64,
+ llidUnusedGrantedOctets
+ Counter64,
+ llidMaximumDelay
+ Counter64,
+ llidLineCodeViolation
+ Counter64,
+ llidErrFrameSecond
+ Counter64,
+ llidErrFramePeriod
+ Counter64,
+ llidSumErrFrameSecond
+ Counter64,
+ llidStatsOperation
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.3
+ llidOctetsTransferred OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { llidStatsEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.4
+ llidTotFrameTransferred OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.5
+ llidUniFrametransferred OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.6
+ llidBroadFrametransferred OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.7
+ llidMulFrametransferred OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.8
+ llidCrc32Errors OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.9
+ llidUndersizeFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.10
+ llidOversizeFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.11
+ llidFrom0to64OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.12
+ llidFrom65to127OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.13
+ llidFrom128to255OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.14
+ llidFrom256to511OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.15
+ llidFrom512to1023OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.16
+ llidFrom1024to1518OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 16 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.17
+ llidMore1519ctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 17 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.18
+ llidFramesDropped OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 18 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.19
+ llidOctetsDropped OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 19 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.20
+ llidOctetsDelayed OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 20 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.21
+ llidOctetsGranted OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 21 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.22
+ llidUnusedGrantedOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 22 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.23
+ llidMaximumDelay OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 23 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.24
+ llidLineCodeViolation OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 24 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.25
+ llidErrFrameSecond OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 25 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.26
+ llidErrFramePeriod OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 26 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.27
+ llidSumErrFrameSecond OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { llidStatsEntry 27 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.1.1.37
+ llidStatsOperation OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fresh(1),
+ clear(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { llidStatsEntry 37 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2
+ onuUniPortStatsTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUniPortStatsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { statistics 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1
+ onuUniPortStatsEntry OBJECT-TYPE
+ SYNTAX OnuUniPortStatsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId, directionId
+ }
+ ::= { onuUniPortStatsTable 1 }
+
+
+ OnuUniPortStatsEntry ::=
+ SEQUENCE {
+ onuUniOctetsTransferred
+ Counter64,
+ onuUniTotFrameTransferred
+ Counter64,
+ onuUniUniFrametransferred
+ Counter64,
+ onuUniBroadFrametransferred
+ Counter64,
+ onuUniMulFrametransferred
+ Integer32,
+ onuUniCrc32Errors
+ Counter64,
+ onuUniUndersizeFrames
+ Counter64,
+ onuUniOversizeFrames
+ Counter64,
+ onuUniCollosions
+ Counter64,
+ onuUniFrom0to64OctetFrames
+ Counter64,
+ onuUniFrom65to127OctetFrames
+ Counter64,
+ onuUniFrom128to255OctetFrames
+ Counter64,
+ onuUniFrom256to511OctetFrames
+ Counter64,
+ onuUniFrom512to1023OctetFrames
+ Counter64,
+ onuUniFrom1024to1518OctetFrames
+ Counter64,
+ onuUniMore1519ctetFrames
+ Counter64,
+ onuUniFramesDropped
+ Counter64,
+ onuUniOctetsDropped
+ Counter64,
+ onuUniOctetsDelayed
+ Counter64,
+ onuUniOctetsGranted
+ Counter64,
+ onuUniUnusedGrantedOctets
+ Counter64,
+ onuUniCrc8Errors
+ Counter64,
+ onuUniPauseFrames
+ Counter64,
+ onuUniStatsOperation
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.3
+ onuUniOctetsTransferred OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortStatsEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.4
+ onuUniTotFrameTransferred OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.5
+ onuUniUniFrametransferred OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.6
+ onuUniBroadFrametransferred OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.7
+ onuUniMulFrametransferred OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.8
+ onuUniCrc32Errors OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.9
+ onuUniUndersizeFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.10
+ onuUniOversizeFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.11
+ onuUniCollosions OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.12
+ onuUniFrom0to64OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.13
+ onuUniFrom65to127OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.14
+ onuUniFrom128to255OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.15
+ onuUniFrom256to511OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.16
+ onuUniFrom512to1023OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 16 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.17
+ onuUniFrom1024to1518OctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 17 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.18
+ onuUniMore1519ctetFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 18 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.19
+ onuUniFramesDropped OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 19 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.20
+ onuUniOctetsDropped OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 20 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.21
+ onuUniOctetsDelayed OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 21 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.22
+ onuUniOctetsGranted OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 22 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.23
+ onuUniUnusedGrantedOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 23 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.24
+ onuUniCrc8Errors OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 24 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.25
+ onuUniPauseFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUniPortStatsEntry 25 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.2.2.1.35
+ onuUniStatsOperation OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fresh(1),
+ clear(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniPortStatsEntry 35 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3
+ performanceMonitor OBJECT IDENTIFIER ::= { performance 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1
+ hisPerformanceMonitor OBJECT IDENTIFIER ::= { performanceMonitor 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1
+ swSniHisMonitorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SwSniHisMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { hisPerformanceMonitor 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1
+ swSniHisMonitorEntry OBJECT-TYPE
+ SYNTAX SwSniHisMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { swSniPortId, directionId, swSniHisMonitorTimeSerial }
+ ::= { swSniHisMonitorTable 1 }
+
+
+ SwSniHisMonitorEntry ::=
+ SEQUENCE {
+ swSniHisMonitorTimeSerial
+ INTEGER,
+ swSniOctetTransHis
+ Counter32,
+ swSniTotalFrameTransHis
+ Counter32,
+ swSniUCFrameTransHis
+ Counter32,
+ swSniBCFrameTransHis
+ Counter32,
+ swSniMCFrameTransHis
+ Counter32,
+ swSniCRC32ErrorsHis
+ Counter32,
+ swSniUndersizeFramesHis
+ Counter32,
+ swSniOversizeFramesHis
+ Counter32,
+ swSniFramesDroppedHis
+ Counter32,
+ swSniOctetsDroppedHis
+ Counter32,
+ swSniBandwidthHis
+ Counter32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.2
+ swSniHisMonitorTimeSerial OBJECT-TYPE
+ SYNTAX INTEGER (1..192)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swSniHisMonitorEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.5
+ swSniOctetTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swSniHisMonitorEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.6
+ swSniTotalFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniHisMonitorEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.7
+ swSniUCFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniHisMonitorEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.8
+ swSniBCFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniHisMonitorEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.9
+ swSniMCFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniHisMonitorEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.10
+ swSniCRC32ErrorsHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniHisMonitorEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.11
+ swSniUndersizeFramesHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniHisMonitorEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.12
+ swSniOversizeFramesHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniHisMonitorEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.13
+ swSniFramesDroppedHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniHisMonitorEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.14
+ swSniOctetsDroppedHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniHisMonitorEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.1.1.15
+ swSniBandwidthHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniHisMonitorEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2
+ oltHisMonitorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltHisMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { hisPerformanceMonitor 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1
+ oltHisMonitorEntry OBJECT-TYPE
+ SYNTAX OltHisMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, directionId, oltHisMonitorTimeSerial }
+ ::= { oltHisMonitorTable 1 }
+
+
+ OltHisMonitorEntry ::=
+ SEQUENCE {
+ oltHisMonitorTimeSerial
+ Integer32,
+ oltOctetTransHis
+ Counter32,
+ oltTotalFrameTransHis
+ Counter32,
+ oltUCFrameTransHis
+ Counter32,
+ oltBCFrameTransHis
+ Counter32,
+ oltMCFrameTransHis
+ Counter32,
+ oltCRC32ErrorsHis
+ Counter32,
+ oltUndersizeFramesHis
+ Counter32,
+ oltOversizeFramesHis
+ Counter32,
+ oltFramesDroppedHis
+ Counter32,
+ oltOctetsDroppedHis
+ Counter32,
+ oltBandwidthHis
+ Counter32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.2
+ oltHisMonitorTimeSerial OBJECT-TYPE
+ SYNTAX Integer32 (1..192)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { oltHisMonitorEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.5
+ oltOctetTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { oltHisMonitorEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.6
+ oltTotalFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltHisMonitorEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.7
+ oltUCFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltHisMonitorEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.8
+ oltBCFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltHisMonitorEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.9
+ oltMCFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltHisMonitorEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.10
+ oltCRC32ErrorsHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltHisMonitorEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.11
+ oltUndersizeFramesHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltHisMonitorEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.12
+ oltOversizeFramesHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltHisMonitorEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.13
+ oltFramesDroppedHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltHisMonitorEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.14
+ oltOctetsDroppedHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltHisMonitorEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.2.1.15
+ oltBandwidthHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltHisMonitorEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3
+ onuUniHisMonitorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUniHisMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { hisPerformanceMonitor 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1
+ onuUniHisMonitorEntry OBJECT-TYPE
+ SYNTAX OnuUniHisMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId, directionId,
+ onuUniHisMonitorTimeSerial }
+ ::= { onuUniHisMonitorTable 1 }
+
+
+ OnuUniHisMonitorEntry ::=
+ SEQUENCE {
+ onuUniHisMonitorTimeSerial
+ INTEGER,
+ onuUniOctetTransHis
+ Counter32,
+ onuUniTotalFrameTransHis
+ Counter32,
+ onuUniUCFrameTransHis
+ Counter32,
+ onuUniBCFrameTransHis
+ Counter32,
+ onuUniMCFrameTransHis
+ Counter32,
+ onuUniCRC32ErrorsHis
+ Counter32,
+ onuUniUndersizeFramesHis
+ Counter32,
+ onuUniOversizeFramesHis
+ Counter32,
+ onuUniFramesDroppedHis
+ Counter32,
+ onuUniOctetsDroppedHis
+ Counter32,
+ onuUniBandwidthHis
+ Counter32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.1
+ onuUniHisMonitorTimeSerial OBJECT-TYPE
+ SYNTAX INTEGER (1..192)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.5
+ onuUniOctetTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.6
+ onuUniTotalFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.7
+ onuUniUCFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.8
+ onuUniBCFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.9
+ onuUniMCFrameTransHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.10
+ onuUniCRC32ErrorsHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.11
+ onuUniUndersizeFramesHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.12
+ onuUniOversizeFramesHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.13
+ onuUniFramesDroppedHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.14
+ onuUniOctetsDroppedHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.1.3.1.15
+ onuUniBandwidthHis OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniHisMonitorEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2
+ realTimePerformanceMonitor OBJECT IDENTIFIER ::= { performanceMonitor 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.1
+ monitorTimeout OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { realTimePerformanceMonitor 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.2
+ monitorOperator OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ monitorStart(1),
+ monitorStop(2),
+ monitorResultClear(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { realTimePerformanceMonitor 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3
+ swSniMonitorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SwSniMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { realTimePerformanceMonitor 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1
+ swSniMonitorEntry OBJECT-TYPE
+ SYNTAX SwSniMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { swSniPortId, directionId }
+ ::= { swSniMonitorTable 1 }
+
+
+ SwSniMonitorEntry ::=
+ SEQUENCE {
+ swSniOctetTransRel
+ Counter64,
+ swSniTotalFrameTransRel
+ Counter64,
+ swSniUCFrameTransRel
+ Counter64,
+ swSniBCFrameTransRel
+ Counter64,
+ swSniMCFrameTransRel
+ Counter64,
+ swSniCRC32ErrorsRel
+ Counter64,
+ swSniUndersizeFramesRel
+ Counter64,
+ swSniOversizeFramesRel
+ Counter64,
+ swSniFramesDroppedRel
+ Counter64,
+ swSniOctetsDroppedRel
+ Counter64,
+ swSniBandwidthRel
+ Counter64
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1.5
+ swSniOctetTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swSniMonitorEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1.6
+ swSniTotalFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniMonitorEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1.7
+ swSniUCFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniMonitorEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1.8
+ swSniBCFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniMonitorEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1.9
+ swSniMCFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniMonitorEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1.10
+ swSniCRC32ErrorsRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniMonitorEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1.11
+ swSniUndersizeFramesRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniMonitorEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1.12
+ swSniOversizeFramesRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniMonitorEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1.13
+ swSniFramesDroppedRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniMonitorEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1.14
+ swSniOctetsDroppedRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniMonitorEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.3.1.15
+ swSniBandwidthRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swSniMonitorEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.4
+ swSniMonitorCtrTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SwSniMonitorCtrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { realTimePerformanceMonitor 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.4.1
+ swSniMonitorCtrEntry OBJECT-TYPE
+ SYNTAX SwSniMonitorCtrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { swSniPortId, directionId }
+ ::= { swSniMonitorCtrTable 1 }
+
+
+ SwSniMonitorCtrEntry ::=
+ SEQUENCE {
+ swSniMonitorMap
+ Unsigned32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.4.1.1
+ swSniMonitorMap OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swSniMonitorCtrEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5
+ oltMonitorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { realTimePerformanceMonitor 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1
+ oltMonitorEntry OBJECT-TYPE
+ SYNTAX OltMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, directionId }
+ ::= { oltMonitorTable 1 }
+
+
+ OltMonitorEntry ::=
+ SEQUENCE {
+ oltOctetTransRel
+ Counter64,
+ oltTotalFrameTransRel
+ Counter64,
+ oltUCFrameTransRel
+ Counter64,
+ oltBCFrameTransRel
+ Counter64,
+ oltMCFrameTransRel
+ Counter64,
+ oltCRC32ErrorsRel
+ Counter64,
+ oltUndersizeFramesRel
+ Counter64,
+ oltOversizeFramesRel
+ Counter64,
+ oltFramesDroppedRel
+ Counter64,
+ oltOctetsDroppedRel
+ Counter64,
+ oltBandwidthRel
+ Counter64
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1.5
+ oltOctetTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { oltMonitorEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1.6
+ oltTotalFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltMonitorEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1.7
+ oltUCFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltMonitorEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1.8
+ oltBCFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltMonitorEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1.9
+ oltMCFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltMonitorEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1.10
+ oltCRC32ErrorsRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltMonitorEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1.11
+ oltUndersizeFramesRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltMonitorEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1.12
+ oltOversizeFramesRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltMonitorEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1.13
+ oltFramesDroppedRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltMonitorEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1.14
+ oltOctetsDroppedRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltMonitorEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.5.1.15
+ oltBandwidthRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oltMonitorEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.6
+ oltMonitorCtrTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltMonitorCtrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { realTimePerformanceMonitor 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.6.1
+ oltMonitorCtrEntry OBJECT-TYPE
+ SYNTAX OltMonitorCtrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, directionId }
+ ::= { oltMonitorCtrTable 1 }
+
+
+ OltMonitorCtrEntry ::=
+ SEQUENCE {
+ oltMonitorMap
+ Unsigned32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.6.1.1
+ oltMonitorMap OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { oltMonitorCtrEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7
+ onuUniMonitorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUniMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { realTimePerformanceMonitor 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1
+ onuUniMonitorEntry OBJECT-TYPE
+ SYNTAX OnuUniMonitorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId, directionId
+ }
+ ::= { onuUniMonitorTable 1 }
+
+
+ OnuUniMonitorEntry ::=
+ SEQUENCE {
+ onuUniOctetTransRel
+ Counter64,
+ onuUniTotalFrameTransRel
+ Counter64,
+ onuUniUCFrameTransRel
+ Counter64,
+ onuUniBCFrameTransRel
+ Counter64,
+ onuUniMCFrameTransRel
+ Counter64,
+ onuUniCRC32ErrorsRel
+ Counter64,
+ onuUniUndersizeRel
+ Counter64,
+ onuUniOversizeFramesRel
+ Counter64,
+ onuUniFramesDroppedRel
+ Counter64,
+ onuUniOctetsDroppedRel
+ Counter64,
+ onuUniBandwidthRel
+ Counter64
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1.5
+ onuUniOctetTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1.6
+ onuUniTotalFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1.7
+ onuUniUCFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1.8
+ onuUniBCFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1.9
+ onuUniMCFrameTransRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1.10
+ onuUniCRC32ErrorsRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1.11
+ onuUniUndersizeRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1.12
+ onuUniOversizeFramesRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1.13
+ onuUniFramesDroppedRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1.14
+ onuUniOctetsDroppedRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.7.1.15
+ onuUniBandwidthRel OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.8
+ onuUniMonitorCtrTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUniMonitorCtrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { realTimePerformanceMonitor 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.8.1
+ onuUniMonitorCtrEntry OBJECT-TYPE
+ SYNTAX OnuUniMonitorCtrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponCardSlotId, oltId, onuId, uniPortId, directionId
+ }
+ ::= { onuUniMonitorCtrTable 1 }
+
+
+ OnuUniMonitorCtrEntry ::=
+ SEQUENCE {
+ onuUniMonitorMap
+ Unsigned32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.5.3.2.8.1.1
+ onuUniMonitorMap OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuUniMonitorCtrEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6
+ performanceConform OBJECT IDENTIFIER ::= { performance 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.1
+ performanceGroups OBJECT IDENTIFIER ::= { performanceConform 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.1.1
+ alarmThresholdGroup OBJECT-GROUP
+ OBJECTS { sniPortThresholdLo, sniPortThresholdHi, swSniPortTrafficChangeVal, oltThresholdLo, oltThresholdHi,
+ oltTrafficChangeVal, onuUniThresholdLo, onuUniThresholdHi, onuTrafficChangeVal }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing alarm threshold config"
+ ::= { performanceGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.1.2
+ fdOltStatsGroup OBJECT-GROUP
+ OBJECTS { llidOctetsTransferred, llidTotFrameTransferred, llidUniFrametransferred, llidBroadFrametransferred, llidMulFrametransferred,
+ llidCrc32Errors, llidUndersizeFrames, llidOversizeFrames, llidFrom0to64OctetFrames, llidFrom65to127OctetFrames,
+ llidFrom128to255OctetFrames, llidFrom256to511OctetFrames, llidFrom512to1023OctetFrames, llidFrom1024to1518OctetFrames, llidMore1519ctetFrames,
+ llidFramesDropped, llidOctetsDropped, llidOctetsDelayed, llidOctetsGranted, llidUnusedGrantedOctets,
+ llidMaximumDelay, llidLineCodeViolation, llidErrFrameSecond, llidErrFramePeriod, llidSumErrFrameSecond,
+ llidStatsOperation }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing olt statistics management"
+ ::= { performanceGroups 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.1.3
+ fdOnuStatsGroup OBJECT-GROUP
+ OBJECTS { onuUniOctetsTransferred, onuUniTotFrameTransferred, onuUniUniFrametransferred, onuUniBroadFrametransferred, onuUniMulFrametransferred,
+ onuUniCrc32Errors, onuUniUndersizeFrames, onuUniOversizeFrames, onuUniCollosions, onuUniFrom0to64OctetFrames,
+ onuUniFrom65to127OctetFrames, onuUniFrom128to255OctetFrames, onuUniFrom256to511OctetFrames, onuUniFrom512to1023OctetFrames, onuUniFrom1024to1518OctetFrames,
+ onuUniMore1519ctetFrames, onuUniFramesDropped, onuUniOctetsDropped, onuUniOctetsDelayed, onuUniOctetsGranted,
+ onuUniUnusedGrantedOctets, onuUniCrc8Errors, onuUniPauseFrames, onuUniStatsOperation }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing onu statistics management"
+ ::= { performanceGroups 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.1.4
+ swHisMonitorGroup OBJECT-GROUP
+ OBJECTS { swSniOctetTransHis, swSniTotalFrameTransHis, swSniUCFrameTransHis, swSniBCFrameTransHis, swSniMCFrameTransHis,
+ swSniCRC32ErrorsHis, swSniUndersizeFramesHis, swSniOversizeFramesHis, swSniFramesDroppedHis, swSniOctetsDroppedHis,
+ swSniBandwidthHis }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing switch SNI ports historic statistics management"
+ ::= { performanceGroups 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.1.5
+ oltHisMonitorGroup OBJECT-GROUP
+ OBJECTS { oltOctetTransHis, oltTotalFrameTransHis, oltUCFrameTransHis, oltBCFrameTransHis, oltMCFrameTransHis,
+ oltCRC32ErrorsHis, oltUndersizeFramesHis, oltOversizeFramesHis, oltFramesDroppedHis, oltOctetsDroppedHis,
+ oltBandwidthHis }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing olt historic statistics management"
+ ::= { performanceGroups 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.1.6
+ onuHisMonitorGroup OBJECT-GROUP
+ OBJECTS { onuUniOctetTransHis, onuUniTotalFrameTransHis, onuUniUCFrameTransHis, onuUniBCFrameTransHis, onuUniMCFrameTransHis,
+ onuUniCRC32ErrorsHis, onuUniUndersizeFramesHis, onuUniOversizeFramesHis, onuUniFramesDroppedHis, onuUniOctetsDroppedHis,
+ onuUniBandwidthHis }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing onu historic statistics management"
+ ::= { performanceGroups 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.1.7
+ swRelMonitorGroup OBJECT-GROUP
+ OBJECTS { swSniOctetTransRel, swSniTotalFrameTransRel, swSniUCFrameTransRel, swSniBCFrameTransRel, swSniMCFrameTransRel,
+ swSniCRC32ErrorsRel, swSniUndersizeFramesRel, swSniOversizeFramesRel, swSniFramesDroppedRel, swSniOctetsDroppedRel,
+ swSniBandwidthRel }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing switch SNI ports realtime statistics management"
+ ::= { performanceGroups 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.1.8
+ oltRelMonitorGroup OBJECT-GROUP
+ OBJECTS { oltOctetTransRel, oltTotalFrameTransRel, oltUCFrameTransRel, oltBCFrameTransRel, oltMCFrameTransRel,
+ oltCRC32ErrorsRel, oltUndersizeFramesRel, oltOversizeFramesRel, oltFramesDroppedRel, oltOctetsDroppedRel,
+ oltBandwidthRel }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing olt realtime statistics management"
+ ::= { performanceGroups 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.1.9
+ onuRelMonitorGroup OBJECT-GROUP
+ OBJECTS { onuUniOctetTransRel, onuUniTotalFrameTransRel, onuUniUCFrameTransRel, onuUniBCFrameTransRel, onuUniMCFrameTransRel,
+ onuUniCRC32ErrorsRel, onuUniUndersizeRel, onuUniOversizeFramesRel, onuUniFramesDroppedRel, onuUniOctetsDroppedRel,
+ onuUniBandwidthRel }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing onu realtime statistics management"
+ ::= { performanceGroups 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.1.10
+ monitorMapGroup OBJECT-GROUP
+ OBJECTS { onuUniMonitorMap, monitorTimeout, monitorOperator, oltMonitorMap, swSniMonitorMap
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing device monitor map configuration"
+ ::= { performanceGroups 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.2
+ performanceCompliances OBJECT IDENTIFIER ::= { performanceConform 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.5.6.2.1
+-- this module
+ performanceCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement"
+ MODULE -- this module
+ MANDATORY-GROUPS { alarmThresholdGroup, fdOltStatsGroup, fdOnuStatsGroup, swHisMonitorGroup, oltHisMonitorGroup,
+ onuHisMonitorGroup, swRelMonitorGroup, oltRelMonitorGroup, onuRelMonitorGroup, monitorMapGroup
+ }
+ ::= { performanceCompliances 1 }
+
+
+
+ END
+
+--
+-- FD-PERFORMANCE-MIB.my
+--
diff --git a/MIBS/cdata/FD-SWITCH-MIB b/MIBS/cdata/FD-SWITCH-MIB
new file mode 100644
index 0000000..0960cd0
--- /dev/null
+++ b/MIBS/cdata/FD-SWITCH-MIB
@@ -0,0 +1,2181 @@
+--
+-- FD-SWITCH-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Monday, August 08, 2016 at 13:48:57
+--
+
+-- FD-SWITCH-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Monday, August 08, 2016 at 11:37:05
+--
+-- FD-SWITCH-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, July 14, 2015 at 17:40:02
+--
+-- FD-SWITCH-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Monday, June 01, 2015 at 16:14:42
+--
+-- FD-SWITCH-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Wednesday, June 15, 2011 at 18:06:26
+--
+
+ FD-SWITCH-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ epon
+ FROM EPON-EOC-MIB
+ OBJECT-GROUP, MODULE-COMPLIANCE
+ FROM SNMPv2-CONF
+ IpAddress, Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY
+ FROM SNMPv2-SMI
+ DisplayString, RowStatus, MacAddress, TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+-- 1.3.6.1.4.1.34592.1.3.2
+-- May 27, 2010 at 10:56 GMT
+-- 1.3.6.1.4.1.34592.1.3.2
+-- May 27, 2010 at 10:56 GMT
+ -- 1.3.6.1.4.1.34592.1.3.2
+ coreSwitch MODULE-IDENTITY
+ LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
+ ORGANIZATION
+ "epon eoc factory."
+ CONTACT-INFO
+ " "
+ DESCRIPTION
+ "core switch mib module"
+ ::= { epon 2 }
+
+
+
+--
+-- Textual conventions
+--
+
+-- Textual conventions
+--
+-- Textual conventions
+--
+-- Textual conventions
+ SniPortList ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ ge1(1),
+ ge2(2),
+ ge3(3),
+ ge4(4),
+ ge5(5),
+ ge6(6),
+ ge7(7),
+ ge8(8)
+ }
+
+ SwPortList ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ ge1(1),
+ ge2(2),
+ ge3(3),
+ ge4(4),
+ ge5(5),
+ ge6(6),
+ ge7(7),
+ ge8(8),
+ ge9(9),
+ ge10(10),
+ ge11(11),
+ ge12(12),
+ ge13(13),
+ ge14(14),
+ ge15(15),
+ ge16(16)
+ }
+
+ OperSwitch ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Device function operation switch type"
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2)
+ }
+
+ PortList ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Each octet within this value specifies a set of eight
+ ports, with the first octet specifying ports 1 through
+ 8, the second octet specifying ports 9 through 16, etc.
+ Within each octet, the most significant bit represents
+ the lowest numbered port, and the least significant bit
+ represents the highest numbered port. Thus, each port
+ of the bridge is represented by a single bit within the
+ value of this object. If that bit has a value of '1'
+ then that port is included in the set of ports; the port
+ is not included if its bit has a value of '0'."
+ SYNTAX OCTET STRING
+
+ DeviceStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Device work status type. One device or dummy device may
+ have following five work status:
+ notPresent(1): the device is not present (not installed)
+ offline(2):the device is present,but can not be communicated (or failed to get its info)
+ online(3):the device is present and can be communicated
+ normal(4):the device is online and work well
+ abnormal(5): the device is online but work abnormal for some reason"
+ SYNTAX INTEGER
+ {
+ notPresent(1),
+ offline(2),
+ online(3),
+ normal(4),
+ abnormal(5)
+ }
+
+
+--
+-- Node definitions
+--
+
+-- Node definitions
+--
+-- Node definitions
+--
+-- 1.3.6.1.4.1.34592.1.3.2.1
+-- 1.3.6.1.4.1.34592.1.3.2.1
+ -- 1.3.6.1.4.1.34592.1.3.2.1
+ switchConfig OBJECT IDENTIFIER ::= { coreSwitch 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.1.1
+ switchMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ normal(1),
+ switch(2),
+ onebyone(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The work mode of the core switch, now it can work in following
+ three modes:
+ sniDestinated: SNI port is specified,all internal port (connected with OLT LNP port)
+ exchange traffic with the only one specified SNI port, all other SNI
+ port is not in use in this mode.
+ When set to this mode, the ONUs registered on different PON port(OLT)
+ can not communicate each other
+ transparent: Each SNI port corresponding to one PON port, and the port pairs are
+ isolate each other
+ normal: lay2 switch mode "
+ ::= { switchConfig 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.1.2
+ destinedSNIPort OBJECT-TYPE
+ SYNTAX SniPortList
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { switchConfig 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.1.3
+ macAddrAgingTime OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { switchConfig 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.2
+-- 1.3.6.1.4.1.34592.1.3.2.2
+ -- 1.3.6.1.4.1.34592.1.3.2.2
+ inBandInterface OBJECT IDENTIFIER ::= { coreSwitch 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.2.1
+-- 1.3.6.1.4.1.34592.1.3.2.2.1
+ -- 1.3.6.1.4.1.34592.1.3.2.2.1
+ netInterfaceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF NetInterfaceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { inBandInterface 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.2.1.1
+ netInterfaceEntry OBJECT-TYPE
+ SYNTAX NetInterfaceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ifIndex }
+ ::= { netInterfaceTable 1 }
+
+
+ NetInterfaceEntry ::=
+ SEQUENCE {
+ ifIndex
+ Integer32,
+ ifName
+ DisplayString,
+ ifIpAddr
+ IpAddress,
+ ifNetMask
+ IpAddress,
+ ifDefautGateway
+ IpAddress,
+ ifVlan
+ Integer32,
+ ifShutDown
+ INTEGER,
+ ifStatus
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.2.1.1.1
+ ifIndex OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { netInterfaceEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.2.1.1.2
+ ifName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { netInterfaceEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.2.1.1.3
+ ifIpAddr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { netInterfaceEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.2.2.1.1.4
+ ifNetMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { netInterfaceEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.2.2.1.1.5
+ ifDefautGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { netInterfaceEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.2.2.1.1.6
+ ifVlan OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { netInterfaceEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.2.2.1.1.7
+ ifShutDown OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ operational(1),
+ shutdown(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { netInterfaceEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.2.2.1.1.8
+ -- 1.3.6.1.4.1.34592.1.3.2.2.1.1.8
+ ifStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ down(1),
+ up(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { netInterfaceEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3
+-- 1.3.6.1.4.1.34592.1.3.2.3
+ -- 1.3.6.1.4.1.34592.1.3.2.3
+ switchPort OBJECT IDENTIFIER ::= { coreSwitch 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1
+-- 1.3.6.1.4.1.34592.1.3.2.3.1
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1
+ swPortStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SwPortStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { switchPort 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1
+ swPortStatusEntry OBJECT-TYPE
+ SYNTAX SwPortStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { swSniPortId }
+ ::= { swPortStatusTable 1 }
+
+
+ SwPortStatusEntry ::=
+ SEQUENCE {
+ swSniPortId
+ SniPortList,
+ sfpPlugStauts
+ INTEGER,
+ trsPower
+ Integer32,
+ resPower
+ Integer32,
+ swPortLinkState
+ INTEGER,
+ swPortProtStatus
+ INTEGER,
+ swPortWorkSpd
+ INTEGER,
+ swPortWorkDup
+ INTEGER,
+ swPortWorkFlowCtr
+ INTEGER,
+ swSfpInfoSn
+ Integer32,
+ swSfpInfoPn
+ Integer32,
+ swSfpInfoVen
+ Integer32,
+ swSfpInfoVer
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.1
+ swSniPortId OBJECT-TYPE
+ SYNTAX SniPortList
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swPortStatusEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.2
+ sfpPlugStauts OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ plugIn(1),
+ plugOut(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortStatusEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.3
+ trsPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortStatusEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.4
+ resPower OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortStatusEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.5
+ swPortLinkState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ linkUp(1),
+ linkDown(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortStatusEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.6
+ swPortProtStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ linkUp(1),
+ linkDown(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortStatusEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.7
+ swPortWorkSpd OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ mbps10(1),
+ mbps100(2),
+ mbps1G(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortStatusEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.8
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.8
+ swPortWorkDup OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fullDup(1),
+ halfDup(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortStatusEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.9
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.9
+ swPortWorkFlowCtr OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ on(1),
+ off(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortStatusEntry 9 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.10
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.10
+ swSfpInfoSn OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " SFP Info Serial number."
+ ::= { swPortStatusEntry 10 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.11
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.11
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.11
+ swSfpInfoPn OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " SFP Info Product name"
+ ::= { swPortStatusEntry 11 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.12
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.12
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.12
+ swSfpInfoVen OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " SFP Info Vendor"
+ ::= { swPortStatusEntry 12 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.13
+-- 1.3.6.1.4.1.34592.1.3.2.3.1.1.13
+ -- 1.3.6.1.4.1.34592.1.3.2.3.1.1.13
+ swSfpInfoVer OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " SFP Info Version"
+ ::= { swPortStatusEntry 13 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2
+-- 1.3.6.1.4.1.34592.1.3.2.3.2
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2
+ swPortCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SwPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { switchPort 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1
+ swPortCfgEntry OBJECT-TYPE
+ SYNTAX SwPortCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { swPortId }
+ ::= { swPortCfgTable 1 }
+
+
+ SwPortCfgEntry ::=
+ SEQUENCE {
+ swPortId
+ SwPortList,
+ sfpModeCfg
+ INTEGER,
+ swPortCfgSpd
+ INTEGER,
+ swPortCfgDup
+ INTEGER,
+ swPortRstAuto
+ INTEGER,
+ swPortFlowCtl
+ INTEGER,
+ swPortDftPri
+ Integer32,
+ swPortDftVid
+ Integer32,
+ swPortForceLinkDown
+ INTEGER,
+ swPortEnable
+ OperSwitch,
+ swPortIngressFilter
+ OperSwitch,
+ swPortPermitFrameType
+ INTEGER,
+ swPortNestVlanEnable
+ OperSwitch,
+ swPortProtVlan
+ OperSwitch,
+ swPortBroadCastRateCtl
+ OperSwitch,
+ swPortMultiCastRateCtl
+ OperSwitch,
+ swPortUnkUcCastRateCtl
+ OperSwitch,
+ swPortBroadCastRate
+ Integer32,
+ swPortLearning
+ OperSwitch,
+ swPortIngressRate
+ Integer32,
+ swPortEgressRate
+ Integer32,
+ swPortMultiCastRate
+ Integer32,
+ swPortUnkUcCastRate
+ Integer32,
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.2
+ swPortId OBJECT-TYPE
+ SYNTAX SwPortList
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.3
+ sfpModeCfg OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ copper(1),
+ fiber(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "this object is only effective when the port is SNI(ge1~ge8)"
+ ::= { swPortCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.4
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.4
+ swPortCfgSpd OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ mbps10(1),
+ mbps100(2),
+ mbps1G(3),
+ mbps10G(4),
+ auto(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.5
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.5
+ swPortCfgDup OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ full(1),
+ half(2),
+ auto(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.6
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.6
+ swPortRstAuto OBJECT-TYPE
+ SYNTAX INTEGER { restart(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.7
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.7
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.7
+ swPortFlowCtl OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2),
+ auto(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.8
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.8
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.8
+ swPortDftPri OBJECT-TYPE
+ SYNTAX Integer32 (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.9
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.9
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.9
+ swPortDftVid OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.10
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.10
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.10
+ swPortForceLinkDown OBJECT-TYPE
+ SYNTAX INTEGER { forceDown(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.11
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.11
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.11
+ swPortEnable OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.12
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.12
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.12
+ swPortIngressFilter OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.13
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.13
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.13
+ swPortPermitFrameType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ tagged(1),
+ allType(2),
+ unTagged(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.14
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.14
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.14
+ swPortNestVlanEnable OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.15
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.15
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.15
+ swPortProtVlan OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.16
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.16
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.16
+ swPortBroadCastRateCtl OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 16 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.17
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.17
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.17
+ swPortMultiCastRateCtl OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swPortCfgEntry 17 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.18
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.18
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.18
+ swPortUnkUcCastRateCtl OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swPortCfgEntry 18 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.19
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.19
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.19
+ swPortBroadCastRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortCfgEntry 19 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.20
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.20
+ swPortLearning OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swPortCfgEntry 20 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.21
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.21
+ swPortIngressRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swPortCfgEntry 21 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.22
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.22
+ swPortEgressRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swPortCfgEntry 22 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.23
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.23
+ swPortMultiCastRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swPortCfgEntry 23 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.2.1.24
+ -- 1.3.6.1.4.1.34592.1.3.2.3.2.1.24
+ swPortUnkUcCastRate OBJECT-TYPE
+ SYNTAX Integer32 (0..1000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swPortCfgEntry 24 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.3
+-- 1.3.6.1.4.1.34592.1.3.2.3.3
+ -- 1.3.6.1.4.1.34592.1.3.2.3.3
+ swPortRateCtlMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ kBps(1),
+ kpps(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { switchPort 3 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.4
+-- 1.3.6.1.4.1.34592.1.3.2.3.4
+ -- 1.3.6.1.4.1.34592.1.3.2.3.4
+ swPortMacAddressTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SwPortMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { switchPort 4 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1
+ -- 1.3.6.1.4.1.34592.1.3.2.3.4.1
+ swPortMacAddressEntry OBJECT-TYPE
+ SYNTAX SwPortMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX {swPortMacAddrIndex, swPortMacAddrVlanIdIndex}
+ ::= { swPortMacAddressTable 1}
+
+ SwPortMacAddressEntry ::=
+ SEQUENCE {
+ swPortMacAddrIndex
+ MacAddress,
+ swPortMacAddrVlanIdIndex
+ INTEGER,
+ swPortMacAddrType
+ INTEGER,
+ swMacAddrPortId
+ Unsigned32,
+ swPortMacAddrRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.3.4.1.1
+ swPortMacAddrIndex OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swPortMacAddressEntry 1 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.3.4.1.2
+ swPortMacAddrVlanIdIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Mac Address Vlan Id Index"
+ ::= { swPortMacAddressEntry 2 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.3.4.1.3
+ swPortMacAddrType OBJECT-TYPE
+ SYNTAX INTEGER {
+ static(1),
+ blackhole(2),
+ dynamic(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Mac Address Type"
+ ::= { swPortMacAddressEntry 3 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1.4
+ -- 1.3.6.1.4.1.34592.1.3.2.3.4.1.4
+ swMacAddrPortId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Mac Address Port Id"
+ ::= { swPortMacAddressEntry 4 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1.5
+-- 1.3.6.1.4.1.34592.1.3.2.3.4.1.5
+ -- 1.3.6.1.4.1.34592.1.3.2.3.4.1.5
+ swPortMacAddrRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "delete,create,Update"
+ ::= { swPortMacAddressEntry 5 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.5
+-- 1.3.6.1.4.1.34592.1.3.2.3.5
+ -- 1.3.6.1.4.1.34592.1.3.2.3.5
+ swPortMacClear OBJECT-TYPE
+ SYNTAX INTEGER { clearSwportMacList(2) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { switchPort 5 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.6
+-- 1.3.6.1.4.1.34592.1.3.2.3.6
+ -- 1.3.6.1.4.1.34592.1.3.2.3.6
+ swPortBwTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SwPortBwEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { switchPort 6 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.6.1
+-- 1.3.6.1.4.1.34592.1.3.2.3.6.1
+ -- 1.3.6.1.4.1.34592.1.3.2.3.6.1
+ swPortBwEntry OBJECT-TYPE
+ SYNTAX SwPortBwEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { swPortId }
+ ::= { swPortBwTable 1 }
+
+ SwPortBwEntry ::=
+ SEQUENCE {
+ swPortId
+ SwPortList,
+ swPortInRate
+ Counter64,
+ swPortOutRate
+ Counter64
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.3.6.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.3.6.1.1
+ swPortId OBJECT-TYPE
+ SYNTAX SwPortList
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { swPortBwEntry 1 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.6.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.3.6.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.3.6.1.2
+ swPortInRate OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swPortBwEntry 2 }
+
+-- 1.3.6.1.4.1.34592.1.3.2.3.6.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.3.6.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.3.6.1.3
+ swPortOutRate OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { swPortBwEntry 3}
+
+-- 1.3.6.1.4.1.34592.1.3.2.4
+-- 1.3.6.1.4.1.34592.1.3.2.4
+ -- 1.3.6.1.4.1.34592.1.3.2.4
+ vlan OBJECT IDENTIFIER ::= { coreSwitch 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.1
+-- 1.3.6.1.4.1.34592.1.3.2.4.1
+ -- 1.3.6.1.4.1.34592.1.3.2.4.1
+ proSupportedTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ProSupportedEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { vlan 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.4.1.1
+ proSupportedEntry OBJECT-TYPE
+ SYNTAX ProSupportedEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { proSupportedId }
+ ::= { proSupportedTable 1 }
+
+
+ ProSupportedEntry ::=
+ SEQUENCE {
+ proSupportedId
+ INTEGER,
+ proSupported
+ Integer32,
+ proSupportedRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.4.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.4.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.4.1.1.1
+ proSupportedId OBJECT-TYPE
+ SYNTAX INTEGER (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { proSupportedEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.4.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.4.1.1.2
+ proSupported OBJECT-TYPE
+ SYNTAX Integer32 (1500..65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { proSupportedEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.4.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.4.1.1.3
+ proSupportedRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { proSupportedEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.2
+-- 1.3.6.1.4.1.34592.1.3.2.4.2
+ -- 1.3.6.1.4.1.34592.1.3.2.4.2
+ proVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ProVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { vlan 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.2.1
+-- 1.3.6.1.4.1.34592.1.3.2.4.2.1
+ -- 1.3.6.1.4.1.34592.1.3.2.4.2.1
+ proVlanEntry OBJECT-TYPE
+ SYNTAX ProVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { swPortId, proVlanIdx }
+ ::= { proVlanTable 1 }
+
+
+ ProVlanEntry ::=
+ SEQUENCE {
+ proVlanIdx
+ INTEGER,
+ proVlanProtocol
+ Integer32,
+ proVlanId
+ Integer32,
+ proVlanRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.4.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.4.2.1.1
+ proVlanIdx OBJECT-TYPE
+ SYNTAX INTEGER (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { proVlanEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.4.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.4.2.1.2
+ proVlanProtocol OBJECT-TYPE
+ SYNTAX Integer32 (1500..65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { proVlanEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.4.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.4.2.1.3
+ proVlanId OBJECT-TYPE
+ SYNTAX Integer32 (1..4094)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { proVlanEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.2.4.2.1.4
+ -- 1.3.6.1.4.1.34592.1.3.2.4.2.1.4
+ proVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { proVlanEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.3
+-- 1.3.6.1.4.1.34592.1.3.2.4.3
+ -- 1.3.6.1.4.1.34592.1.3.2.4.3
+ qVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF QVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { vlan 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.3.1
+-- 1.3.6.1.4.1.34592.1.3.2.4.3.1
+ -- 1.3.6.1.4.1.34592.1.3.2.4.3.1
+ qVlanEntry OBJECT-TYPE
+ SYNTAX QVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { qVlanId }
+ ::= { qVlanTable 1 }
+
+
+ QVlanEntry ::=
+ SEQUENCE {
+ qVlanId
+ Unsigned32,
+ qVlanStaticEgressPorts
+ PortList,
+ qVlanStaticUntaggedPorts
+ PortList,
+ qVlanRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.4.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.4.3.1.1
+ qVlanId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4096)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { qVlanEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.4.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.4.3.1.2
+ qVlanStaticEgressPorts OBJECT-TYPE
+ SYNTAX PortList
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16."
+ ::= { qVlanEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.4.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.4.3.1.3
+ qVlanStaticUntaggedPorts OBJECT-TYPE
+ SYNTAX PortList
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16."
+ ::= { qVlanEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.2.4.3.1.4
+ -- 1.3.6.1.4.1.34592.1.3.2.4.3.1.4
+ qVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { qVlanEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.4
+-- 1.3.6.1.4.1.34592.1.3.2.4.4
+ -- 1.3.6.1.4.1.34592.1.3.2.4.4
+ qVlanCfg OBJECT IDENTIFIER ::= { vlan 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.4.4.1
+-- 1.3.6.1.4.1.34592.1.3.2.4.4.1
+ -- 1.3.6.1.4.1.34592.1.3.2.4.4.1
+ vlanMode OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "vlan mode :enable (vlan aware) or disable (vlan unaware)."
+ ::= { qVlanCfg 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.5
+-- 1.3.6.1.4.1.34592.1.3.2.5
+ -- 1.3.6.1.4.1.34592.1.3.2.5
+ trunk OBJECT IDENTIFIER ::= { coreSwitch 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.5.1
+-- 1.3.6.1.4.1.34592.1.3.2.5.1
+ -- 1.3.6.1.4.1.34592.1.3.2.5.1
+ trunkConfig OBJECT IDENTIFIER ::= { trunk 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.5.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.5.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.5.1.1
+ trunkBlance OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ balanceMac(1),
+ balanceIp(2),
+ balanceL4Port(3),
+ balanceIpMac(4),
+ balanceL4PortMac(5),
+ balanceInL2If(6)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { trunkConfig 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.5.2
+-- 1.3.6.1.4.1.34592.1.3.2.5.2
+-- 1.3.6.1.4.1.34592.1.3.2.5.2
+ -- 1.3.6.1.4.1.34592.1.3.2.5.2
+ trunkGroupTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF TrunkGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { trunk 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.5.2.1
+-- 1.3.6.1.4.1.34592.1.3.2.5.2.1
+ -- 1.3.6.1.4.1.34592.1.3.2.5.2.1
+ trunkGroupEntry OBJECT-TYPE
+ SYNTAX TrunkGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { trunkGroupId }
+ ::= { trunkGroupTable 1 }
+
+
+ TrunkGroupEntry ::=
+ SEQUENCE {
+ trunkGroupId
+ Integer32,
+ trunkGroupMembers
+ PortList,
+ trunkGroupRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.2.5.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.5.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.5.2.1.1
+ trunkGroupId OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { trunkGroupEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.5.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.5.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.5.2.1.2
+ trunkGroupMembers OBJECT-TYPE
+ SYNTAX PortList
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { trunkGroupEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.5.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.5.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.5.2.1.3
+ trunkGroupRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { trunkGroupEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6
+-- 1.3.6.1.4.1.34592.1.3.2.6
+ -- 1.3.6.1.4.1.34592.1.3.2.6
+ rstp OBJECT IDENTIFIER ::= { coreSwitch 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.1
+-- 1.3.6.1.4.1.34592.1.3.2.6.1
+ -- 1.3.6.1.4.1.34592.1.3.2.6.1
+ rstpConfig OBJECT IDENTIFIER ::= { rstp 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.6.1.1
+ rstpEnable OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpConfig 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.6.1.2
+ bridgePri OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ p0(1),
+ p4096(4096),
+ p8192(8192),
+ p12288(12288),
+ p16384(16384),
+ p20480(20480),
+ p24576(24576),
+ p28672(28672),
+ p32768(32768),
+ p36864(36864),
+ p40960(40960),
+ p45056(45056),
+ p49152(49152),
+ p53248(53248),
+ p57344(57344),
+ p61440(61440)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpConfig 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.6.1.3
+ bridgeMaxAge OBJECT-TYPE
+ SYNTAX Integer32 (6..40)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpConfig 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.4
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.4
+ -- 1.3.6.1.4.1.34592.1.3.2.6.1.4
+ bridgeForwardDelay OBJECT-TYPE
+ SYNTAX Integer32 (4..30)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpConfig 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.5
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.5
+ -- 1.3.6.1.4.1.34592.1.3.2.6.1.5
+ transmitHoldCount OBJECT-TYPE
+ SYNTAX Integer32 (1..10)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpConfig 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.6
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.6
+ -- 1.3.6.1.4.1.34592.1.3.2.6.1.6
+ bridgeIdAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpConfig 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.7
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.7
+ -- 1.3.6.1.4.1.34592.1.3.2.6.1.7
+ bridgeHelloTime OBJECT-TYPE
+ SYNTAX Integer32 (1..2)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpConfig 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.8
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.8
+ -- 1.3.6.1.4.1.34592.1.3.2.6.1.8
+ rootPri OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpConfig 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.9
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.9
+ -- 1.3.6.1.4.1.34592.1.3.2.6.1.9
+ rootAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpConfig 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.10
+-- 1.3.6.1.4.1.34592.1.3.2.6.1.10
+ -- 1.3.6.1.4.1.34592.1.3.2.6.1.10
+ rootPathCost OBJECT-TYPE
+ SYNTAX Integer32 (1..200000000)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpConfig 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.2
+-- 1.3.6.1.4.1.34592.1.3.2.6.2
+ -- 1.3.6.1.4.1.34592.1.3.2.6.2
+ rstpPortTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RstpPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstp 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1
+ -- 1.3.6.1.4.1.34592.1.3.2.6.2.1
+ rstpPortEntry OBJECT-TYPE
+ SYNTAX RstpPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { swSniPortId }
+ ::= { rstpPortTable 1 }
+
+
+ RstpPortEntry ::=
+ SEQUENCE {
+ rstpMode
+ INTEGER,
+ rstpPri
+ INTEGER,
+ rstpPathCost
+ Integer32,
+ rstpMCheck
+ OperSwitch,
+ rstpEdgeConfig
+ INTEGER,
+ rstpOperEdge
+ INTEGER,
+ rstpP2PCfg
+ INTEGER,
+ rstpOperP2P
+ INTEGER,
+ rstpPortState
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.6.2.1.1
+ rstpMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ stp(1),
+ rstp(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpPortEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.6.2.1.2
+ rstpPri OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ p0(1),
+ p16(16),
+ p32(32),
+ p48(48),
+ p64(64),
+ p80(80),
+ p96(96),
+ p112(112),
+ p128(128),
+ p144(144),
+ p160(160),
+ p176(176),
+ p192(192),
+ p208(208),
+ p224(224),
+ p240(240)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpPortEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.6.2.1.3
+ rstpPathCost OBJECT-TYPE
+ SYNTAX Integer32 (1..200000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpPortEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.4
+ -- 1.3.6.1.4.1.34592.1.3.2.6.2.1.4
+ rstpMCheck OBJECT-TYPE
+ SYNTAX OperSwitch
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpPortEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.5
+ -- 1.3.6.1.4.1.34592.1.3.2.6.2.1.5
+ rstpEdgeConfig OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ nonEdge(1),
+ edge(2),
+ auto(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpPortEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.6
+ -- 1.3.6.1.4.1.34592.1.3.2.6.2.1.6
+ rstpOperEdge OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ edge(1),
+ nonEdge(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpPortEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.7
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.7
+ -- 1.3.6.1.4.1.34592.1.3.2.6.2.1.7
+ rstpP2PCfg OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ share(1),
+ p2p(2),
+ auto(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpPortEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.8
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.8
+ -- 1.3.6.1.4.1.34592.1.3.2.6.2.1.8
+ rstpOperP2P OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ share(1),
+ p2p(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpPortEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.9
+-- 1.3.6.1.4.1.34592.1.3.2.6.2.1.9
+ -- 1.3.6.1.4.1.34592.1.3.2.6.2.1.9
+ rstpPortState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ linkdown(1),
+ discarding(2),
+ learning(3),
+ forwarding(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { rstpPortEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.7
+-- 1.3.6.1.4.1.34592.1.3.2.7
+ -- 1.3.6.1.4.1.34592.1.3.2.7
+ mirror OBJECT IDENTIFIER ::= { coreSwitch 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.7.1
+-- 1.3.6.1.4.1.34592.1.3.2.7.1
+ -- 1.3.6.1.4.1.34592.1.3.2.7.1
+ destinationPort OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ ge1(1),
+ ge2(2),
+ ge3(3),
+ ge4(4),
+ ge5(5),
+ ge6(6),
+ ge7(7),
+ ge8(8)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "a mirroring destination port, one of none & ge1~ge16, 0 means 'NONE'"
+ ::= { mirror 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.7.2
+-- 1.3.6.1.4.1.34592.1.3.2.7.2
+ -- 1.3.6.1.4.1.34592.1.3.2.7.2
+ sourceIngressPorts OBJECT-TYPE
+ SYNTAX PortList
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "port bitmap: first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16."
+ ::= { mirror 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.7.3
+-- 1.3.6.1.4.1.34592.1.3.2.7.3
+ -- 1.3.6.1.4.1.34592.1.3.2.7.3
+ sourceEgressPorts OBJECT-TYPE
+ SYNTAX PortList
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "port bitmap: first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16."
+ ::= { mirror 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.7.4
+-- 1.3.6.1.4.1.34592.1.3.2.7.4
+ -- 1.3.6.1.4.1.34592.1.3.2.7.4
+ sourceVlan OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (2..18))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "first 2byte is the number of vlans, maxmun number is 8,format:
+ 2byte 2byte 2byte 2byte
+ -----------------------------------------------
+ | vlanNum(N<=8) | vlan1 | vlan2 | ... | vlanN |
+ -----------------------------------------------"
+ ::= { mirror 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.7.5
+-- 1.3.6.1.4.1.34592.1.3.2.7.5
+ -- 1.3.6.1.4.1.34592.1.3.2.7.5
+ operation OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "operation:
+ delete:clear all the mirror data,disable mirroring function."
+ ::= { mirror 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.8
+-- 1.3.6.1.4.1.34592.1.3.2.8
+ -- 1.3.6.1.4.1.34592.1.3.2.8
+ igmpsnooping OBJECT IDENTIFIER ::= { coreSwitch 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.8.1
+-- 1.3.6.1.4.1.34592.1.3.2.8.1
+ -- 1.3.6.1.4.1.34592.1.3.2.8.1
+ igmpsnoopingAdmin OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "enable or disable igmp-snooping."
+ ::= { igmpsnooping 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.8.2
+-- 1.3.6.1.4.1.34592.1.3.2.8.2
+ -- 1.3.6.1.4.1.34592.1.3.2.8.2
+ igmpsnoopingRouterAgingTime OBJECT-TYPE
+ SYNTAX INTEGER (1..1000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "setting igmp-snooping router-port aging-time."
+ ::= { igmpsnooping 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.8.3
+-- 1.3.6.1.4.1.34592.1.3.2.8.3
+ -- 1.3.6.1.4.1.34592.1.3.2.8.3
+ igmpsnoopingHostAgingTime OBJECT-TYPE
+ SYNTAX INTEGER (200..1000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "setting igmp-snooping member port aging-time."
+ ::= { igmpsnooping 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.8.4
+-- 1.3.6.1.4.1.34592.1.3.2.8.4
+ -- 1.3.6.1.4.1.34592.1.3.2.8.4
+ igmpsnoopingVlanData OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "igmpsnooping vlan data."
+ ::= { igmpsnooping 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.8.5
+-- 1.3.6.1.4.1.34592.1.3.2.8.5
+ -- 1.3.6.1.4.1.34592.1.3.2.8.5
+ igmpsnoopingQueryProxy OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "setting igmp-snooping query proxy."
+ ::= { igmpsnooping 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10
+-- 1.3.6.1.4.1.34592.1.3.2.10
+ -- 1.3.6.1.4.1.34592.1.3.2.10
+ coreSwitchConformance OBJECT IDENTIFIER ::= { coreSwitch 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10.1
+-- 1.3.6.1.4.1.34592.1.3.2.10.1
+ -- 1.3.6.1.4.1.34592.1.3.2.10.1
+ coreSwitchGroups OBJECT IDENTIFIER ::= { coreSwitchConformance 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.1
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.1
+ -- 1.3.6.1.4.1.34592.1.3.2.10.1.1
+ inbandNetIfGroup OBJECT-GROUP
+ OBJECTS { ifName, ifIpAddr, ifNetMask, ifDefautGateway, ifVlan,
+ ifShutDown, ifStatus }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing inband network interface
+ configuration"
+ ::= { coreSwitchGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.2
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.2
+ -- 1.3.6.1.4.1.34592.1.3.2.10.1.2
+ switchCfgGroup OBJECT-GROUP
+ OBJECTS { switchMode, destinedSNIPort, macAddrAgingTime }
+ STATUS current
+ DESCRIPTION
+ "A connection of objects providing basic switch configuration"
+ ::= { coreSwitchGroups 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.3
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.3
+ -- 1.3.6.1.4.1.34592.1.3.2.10.1.3
+ swPortManageGroup OBJECT-GROUP
+ OBJECTS { sfpPlugStauts, trsPower, resPower, swPortLinkState, swPortProtStatus,
+ swPortWorkSpd, swPortWorkDup, swPortWorkFlowCtr, sfpModeCfg, swPortCfgSpd,
+ swPortCfgDup, swPortRstAuto, swPortFlowCtl, swPortDftPri, swPortDftVid,
+ swPortForceLinkDown, swPortEnable, swPortIngressFilter, swPortPermitFrameType, swPortNestVlanEnable,
+ swPortProtVlan, swPortBroadCastRateCtl, swPortEgressRate, swPortIngressRate, swPortLearning,
+ swPortBroadCastRate, swPortMultiCastRateCtl, swPortUnkUcCastRateCtl, swPortRateCtlMode }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing switch port configuration
+ management"
+ ::= { coreSwitchGroups 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.4
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.4
+ -- 1.3.6.1.4.1.34592.1.3.2.10.1.4
+ swVlanGroups OBJECT-GROUP
+ OBJECTS { proSupportedRowStatus, proVlanRowStatus, proSupported, proVlanProtocol, proVlanId,
+ qVlanStaticEgressPorts, qVlanStaticUntaggedPorts, qVlanRowStatus, vlanMode }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing switch vlan configuration management"
+ ::= { coreSwitchGroups 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.5
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.5
+ -- 1.3.6.1.4.1.34592.1.3.2.10.1.5
+ swTrunkGroup OBJECT-GROUP
+ OBJECTS { trunkBlance, trunkGroupMembers, trunkGroupRowStatus }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing switch trunk management"
+ ::= { coreSwitchGroups 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.6
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.6
+ -- 1.3.6.1.4.1.34592.1.3.2.10.1.6
+ swRstpGroup OBJECT-GROUP
+ OBJECTS { rstpEnable, bridgePri, bridgeMaxAge, bridgeForwardDelay, transmitHoldCount,
+ bridgeIdAddr, bridgeHelloTime, rootPri, rootAddr, rootPathCost,
+ rstpMode, rstpPri, rstpPathCost, rstpMCheck, rstpEdgeConfig,
+ rstpOperEdge, rstpP2PCfg, rstpOperP2P, rstpPortState }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing switch rstp configuration managment"
+ ::= { coreSwitchGroups 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.7
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.7
+ -- 1.3.6.1.4.1.34592.1.3.2.10.1.7
+ mirrorGroup OBJECT-GROUP
+ OBJECTS { destinationPort, sourceIngressPorts, sourceEgressPorts, sourceVlan, operation
+ }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { coreSwitchGroups 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.8
+-- 1.3.6.1.4.1.34592.1.3.2.10.1.8
+ -- 1.3.6.1.4.1.34592.1.3.2.10.1.8
+ igmpsnoopingGroups OBJECT-GROUP
+ OBJECTS { igmpsnoopingAdmin, igmpsnoopingRouterAgingTime, igmpsnoopingHostAgingTime, igmpsnoopingVlanData, igmpsnoopingQueryProxy
+ }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { coreSwitchGroups 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10.2
+-- 1.3.6.1.4.1.34592.1.3.2.10.2
+ -- 1.3.6.1.4.1.34592.1.3.2.10.2
+ coreSwitchCompliances OBJECT IDENTIFIER ::= { coreSwitchConformance 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.2.10.2.1
+-- this module
+-- this module
+-- 1.3.6.1.4.1.34592.1.3.2.10.2.1
+-- this module
+ -- 1.3.6.1.4.1.34592.1.3.2.10.2.1
+ coreSwitchCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement"
+ MODULE -- this module
+ MANDATORY-GROUPS { inbandNetIfGroup, switchCfgGroup, swPortManageGroup, swVlanGroups, swTrunkGroup,
+ swRstpGroup }
+ ::= { coreSwitchCompliances 1 }
+
+
+
+ END
+
+--
+-- FD-SWITCH-MIB.my
+--
diff --git a/MIBS/cdata/FD-SYSTEM-MIB b/MIBS/cdata/FD-SYSTEM-MIB
new file mode 100644
index 0000000..e8644db
--- /dev/null
+++ b/MIBS/cdata/FD-SYSTEM-MIB
@@ -0,0 +1,2068 @@
+--
+-- FD-SYSTEM-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Wednesday, January 18, 2017 at 17:53:13
+--
+
+-- FD-SYSTEM-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Monday, August 08, 2016 at 15:43:25
+--
+-- FD-SYSTEM-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Monday, August 08, 2016 at 10:40:35
+--
+-- FD-SYSTEM-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, July 14, 2015 at 17:41:47
+--
+-- FD-SYSTEM-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Monday, June 01, 2015 at 16:14:14
+--
+
+ FD-SYSTEM-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ epon, DeviceType, LedStatus, DeviceOperation, DeviceStatus
+ FROM EPON-EOC-MIB
+ OBJECT-GROUP, MODULE-COMPLIANCE
+ FROM SNMPv2-CONF
+ TimeTicks, IpAddress, Integer32, Unsigned32, OBJECT-TYPE,
+ MODULE-IDENTITY
+ FROM SNMPv2-SMI
+ DisplayString, MacAddress, RowStatus
+ FROM SNMPv2-TC;
+
+
+-- 1.3.6.1.4.1.34592.1.3.1
+-- May 25, 2015 at 19:26 GMT
+-- 1.3.6.1.4.1.34592.1.3.1
+-- May 25, 2015 at 19:26 GMT
+-- 1.3.6.1.4.1.34592.1.3.1
+-- August 08, 2016 at 13:48 GMT
+ -- 1.3.6.1.4.1.34592.1.3.1
+ systemInfo MODULE-IDENTITY
+ LAST-UPDATED "201608081348Z" -- August 08, 2016 at 13:48 GMT
+ ORGANIZATION
+ "epon eoc factory."
+ CONTACT-INFO
+ " "
+ DESCRIPTION
+ "system mib module"
+ ::= { epon 1 }
+
+
+
+
+--
+-- Node definitions
+--
+
+-- Node definitions
+--
+-- Node definitions
+--
+-- Node definitions
+--
+-- 1.3.6.1.4.1.34592.1.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.1
+ sysBaseInfo OBJECT IDENTIFIER ::= { systemInfo 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.1.1
+ sysModel OBJECT-TYPE
+ SYNTAX DeviceType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OLT platform system model"
+ ::= { sysBaseInfo 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.1.2
+ sysDesc OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Used for system manager to give a brief system description information"
+ ::= { sysBaseInfo 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.1.3
+ sysLocation OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Used for system manager to input the device(olt platform) location information"
+ ::= { sysBaseInfo 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.1.1.4
+ sysContact OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "system manager contact information"
+ ::= { sysBaseInfo 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.1.1.5
+ sysMajAlarmLed OBJECT-TYPE
+ SYNTAX LedStatus
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status of main card MAJ led"
+ ::= { sysBaseInfo 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.1.1.6
+ sysCriAlarmLed OBJECT-TYPE
+ SYNTAX LedStatus
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status of main card CRJ led"
+ ::= { sysBaseInfo 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.1.1.7
+ sysAlarmDesc OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Meaning of MAJ and CRI alarm leds. Normally, you can get alarm meaning
+ from this object when one of or both the MAJ and CRI alarm leds are lip"
+ ::= { sysBaseInfo 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.1.1.8
+ -- 1.3.6.1.4.1.34592.1.3.1.1.8
+ sysCpuUtilization OBJECT-TYPE
+ SYNTAX Integer32 (0..100)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sysBaseInfo 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.1.1.9
+ -- 1.3.6.1.4.1.34592.1.3.1.1.9
+ sysMTU OBJECT-TYPE
+ SYNTAX Integer32 (1518..2047)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sysBaseInfo 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.2
+ sysConfig OBJECT IDENTIFIER ::= { systemInfo 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.1
+ -- 1.3.6.1.4.1.34592.1.3.1.2.1
+ consolePortSpd OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ bps2400(1),
+ bps4800(2),
+ bps9600(3),
+ bps19200(4),
+ bps38400(5),
+ bps57600(6),
+ bps115200(7)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Main card CONSOLE port access speed"
+ ::= { sysConfig 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.2
+-- 1.3.6.1.4.1.34592.1.3.1.2.2
+-- 1.3.6.1.4.1.34592.1.3.1.2.2
+ -- 1.3.6.1.4.1.34592.1.3.1.2.2
+ manageIpAddr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The IP Address of outband network management port"
+ ::= { sysConfig 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.3
+-- 1.3.6.1.4.1.34592.1.3.1.2.3
+-- 1.3.6.1.4.1.34592.1.3.1.2.3
+ -- 1.3.6.1.4.1.34592.1.3.1.2.3
+ manageNetMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The network mask of outband network management port"
+ ::= { sysConfig 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.4
+-- 1.3.6.1.4.1.34592.1.3.1.2.4
+-- 1.3.6.1.4.1.34592.1.3.1.2.4
+ -- 1.3.6.1.4.1.34592.1.3.1.2.4
+ manageGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The Default Gateway Address of outband network management port"
+ ::= { sysConfig 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.5
+-- 1.3.6.1.4.1.34592.1.3.1.2.5
+-- 1.3.6.1.4.1.34592.1.3.1.2.5
+ -- 1.3.6.1.4.1.34592.1.3.1.2.5
+ snmpReadCommunity OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The read-only community used on the embedded snmp agent"
+ ::= { sysConfig 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.6
+-- 1.3.6.1.4.1.34592.1.3.1.2.6
+-- 1.3.6.1.4.1.34592.1.3.1.2.6
+ -- 1.3.6.1.4.1.34592.1.3.1.2.6
+ snmpRWCommunity OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The read-write community used on the embedded snmp agent"
+ ::= { sysConfig 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.8
+-- 1.3.6.1.4.1.34592.1.3.1.2.8
+-- 1.3.6.1.4.1.34592.1.3.1.2.8
+ -- 1.3.6.1.4.1.34592.1.3.1.2.8
+ trapDstIpAddr1 OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The first destination IP Address to which the system trap will send"
+ ::= { sysConfig 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.9
+-- 1.3.6.1.4.1.34592.1.3.1.2.9
+-- 1.3.6.1.4.1.34592.1.3.1.2.9
+ -- 1.3.6.1.4.1.34592.1.3.1.2.9
+ trapDstIpAddr2 OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The second destination IP Address to which the system trap will send"
+ ::= { sysConfig 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.10
+-- 1.3.6.1.4.1.34592.1.3.1.2.10
+-- 1.3.6.1.4.1.34592.1.3.1.2.10
+ -- 1.3.6.1.4.1.34592.1.3.1.2.10
+ trapDstIpAddr3 OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The third destination IP Address to which the system trap will send"
+ ::= { sysConfig 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.11
+-- 1.3.6.1.4.1.34592.1.3.1.2.11
+-- 1.3.6.1.4.1.34592.1.3.1.2.11
+ -- 1.3.6.1.4.1.34592.1.3.1.2.11
+ trapDstIpAddr4 OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The fourth destination IP Address to which the system trap will send"
+ ::= { sysConfig 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.12
+-- 1.3.6.1.4.1.34592.1.3.1.2.12
+-- 1.3.6.1.4.1.34592.1.3.1.2.12
+ -- 1.3.6.1.4.1.34592.1.3.1.2.12
+ sysOperate OBJECT-TYPE
+ SYNTAX DeviceOperation
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Set the value of this object to 'save(1)' to save all system configurations.
+ Return 'noOperation(2)' when read. Set the value to 'noOperation(2)'will take
+ nothing effect"
+ ::= { sysConfig 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.2.13
+ outbandIpAddr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sysConfig 13 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.1.2.14
+ outbandNetMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sysConfig 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14
+-- 1.3.6.1.4.1.34592.1.3.1.2.14
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15
+ sysConfigurations OBJECT IDENTIFIER ::= { sysConfig 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.1
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.1
+ cfgAutoBackup OBJECT IDENTIFIER ::= { sysConfigurations 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.1.1
+ sysAutoBackupEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { cfgAutoBackup 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.2
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.1.2
+ sysAutoBackupType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ olt(1),
+ onu(2),
+ all(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { cfgAutoBackup 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.3
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.1.3
+ sysAutoBackupInterval OBJECT-TYPE
+ SYNTAX INTEGER (1..365)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { cfgAutoBackup 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.4
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.1.4
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.1.4
+ sysAutoBackupServer OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { cfgAutoBackup 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.2
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.2
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.2
+ cfgBackup OBJECT IDENTIFIER ::= { sysConfigurations 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.2.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.2.1
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.2.1
+ sysCfgBackupType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ olt(1),
+ onu(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { cfgBackup 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.2.2
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.2.2
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.2.2
+ sysCfgBackupServer OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { cfgBackup 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.3
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.3
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.3
+ cfgRestore OBJECT IDENTIFIER ::= { sysConfigurations 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.3.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.3.1
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.3.1
+ sysCfgRestoreType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ olt(1),
+ onu(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { cfgRestore 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.3.2
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.3.2
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.3.2
+ sysCfgRestoreServer OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { cfgRestore 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.14.3.3
+ -- 1.3.6.1.4.1.34592.1.3.1.2.15.3.3
+ sysCfgRestoreFilename OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { cfgRestore 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.15
+-- 1.3.6.1.4.1.34592.1.3.1.2.15
+-- 1.3.6.1.4.1.34592.1.3.1.2.15
+ -- 1.3.6.1.4.1.34592.1.3.1.2.16
+ sysLog OBJECT IDENTIFIER ::= { sysConfig 16 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.1
+ -- 1.3.6.1.4.1.34592.1.3.1.2.16.1
+ sysLogLevel OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sysLog 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2
+ -- 1.3.6.1.4.1.34592.1.3.1.2.16.2
+ sysLogTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SysLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sysLog 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2.1
+ -- 1.3.6.1.4.1.34592.1.3.1.2.16.2.1
+ sysLogEntry OBJECT-TYPE
+ SYNTAX SysLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { sysLogEntryIndex }
+ ::= { sysLogTable 1 }
+
+
+ SysLogEntry ::=
+ SEQUENCE {
+ sysLogEntryIndex
+ INTEGER,
+ sysLogEntryEnable
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.2.16.2.1.1
+ sysLogEntryIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ onuOnOffLine(1),
+ onuDyingGaspAlarm(2),
+ onuUniLoopBackAlarm(3),
+ all(127)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sysLogEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.2.15.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.2.16.2.1.2
+ sysLogEntryEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sysLogEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.2.16
+-- 1.3.6.1.4.1.34592.1.3.1.2.16
+ -- 1.3.6.1.4.1.34592.1.3.1.2.17
+ date OBJECT IDENTIFIER ::= { sysConfig 17 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.3
+ chassisInfo OBJECT IDENTIFIER ::= { systemInfo 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.3.1
+-- 1.3.6.1.4.1.34592.1.3.1.3.1
+-- 1.3.6.1.4.1.34592.1.3.1.3.1
+ -- 1.3.6.1.4.1.34592.1.3.1.3.1
+ chassisType OBJECT-TYPE
+ SYNTAX DeviceType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "type of the olt platform chassis"
+ ::= { chassisInfo 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.3.2
+-- 1.3.6.1.4.1.34592.1.3.1.3.2
+-- 1.3.6.1.4.1.34592.1.3.1.3.2
+ -- 1.3.6.1.4.1.34592.1.3.1.3.2
+ chassisFactorySerial OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..30))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description. Chassis factory serial,reserved for future use."
+ ::= { chassisInfo 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.3.3
+-- 1.3.6.1.4.1.34592.1.3.1.3.3
+-- 1.3.6.1.4.1.34592.1.3.1.3.3
+ -- 1.3.6.1.4.1.34592.1.3.1.3.3
+ chassisRevision OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { chassisInfo 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.3.4
+-- 1.3.6.1.4.1.34592.1.3.1.3.4
+-- 1.3.6.1.4.1.34592.1.3.1.3.4
+ -- 1.3.6.1.4.1.34592.1.3.1.3.4
+ chassisTemperature OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "chassis temperature"
+ ::= { chassisInfo 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.3.5
+-- 1.3.6.1.4.1.34592.1.3.1.3.5
+-- 1.3.6.1.4.1.34592.1.3.1.3.5
+ -- 1.3.6.1.4.1.34592.1.3.1.3.5
+ powerStatusBit OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Power status bit masks;
+ value & 1 == 1 indicating power A on else off
+ value & 2 == 2 indicating power B on else off
+ "
+ ::= { chassisInfo 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.3.6
+-- 1.3.6.1.4.1.34592.1.3.1.3.6
+-- 1.3.6.1.4.1.34592.1.3.1.3.6
+ -- 1.3.6.1.4.1.34592.1.3.1.3.6
+ fanStatusBit OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Fan stauts bit masks
+ value & 1 == 1 indicating fan 1 on else off
+ value & 2 == 2 indicating fan 2 on else off
+ value & 4 == 4 indicating fan 3 on else off
+ value & 8 == 8 indicating fan 4 on else off"
+ ::= { chassisInfo 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.5
+ -- 1.3.6.1.4.1.34592.1.3.1.5
+ cardModule OBJECT IDENTIFIER ::= { systemInfo 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.1
+-- 1.3.6.1.4.1.34592.1.3.1.5.1
+-- 1.3.6.1.4.1.34592.1.3.1.5.1
+ -- 1.3.6.1.4.1.34592.1.3.1.5.1
+ mainCard OBJECT IDENTIFIER ::= { cardModule 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.5.1.1
+ mainCardType OBJECT-TYPE
+ SYNTAX DeviceType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "type of main card (it is also called control and switch card)"
+ ::= { mainCard 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.5.1.2
+ mainCardFactorySerial OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..30))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description. Main card factory serial, reserved for future use"
+ ::= { mainCard 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.5.1.3
+ mainCardHWRevision OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "main card hardware revision"
+ ::= { mainCard 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.4
+ -- 1.3.6.1.4.1.34592.1.3.1.5.1.4
+ mainCardSWVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "software version running on main card"
+ ::= { mainCard 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.5
+ -- 1.3.6.1.4.1.34592.1.3.1.5.1.5
+ mainCardRunningStatus OBJECT-TYPE
+ SYNTAX DeviceStatus
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The running status of main card, it can only be normal or abnormal,
+ since the main card is always online"
+ ::= { mainCard 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.6
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.6
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.6
+ -- 1.3.6.1.4.1.34592.1.3.1.5.1.6
+ mainCardRunningTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The running time since the main card was last powered"
+ ::= { mainCard 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.7
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.7
+-- 1.3.6.1.4.1.34592.1.3.1.5.1.7
+ -- 1.3.6.1.4.1.34592.1.3.1.5.1.7
+ mainCardOperate OBJECT-TYPE
+ SYNTAX DeviceOperation
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The operation collection, such as reset, restore..."
+ ::= { mainCard 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2
+-- 1.3.6.1.4.1.34592.1.3.1.5.2
+-- 1.3.6.1.4.1.34592.1.3.1.5.2
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2
+ ponCard OBJECT IDENTIFIER ::= { cardModule 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2.1
+ ponCardTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PonCardEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table defines base para objects of PON cards installed in the chassis"
+ ::= { ponCard 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1
+ ponCardEntry OBJECT-TYPE
+ SYNTAX PonCardEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Each entry defines a sole PON card objects"
+ INDEX { ponCardSlotId }
+ ::= { ponCardTable 1 }
+
+
+ PonCardEntry ::=
+ SEQUENCE {
+ ponCardSlotId
+ Integer32,
+ ponCardType
+ DeviceType,
+ ponCardFactorySerial
+ OCTET STRING,
+ ponCardHwRev
+ DisplayString,
+ ponCardFwVer
+ DisplayString,
+ ponCardRunningStatus
+ DeviceStatus,
+ ponCardRuningTime
+ TimeTicks,
+ ponCardOperate
+ DeviceOperation,
+ ponCardUpgradeStat
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.1
+ ponCardSlotId OBJECT-TYPE
+ SYNTAX Integer32 (1..4)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "PON card slot index, defined begin from 1 to max slot number"
+ ::= { ponCardEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.2
+ ponCardType OBJECT-TYPE
+ SYNTAX DeviceType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "PON card type value"
+ ::= { ponCardEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.3
+ ponCardFactorySerial OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..30))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description. PON card factory serial, reserved for future use"
+ ::= { ponCardEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.4
+ ponCardHwRev OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "PON card hardware revision"
+ ::= { ponCardEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.5
+ ponCardFwVer OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "PON card software version"
+ ::= { ponCardEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.7
+ ponCardRunningStatus OBJECT-TYPE
+ SYNTAX DeviceStatus
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "pon card on-line status, each pon card may have following
+ status:
+ not installed (present)
+ installed but can not be connected by main card
+ installed and can be connected by main card"
+ ::= { ponCardEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.8
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.8
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.8
+ ponCardRuningTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The running time since the pon card last powered"
+ ::= { ponCardEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.9
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.9
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.9
+ ponCardOperate OBJECT-TYPE
+ SYNTAX DeviceOperation
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Operate action taken on PON card"
+ ::= { ponCardEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.10
+-- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.10
+ -- 1.3.6.1.4.1.34592.1.3.1.5.2.1.1.10
+ ponCardUpgradeStat OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ booting(1),
+ normalRun(2),
+ rcvFileIng(3),
+ rcvFileOk(4),
+ rcvFileErr(5),
+ upgrading(6),
+ upgradeOk(7),
+ upgradeErr(8),
+ upgradeOlt(9),
+ upgradeOnu(10)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponCardEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.1.6
+ -- 1.3.6.1.4.1.34592.1.3.1.6
+ onuAuth OBJECT IDENTIFIER ::= { systemInfo 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.1
+ -- 1.3.6.1.4.1.34592.1.3.1.6.1
+ authMethod OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ blackList(1),
+ whiteList(2),
+ none(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Which method that the manager will take to authenticate accessed ONUs,
+ When set to blackList, the OLT will allow only the ONUs that their MAC
+ is not included in the black MAC table.
+ When set to whiteList,the OLT will allow only the ONUs that their MAC
+ is included in the white MAC table."
+ ::= { onuAuth 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.2
+ -- 1.3.6.1.4.1.34592.1.3.1.6.2
+ nonAuthOper OBJECT-TYPE
+ SYNTAX INTEGER { clearNonAuthMacList(2) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "ONU MAC Authentication operation object, now, it can only
+ be used to clear the MAC list which had tried to register
+ but had not been authenticated"
+ ::= { onuAuth 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.3
+ -- 1.3.6.1.4.1.34592.1.3.1.6.3
+ onuAuthMacCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAuthMacCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "MAC list table which contain the ONU MAC address list, these MAC address will
+ be used to authenticate accessed ONUs."
+ ::= { onuAuth 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1
+ -- 1.3.6.1.4.1.34592.1.3.1.6.3.1
+ onuAuthMacCfgEntry OBJECT-TYPE
+ SYNTAX OnuAuthMacCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Each entry in this table defines a sole MAC (when the beginMAC is equal
+ to the endMAC or the endMAC is blank/zero) or a MAC range."
+ INDEX { authMacEntryId }
+ ::= { onuAuthMacCfgTable 1 }
+
+
+ OnuAuthMacCfgEntry ::=
+ SEQUENCE {
+ authMacEntryId
+ Unsigned32,
+ beginMacAddr
+ MacAddress,
+ endMacAddr
+ MacAddress,
+ macAttr
+ INTEGER,
+ onuAuthMacRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.6.3.1.1
+ authMacEntryId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..65536)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description. entry serial ID, which used to identify an entry uniquely"
+ ::= { onuAuthMacCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.6.3.1.2
+ beginMacAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "begin MAC address, this object must be set to effect this entry"
+ ::= { onuAuthMacCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.6.3.1.3
+ endMacAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "End MAC address of a MAC range entry. Set this value to zero will result
+ that this entry only indicate a unique MAC."
+ ::= { onuAuthMacCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.4
+ -- 1.3.6.1.4.1.34592.1.3.1.6.3.1.4
+ macAttr OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ blackMac(1),
+ whiteMac(2),
+ obsolete(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "This object is used to decide that the MAC(s) introduced in this entry
+ should be classified into blackList or whiteList.
+
+ When set to 'obsolete', this entry is not in use. This option is reserved
+ for future use."
+ ::= { onuAuthMacCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.6.3.1.5
+ -- 1.3.6.1.4.1.34592.1.3.1.6.3.1.5
+ onuAuthMacRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "This object is used to create or delete a MAC entry"
+ ::= { onuAuthMacCfgEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.4
+-- 1.3.6.1.4.1.34592.1.3.1.6.4
+-- 1.3.6.1.4.1.34592.1.3.1.6.4
+ -- 1.3.6.1.4.1.34592.1.3.1.6.4
+ nonAuthOnuListTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF NonAuthOnuListEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table contain illegal ONU MAC list which try to register
+ on OLT"
+ ::= { onuAuth 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1
+ -- 1.3.6.1.4.1.34592.1.3.1.6.4.1
+ nonAuthOnuListEntry OBJECT-TYPE
+ SYNTAX NonAuthOnuListEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Each entry in this table contain a nonAuth onu MAC info"
+ INDEX { oltId, nonAuthOnuMacIndex }
+ ::= { nonAuthOnuListTable 1 }
+
+
+ NonAuthOnuListEntry ::=
+ SEQUENCE {
+ nonAuthOnuMacIndex
+ Unsigned32,
+ nonAuthOnuMac
+ MacAddress,
+ nonAuthOnuTries
+ Unsigned32,
+ oltId
+ Integer32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.6.4.1.1
+ nonAuthOnuMacIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (1..65536)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Administrativly assigned entry index"
+ ::= { nonAuthOnuListEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.6.4.1.2
+ nonAuthOnuMac OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The MAC address which tried to register"
+ ::= { nonAuthOnuListEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.6.4.1.3
+ nonAuthOnuTries OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The times that the illegal ONU try to register"
+ ::= { nonAuthOnuListEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.6.4.1.4
+ -- 1.3.6.1.4.1.34592.1.3.1.6.4.1.4
+ oltId OBJECT-TYPE
+ SYNTAX Integer32 (1..48)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { nonAuthOnuListEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.5
+-- 1.3.6.1.4.1.34592.1.3.1.6.5
+-- 1.3.6.1.4.1.34592.1.3.1.6.5
+ -- 1.3.6.1.4.1.34592.1.3.1.6.5
+ authMethodV2 OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ mac(1),
+ loid(2),
+ hybrid(3),
+ blacklist(4),
+ whitelist(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAuth 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.6
+-- 1.3.6.1.4.1.34592.1.3.1.6.6
+-- 1.3.6.1.4.1.34592.1.3.1.6.6
+ -- 1.3.6.1.4.1.34592.1.3.1.6.6
+ onuAuthBlacklistMacCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAuthBlacklistMacCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAuth 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1
+ -- 1.3.6.1.4.1.34592.1.3.1.6.6.1
+ onuAuthBlacklistMacCfgEntry OBJECT-TYPE
+ SYNTAX OnuAuthBlacklistMacCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { oltId, authBlacklistMacEntryId }
+ ::= { onuAuthBlacklistMacCfgTable 1 }
+
+
+ OnuAuthBlacklistMacCfgEntry ::=
+ SEQUENCE {
+ authBlacklistMacEntryId
+ Unsigned32,
+ onuAuthBlacklistMacAddr
+ MacAddress,
+ onuAuthBlacklistMacCfgRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.6.6.1.1
+ authBlacklistMacEntryId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..256)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "index of ONU mac in blacklist."
+ ::= { onuAuthBlacklistMacCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.6.6.1.2
+ onuAuthBlacklistMacAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "ONU mac in blacklist."
+ ::= { onuAuthBlacklistMacCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.6.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.6.6.1.3
+ onuAuthBlacklistMacCfgRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "This object is used to create or delete a blacklist MAC entry"
+ ::= { onuAuthBlacklistMacCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.7
+-- 1.3.6.1.4.1.34592.1.3.1.6.7
+-- 1.3.6.1.4.1.34592.1.3.1.6.7
+ -- 1.3.6.1.4.1.34592.1.3.1.6.7
+ onuAuthWhitelistMacCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAuthWhitelistMacCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAuth 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1
+ -- 1.3.6.1.4.1.34592.1.3.1.6.7.1
+ onuAuthWhitelistMacCfgEntry OBJECT-TYPE
+ SYNTAX OnuAuthWhitelistMacCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { oltId, authWhitelistMacEntryId }
+ ::= { onuAuthWhitelistMacCfgTable 1 }
+
+
+ OnuAuthWhitelistMacCfgEntry ::=
+ SEQUENCE {
+ authWhitelistMacEntryId
+ Unsigned32,
+ onuAuthWhitelistMacAddr
+ MacAddress,
+ onuAuthWhitelistMacCfgRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.6.7.1.1
+ authWhitelistMacEntryId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..1024)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "index of ONU mac in whitelist."
+ ::= { onuAuthWhitelistMacCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.6.7.1.2
+ onuAuthWhitelistMacAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "ONU mac in whitelist."
+ ::= { onuAuthWhitelistMacCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.7.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.6.7.1.3
+ onuAuthWhitelistMacCfgRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "This object is used to create or delete a whitelist MAC entry"
+ ::= { onuAuthWhitelistMacCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.8
+-- 1.3.6.1.4.1.34592.1.3.1.6.8
+-- 1.3.6.1.4.1.34592.1.3.1.6.8
+ -- 1.3.6.1.4.1.34592.1.3.1.6.8
+ onuAuthLoidCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAuthLoidCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAuth 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1
+ -- 1.3.6.1.4.1.34592.1.3.1.6.8.1
+ onuAuthLoidCfgEntry OBJECT-TYPE
+ SYNTAX OnuAuthLoidCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { authLoidEntryId }
+ ::= { onuAuthLoidCfgTable 1 }
+
+
+ OnuAuthLoidCfgEntry ::=
+ SEQUENCE {
+ authLoidEntryId
+ Unsigned32,
+ onuAuthLoidStrings
+ DisplayString,
+ onuAuthPasswordStrings
+ DisplayString,
+ onuAuthLoidCfgRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.6.8.1.1
+ authLoidEntryId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..512)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "index of ONU loid in table."
+ ::= { onuAuthLoidCfgEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.6.8.1.2
+ onuAuthLoidStrings OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "CTC loid, max 24 Chars."
+ ::= { onuAuthLoidCfgEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.6.8.1.3
+ onuAuthPasswordStrings OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "CTC loid password, max 12 Chars"
+ ::= { onuAuthLoidCfgEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.6.8.1.4
+ -- 1.3.6.1.4.1.34592.1.3.1.6.8.1.4
+ onuAuthLoidCfgRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "This object is used to create or delete a loid entry"
+ ::= { onuAuthLoidCfgEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.1.7
+ -- 1.3.6.1.4.1.34592.1.3.1.7
+ userManage OBJECT IDENTIFIER ::= { systemInfo 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.7.1
+-- 1.3.6.1.4.1.34592.1.3.1.7.1
+-- 1.3.6.1.4.1.34592.1.3.1.7.1
+ -- 1.3.6.1.4.1.34592.1.3.1.7.1
+ userManageTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UserManageEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description. Access user management table. The table defined
+ the users who can access the system shell management interface,
+ including local CLI and remote telnet access.
+
+ The users defined in this table is independent with those
+ defined in EMS."
+ ::= { userManage 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.7.1.1
+ userManageEntry OBJECT-TYPE
+ SYNTAX UserManageEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description. One entry contains one user attributes, up to 5
+ entries can be created in this table."
+ INDEX { userId }
+ ::= { userManageTable 1 }
+
+
+ UserManageEntry ::=
+ SEQUENCE {
+ userId
+ Integer32,
+ userName
+ DisplayString,
+ userPassword
+ OCTET STRING,
+ userPermission
+ Unsigned32,
+ userAccessDeviceMap
+ Unsigned32,
+ loginTimeout
+ Unsigned32,
+ userEntryRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.7.1.1.1
+ userId OBJECT-TYPE
+ SYNTAX Integer32 (1..10)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Administrativly assigned entry index"
+ ::= { userManageEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.7.1.1.2
+ userName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "user name"
+ ::= { userManageEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.7.1.1.3
+ userPassword OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "user password"
+ ::= { userManageEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.1.7.1.1.4
+ userPermission OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description. This object define the user priority and other
+ permission attributes"
+ ::= { userManageEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.1.7.1.1.5
+ userAccessDeviceMap OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "This object is defined for future use.
+ It is a bit map value which defines which devices in the system
+ can be accessed by a user.
+
+ Temporary definitions:
+
+ ----------------------------------------------
+ |sys level | swithch module | olt module| onu |............
+ ----------------------------------------------
+ high 2b 2b 5b 7b reserved low
+
+ when the map bit set to 1, the user can access the corresponding device
+ otherwise can not"
+ ::= { userManageEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.6
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.6
+ -- 1.3.6.1.4.1.34592.1.3.1.7.1.1.6
+ loginTimeout OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description. Time out time since one accessed user last operation,
+ when this time elapse, the user will be kicked off"
+ DEFVAL { 300 }
+ ::= { userManageEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.7
+-- 1.3.6.1.4.1.34592.1.3.1.7.1.1.7
+ -- 1.3.6.1.4.1.34592.1.3.1.7.1.1.7
+ userEntryRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Use this object to create or delete a user info"
+ ::= { userManageEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8
+-- 1.3.6.1.4.1.34592.1.3.1.8
+-- 1.3.6.1.4.1.34592.1.3.1.8
+ -- 1.3.6.1.4.1.34592.1.3.1.8
+ upgrade OBJECT IDENTIFIER ::= { systemInfo 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8.1
+-- 1.3.6.1.4.1.34592.1.3.1.8.1
+-- 1.3.6.1.4.1.34592.1.3.1.8.1
+ -- 1.3.6.1.4.1.34592.1.3.1.8.1
+ ftpServerIp OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..63))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The host IP Address on which FTP server running and this
+ host will be used as the server to do FTP operation"
+ ::= { upgrade 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8.2
+-- 1.3.6.1.4.1.34592.1.3.1.8.2
+-- 1.3.6.1.4.1.34592.1.3.1.8.2
+ -- 1.3.6.1.4.1.34592.1.3.1.8.2
+ ftpServerUserName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..63))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The user name used to access ftp server
+ "
+ ::= { upgrade 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8.3
+-- 1.3.6.1.4.1.34592.1.3.1.8.3
+-- 1.3.6.1.4.1.34592.1.3.1.8.3
+ -- 1.3.6.1.4.1.34592.1.3.1.8.3
+ ftpServerUserPasswd OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..63))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The user password which will be used to access ftp server
+ "
+ ::= { upgrade 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8.4
+-- 1.3.6.1.4.1.34592.1.3.1.8.4
+-- 1.3.6.1.4.1.34592.1.3.1.8.4
+ -- 1.3.6.1.4.1.34592.1.3.1.8.4
+ ftpOperFileName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..63))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The file name which will be download to or upload from
+ device. When the operation is download, the operation
+ file should located on the host; When the operation is
+ upload the file should located on the target device;
+ "
+ ::= { upgrade 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8.6
+-- 1.3.6.1.4.1.34592.1.3.1.8.6
+-- 1.3.6.1.4.1.34592.1.3.1.8.6
+ -- 1.3.6.1.4.1.34592.1.3.1.8.6
+ ftpOperTarget OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ctrlCardImage(1),
+ ponCardImage(2),
+ oltApp(3),
+ oltPers(4),
+ oltBoot(5),
+ onuApp(6),
+ onuPers(7),
+ onuBoot(8),
+ otherSpecifiedFile(9)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The operate target, which are device firmware or configuration
+ file.
+
+ When do upgrade or download,one of these file targets
+ should be selected to operate.
+
+ ctrlCardImage(1),
+ ponCardImage(2),
+ oltApp(3),
+ oltPers(4),
+ oltBoot(5),
+ onuApp(6),
+ onuPers(7),
+ onuBoot(8),
+ otherSpecifiedFile(9)
+ "
+ ::= { upgrade 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8.7
+-- 1.3.6.1.4.1.34592.1.3.1.8.7
+-- 1.3.6.1.4.1.34592.1.3.1.8.7
+ -- 1.3.6.1.4.1.34592.1.3.1.8.7
+ dwLoadFileCrcCheck OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ checkCrc(1),
+ dontCheckCrc(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "This object is used to indicate the target device
+ should or not to do crc check operation,if 'checkCrc'
+ the operator should give the download file's crc
+ calculate result on the 'dwLoadFileCrcValue' object.
+
+ Crc check is now only useful when do download
+ operation.
+ "
+ ::= { upgrade 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8.8
+-- 1.3.6.1.4.1.34592.1.3.1.8.8
+-- 1.3.6.1.4.1.34592.1.3.1.8.8
+ -- 1.3.6.1.4.1.34592.1.3.1.8.8
+ dwLoadFileCrcValue OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ CRC value of the download file, this value will be used to
+ compare with the CRC result calculated by the firmware running
+ on device to check if error occurred during file transmission"
+ ::= { upgrade 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8.9
+-- 1.3.6.1.4.1.34592.1.3.1.8.9
+-- 1.3.6.1.4.1.34592.1.3.1.8.9
+ -- 1.3.6.1.4.1.34592.1.3.1.8.9
+ operDeviceMap OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (10))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "This object defines the upgrade or download device objects,when do upgrade operation
+ one or more device can be selected as operate objects. The data format defined as
+ following:
+
+ ---------------------------------
+ | slot | olt | onu |
+ ---------------------------------
+ 1byte 1byte 8byte
+
+ All these 10 bytes used as bit map for device selecting, when selected set the
+ according bit to 1, else set to 0
+
+ The bit sequence in each used from low to high:
+
+ For example:
+ slot:0000 0101, select slot 1 and 3, dont select slot 2 and 4 and others(reserved)
+ olt: 0000 0011 select olt(pon port) 1 and 2, dont select others(reserved)
+ onu: byte[0] map to onuId 1~8; byte[1] map to onuId 9~16,...,
+ byte[7] map to onuId 56~63
+ Bit map in byte[0]: b0~b7 map to onuId1~onuId8, etc."
+ ::= { upgrade 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8.10
+-- 1.3.6.1.4.1.34592.1.3.1.8.10
+-- 1.3.6.1.4.1.34592.1.3.1.8.10
+ -- 1.3.6.1.4.1.34592.1.3.1.8.10
+ upgradeStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ paraErr(1),
+ initFtpErr(2),
+ transmitting(3),
+ transmitErr(4),
+ transmitOk(5),
+ upgrading(6),
+ upgradeErr(7),
+ upgradeOk(8),
+ uploading(9),
+ uploadErr(10),
+ uploadOk(11)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Upgrade process status
+ "
+ ::= { upgrade 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8.11
+-- 1.3.6.1.4.1.34592.1.3.1.8.11
+-- 1.3.6.1.4.1.34592.1.3.1.8.11
+ -- 1.3.6.1.4.1.34592.1.3.1.8.11
+ upgradeOperation OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ downloadFile(1),
+ upgrade(2),
+ reboot(3),
+ uploadFile(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "This object defines an operation collection, which are
+ used to do downlaod,upgrade or get file(upload) operations.
+ "
+ ::= { upgrade 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.8.12
+-- 1.3.6.1.4.1.34592.1.3.1.8.12
+-- 1.3.6.1.4.1.34592.1.3.1.8.12
+ -- 1.3.6.1.4.1.34592.1.3.1.8.12
+ ftpProgress OBJECT-TYPE
+ SYNTAX Integer32
+ UNITS "percent"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { upgrade 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.13
+-- 1.3.6.1.4.1.34592.1.3.1.13
+-- 1.3.6.1.4.1.34592.1.3.1.13
+ -- 1.3.6.1.4.1.34592.1.3.1.13
+ fdSysConformance OBJECT IDENTIFIER ::= { systemInfo 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.13.1
+-- 1.3.6.1.4.1.34592.1.3.1.13.1
+-- 1.3.6.1.4.1.34592.1.3.1.13.1
+ -- 1.3.6.1.4.1.34592.1.3.1.13.1
+ fdSystemGroups OBJECT IDENTIFIER ::= { fdSysConformance 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.1
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.1
+ -- 1.3.6.1.4.1.34592.1.3.1.13.1.1
+ sysBaseManageGroup OBJECT-GROUP
+ OBJECTS { sysModel, sysDesc, sysLocation, sysContact, sysMajAlarmLed,
+ sysCriAlarmLed, sysAlarmDesc, consolePortSpd, manageIpAddr, manageNetMask,
+ manageGateway, snmpReadCommunity, snmpRWCommunity, trapDstIpAddr1, trapDstIpAddr2,
+ trapDstIpAddr3, trapDstIpAddr4, sysLogEntryEnable, sysLogLevel, sysCfgRestoreServer,
+ sysCfgRestoreType, sysCfgBackupServer, sysCfgBackupType, sysCfgRestoreFilename, outbandNetMask,
+ outbandIpAddr, sysOperate, sysCpuUtilization, sysMTU, sysAutoBackupEnable,
+ sysAutoBackupType, sysAutoBackupInterval, sysAutoBackupServer }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing fd system basic
+ features management"
+ ::= { fdSystemGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.2
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.2
+ -- 1.3.6.1.4.1.34592.1.3.1.13.1.2
+ chassisInfoGroup OBJECT-GROUP
+ OBJECTS { chassisType, chassisFactorySerial, chassisRevision, chassisTemperature, powerStatusBit,
+ fanStatusBit }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing chassis information management"
+ ::= { fdSystemGroups 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.3
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.3
+ -- 1.3.6.1.4.1.34592.1.3.1.13.1.3
+ cardModuleGroup OBJECT-GROUP
+ OBJECTS { mainCardType, mainCardFactorySerial, mainCardHWRevision, mainCardSWVersion, mainCardRunningStatus,
+ mainCardRunningTime, mainCardOperate, ponCardType, ponCardFactorySerial, ponCardHwRev,
+ ponCardFwVer, ponCardRunningStatus, ponCardRuningTime, ponCardOperate, ponCardUpgradeStat
+ }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing installed card module
+ basic features management"
+ ::= { fdSystemGroups 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.4
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.4
+ -- 1.3.6.1.4.1.34592.1.3.1.13.1.4
+ onuAuthGroup OBJECT-GROUP
+ OBJECTS { authMethod, nonAuthOper, beginMacAddr, endMacAddr, macAttr,
+ onuAuthMacRowStatus, nonAuthOnuMac, nonAuthOnuTries, onuAuthLoidCfgRowStatus, onuAuthPasswordStrings,
+ onuAuthLoidStrings, onuAuthWhitelistMacCfgRowStatus, onuAuthWhitelistMacAddr, onuAuthBlacklistMacCfgRowStatus, oltId,
+ onuAuthBlacklistMacAddr, authMethodV2 }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing ONU authentication MAC
+ list management"
+ ::= { fdSystemGroups 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.5
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.5
+ -- 1.3.6.1.4.1.34592.1.3.1.13.1.5
+ userManageGroup OBJECT-GROUP
+ OBJECTS { userName, userPassword, userPermission, userAccessDeviceMap, loginTimeout,
+ userEntryRowStatus }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing system user management"
+ ::= { fdSystemGroups 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.6
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.6
+-- 1.3.6.1.4.1.34592.1.3.1.13.1.6
+ -- 1.3.6.1.4.1.34592.1.3.1.13.1.6
+ systemUpgradeGroup OBJECT-GROUP
+ OBJECTS { ftpServerIp, ftpServerUserName, ftpServerUserPasswd, ftpOperFileName, dwLoadFileCrcCheck,
+ dwLoadFileCrcValue, operDeviceMap, upgradeStatus, ftpProgress, upgradeOperation,
+ ftpOperTarget }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing system device upgrade
+ management"
+ ::= { fdSystemGroups 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.13.2
+-- 1.3.6.1.4.1.34592.1.3.1.13.2
+-- 1.3.6.1.4.1.34592.1.3.1.13.2
+ -- 1.3.6.1.4.1.34592.1.3.1.13.2
+ fdSystemCompliances OBJECT IDENTIFIER ::= { fdSysConformance 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.1.13.2.1
+-- this module
+-- this module
+-- 1.3.6.1.4.1.34592.1.3.1.13.2.1
+-- this module
+-- 1.3.6.1.4.1.34592.1.3.1.13.2.1
+-- this module
+ -- 1.3.6.1.4.1.34592.1.3.1.13.2.1
+ fdSystemCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement"
+ MODULE -- this module
+ MANDATORY-GROUPS { sysBaseManageGroup, chassisInfoGroup, cardModuleGroup, onuAuthGroup, userManageGroup,
+ systemUpgradeGroup }
+ ::= { fdSystemCompliances 1 }
+
+
+
+ END
+
+--
+-- FD-SYSTEM-MIB.my
+--
diff --git a/MIBS/cdata/FD-TRAP-MIB b/MIBS/cdata/FD-TRAP-MIB
new file mode 100644
index 0000000..2409a77
--- /dev/null
+++ b/MIBS/cdata/FD-TRAP-MIB
@@ -0,0 +1,305 @@
+--
+-- FD-TRAP-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Wednesday, August 03, 2016 at 14:48:18
+--
+
+-- FD-TRAP-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, July 14, 2015 at 17:44:57
+--
+-- FD-TRAP-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Friday, May 15, 2015 at 11:41:26
+--
+-- FD-TRAP-MIB.txt
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Monday, April 27, 2015 at 16:05:50
+--
+
+ FD-TRAP-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ epon
+ FROM EPON-EOC-MIB
+ linkIdExhaust, onuIdExhaust, linkOnLineStatus
+ FROM FD-OLT-MIB
+ onuOnLineStatus, uniPortLink, uniPortRstpState
+ FROM FD-ONU-MIB
+ swSniPortTrafficChangeVal, oltTrafficChangeVal, onuTrafficChangeVal
+ FROM FD-PERFORMANCE-MIB
+ sfpPlugStauts, swPortLinkState
+ FROM FD-SWITCH-MIB
+ powerStatusBit, fanStatusBit, ponCardRunningStatus, nonAuthOnuMac, userId,
+ userName, userPassword, userPermission, userAccessDeviceMap, loginTimeout,
+ userEntryRowStatus
+ FROM FD-SYSTEM-MIB
+ alarmValue
+ FROM RMON-MIB
+ MODULE-COMPLIANCE, NOTIFICATION-GROUP
+ FROM SNMPv2-CONF
+ MODULE-IDENTITY, NOTIFICATION-TYPE
+ FROM SNMPv2-SMI;
+
+
+-- 1.3.6.1.4.1.34592.1.3.6
+-- May 27, 2010 at 10:56 GMT
+ -- 1.3.6.1.4.1.34592.1.3.6
+ eponTraps MODULE-IDENTITY
+ LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
+ ORGANIZATION
+ "epon eoc factory."
+ CONTACT-INFO
+ " "
+ DESCRIPTION
+ "Trap mib module"
+ ::= { epon 6 }
+
+
+
+
+--
+-- Node definitions
+--
+
+-- 1.3.6.1.4.1.34592.1.3.6.0
+ -- 1.3.6.1.4.1.34592.1.3.6.0
+ eponTrapsPrefix OBJECT IDENTIFIER ::= { eponTraps 0 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.1
+ -- 1.3.6.1.4.1.34592.1.3.6.0.1
+ sniSFPStatusChange NOTIFICATION-TYPE
+ OBJECTS { sfpPlugStauts }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.2
+ -- 1.3.6.1.4.1.34592.1.3.6.0.2
+ sniPortLinkChange NOTIFICATION-TYPE
+ OBJECTS { swPortLinkState }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.3
+ -- 1.3.6.1.4.1.34592.1.3.6.0.3
+ powerStatusChange NOTIFICATION-TYPE
+ OBJECTS { powerStatusBit }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.4
+ -- 1.3.6.1.4.1.34592.1.3.6.0.4
+ fanStatusChange NOTIFICATION-TYPE
+ OBJECTS { fanStatusBit }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.5
+ -- 1.3.6.1.4.1.34592.1.3.6.0.5
+ ponRunningStatusChange NOTIFICATION-TYPE
+ OBJECTS { ponCardRunningStatus }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.6
+ -- 1.3.6.1.4.1.34592.1.3.6.0.6
+ onuLinkStatusChange NOTIFICATION-TYPE
+ OBJECTS { linkOnLineStatus }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.7
+ -- 1.3.6.1.4.1.34592.1.3.6.0.7
+ onuOnlineStatusChange NOTIFICATION-TYPE
+ OBJECTS { onuOnLineStatus }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.8
+ -- 1.3.6.1.4.1.34592.1.3.6.0.8
+ onuPortStatusChange NOTIFICATION-TYPE
+ OBJECTS { uniPortLink }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.9
+ -- 1.3.6.1.4.1.34592.1.3.6.0.9
+ swSniPortTrafficChange NOTIFICATION-TYPE
+ OBJECTS { swSniPortTrafficChangeVal }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.10
+ -- 1.3.6.1.4.1.34592.1.3.6.0.10
+ oltTrafficChange NOTIFICATION-TYPE
+ OBJECTS { oltTrafficChangeVal }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.11
+ -- 1.3.6.1.4.1.34592.1.3.6.0.11
+ onuTrafficChange NOTIFICATION-TYPE
+ OBJECTS { onuTrafficChangeVal }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.12
+ -- 1.3.6.1.4.1.34592.1.3.6.0.12
+ linkIdResourceExhaust NOTIFICATION-TYPE
+ OBJECTS { linkIdExhaust }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.13
+ -- 1.3.6.1.4.1.34592.1.3.6.0.13
+ onuIdResourceExhaust NOTIFICATION-TYPE
+ OBJECTS { onuIdExhaust }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.14
+ -- 1.3.6.1.4.1.34592.1.3.6.0.14
+ illegalRegisterAlarm NOTIFICATION-TYPE
+ OBJECTS { nonAuthOnuMac }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.15
+ -- 1.3.6.1.4.1.34592.1.3.6.0.15
+ onuPortRstpStateChange NOTIFICATION-TYPE
+ OBJECTS { uniPortRstpState }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.16
+ -- 1.3.6.1.4.1.34592.1.3.6.0.16
+ rmonEventThreshold NOTIFICATION-TYPE
+ OBJECTS { alarmValue }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 16 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.17
+ -- 1.3.6.1.4.1.34592.1.3.6.0.17
+ onuDyingGasp NOTIFICATION-TYPE
+ OBJECTS { onuOnLineStatus }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 17 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.0.18
+ -- 1.3.6.1.4.1.34592.1.3.6.0.18
+ onuPortLoopBack NOTIFICATION-TYPE
+ OBJECTS { uniPortLink }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 18 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.6.0.19
+ oltSystemReboot NOTIFICATION-TYPE
+ OBJECTS { userName }
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eponTrapsPrefix 19 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.1
+ -- 1.3.6.1.4.1.34592.1.3.6.1
+ fdTrapConformance OBJECT IDENTIFIER ::= { eponTraps 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.1.1
+ -- 1.3.6.1.4.1.34592.1.3.6.1.1
+ fdTrapGroups OBJECT IDENTIFIER ::= { fdTrapConformance 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.6.1.1.1
+ fdTrapGroup NOTIFICATION-GROUP
+ NOTIFICATIONS { sniSFPStatusChange, sniPortLinkChange, powerStatusChange, fanStatusChange, ponRunningStatusChange,
+ onuLinkStatusChange, onuOnlineStatusChange, onuPortStatusChange, swSniPortTrafficChange, oltTrafficChange,
+ onuTrafficChange, onuPortRstpStateChange, onuDyingGasp, rmonEventThreshold, onuPortLoopBack,
+ oltSystemReboot, illegalRegisterAlarm, linkIdResourceExhaust, onuIdResourceExhaust }
+ STATUS current
+ DESCRIPTION
+ "A collection of objects providing notification management"
+ ::= { fdTrapGroups 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.1.2
+ -- 1.3.6.1.4.1.34592.1.3.6.1.2
+ fdTrapCompliances OBJECT IDENTIFIER ::= { fdTrapConformance 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.6.1.2.1
+-- this module
+-- this module
+ -- 1.3.6.1.4.1.34592.1.3.6.1.2.1
+ fdTrapCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The compliance statement"
+ MODULE -- this module
+ MANDATORY-GROUPS { fdTrapGroup }
+ ::= { fdTrapCompliances 1 }
+
+
+
+ END
+
+--
+-- FD-TRAP-MIB.my
+--
diff --git a/MIBS/cdata/LTNET-COMMONINFO-MIB b/MIBS/cdata/LTNET-COMMONINFO-MIB
new file mode 100644
index 0000000..2774e2b
--- /dev/null
+++ b/MIBS/cdata/LTNET-COMMONINFO-MIB
@@ -0,0 +1,89 @@
+
+
+LTNET-COMMONINFO-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+
+ OBJECT-TYPE
+ FROM RFC-1212
+ DisplayString
+ FROM RFC1213-MIB
+ NetworkAddress FROM RFC1155-SMI
+ ltnetRoot
+ FROM LTNET-ROOT
+ ;
+
+
+ltnetCommonInfoGroup OBJECT IDENTIFIER ::= { ltnetRoot 3 }
+ltnetIpSimpleInfo OBJECT IDENTIFIER ::= { ltnetCommonInfoGroup 1 }
+ltnetSubJoinedInfo OBJECT IDENTIFIER ::= { ltnetCommonInfoGroup 4 }
+
+ltnetIpNetAddress OBJECT-TYPE
+ SYNTAX NetworkAddress
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+" "
+ ::= { ltnetIpSimpleInfo 1 }
+
+ltnetIpMask OBJECT-TYPE
+ SYNTAX INTEGER (0..31)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+" "
+ ::= { ltnetIpSimpleInfo 2 }
+
+ltnetIpDefaultGateway OBJECT-TYPE
+ SYNTAX NetworkAddress
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+" "
+ ::= { ltnetIpSimpleInfo 3 }
+
+ltnetIpDns OBJECT-TYPE
+ SYNTAX NetworkAddress
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+" "
+ ::= { ltnetIpSimpleInfo 4 }
+
+ltnetIpPhysicalAddress OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "This variable reports the media dependant 'physical' address of
+ the NE. This object was added to support the generation of traps."
+ ::= { ltnetIpSimpleInfo 5 }
+
+-- *
+
+ltnetCommIdentifyNum OBJECT-TYPE
+ SYNTAX OCTET STRING ( SIZE(6 .. 10) )
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+""
+ ::= { ltnetSubJoinedInfo 1 }
+
+ltnetCommonTime OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+""
+ ::= { ltnetSubJoinedInfo 2 }
+
+ltnetAlarmDelayTime OBJECT-TYPE
+ SYNTAX INTEGER ( 0..600 )
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+""
+ ::= { ltnetSubJoinedInfo 3 }
+
+
+END \ No newline at end of file
diff --git a/MIBS/cdata/LTNET-ROOT b/MIBS/cdata/LTNET-ROOT
new file mode 100644
index 0000000..ed29efd
--- /dev/null
+++ b/MIBS/cdata/LTNET-ROOT
@@ -0,0 +1,21 @@
+LTNET-ROOT DEFINITIONS ::= BEGIN
+
+IMPORTS
+ enterprises
+ FROM RFC1155-SMI
+;
+ltnetRoot OBJECT IDENTIFIER ::= { enterprises 33826 }
+
+-- DESCRIPTION
+
+ltnetHFCemsTree OBJECT IDENTIFIER ::= { ltnetRoot 1 }
+
+-- DESCRIPTION
+
+osIdent OBJECT IDENTIFIER ::= { ltnetHFCemsTree 1}
+
+-- DESCRIPTION
+
+ltnetSmartDeviceTree OBJECT IDENTIFIER ::= { ltnetRoot 2 }
+
+END
diff --git a/MIBS/cdata/NE-ALARM-MIB b/MIBS/cdata/NE-ALARM-MIB
new file mode 100644
index 0000000..d192c67
--- /dev/null
+++ b/MIBS/cdata/NE-ALARM-MIB
@@ -0,0 +1,24 @@
+--======================================================================
+-- ALARM MIB
+--======================================================================
+
+-- File Name : ALARM-MIB.mib
+-- Date : Tue May 16 00:00:00 CEST 2006
+-- Author : Franck Paris
+
+NE-ALARM-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ spidcom FROM SPIDCOM-MIB;
+
+
+-- 1.3.6.1.4.1.22764.2
+ neMibAlarm OBJECT IDENTIFIER ::= { spidcom 2 }
+
+
+
+--========================= END OF DOCUMENT ========================
+
+END
+
+
diff --git a/MIBS/cdata/NSCRTV-EPONEOC-MOD-EOC-MIB b/MIBS/cdata/NSCRTV-EPONEOC-MOD-EOC-MIB
new file mode 100644
index 0000000..e122ab4
--- /dev/null
+++ b/MIBS/cdata/NSCRTV-EPONEOC-MOD-EOC-MIB
@@ -0,0 +1,2198 @@
+--
+-- NSCRTV-EPONEOC-MOD-EOC-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 4.0 Build 349
+-- Monday, July 13, 2009 at 10:59:26
+--
+
+ NSCRTV-EPONEOC-MOD-EOC-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ DisplayString
+ FROM RFC1213-MIB
+ TimeTicks, IpAddress, Counter32, Counter64, OBJECT-TYPE, NOTIFICATION-TYPE
+ FROM SNMPv2-SMI
+ spidcom
+ FROM SPIDCOM-MIB
+ MacAddress, RowStatus
+ FROM SNMPv2-TC;
+
+
+eoc MODULE-IDENTITY
+ LAST-UPDATED "200908180000Z"
+ ORGANIZATION "SPiDCOM"
+ CONTACT-INFO
+ "SPiDCOM"
+ DESCRIPTION
+ "Description"
+ REVISION "200908180000Z"
+ DESCRIPTION
+ ""
+ ::= { spidcom 3 }
+
+
+ org OBJECT IDENTIFIER
+ ::= { iso 3 }
+
+ dod OBJECT IDENTIFIER
+ ::= { org 6 }
+
+ internet OBJECT IDENTIFIER
+ ::= { dod 1 }
+
+ private OBJECT IDENTIFIER
+ ::= { internet 4 }
+
+ enterprises OBJECT IDENTIFIER
+ ::= { private 1 }
+
+ eoc OBJECT IDENTIFIER
+ ::= { spidcom 3 }
+
+ nscrtvEocTree OBJECT IDENTIFIER
+ ::= { eoc 1 }
+
+--
+-- Node definitions
+--
+
+ -- 1.3.6.1.4.1.17409.2.4.1
+ modEoCCLTAdminGroup OBJECT IDENTIFIER ::= { nscrtvEocTree 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.1
+ modEoCCLTDevInfoGroup OBJECT IDENTIFIER ::= { modEoCCLTAdminGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.1.1
+ modEoCCLTAdminLogicalID OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..40))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevInfoGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.1.2
+ modEoCCLTAdminTechProject OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevInfoGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.1.3
+ modEoCCLTAdminManufactoryInfo OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevInfoGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.1.4
+ modEoCCLTAdminModelNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevInfoGroup 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.1.5
+ modEoCCLTAdminSerialNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevInfoGroup 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.1.6
+ modEoCCLTAdminSoftwareVersion OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevInfoGroup 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.1.7
+ modEoCCLTAdminHardwareVersion OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevInfoGroup 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.1.8
+ modEoCCLTAdminVendorSpecialInfo OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevInfoGroup 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.2
+ modEoCCLTNetworkAttrGroup OBJECT IDENTIFIER ::= { modEoCCLTAdminGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.2.1
+ modEoCCLTAdminMACAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTNetworkAttrGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.2.2
+ modEoCCLTAdminIPMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ static(0),
+ dynamic(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTNetworkAttrGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.2.3
+ modEoCCLTAdminIPAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTNetworkAttrGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.2.4
+ modEoCCLTAdminIPMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTNetworkAttrGroup 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.2.5
+ modEoCCLTAdminIPGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTNetworkAttrGroup 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.2.6
+ modEoCCLTAdminEMSIPAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTNetworkAttrGroup 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.3
+ modEoCCLTDevStatusGroup OBJECT IDENTIFIER ::= { modEoCCLTAdminGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.3.1
+ modEoCCLTAdminAlarmDetectionControl OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ detectionDisabled(1),
+ detectionEnabled(2),
+ detectionEnabledAndRegenerate(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevStatusGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.3.2
+ modEoCCLTAdminStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevStatusGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.3.3
+ modEoCCLTAdminInternalTemperature OBJECT-TYPE
+ SYNTAX INTEGER (-128..127)
+ UNITS "¡ãC"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevStatusGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.3.4
+ modEoCCLTAdminTamperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ intact(1),
+ compromised(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevStatusGroup 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.3.5
+ modEoCCLTAdminDateAndTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevStatusGroup 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.3.6
+ modEoCCLTAdminReset OBJECT-TYPE
+ SYNTAX INTEGER { reset(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevStatusGroup 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.3.7
+ modEoCCLTAdminResetCause OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ other(1),
+ powerup(2),
+ command(3),
+ watchdog(4),
+ craft(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevStatusGroup 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.3.8
+ modEoCCLTAdminConfigurationSaving OBJECT-TYPE
+ SYNTAX INTEGER { save(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevStatusGroup 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.3.9
+ modEoCCLTAdminConfigurationResult OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ save(1),
+ failed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTDevStatusGroup 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.4
+ modEoCCLTSNMPSettingGroup OBJECT IDENTIFIER ::= { modEoCCLTAdminGroup 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.4.1
+ modEoCCLTAdminVarBindings OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTSNMPSettingGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.4.2
+ modEoCCLTAdminSNMPVersion OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTSNMPSettingGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.4.3
+ modEoCCLTAdminSNMPCommunity OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTSNMPSettingGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.5
+ modEoCCLTOtherAdminGroup OBJECT IDENTIFIER ::= { modEoCCLTAdminGroup 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.5.1
+ modEoCCLTAdminLinkTopoChange OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ no-change(0),
+ change(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTOtherAdminGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.1.5.2
+ modEoCCLTAdminAppropriativeOID OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCLTOtherAdminGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.2
+ modEoCMasterRFGroup OBJECT IDENTIFIER ::= { nscrtvEocTree 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.2.1
+ modEoCMasterRFTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCMasterRFEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterRFGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.2.1.1
+ modEoCMasterRFEntry OBJECT-TYPE
+ SYNTAX ModEoCMasterRFEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCMasterRFIndex }
+ ::= { modEoCMasterRFTable 1 }
+
+
+ ModEoCMasterRFEntry ::=
+ SEQUENCE {
+ modEoCMasterRFIndex
+ INTEGER,
+ modEoCMasterRFLinkMaximum
+ INTEGER,
+ modEoCMasterRFMasterOutputLevel
+ INTEGER,
+ modEoCMasterRFDownstreamStartFreq
+ INTEGER,
+ modEoCMasterRFDownstreamStopFreq
+ INTEGER,
+ modEoCMasterRFUpstreamStartFreq
+ INTEGER,
+ modEoCMasterRFUpstreamStopFreq
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.2.1.1.1
+ modEoCMasterRFIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterRFEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.2.1.1.2
+ modEoCMasterRFLinkMaximum OBJECT-TYPE
+ SYNTAX INTEGER (0..512)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterRFEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.2.1.1.3
+ modEoCMasterRFMasterOutputLevel OBJECT-TYPE
+ SYNTAX INTEGER (103..129)
+ UNITS "dBuV"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterRFEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.2.1.1.4
+ modEoCMasterRFDownstreamStartFreq OBJECT-TYPE
+ SYNTAX INTEGER (0..1000000000)
+ UNITS "kHz"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterRFEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.2.1.1.5
+ modEoCMasterRFDownstreamStopFreq OBJECT-TYPE
+ SYNTAX INTEGER (0..1000000000)
+ UNITS "kHz"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterRFEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.2.1.1.6
+ modEoCMasterRFUpstreamStartFreq OBJECT-TYPE
+ SYNTAX INTEGER (0..1000000000)
+ UNITS "kHz"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterRFEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.2.1.1.7
+ modEoCMasterRFUpstreamStopFreq OBJECT-TYPE
+ SYNTAX INTEGER (0..1000000000)
+ UNITS "kHz"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterRFEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3
+ modEoCMasterMACGroup OBJECT IDENTIFIER ::= { nscrtvEocTree 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.1
+ modEoCMasterMACVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCMasterMACVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.1.1
+ modEoCMasterMACVlanEntry OBJECT-TYPE
+ SYNTAX ModEoCMasterMACVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCMasterMACVlanIndex }
+ ::= { modEoCMasterMACVlanTable 1 }
+
+
+ ModEoCMasterMACVlanEntry ::=
+ SEQUENCE {
+ modEoCMasterMACVlanIndex
+ INTEGER,
+ modEoCMasterMACVlanEN
+ INTEGER,
+ modEoCMasterMACAdminVlanID
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.3.1.1.1
+ modEoCMasterMACVlanIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACVlanEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.1.1.2
+ modEoCMasterMACVlanEN OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACVlanEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.1.1.3
+ modEoCMasterMACAdminVlanID OBJECT-TYPE
+ SYNTAX INTEGER (0..4095)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACVlanEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.2
+ modEoCMasterMACBroadcastTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCMasterMACBroadcastEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.2.1
+ modEoCMasterMACBroadcastEntry OBJECT-TYPE
+ SYNTAX ModEoCMasterMACBroadcastEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCMasterMACBroadcastIndex }
+ ::= { modEoCMasterMACBroadcastTable 1 }
+
+
+ ModEoCMasterMACBroadcastEntry ::=
+ SEQUENCE {
+ modEoCMasterMACBroadcastIndex
+ INTEGER,
+ modEoCMasterMACBroadcastRestrictionEN
+ INTEGER,
+ modEoCMasterMACBroadcastRestriction
+ INTEGER,
+ modEoCMasterMACUnknowRestrictionEN
+ INTEGER,
+ modEoCMasterMACUnknowRestriction
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.3.2.1.1
+ modEoCMasterMACBroadcastIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACBroadcastEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.2.1.2
+ modEoCMasterMACBroadcastRestrictionEN OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACBroadcastEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.2.1.3
+ modEoCMasterMACBroadcastRestriction OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACBroadcastEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.2.1.4
+ modEoCMasterMACUnknowRestrictionEN OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACBroadcastEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.2.1.5
+ modEoCMasterMACUnknowRestriction OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACBroadcastEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.3
+ modEoCMasterMACCNUIsolationTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCMasterMACCNUIsolationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.3.1
+ modEoCMasterMACCNUIsolationEntry OBJECT-TYPE
+ SYNTAX ModEoCMasterMACCNUIsolationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCMasterMACCNUIsolationIndex }
+ ::= { modEoCMasterMACCNUIsolationTable 1 }
+
+
+ ModEoCMasterMACCNUIsolationEntry ::=
+ SEQUENCE {
+ modEoCMasterMACCNUIsolationIndex
+ INTEGER,
+ modEoCMasterMACCNUIsolationEN
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.3.3.1.1
+ modEoCMasterMACCNUIsolationIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACCNUIsolationEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.3.1.2
+ modEoCMasterMACCNUIsolationEN OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACCNUIsolationEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4
+ modEoCOnlineMasterTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCOnlineMasterEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCMasterMACGroup 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1
+ modEoCOnlineMasterEntry OBJECT-TYPE
+ SYNTAX ModEoCOnlineMasterEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modOnlineMasterIndex }
+ ::= { modEoCOnlineMasterTable 1 }
+
+
+ ModEoCOnlineMasterEntry ::=
+ SEQUENCE {
+ modOnlineMasterIndex
+ INTEGER,
+ modOnlineMasterMACAddress
+ MacAddress,
+ modOnlineMasterModelNumber
+ DisplayString,
+ modOnlineMasterSoftwareVersion
+ DisplayString,
+ modOnlineMasterReset
+ INTEGER,
+ modEoCCLTUpLinkBroadcastFrameSendIntervalBeforeAck
+ INTEGER,
+ modEoCCLTUpLinkBroadcastFrameSendIntervalAfterAck
+ INTEGER,
+ modOnlineMasterUpLinkDeviceMACAddress
+ MacAddress,
+ modOnlineMasterUpLinkDevicePortNumber
+ INTEGER,
+ modOnlineMasterConfigurationSaving
+ INTEGER,
+ modOnlineMasterConfigurationResult
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1.1
+ modOnlineMasterIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCOnlineMasterEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1.2
+ modOnlineMasterMACAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCOnlineMasterEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1.3
+ modOnlineMasterModelNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCOnlineMasterEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1.4
+ modOnlineMasterSoftwareVersion OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCOnlineMasterEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1.5
+ modOnlineMasterReset OBJECT-TYPE
+ SYNTAX INTEGER { reset(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCOnlineMasterEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1.6
+ modEoCCLTUpLinkBroadcastFrameSendIntervalBeforeAck OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "s"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCOnlineMasterEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1.7
+ modEoCCLTUpLinkBroadcastFrameSendIntervalAfterAck OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "s"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCOnlineMasterEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1.8
+ modOnlineMasterUpLinkDeviceMACAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCOnlineMasterEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1.9
+ modOnlineMasterUpLinkDevicePortNumber OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCOnlineMasterEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1.10
+ modOnlineMasterConfigurationSaving OBJECT-TYPE
+ SYNTAX INTEGER { save(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCOnlineMasterEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.3.4.1.11
+ modOnlineMasterConfigurationResult OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ save(1),
+ failed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCOnlineMasterEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4
+ modEoCSoftwareUpgradeGroup OBJECT IDENTIFIER ::= { nscrtvEocTree 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.1
+ modEoCSoftwaretUpgradeServerIP OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.2
+ modEoCSoftwareUpgradeServerPort OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.3
+ modEoCSoftwareUpgradeLogin OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..255))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.4
+ modEoCSoftwareUpgradePassWord OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..255))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeGroup 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.5
+ modEoCSoftwareUpgradeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCSoftwareUpgradeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeGroup 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.5.1
+ modEoCSoftwareUpgradeEntry OBJECT-TYPE
+ SYNTAX ModEoCSoftwareUpgradeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCSoftwareUpgradeMasterIndex, modEoCSoftwareUpgradeCNUIndex }
+ ::= { modEoCSoftwareUpgradeTable 1 }
+
+
+ ModEoCSoftwareUpgradeEntry ::=
+ SEQUENCE {
+ modEoCSoftwareUpgradeMasterIndex
+ INTEGER,
+ modEoCSoftwareUpgradeCNUIndex
+ INTEGER,
+ modEoCSoftwareUpgradeMACAddress
+ MacAddress,
+ modEoCSoftwareUpgradeDevType
+ INTEGER,
+ modEoCSoftwareUpgradeFileName
+ OCTET STRING,
+ modEoCSoftwareUpgradeProceed
+ INTEGER,
+ modEoCSoftwareUpgradeResult
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.4.5.1.1
+ modEoCSoftwareUpgradeMasterIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.5.1.2
+ modEoCSoftwareUpgradeCNUIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..10240)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.5.1.3
+ modEoCSoftwareUpgradeMACAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.5.1.4
+ modEoCSoftwareUpgradeDevType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ clt(1),
+ master(2),
+ cnu(3),
+ other(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.5.1.5
+ modEoCSoftwareUpgradeFileName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..255))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.5.1.6
+ modEoCSoftwareUpgradeProceed OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ download(1),
+ upload(2),
+ update(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.4.5.1.7
+ modEoCSoftwareUpgradeResult OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ running(1),
+ successful(2),
+ failed(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCSoftwareUpgradeEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5
+ modEoCCNUGroup OBJECT IDENTIFIER ::= { nscrtvEocTree 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1
+ modEoCCNUWhiteList OBJECT IDENTIFIER ::= { modEoCCNUGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.1
+ modEoCCNUWhiteListAmountLimitation OBJECT-TYPE
+ SYNTAX INTEGER (0..10240)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteList 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.2
+ modEoCCNUWhiteListRegisteredAmount OBJECT-TYPE
+ SYNTAX INTEGER (0..10240)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteList 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.3
+ modEoCCNUWhiteListAllRFOutputLevel OBJECT-TYPE
+ SYNTAX INTEGER (103..129)
+ UNITS "dBuv"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteList 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.4
+ modEoCCNUWhiteListAllExtMACLimitation OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteList 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.5
+ modEoCCNUWhiteListPhyRateGate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Mbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteList 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.6
+ modEoCCNUWhiteListTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCCNUWhiteListEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteList 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.6.1
+ modEoCCNUWhiteListEntry OBJECT-TYPE
+ SYNTAX ModEoCCNUWhiteListEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCCNUWhiteListIndex }
+ ::= { modEoCCNUWhiteListTable 1 }
+
+
+ ModEoCCNUWhiteListEntry ::=
+ SEQUENCE {
+ modEoCCNUWhiteListIndex
+ INTEGER,
+ modEoCCNUWhiteListMACAddress
+ MacAddress,
+ modEoCCNUWhiteListAuthorization
+ INTEGER,
+ modEoCCNUWhiteListRFOutputLevel
+ INTEGER,
+ modEoCCNUWhiteListAutoUpgradeEN
+ INTEGER,
+ modEoCCNUWhiteListRegisterOnlineState
+ INTEGER,
+ modEoCCNUWhiteListStartTime
+ TimeTicks,
+ modEoCCNUWhiteListEndTime
+ TimeTicks,
+ modEoCCNUWhiteListRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.6.1.1
+ modEoCCNUWhiteListIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..10240)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteListEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.6.1.2
+ modEoCCNUWhiteListMACAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteListEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.6.1.3
+ modEoCCNUWhiteListAuthorization OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ not-authorized(0),
+ authorized(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteListEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.6.1.4
+ modEoCCNUWhiteListRFOutputLevel OBJECT-TYPE
+ SYNTAX INTEGER (103..129)
+ UNITS "dBuV"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteListEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.6.1.5
+ modEoCCNUWhiteListAutoUpgradeEN OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteListEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.6.1.6
+ modEoCCNUWhiteListRegisterOnlineState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ offline(0),
+ online(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteListEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.6.1.7
+ modEoCCNUWhiteListStartTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteListEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.6.1.8
+ modEoCCNUWhiteListEndTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteListEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.1.6.1.9
+ modEoCCNUWhiteListRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUWhiteListEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2
+ modEoCCNUOnline OBJECT IDENTIFIER ::= { modEoCCNUGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.1
+ modEoCCNUOnlineAllReset OBJECT-TYPE
+ SYNTAX INTEGER { reset(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnline 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.2
+ modEoCCNUOnlineCurrentAmount OBJECT-TYPE
+ SYNTAX INTEGER (0..10240)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnline 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.3
+ modEoCCNUOnlineAmountLimitation OBJECT-TYPE
+ SYNTAX INTEGER (0..10240)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnline 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4
+ modEoCCNUOnlineTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCCNUOnlineEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnline 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1
+ modEoCCNUOnlineEntry OBJECT-TYPE
+ SYNTAX ModEoCCNUOnlineEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCCNUOnlineMasterIndex, modEoCCNUOnlineIndex }
+ ::= { modEoCCNUOnlineTable 1 }
+
+
+ ModEoCCNUOnlineEntry ::=
+ SEQUENCE {
+ modEoCCNUOnlineMasterIndex
+ INTEGER,
+ modEoCCNUOnlineIndex
+ INTEGER,
+ modEoCCNUOnlineMACAddress
+ MacAddress,
+ modEoCCNUOnlineModelNumber
+ DisplayString,
+ modEoCCNUOnlinePortAmount
+ INTEGER,
+ modEoCCNUOnlineAuthorizationState
+ INTEGER,
+ modEoCCNUOnlineSoftwareVersion
+ DisplayString,
+ modEoCCNUOnlineReset
+ INTEGER,
+ modEoCCNUOnlineRFDownstreamAttenuation
+ INTEGER,
+ modEoCCNUOnlineRFUpstreamAttenuation
+ INTEGER,
+ modEoCCNUOnlineRFDownstreamQuality
+ INTEGER,
+ modEoCCNUOnlineRFUpstreamQuality
+ INTEGER,
+ modEoCCNUOnlinePhyDownstreamRate
+ INTEGER,
+ modEoCCNUOnlinePhyUpstreamRate
+ INTEGER,
+ modCNUOnlineConfigurationSaving
+ INTEGER,
+ modCNUOnlineConfigurationResult
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.1
+ modEoCCNUOnlineMasterIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.2
+ modEoCCNUOnlineIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..10240)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.3
+ modEoCCNUOnlineMACAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.4
+ modEoCCNUOnlineModelNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.5
+ modEoCCNUOnlinePortAmount OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.6
+ modEoCCNUOnlineAuthorizationState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ not-authorized(0),
+ authorized(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.7
+ modEoCCNUOnlineSoftwareVersion OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.8
+ modEoCCNUOnlineReset OBJECT-TYPE
+ SYNTAX INTEGER { reset(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.9
+ modEoCCNUOnlineRFDownstreamAttenuation OBJECT-TYPE
+ SYNTAX INTEGER (0..127)
+ UNITS "dB"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.10
+ modEoCCNUOnlineRFUpstreamAttenuation OBJECT-TYPE
+ SYNTAX INTEGER (0..127)
+ UNITS "dB"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.11
+ modEoCCNUOnlineRFDownstreamQuality OBJECT-TYPE
+ SYNTAX INTEGER (0..100)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.12
+ modEoCCNUOnlineRFUpstreamQuality OBJECT-TYPE
+ SYNTAX INTEGER (0..100)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.13
+ modEoCCNUOnlinePhyDownstreamRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Mbps"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.14
+ modEoCCNUOnlinePhyUpstreamRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Mbps"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.15
+ modCNUOnlineConfigurationSaving OBJECT-TYPE
+ SYNTAX INTEGER { save(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.2.4.1.16
+ modCNUOnlineConfigurationResult OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ save(1),
+ failed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUOnlineEntry 16 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3
+ modEoCCNUService OBJECT IDENTIFIER ::= { modEoCCNUGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.1
+ modEoCCNUServiceType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ svcvid(1),
+ svcprio(2),
+ svctos(3),
+ svcnb(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUService 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.2
+ modEoCCNUServiceAmountLimitation OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUService 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3
+ modEoCCNUServiceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCCNUServiceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUService 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3.1
+ modEoCCNUServiceEntry OBJECT-TYPE
+ SYNTAX ModEoCCNUServiceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCCNUServiceIndex }
+ ::= { modEoCCNUServiceTable 1 }
+
+
+ ModEoCCNUServiceEntry ::=
+ SEQUENCE {
+ modEoCCNUServiceIndex
+ INTEGER,
+ modEoCCNUServiceName
+ DisplayString,
+ modEoCCNUServiceMatchingValue
+ INTEGER,
+ modEoCCNUServiceQOSPrio
+ INTEGER,
+ modEoCCNUServiceDBADownstreamPIR
+ INTEGER,
+ modEoCCNUServiceDBAUpstreamPIR
+ INTEGER,
+ modEoCCNUServiceDBADownstreamCIR
+ INTEGER,
+ modEoCCNUServiceDBAUpstreamCIR
+ INTEGER,
+ modEoCCNUServiceMaxLatency
+ INTEGER,
+ modEoCCNUServiceRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3.1.1
+ modEoCCNUServiceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUServiceEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3.1.2
+ modEoCCNUServiceName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUServiceEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3.1.3
+ modEoCCNUServiceMatchingValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUServiceEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3.1.4
+ modEoCCNUServiceQOSPrio OBJECT-TYPE
+ SYNTAX INTEGER (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUServiceEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3.1.5
+ modEoCCNUServiceDBADownstreamPIR OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUServiceEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3.1.6
+ modEoCCNUServiceDBAUpstreamPIR OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUServiceEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3.1.7
+ modEoCCNUServiceDBADownstreamCIR OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUServiceEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3.1.8
+ modEoCCNUServiceDBAUpstreamCIR OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUServiceEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3.1.9
+ modEoCCNUServiceMaxLatency OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUServiceEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.3.3.1.10
+ modEoCCNUServiceRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUServiceEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4
+ modEoCCNUPort OBJECT IDENTIFIER ::= { modEoCCNUGroup 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4.1
+ modEoCCNUPortPerCNULimitation OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUPort 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4.2
+ modEoCCNUPortAmountLimitation OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUPort 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4.3
+ modEoCCNUPortTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCCNUPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUPort 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4.3.1
+ modEoCCNUPortEntry OBJECT-TYPE
+ SYNTAX ModEoCCNUPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCCNUPortMasterIndex, modEoCCNUPortCNUIndex, modEoCCNUPortIndex }
+ ::= { modEoCCNUPortTable 1 }
+
+
+ ModEoCCNUPortEntry ::=
+ SEQUENCE {
+ modEoCCNUPortMasterIndex
+ INTEGER,
+ modEoCCNUPortCNUIndex
+ INTEGER,
+ modEoCCNUPortIndex
+ INTEGER,
+ modEoCCNUPortEN
+ INTEGER,
+ modEoCCNUPortService
+ INTEGER,
+ modEoCCNUPortVLANTagEN
+ INTEGER,
+ modEoCCNUPortVLANMarkID
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4.3.1.1
+ modEoCCNUPortMasterIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUPortEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4.3.1.2
+ modEoCCNUPortCNUIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..10240)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUPortEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4.3.1.3
+ modEoCCNUPortIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUPortEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4.3.1.4
+ modEoCCNUPortEN OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUPortEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4.3.1.5
+ modEoCCNUPortService OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUPortEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4.3.1.6
+ modEoCCNUPortVLANTagEN OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUPortEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.5.4.3.1.7
+ modEoCCNUPortVLANMarkID OBJECT-TYPE
+ SYNTAX INTEGER (0..4095)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNUPortEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6
+ modEoCStatisticGroup OBJECT IDENTIFIER ::= { nscrtvEocTree 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1
+ modEoCCNURealTimeStatisticTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCCNURealTimeStatisticEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCStatisticGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1
+ modEoCCNURealTimeStatisticEntry OBJECT-TYPE
+ SYNTAX ModEoCCNURealTimeStatisticEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCCNURealTimeStatisticMasterIndex, modEoCCNURealTimeStatisticCNUIndex }
+ ::= { modEoCCNURealTimeStatisticTable 1 }
+
+
+ ModEoCCNURealTimeStatisticEntry ::=
+ SEQUENCE {
+ modEoCCNURealTimeStatisticMasterIndex
+ INTEGER,
+ modEoCCNURealTimeStatisticCNUIndex
+ INTEGER,
+ modEoCCNURealTimeStatisticTxPkt
+ Counter32,
+ modEoCCNURealTimeStatisticRxPkt
+ Counter32,
+ modEoCCNURealTimeStatisticTxByte
+ Counter64,
+ modEoCCNURealTimeStatisticRxByte
+ Counter64,
+ modEoCCNURealTimeStatisticTxBcast
+ Counter32,
+ modEoCCNURealTimeStatisticRxBcast
+ Counter32,
+ modEoCCNURealTimeStatisticTxMcast
+ Counter32,
+ modEoCCNURealTimeStatisticRxMcast
+ Counter32,
+ modEoCCNURealTimeStatisticRxCrc
+ Counter32,
+ modEoCCNURealTimeStatisticTxShort
+ Counter32,
+ modEoCCNURealTimeStatisticRxShort
+ Counter32,
+ modEoCCNURealTimeStatisticTxDropped
+ Counter32,
+ modEoCCNURealTimeStatisticRxDropped
+ Counter32,
+ modEoCCNURealTimeStatisticAveragePre-FEC
+ Counter32,
+ modEoCCNURealTimeStatisticReset
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.1
+ modEoCCNURealTimeStatisticMasterIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.2
+ modEoCCNURealTimeStatisticCNUIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..10240)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.3
+ modEoCCNURealTimeStatisticTxPkt OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.4
+ modEoCCNURealTimeStatisticRxPkt OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.5
+ modEoCCNURealTimeStatisticTxByte OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.6
+ modEoCCNURealTimeStatisticRxByte OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.7
+ modEoCCNURealTimeStatisticTxBcast OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.8
+ modEoCCNURealTimeStatisticRxBcast OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.9
+ modEoCCNURealTimeStatisticTxMcast OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.10
+ modEoCCNURealTimeStatisticRxMcast OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.11
+ modEoCCNURealTimeStatisticRxCrc OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.12
+ modEoCCNURealTimeStatisticTxShort OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.13
+ modEoCCNURealTimeStatisticRxShort OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.14
+ modEoCCNURealTimeStatisticTxDropped OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.15
+ modEoCCNURealTimeStatisticRxDropped OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.16
+ modEoCCNURealTimeStatisticAveragePre-FEC OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 16 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.6.1.1.17
+ modEoCCNURealTimeStatisticReset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(0),
+ clear(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCCNURealTimeStatisticEntry 17 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.7
+ modEoCIGMPSnoopingGroup OBJECT IDENTIFIER ::= { nscrtvEocTree 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.7.1
+ modEoCIGMPSnoopingTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCIGMPSnoopingEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCIGMPSnoopingGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.7.1.1
+ modEoCIGMPSnoopingEntry OBJECT-TYPE
+ SYNTAX ModEoCIGMPSnoopingEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCIGMPSnoopingMasterIndex, modEoCIGMPSnoopingCNUIndex }
+ ::= { modEoCIGMPSnoopingTable 1 }
+
+
+ ModEoCIGMPSnoopingEntry ::=
+ SEQUENCE {
+ modEoCIGMPSnoopingMasterIndex
+ INTEGER,
+ modEoCIGMPSnoopingCNUIndex
+ INTEGER,
+ modEoCIGMPSnoopingDevMACAddress
+ MacAddress,
+ modEoCIGMPSnoopingEN
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.7.1.1.1
+ modEoCIGMPSnoopingMasterIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..20)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCIGMPSnoopingEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.7.1.1.2
+ modEoCIGMPSnoopingCNUIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..10240)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCIGMPSnoopingEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.7.1.1.3
+ modEoCIGMPSnoopingDevMACAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCIGMPSnoopingEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.7.1.1.4
+ modEoCIGMPSnoopingEN OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCIGMPSnoopingEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8
+ modEoCTrapGroup OBJECT IDENTIFIER ::= { nscrtvEocTree 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.1
+ modEoCTrapMaxTimes OBJECT-TYPE
+ SYNTAX INTEGER (1..255)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.2
+ modEoCTrapMinInterval OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "s"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.3
+ modEoCTrapMaxInterval OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "s"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.4
+ modEoCTrapAck OBJECT-TYPE
+ SYNTAX INTEGER (0..1)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapGroup 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.5
+ modEoCTrapTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModEoCTrapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapGroup 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.5.1
+ modEoCTrapEntry OBJECT-TYPE
+ SYNTAX ModEoCTrapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ INDEX { modEoCTrapIndex }
+ ::= { modEoCTrapTable 1 }
+
+
+ ModEoCTrapEntry ::=
+ SEQUENCE {
+ modEoCTrapIndex
+ INTEGER,
+ modEoCTrapIP
+ IpAddress,
+ modEoCTrapCommunity
+ DisplayString,
+ modEoCTrapStatus
+ INTEGER,
+ modEoCTrapRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.4.8.5.1.1
+ modEoCTrapIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..16)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.5.1.2
+ modEoCTrapIP OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.5.1.3
+ modEoCTrapCommunity OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.5.1.4
+ modEoCTrapStatus OBJECT-TYPE
+ SYNTAX INTEGER (1..16)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.5.1.5
+ modEoCTrapRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.6
+ modEoCTrapSubObjects OBJECT IDENTIFIER ::= { modEoCTrapGroup 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.6.1
+ modEoCTrapTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapSubObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.6.2
+ modEoCTrapSourceID OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapSubObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.6.3
+ modEoCTrapCode OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (8))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapSubObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.6.4
+ modEoCTrapSeverity OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unknown(0),
+ critical(1),
+ major(2),
+ minor(3),
+ warning(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapSubObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.6.5
+ modEoCTrapValue OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapSubObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.7
+ modEoCTrapObjects OBJECT IDENTIFIER ::= { modEoCTrapGroup 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.4.8.7.1
+ modEoCTrapNotification NOTIFICATION-TYPE
+ OBJECTS { modEoCTrapTime, modEoCTrapSourceID, modEoCTrapCode, modEoCTrapSeverity, modEoCTrapValue
+ }
+ STATUS current
+ DESCRIPTION ""
+ ::= { modEoCTrapObjects 1 }
+
+
+
+ END
+
+--
+-- NSCRTV-EPONEOC-MOD-EOC-MIB.my
+--
diff --git a/MIBS/cdata/NSCRTV-FTTX-EPON-MIB b/MIBS/cdata/NSCRTV-FTTX-EPON-MIB
new file mode 100644
index 0000000..803365c
--- /dev/null
+++ b/MIBS/cdata/NSCRTV-FTTX-EPON-MIB
@@ -0,0 +1,12876 @@
+--
+-- NSCRTV-FTTX-EPON-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, March 15, 2016 at 13:56:51
+--
+
+ NSCRTV-FTTX-EPON-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ BridgeId, Timeout
+ FROM BRIDGE-MIB
+ enterprises, TimeTicks, IpAddress, Unsigned32, Gauge32,
+ Counter32, Counter64, BITS, OBJECT-TYPE, OBJECT-IDENTITY,
+ NOTIFICATION-TYPE
+ FROM SNMPv2-SMI
+ DateAndTime, TruthValue, RowStatus, MacAddress, DisplayString,
+ TimeStamp, TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+
+--
+-- Textual conventions
+--
+
+ EponAlarmInstance ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ Alarm instance, which define the detailed management object
+ reported the alarm. For example, OLT device 1, slot 2, port 3
+ reports a port down alarm.
+ It is represents in OCTET STRING format.
+ 1. The first four OCTET has same definition as EponDeviceIndex TC.
+ 2. The fifth OCTET is the slot definition of ONU, which shall
+ have same definition as last byte definition in EponCardIndex
+ TC.
+ 3. The sixth OCTET is the UNI port ID of ONU, which is similar to
+ EponPortIndex TC.
+ 4. The seventh and eighth OCTETS are reserved and shall be set to
+ 0 at any time, and shall be ignored by maangement system.
+ For example,
+ 0x01 02 03 04 05 06 00 00, represents OLT device 1, slot 2, port 3,
+ ONU logical ID 4, slot 5 UNI port 6 of the connected ONU.
+ "
+ SYNTAX OCTET STRING (SIZE (8))
+
+ EponAlarmCode ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Alarm codes, uniquely indentifies each kind of alarm.
+ Refer to EPON alarm definition table"
+ SYNTAX INTEGER (1..65535)
+
+ EponSeverityType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ SYNTAX INTEGER
+ {
+ critical(1),
+ major(2),
+ minor(3),
+ warning(4),
+ info(5),
+ clear(6)
+ }
+
+ TAddress ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ First four octets sames definition of IpAddress, stands for NMS IP address
+ The last four octets same definition of INTEGER, stands for trap UDP port "
+ SYNTAX OCTET STRING (SIZE (8))
+
+ EponCardIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ For easy presenting the chassis view by NMS, bCardIndex shall be formatted
+ in a following manner:
+ Four bytes of INTEGER, from the most significant byte to the least significant
+ bytes
+ -----------------------------------------------------------------------------
+ Reserved byte Reserved byte Reserved byte Sub-slot 2-bit Main-slot 6-bit
+ Notes:
+ -----
+ 1. Reserved bytes shall be set to 0.
+ 2. The main-slot shall be started from 1, and shall be in a consecutive manner,
+ for all slots, including service slots, control slots, switch slots, power
+ slots,FAN slots, etc.For example, 1, 2, 3
+ 3. The sub-slot shall be started from 1, and shall be in a consecutive manner.
+ For example, 1, 2. If no sub-slot concept of a main-slot, set to 0.
+ 4. For fixed device, if no slot concept, NE shall set both main-slot and sub-slot
+ to 0, to indicate this is meaningless. For modulized device, they MUST not be
+ set to 0.This definition shall applied to both OLT and ONU.
+ 5. For trunk, since there is no slot concept, set main-slot to all-1 and sub-slot
+ to 0. This definition shall applied to both OLT and ONU.
+
+ For example,
+ 0x00 00 00 0A, represents main-slot 10, no sub-slot
+ 0x00 00 00 42, represents main-slot 2, sub-slot 1
+ 0x00 00 00 3F, represents a trunk
+ "
+ SYNTAX Unsigned32
+
+ EponPortIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ Epon
+ The device port number shall start from 1. Nunber 0 had specific meaning, stands
+ for portIndex is meaningless, for the situation defined.
+ "
+ SYNTAX INTEGER (0..2147483647)
+
+ EponDeviceIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ Olt device-8bit OLT Card-8bit Pon port-8bit OnuNUM-8bit
+ Note:
+ ----
+ 1. OLT device must not be 0.
+ 2. Card here shall confirm the last byte definition of EponCardIndex
+ to indicate the main-slot and sub-slot index.
+ 3. Pon port must not be 0.
+ 4. The useful ONU logical ID MUST never be set to 0, where NUM of 0 has
+ another meaning, to indicate that the ONU logical ID is meaningless,
+ or said to not applied.
+
+ Usage guide:
+ -----------
+ This TC could be used for OLT SNI, OLT PON port, OLT ONU ID
+ ONU UNI, OLT device, trunk.
+ If the refered MIB object does not have clear definition,
+ refer to the following:
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT Pon Port - OnuNum shall be set to 0,
+ OLT SNI - Same as OLT Pon Port
+ OLT onu ID - Set OnuNUM to corresponding ONU logical ID
+ ONU UNI - Same as OLT ONU ID
+ OLT device - Set card, pon port and OnuNUM to 0
+ Trunk - Card to 0x3F, pon port to trunk ID, OnuNUM to 0
+ Olt device to corresponding ONU device
+ "
+ SYNTAX Unsigned32
+
+ AutoNegotiationTechAbility ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Technology ability of auto negotiation. Refer to
+ clause 30.6.1.1.5 of IEEE 802.3 2005 edition"
+ SYNTAX BITS
+ {
+ tenBaseTFullDuplex(1),
+ tenBaseTHalfDuplex(2),
+ hundredBaseTFullDuplex(3),
+ hundredBaseTHalfDuplex(4),
+ thousandBaseTFullDuplex(5),
+ thousandBaseTHalfDuplex(6),
+ thousandBaseXFullDuplex(7),
+ thousandBaseXHalfDuplex(8),
+ fdxPause(9),
+ fdxApause(10),
+ fdxSpause(11),
+ fdxBpause(12)
+ }
+
+ EponStats15MinRecordType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ " "
+ SYNTAX INTEGER (0..96)
+
+ EponStats24HourRecordType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ " "
+ SYNTAX INTEGER (0..30)
+
+ EponStatsThresholdType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ 1- InOctets
+ 2 InPkts
+ 3 InBroadcastPkts
+ 4 InMulticastPkts
+ 5 InPkts64Octets
+ 6 InPkts65to127Octets
+ 7 InPkts128to255Octets
+ 8 InPkts256to511Octets
+ 9 InPkts512to1023Octets
+ 10 InPkts1024to1518Octets
+ 11 InPkts1519to1522Octets
+ 12 InUndersizePkts
+ 13 InOversizePkts
+ 14 InFragments
+ 15 InMpcpFrames
+ 16 InMpcpOctets
+ 17 InOAMFrames
+ 18 InOAMOctets
+ 19 InCRCErrorPkts
+ 20 InDropEvents
+ 21 InJabbers
+ 22 InCollision
+ 23 OutOctets
+ 24 OutPkts
+ 25 OutBroadcastPkts
+ 26 OutMulticastPkts
+ 27 OutPkts64Octets
+ 28 OutPkts65to127Octets
+ 29 OutPkts128to255Octets
+ 30 OutPkts256to511Octets
+ 31 OutPkts512to1023Octets
+ 32 OutPkts1024to1518Octets
+ 33 OutPkts1519o1522Octets
+ 34 OutUndersizePkts
+ 35 OutOversizePkts
+ 36 OutFragments
+ 37 OutMpcpFrames
+ 38 OutMpcpOctets
+ 39 OutOAMFrames
+ 40 OutOAMOctets
+ 41 OutCRCErrorPkts
+ 42 OutDropEvents
+ 43 OutJabbers
+ 44 OutCollision
+ 50 Temperature
+ 51 Voltage
+ 52 TXPower
+ 53 RXPower
+
+
+ Note:
+ ----------------------------------------------------------------
+ 1. For 50 Temperature, this parameter shall only applied to
+ a. Slot level, for each service/switch/management card, for
+ chassis-based system.
+ b. Node-level, for fixed box.
+ 2. For 50 Temperature, shall be applied to both OLT and ONU
+ 3. For 50 Temperature, since no 15-min performance data collection
+ are required, system shall ensure the temperature polling interval
+ no less than 5 seconds. The alarm shall be only generated when the
+ threshold is acrossed for three continuous intervals, and shall be
+ cleared, when the threshold is not accrossed any more, for three
+ continous intervals.
+ "
+ SYNTAX INTEGER (1..1024)
+
+
+--
+-- Node definitions
+--
+
+ -- 1.3.6.1.4.1.17409
+ nscrtvRoot OBJECT IDENTIFIER ::= { enterprises 17409 }
+
+
+-- DESCRIPTION
+-- "nscrtvRootMIB"
+ -- 1.3.6.1.4.1.17409.1
+ nscrtvHFCemsTree OBJECT IDENTIFIER ::= { nscrtvRoot 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2
+ nscrtvEponEocTree OBJECT IDENTIFIER ::= { nscrtvRoot 2 }
+
+
+-- DESCRIPTION
+-- "nscrtvEponEocTreeEPONEoCMIB,"
+-- "EPONEoCMIB"
+ -- 1.3.6.1.4.1.17409.2.1
+ propertyIdent OBJECT IDENTIFIER ::= { nscrtvEponEocTree 1 }
+
+
+-- DESCRIPTION
+-- "(Property)MIB"
+ -- 1.3.6.1.4.1.17409.2.2
+ alarmsIdent OBJECT IDENTIFIER ::= { nscrtvEponEocTree 2 }
+
+
+-- DESCRIPTION
+-- "OpticalTransmission MIB"
+ -- 1.3.6.1.4.1.17409.2.2.11
+ eponAlarmTree OBJECT IDENTIFIER ::= { alarmsIdent 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.1
+ eponTrapObjectGroup OBJECT IDENTIFIER ::= { eponAlarmTree 1 }
+
+
+-- ------------------------------------------------------------------------------
+-- AlarmManagementObjects[](1.3.6.1.4.1.17409.2.2.11)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.2.11.1.1
+ eponNotifications OBJECT IDENTIFIER ::= { eponTrapObjectGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.1.1.1
+ eponAlarmNotification NOTIFICATION-TYPE
+ OBJECTS { eponTrapSequenceNumber, eponTrapOccurTime, eponTrapCode, eponTrapInstance, eponTrapSeverity,
+ eponTrapCorrelationId, eponTrapAdditionalText }
+ STATUS current
+ DESCRIPTION
+ "Alarm TRAP definition"
+ ::= { eponNotifications 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.1.1.2
+ eponEventNotification NOTIFICATION-TYPE
+ OBJECTS { eponTrapSequenceNumber, eponTrapOccurTime, eponTrapCode, eponTrapInstance, eponTrapAdditionalText
+ }
+ STATUS current
+ DESCRIPTION
+ "Event TRAP definition"
+ ::= { eponNotifications 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.1.2
+ eponTrapObjects OBJECT IDENTIFIER ::= { eponTrapObjectGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.1.2.1
+ eponTrapInstance OBJECT-TYPE
+ SYNTAX EponAlarmInstance
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "Alarm instance, indicates the detailed managed object, which
+ detects faults.
+ "
+ ::= { eponTrapObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.1.2.2
+ eponTrapCorrelationId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "The unique sequence number for the alarm to be cleared, for alarm clearing.
+ Set to 0 for alarm reporting"
+ ::= { eponTrapObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.1.2.3
+ eponTrapAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..256))
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "Additional info to the alarm, for further desciption of the
+ alarm. The format of it shall be related to each kind alarm
+ defined in alarm reference table"
+ ::= { eponTrapObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.1.2.4
+ eponTrapCode OBJECT-TYPE
+ SYNTAX EponAlarmCode
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "
+ C"
+ ::= { eponTrapObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.1.2.5
+ eponTrapSeverity OBJECT-TYPE
+ SYNTAX EponSeverityType
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { eponTrapObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.1.2.6
+ eponTrapOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { eponTrapObjects 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.1.2.7
+ eponTrapSequenceNumber OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "
+ A unique sequence number for each trap generated by node. The sequence
+ number shall be reset to 1 when node restarts.
+ The alarm sequence number shall be independent of the event sequence
+ number. Each shall be self-governed.
+
+ --------------------------------------------------------------------------------
+ The sequence ID of alarm shall be assigned from the order of transmitting
+ trap to the NMS, instead of the order of alarm occurance. Therefore the NMS
+ will receive the continuous sequence ID.
+
+ 1. When device is in active/standby mode, sequence ID shall be synchronized
+ between active and standby control module.
+ 2. When control module switchover takes place, the current sequence ID shall
+ keep the synchronized value.
+ 3. When device restarts, sequence ID shall start from 1.
+ 4. It shall be increased per alarm trap including both alarm raising and clear.
+ 5. Non-zero value shall be used. When reaches the maximum number, it shall
+ roll back to 1.
+
+ --------------------------------------------------------------------------------
+ The sequence ID of event shall be assigned from the order of transmitting
+ trap to the NMS. Therefore the NMS will receive the continuous sequence ID.
+ 1. When device is in active/standby mode, sequence ID shall be synchronized
+ between active and standby control module.
+ 2. When control module switchover takes place, the current sequence ID shall
+ keep the synchronized value.
+ 3. When device restarts, sequence ID shall start from 1.
+ 4. It shall be increased per event trap.
+ 5. Non-zero value shall be used. When reaches the maximum number, it shall
+ roll back to 1.
+ "
+ ::= { eponTrapObjects 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2
+ eponAlarmObjGroup OBJECT IDENTIFIER ::= { eponAlarmTree 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1
+ activeAlarmTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ActiveAlarmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Active alarm table
+
+ The device shall maintain this table, to maintain all outstanding
+ (not cleared) alarms generated by the device, including:
+ 1. Not hit device local alarm filter. That means had been reported to
+ trap receiver (NMS or EMS)
+ 2. Hit local alarm filter. That means not trap is reported to trap receiver
+ for the alarm.
+
+ The device shall maintain two numbers:
+ 1. Alarm sequence number: As described in eponTrapSequenceNumber, it is initially
+ set to 1 when device restarts, increases per trap reported to trap receiver,
+ and rollover to 1 once it reaches the maximum value.
+ From NMS's view, traps received from a nodes will be consecutive, by identifying
+ the alarm sequence number carried in alarm trap. If breaks, means some trap
+ may be lost, since packet loss between NMS and NE.
+ 2. Alarm raising number: This is maintained by NE internally and does not intend for
+ being acknowledged by external manage system. It is designed to uniquely indentify
+ each alarm raised by NE, excluding duplicates. Once one alarm raised, despite
+ whether it is hit by alarm filter, NE shall assign a raising number to it. So, it
+ major functionality is to uniquely identify alarms hit NE local alarm filter, since
+ this kindly alarm will not be reported to NMS, and hence no alarm sequence number
+ is assigned to it.
+ It is initially set to 1 when device restarts, increases per alarm generation (
+ excluding duplicates), and rollover to 1 once it reaches the maximum value.
+
+ FUNCTION DESCRIPTION OF ACTIVE ALARM TABLE:
+ ALARM RAISING
+ ----------------------
+ 1. When NE detects one fault and associates to one kind of alarm, it shall check whether
+ there is same alarm in active alarm table, which is indexed by alarm code and alarm
+ instance. If hits, it means duplicates, update the corresponding entry of the table.
+ Otherwise,
+ 2. The alarm is not a duplicate. Assign an alarm raising number. Check whether the
+ alarm hits local alarm filters. If hits, set alarm sequence number to 0.
+ Create an entry into active alarm table. Otherwise,
+ 3. Assign an alarm sequence number to the alarm. Create an entry into active alarm
+ table. Report the alarm trap to all trap receivers.
+
+ ALARM CLEARING
+ ----------------------
+ 1. When NE detects one fault is cleared and associates to one kind of alarm, it shall
+ check whether there is corresponding alarm in active alarm table, which is indexed
+ by alarm code and alarm instance. If no hit, escape this clear event. Upon a hit,
+ if the alarm sequence number is 0, move the active alarm entry to history alarm
+ table and update the corresponding fields. At this case, historyAlarmCorrelationId
+ and historyAlarmSeqNum will be set to 0.
+ Otherwise,
+ 2. Assign an alarm sequence number to the clear trap. Report the alarm clear trap to
+ all trap receivers. Move the active alarm entry to history alarm table and update
+ the corresponding fields. At this case, activeAlarmSeqNum shall be copied to
+ historyAlarmCorrelationId, and historyAlarmSeqNum shall be set to the new alarm
+ sequence number for the clear trap.
+
+ ALARM SYNCHRONIZATION BETWEEN NE AND NMS
+ ---------------------------------------------
+ 1. Once NMS finds the alarm sequence number in reported alarm traps is not continuous,
+ it will walk active or history alarm table of the NE for the lost seuqence number.
+ "
+ ::= { eponAlarmObjGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1.1
+ activeAlarmEntry OBJECT-TYPE
+ SYNTAX ActiveAlarmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { activeAlarmSeqNum, activeAlarmRaisingNumber }
+ ::= { activeAlarmTable 1 }
+
+
+ ActiveAlarmEntry ::=
+ SEQUENCE {
+ activeAlarmSeqNum
+ Unsigned32,
+ activeAlarmCode
+ EponAlarmCode,
+ activeAlarmInstance
+ EponAlarmInstance,
+ activeAlarmSeverity
+ EponSeverityType,
+ activeAlarmRaisingNumber
+ Unsigned32,
+ activeAlarmFirstOccurTime
+ DateAndTime,
+ activeAlarmLastOccurTime
+ DateAndTime,
+ activeAlarmRepeats
+ Counter32,
+ activeAlarmConfirm
+ TruthValue,
+ activeAlarmAdditionalText
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1.1.1
+ activeAlarmSeqNum OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4294967295)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm sequence number
+
+ The definition refered to the description of activeAlarmTable"
+ ::= { activeAlarmEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1.1.2
+ activeAlarmCode OBJECT-TYPE
+ SYNTAX EponAlarmCode
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ C
+ "
+ ::= { activeAlarmEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1.1.3
+ activeAlarmInstance OBJECT-TYPE
+ SYNTAX EponAlarmInstance
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Alarm instance, indicates the detailed managed object"
+ ::= { activeAlarmEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1.1.4
+ activeAlarmSeverity OBJECT-TYPE
+ SYNTAX EponSeverityType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { activeAlarmEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1.1.5
+ activeAlarmRaisingNumber OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4294967295)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm raising number.
+ The definition refered to the description of activeAlarmTable"
+ ::= { activeAlarmEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1.1.6
+ activeAlarmFirstOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+
+ The time stamp when alarm occurs, which triggered to create the
+ active alarm entry."
+ ::= { activeAlarmEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1.1.7
+ activeAlarmLastOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The time stamp when alarm occurs, where the alarm is duplicated
+ with existed active alarm entry, and it was the latest one. "
+ ::= { activeAlarmEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1.1.8
+ activeAlarmRepeats OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of repeated alarms for this active alarm entry"
+ ::= { activeAlarmEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1.1.9
+ activeAlarmConfirm OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ Node shall not clear an active alarm, upon the confirmation
+ of the active alarm, but just mark an acknowledged status.
+
+ An alarm will only be cleared once the clear condition hits."
+ ::= { activeAlarmEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.1.1.10
+ activeAlarmAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..256))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Additional info to the alarm, for further desciption of the
+ alarm. The format of it shall be related to each kind alarm
+ defined in alarm reference table"
+ ::= { activeAlarmEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2
+ historyAlarmTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF HistoryAlarmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "History alarm table.
+ The device shall maintain this table, to maintain all cleared
+ alarms generated by the device, including:
+ 1. Not hit device local alarm filter. That means had been reported to
+ trap receiver (NMS or EMS)
+ 2. Hit local alarm filter. That means not trap is reported to trap receiver
+ for the alarm.
+ The number of history alarm enteries in the table could be device-specific.
+ However, it is recommended no less than 200 entries.
+ The detailed function definition refers to that given in description of
+ activeAlarmTable.
+ "
+ ::= { eponAlarmObjGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1
+ historyAlarmEntry OBJECT-TYPE
+ SYNTAX HistoryAlarmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { historyAlarmSeqNum, historyAlarmRaisingNumber }
+ ::= { historyAlarmTable 1 }
+
+
+ HistoryAlarmEntry ::=
+ SEQUENCE {
+ historyAlarmSeqNum
+ Unsigned32,
+ historyAlarmCode
+ EponAlarmCode,
+ historyAlarmInstance
+ EponAlarmInstance,
+ historyAlarmSeverity
+ EponSeverityType,
+ historyAlarmRaisingNumber
+ Unsigned32,
+ historyAlarmFirstOccurTime
+ DateAndTime,
+ historyAlarmLastOccurTime
+ DateAndTime,
+ historyAlarmRepeats
+ Counter32,
+ historyAlarmCorrelationId
+ Unsigned32,
+ historyAlarmAdditionalText
+ OCTET STRING,
+ historyAlarmClearTime
+ DateAndTime
+ }
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1.1
+ historyAlarmSeqNum OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4294967295)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm sequence number
+
+ The definition refered to the description of historyAlarmTable"
+ ::= { historyAlarmEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1.2
+ historyAlarmCode OBJECT-TYPE
+ SYNTAX EponAlarmCode
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ C
+ "
+ ::= { historyAlarmEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1.3
+ historyAlarmInstance OBJECT-TYPE
+ SYNTAX EponAlarmInstance
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Alarm instance, indicates the detailed managed object"
+ ::= { historyAlarmEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1.4
+ historyAlarmSeverity OBJECT-TYPE
+ SYNTAX EponSeverityType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { historyAlarmEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1.5
+ historyAlarmRaisingNumber OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4294967295)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm raising number.
+ The definition refered to the description of historyAlarmTable"
+ ::= { historyAlarmEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1.6
+ historyAlarmFirstOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+
+ The time stamp when alarm occurs, which triggered to create the
+ history alarm entry."
+ ::= { historyAlarmEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1.7
+ historyAlarmLastOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The time stamp when alarm occurs, where the alarm is duplicated
+ with existed history alarm entry, and it was the latest one. "
+ ::= { historyAlarmEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1.8
+ historyAlarmRepeats OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of repeated alarms for this history alarm entry"
+ ::= { historyAlarmEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1.9
+ historyAlarmCorrelationId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It is the corresponding sequence ID of the alarm that to
+ be cleared. "
+ ::= { historyAlarmEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1.10
+ historyAlarmAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..256))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Additional info to the alarm, for further desciption of the
+ alarm. The format of it shall be related to each kind alarm
+ defined in alarm reference table"
+ ::= { historyAlarmEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.2.1.11
+ historyAlarmClearTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Define when the alarm was cleared"
+ ::= { historyAlarmEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.3
+ eventLogTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EventLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Event log table.
+ The device shall maintain this table, to maintain all events had
+ be reported by the device, including:
+ 1. The event table shall be saved in RAM memory and shall be flushed
+ when OLT restarts.
+ 2. The event log table shall support no less than 200 entries. When
+ the event log table is full, the oldest entry in the table shall be
+ removed first.
+ 3. When OLT is configured with control module redundancy, active controller
+ shall automatically synchronize the events in event log table b/w active
+ and standby.
+ "
+ ::= { eponAlarmObjGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.3.1
+ eventLogEntry OBJECT-TYPE
+ SYNTAX EventLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { eventSeqNum }
+ ::= { eventLogTable 1 }
+
+
+ EventLogEntry ::=
+ SEQUENCE {
+ eventSeqNum
+ Unsigned32,
+ eventCode
+ EponAlarmCode,
+ eventInstance
+ EponAlarmInstance,
+ eventOccurTime
+ DateAndTime,
+ eventAdditionalText
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.3.1.1
+ eventSeqNum OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4294967295)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Event sequence number
+
+ The definition refered to the description of eponTrapSequenceNumber"
+ ::= { eventLogEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.3.1.2
+ eventCode OBJECT-TYPE
+ SYNTAX EponAlarmCode
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ C
+ "
+ ::= { eventLogEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.3.1.3
+ eventInstance OBJECT-TYPE
+ SYNTAX EponAlarmInstance
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Event instance, indicates the detailed managed object"
+ ::= { eventLogEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.3.1.4
+ eventOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The time stamp when event occurs"
+ ::= { eventLogEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.2.3.1.5
+ eventAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..256))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Additional info to the event, for further desciption of the
+ event. The format of it shall be related to each kind event
+ defined in event reference table"
+ ::= { eventLogEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.3
+ eponManagementObjGroup OBJECT IDENTIFIER ::= { eponAlarmTree 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.3.1
+ eponManagementAddrTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EponManagementAddrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A table of transport addresses to be used in the generation
+ of SNMP messages."
+ ::= { eponManagementObjGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.3.1.1
+ eponManagementAddrEntry OBJECT-TYPE
+ SYNTAX EponManagementAddrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A transport address to be used in the generation
+ of SNMP operations.
+ Entries in the snmpTargetAddrTable are created and
+ deleted using the snmpTargetAddrRowStatus object."
+ INDEX { eponManagementAddrName }
+ ::= { eponManagementAddrTable 1 }
+
+
+ EponManagementAddrEntry ::=
+ SEQUENCE {
+ eponManagementAddrName
+ OCTET STRING,
+ eponManagementAddrTAddress
+ TAddress,
+ eponManagementAddrCommunity
+ OCTET STRING,
+ eponManagementAddrRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.2.11.3.1.1.1
+ eponManagementAddrName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..32))
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ EMS"
+ ::= { eponManagementAddrEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.3.1.1.2
+ eponManagementAddrTAddress OBJECT-TYPE
+ SYNTAX TAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ TRAP UDP"
+ ::= { eponManagementAddrEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.3.1.1.3
+ eponManagementAddrCommunity OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ TRAPCommunity"
+ ::= { eponManagementAddrEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.11.3.1.1.4
+ eponManagementAddrRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ EPON"
+ ::= { eponManagementAddrEntry 4 }
+
+
+-- DESCRIPTION
+-- "(Alarms)MIB"
+ -- 1.3.6.1.4.1.17409.2.3
+ eponTree OBJECT IDENTIFIER ::= { nscrtvEponEocTree 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1
+ systemObjects OBJECT IDENTIFIER ::= { eponTree 1 }
+
+
+-- ------------------------------------------------------------------------------
+-- systemObjects [](1.3.6.1.4.1.17409.2.3.1)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.3.1.1
+ systemGlobalObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { systemObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.1
+ systemTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ 8"
+ ::= { systemGlobalObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.2
+ inbandIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ IP"
+ ::= { systemGlobalObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.3
+ inbandIpSubnetMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ IP"
+ ::= { systemGlobalObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.4
+ inbandIpGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ IP"
+ ::= { systemGlobalObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.5
+ inbandVlanId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ VLAN ID.
+
+ VLANVLAN"
+ ::= { systemGlobalObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.6
+ inbandMacAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ MAC."
+ ::= { systemGlobalObjects 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.7
+ outbandIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ IP"
+ ::= { systemGlobalObjects 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.8
+ outbandIpSubnetMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ IP"
+ ::= { systemGlobalObjects 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.9
+ outbandIpGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ IP"
+ ::= { systemGlobalObjects 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.10
+ outbandMacAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ MAC"
+ ::= { systemGlobalObjects 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.11
+ systemOUI OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (3))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ OUI"
+ ::= { systemGlobalObjects 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.12
+ vendorName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Vender name of the OLT equipment"
+ ::= { systemGlobalObjects 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.13
+ devSn OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Serial number of the OLT equipment"
+ ::= { systemGlobalObjects 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.1.14
+ saveConfig OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Save device configuration when set value to 1."
+ ::= { systemGlobalObjects 14 }
+ -- 1.3.6.1.4.1.17409.2.3.1.1.15
+ saveConfigStatus OBJECT-TYPE
+ SYNTAX INTEGER{
+ fail (0),
+ success(1),
+ inProcess(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Save device configuration status "
+ ::= { systemGlobalObjects 15 }
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2
+ oltObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ OLT"
+ ::= { systemObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2.1
+ oltPropertyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT"
+ ::= { oltObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2.1.1
+ oltPropertyEntry OBJECT-TYPE
+ SYNTAX OltPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { oltDeviceIndex }
+ ::= { oltPropertyTable 1 }
+
+
+ OltPropertyEntry ::=
+ SEQUENCE {
+ oltDeviceIndex
+ INTEGER,
+ oltName
+ DisplayString,
+ oltType
+ DisplayString,
+ oltAdminStatus
+ INTEGER,
+ oltDeviceUpTime
+ TimeStamp,
+ oltDeviceNumOfTotalServiceSlot
+ INTEGER,
+ oltDeviceNumOfTotalPowerSlot
+ INTEGER,
+ oltDeviceNumOfTotalFanSlot
+ INTEGER,
+ oltDeviceStyle
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2.1.1.1
+ oltDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ OLT
+
+ OLTOLTOLTOLT"
+ ::= { oltPropertyEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2.1.1.2
+
+
+
+ oltName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ OLT"
+ ::= { oltPropertyEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2.1.1.3
+ oltType OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ OLT"
+ ::= { oltPropertyEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2.1.1.4
+ oltAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ OLT
+ up(1) -
+ down(2) -
+ testing(3) - "
+ ::= { oltPropertyEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2.1.1.5
+ oltDeviceUpTime OBJECT-TYPE
+ SYNTAX TimeStamp
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ OLT"
+ ::= { oltPropertyEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2.1.1.6
+ oltDeviceNumOfTotalServiceSlot OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Total number of service slots in the OLT device, including
+ service card, switch card, control card, uplink card, etc.
+ but except power, FAN, regardless whether the slot is installed
+ module"
+ ::= { oltPropertyEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2.1.1.7
+ oltDeviceNumOfTotalPowerSlot OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Total number of power slots in the OLT device, regardless whether
+ the slot is installed module"
+ ::= { oltPropertyEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2.1.1.8
+ oltDeviceNumOfTotalFanSlot OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Total number of FAN slots in the OLT device, regardless whether
+ the slot is installed module"
+ ::= { oltPropertyEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.2.1.1.9
+ oltDeviceStyle OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fixed(1),
+ chassisBased(2),
+ other(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The device stype of either fixed or chassis based
+ fixed(1) - such as pizza box
+ chassisBased(2) - Have number of slots for installing service card, power card, etc.
+ "
+ ::= { oltPropertyEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3
+ boardObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { systemObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1
+ boardTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF BoardEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT
+ This table shall include rows for all slots, including the slots has
+ a presence state of 'NotInstalled'.
+ "
+ ::= { boardObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1
+ boardEntry OBJECT-TYPE
+ SYNTAX BoardEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { bDeviceIndex, bCardIndex }
+ ::= { boardTable 1 }
+
+
+ BoardEntry ::=
+ SEQUENCE {
+ bDeviceIndex
+ INTEGER,
+ bCardIndex
+ EponCardIndex,
+ bType
+ INTEGER,
+ bAttribute
+ INTEGER,
+ bOperationStatus
+ INTEGER,
+ bAdminStatus
+ INTEGER,
+ bHardwareVersion
+ DisplayString,
+ bFirmwareVersion
+ DisplayString,
+ bSoftwareVersion
+ DisplayString,
+ bUpTime
+ TimeStamp,
+ bAlarmStatus
+ BITS,
+ bSerialNumber
+ DisplayString,
+ bAction
+ INTEGER,
+ bName
+ OCTET STRING,
+ bPresenceStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.1
+ bDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT
+ OLTOLTOLTOLT"
+ ::= { boardEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.2
+ bCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { boardEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.3
+ bType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ controlBoard(1),
+ geponBoard(2),
+ uplinkBoard(3),
+ switchBoard(4),
+ other(5),
+ vacant(6)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+
+ controlBoard(1) -
+ geponBoard(2) - GE EPON
+ uplinkBoard(3) -
+ switchBoard(4) -
+ other(5) -
+ vacant(6) -
+ "
+ ::= { boardEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.4
+ bAttribute OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ active(1),
+ standby(2),
+ standalone(3),
+ notApplicable(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ -
+
+ active(1) -
+ standby(2) -
+ standalone(3) - OLT
+
+ notApplicable(4) - "
+ ::= { boardEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.5
+ bOperationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+
+
+ up(1) -
+ down(2) -
+ testing(3) - "
+ ::= { boardEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.6
+ bAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ up(1) -
+ down(2) -
+ testing(3) - "
+ ::= { boardEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.7
+ bHardwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { boardEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.8
+ bFirmwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { boardEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.9
+ bSoftwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { boardEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.10
+ bUpTime OBJECT-TYPE
+ SYNTAX TimeStamp
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { boardEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.11
+ bAlarmStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ critical(0),
+ major(1),
+ minor(2),
+ warning(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { boardEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.12
+ bSerialNumber OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ SN"
+ ::= { boardEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.13
+ bAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ noAction(1),
+ switchover(2),
+ upgrade(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ noAction(1) -
+ switchover(2) -
+ upgrade(3) - "
+ ::= { boardEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.14
+ bName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The board name defined by vendor individual"
+ ::= { boardEntry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.3.1.1.15
+ bPresenceStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ installed(1),
+ notInstalled(2),
+ others(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The physical presence status of the slot"
+ ::= { boardEntry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.4
+ powerObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { systemObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.4.1
+ powerPropertyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PowerPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { powerObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.4.1.1
+ powerPropertyEntry OBJECT-TYPE
+ SYNTAX PowerPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { powerDeviceIndex, powerCardIndex }
+ ::= { powerPropertyTable 1 }
+
+
+ PowerPropertyEntry ::=
+ SEQUENCE {
+ powerDeviceIndex
+ INTEGER,
+ powerCardIndex
+ EponCardIndex,
+ powerCardOperationStatus
+ INTEGER,
+ powerCardAlarmStatus
+ BITS,
+ powerCardAction
+ INTEGER,
+ powerCardName
+ OCTET STRING,
+ powerCardPresenceStatus
+ INTEGER,
+ powerCardRedundancyStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.1.4.1.1.1
+ powerDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT
+ OLTOLTOLTOLT"
+ ::= { powerPropertyEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.4.1.1.2
+ powerCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { powerPropertyEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.4.1.1.3
+ powerCardOperationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+
+ up(1) -
+ down(2) -
+ testing(3) - "
+ ::= { powerPropertyEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.4.1.1.4
+ powerCardAlarmStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ critical(0),
+ major(1),
+ minor(2),
+ warning(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { powerPropertyEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.4.1.1.5
+ powerCardAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ noAction(1),
+ switchover(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ noAction(1) -
+ switchover(2) -
+
+ Note:
+
+ Switchover(2) shall be only set to the power board with powerCardRedundancyStatus
+ of active(1)"
+ ::= { powerPropertyEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.4.1.1.6
+ powerCardName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The power card name defined by vendor individual"
+ ::= { powerPropertyEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.4.1.1.7
+ powerCardPresenceStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ installed(1),
+ notInstalled(2),
+ others(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The physical presence status of the power slot"
+ ::= { powerPropertyEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.4.1.1.8
+ powerCardRedundancyStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ active(1),
+ stanby(2),
+ standalone(3),
+ loadShareing(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The redundancy status of the power card
+ active(1) - The power card is working on redundanct active/
+ Standby mode and the current role is active.
+ stanby(2) - The power card is working on redundanct active/
+ Standby mode and the current role is standby.
+ standalone(3) - The power card is not working on redundanct mode
+ and the current role is standalone.
+ loadShareing(4) - The power card is working on redundanct loadsharing
+ mode.
+ "
+ ::= { powerPropertyEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.5
+ fanObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { systemObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.5.1
+ fanPropertyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF FanPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { fanObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.5.1.1
+ fanPropertyEntry OBJECT-TYPE
+ SYNTAX FanPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { fanDeviceIndex, fanCardIndex }
+ ::= { fanPropertyTable 1 }
+
+
+ FanPropertyEntry ::=
+ SEQUENCE {
+ fanDeviceIndex
+ INTEGER,
+ fanCardIndex
+ EponCardIndex,
+ fanCardOperationStatus
+ INTEGER,
+ fanCardAlarmStatus
+ BITS,
+ fanCardName
+ OCTET STRING,
+ fanCardPresenceStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.1.5.1.1.1
+ fanDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT
+ OLTOLTOLTOLT"
+ ::= { fanPropertyEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.5.1.1.2
+ fanCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { fanPropertyEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.5.1.1.3
+ fanCardOperationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+
+ up(1) -
+ down(2) -
+ testing(3) - "
+ ::= { fanPropertyEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.5.1.1.4
+ fanCardAlarmStatus OBJECT-TYPE
+ SYNTAX BITS
+ {
+ critical(0),
+ major(1),
+ minor(2),
+ warning(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { fanPropertyEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.5.1.1.5
+ fanCardName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The FAN card name defined by vendor individual"
+ ::= { fanPropertyEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.5.1.1.6
+ fanCardPresenceStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ installed(1),
+ notInstalled(2),
+ others(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The physical presence status of the FAN card slot"
+ ::= { fanPropertyEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6
+ fileTransferManagement OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { systemObjects 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.1
+ fileTransferTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF FileTransferEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { fileTransferManagement 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.1.1
+ fileTransferEntry OBJECT-TYPE
+ SYNTAX FileTransferEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { fileTransferIndex }
+ ::= { fileTransferTable 1 }
+
+
+ FileTransferEntry ::=
+ SEQUENCE {
+ fileTransferIndex
+ INTEGER,
+ fileTransferProtocolType
+ INTEGER,
+ serverIpAddress
+ IpAddress,
+ ftpUserName
+ DisplayString,
+ ftpUserPassword
+ DisplayString,
+ transferFileSrcNamePath
+ DisplayString,
+ transferFileDstNamePath
+ DisplayString,
+ transferAction
+ INTEGER,
+ transferStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.1.1.1
+ fileTransferIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..10)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { fileTransferEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.1.1.2
+ fileTransferProtocolType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ftp(1),
+ tftp(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { fileTransferEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.1.1.3
+ serverIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ IP"
+ ::= { fileTransferEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.1.1.4
+ ftpUserName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ FTP"
+ ::= { fileTransferEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.1.1.5
+ ftpUserPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ FTP"
+ ::= { fileTransferEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.1.1.6
+ transferFileSrcNamePath OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ '/tftproot/file/image.bin"
+ ::= { fileTransferEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.1.1.7
+ transferFileDstNamePath OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ '/tftproot/file/image.bin"
+ ::= { fileTransferEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.1.1.8
+ transferAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ noOperation(1),
+ put(2),
+ get(3),
+ halt(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ noOperation(1) -
+ put(2) -
+ get(3) -
+ halt(4) - "
+ ::= { fileTransferEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.1.1.9
+ transferStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ idle(1),
+ inProgress(2),
+ success(3),
+ failure(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+
+ idle(1) -
+ inProgress(2) -
+ success(3) -
+ failure(4) - "
+ ::= { fileTransferEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.2
+ fileInfoManagementTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF FileInfoManagementEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT
+ It is done by file list per directionary.
+ Please walk filePath for the file lists in the specified
+ path. If leave it NULL or walk fileInfoManagementEntry,
+ the file list of the root directionary shall be returned
+ "
+ ::= { fileTransferManagement 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.2.1
+ fileInfoManagementEntry OBJECT-TYPE
+ SYNTAX FileInfoManagementEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { filePath, fileName }
+ ::= { fileInfoManagementTable 1 }
+
+
+ FileInfoManagementEntry ::=
+ SEQUENCE {
+ filePath
+ DisplayString,
+ fileName
+ DisplayString,
+ fileSize
+ Counter32,
+ fileModifyTime
+ DateAndTime,
+ fileManagementAction
+ INTEGER,
+ fileAttribute
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.2.1.1
+ filePath OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ File path
+ It shall be started with a length octet, followed with path string. The length octet
+ shall indicate the number of character octets, excluding length itself.
+ For example, 0x05 41 42 43 44 45, respresents ABCDE
+ It shall be ended with '/', which is used to distinguish the two DisplayString
+ indexes. For example, if the path is flash/root, filePath shall be set to flash/root/.
+ "
+ ::= { fileInfoManagementEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.2.1.2
+ fileName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ File name. MUST not include '/' character and MUST not be NULL.
+ It shall be started with a length octet, followed with name string. The length octet
+ shall indicate the number of character octets, excluding length itself.
+ For example, 0x05 41 42 43 44 45, respresents ABCDE
+ "
+ ::= { fileInfoManagementEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.2.1.3
+ fileSize OBJECT-TYPE
+ SYNTAX Counter32
+ UNITS "bytes"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { fileInfoManagementEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.2.1.4
+ fileModifyTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { fileInfoManagementEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.1.6.2.1.5
+ fileManagementAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ noOperation(1),
+ erase(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ noOperation(1) -
+ erase(2) - "
+ ::= { fileInfoManagementEntry 5 }
+
+
+-- It is a file
+-- It is a directionary
+ -- 1.3.6.1.4.1.17409.2.3.1.6.2.1.6
+ fileAttribute OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ file(1),
+ dir(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The attribute of the file"
+ ::= { fileInfoManagementEntry 6 }
+
+
+--ONU\u6279\u5904\u7406\u5347\u7ea7\u8868
+
+ onuBatchUpgradeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuBatchUpgradeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "ONU\u6279\u5904\u7406\u5347\u7ea7\u8868,\u5177\u4f53\u5b9e\u73b0\u6d41\u7a0b\u89c1\u9644\u5f55A.1 "
+ ::= { systemObjects 7 }
+
+
+ onuBatchUpgradeEntry OBJECT-TYPE
+ SYNTAX OnuBatchUpgradeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { onuBatchUpgradeIndex }
+ ::= { onuBatchUpgradeTable 1 }
+
+ OnuBatchUpgradeEntry ::=
+ SEQUENCE {
+ onuBatchUpgradeIndex
+ INTEGER,
+ onuBatchUpgradeOnuList
+ OCTET STRING,
+ onuBatchUpgradeAction
+ INTEGER,
+ onuBatchUpgradeStatus
+ OCTET STRING,
+ onuBatchUpgradeImageName
+ DisplayString
+ }
+
+ onuBatchUpgradeIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..16)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ onu\u5347\u7ea7\u64cd\u4f5c\u7d22\u5f15,OLT\u5382\u5546\u6839\u636eOLT\u5bf9ONU\u5347\u7ea7\u7684\u5e76\u884c\u80fd\u529b,\u5efa\u7acb\u4e00\u5b9a\u6570\u91cf\u7684\u5347\u7ea7\u64cd\u4f5c\u9879,\u81f3\u5c11\u4e3a1,\u4e0d\u5f3a\u5236\u8981\u6c42\u5e76\u884c\u5347\u7ea7\u591a\u7c7b\u578bONU,\u5141\u8bb8\u4e32\u884c\u65b9\u5f0f\u6267\u884c"
+ ::= { onuBatchUpgradeEntry 1 }
+
+ onuBatchUpgradeOnuList OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Onu\u5217\u8868,\u6bcf4byte\u8868\u793a\u4e00\u4e2aonu(\u53c2\u7167EponDeviceIndex),\u957f\u5ea6\u4e3a4 * (onu\u4e2a\u6570),\u6700\u5927\u957f\u5ea6\u662f4*256"
+ ::= { onuBatchUpgradeEntry 2 }
+
+
+ onuBatchUpgradeAction OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "\u5199\u5165\u4efb\u610f\u503c\u89e6\u53d1\u5347\u7ea7"
+ ::= { onuBatchUpgradeEntry 3 }
+
+
+ onuBatchUpgradeStatus OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Onu\u5217\u8868,\u6bcf2byte\u8868\u793a\u4e00\u4e2aonu\u7684\u5347\u7ea7\u72b6\u6001,\u957f\u5ea6\u4e3a2 * (onu\u4e2a\u6570),\u540c\u5f53\u524d\u5347\u7ea7\u4efb\u52a1\u7684onulist\u4e00\u4e00\u5bf9\u5e94
+ \u72b6\u6001\u7801\u8bf4\u660e\uff1a
+ 1\uff1aIdle
+ 2\uff1aWaiting
+ 3\uff1aInProgress
+ 4\uff1aSuccess
+ 5\uff1aFailure(\u4e0d\u786e\u5b9a\u539f\u56e0\u7684\u9519\u8bef)
+ 6\uff1aOnuTypeNotConsistent(Onu\u7c7b\u578b\u4e0d\u4e00\u81f4)
+ 7\uff1aFileDownloadFail(\u4e0b\u8f7d\u955c\u50cf\u5931\u8d25,\u5305\u62ecOLT\u5185\u90e8\u677f\u5361\u95f4\u4f20\u8f93\u5931\u8d25\u6216\u8005\u6587\u4ef6\u524d\u7f6e\u6821\u9a8c\u5931\u8d25)
+ 8\uff1aOnuNotExist(Onu\u6389\u7ebf\u6216\u8005\u522b\u7684\u5bfc\u81f4Onuid\u5931\u6548\u7684\u60c5\u51b5)
+ 9\uff1aNotConsistent(Onu\u540c\u5347\u7ea7\u6587\u4ef6\u4e0d\u5339\u914d)
+ 10\uff1aOnuCommunicationFail(Onu\u901a\u4fe1\u5931\u8d25)
+ "
+ ::= { onuBatchUpgradeEntry 4 }
+
+ onuBatchUpgradeImageName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "\u5199\u5165\u7528\u4e8e\u5347\u7ea7\u7684ONU\u955c\u50cf\u6587\u4ef6\u540d"
+ ::= { onuBatchUpgradeEntry 5 }
+
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2
+ sniObjects OBJECT IDENTIFIER ::= { eponTree 2 }
+
+
+-- ------------------------------------------------------------------------------
+-- sniObjects [OLT](1.3.6.1.4.1.17409.2.3.2)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.3.2.1
+ sniAttributeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SniAttributeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of sniAttributeTable entries. "
+ ::= { sniObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1
+ sniAttributeEntry OBJECT-TYPE
+ SYNTAX SniAttributeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The sniAttributeEntry Information"
+ INDEX { sniAttributeDeviceIndex, sniAttributeCardIndex, sniAttributePortIndex }
+ ::= { sniAttributeTable 1 }
+
+
+ SniAttributeEntry ::=
+ SEQUENCE {
+ sniAttributeDeviceIndex
+ INTEGER,
+ sniAttributeCardIndex
+ EponCardIndex,
+ sniAttributePortIndex
+ EponPortIndex,
+ sniPortName
+ DisplayString,
+ sniAdminStatus
+ INTEGER,
+ sniOperationStatus
+ INTEGER,
+ sniMediaType
+ INTEGER,
+ sniAutoNegotiationStatus
+ INTEGER,
+ sniAutoNegotiationMode
+ INTEGER,
+ sniPerfStats15minuteEnable
+ TruthValue,
+ sniPerfStats24hourEnable
+ TruthValue,
+ sniLastStatusChangeTime
+ TimeTicks,
+ sniMacAddrLearnMaxNum
+ INTEGER,
+ sniIsolationEnable
+ TruthValue,
+ sniPortType
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.1
+ sniAttributeDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Device Index"
+ ::= { sniAttributeEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.2
+ sniAttributeCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Card Index"
+ ::= { sniAttributeEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.3
+ sniAttributePortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Port Index"
+ ::= { sniAttributeEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.4
+ sniPortName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Port Name"
+ ::= { sniAttributeEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.5
+ sniAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Admin Status"
+ ::= { sniAttributeEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.6
+ sniOperationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Operation Status"
+ ::= { sniAttributeEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.7
+ sniMediaType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ twistedPair(1),
+ fiber(2),
+ other(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Media Type"
+ ::= { sniAttributeEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.8
+ sniAutoNegotiationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ auto-negotiate(1),
+ half-10(2),
+ full-10(3),
+ half-100(4),
+ full-100(5),
+ full-1000(6),
+ full-10000(7),
+ unknown(8)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Auto Negotiation Status"
+ ::= { sniAttributeEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.9
+ sniAutoNegotiationMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ auto-negotiate(1),
+ half-10(2),
+ full-10(3),
+ half-100(4),
+ full-100(5),
+ full-1000(6),
+ full-10000(7)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Auto Negotiation Mode"
+ ::= { sniAttributeEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.10
+ sniPerfStats15minuteEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "true(1) false(2)"
+ ::= { sniAttributeEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.11
+ sniPerfStats24hourEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "true(1) false(2)"
+ ::= { sniAttributeEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.12
+ sniLastStatusChangeTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Last Change Time"
+ ::= { sniAttributeEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.13
+ sniMacAddrLearnMaxNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Number of MAC address limited on the SNI port.
+ value 0 means no limit"
+ ::= { sniAttributeEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.14
+ sniIsolationEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Whether or not isolate the SNI port to other ports"
+ ::= { sniAttributeEntry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.1.1.15
+ sniPortType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ge-Port(1),
+ te-Port(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " SNI port type, Ge-Port, Te-Port"
+ ::= { sniAttributeEntry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2
+ sniTrunkManagement OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { sniObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.1
+ sniTrunkGroupConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SniTrunkGroupConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of sniTrunkGroupConfigTable entries."
+ ::= { sniTrunkManagement 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.1.1
+ sniTrunkGroupConfigEntry OBJECT-TYPE
+ SYNTAX SniTrunkGroupConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The sniTrunk Group Config Entry Information"
+ INDEX { sniTrunkGroupConfigIndex }
+ ::= { sniTrunkGroupConfigTable 1 }
+
+
+ SniTrunkGroupConfigEntry ::=
+ SEQUENCE {
+ sniTrunkGroupConfigIndex
+ INTEGER,
+ sniTrunkGroupConfigName
+ DisplayString,
+ sniTrunkGroupConfigMember
+ OCTET STRING,
+ sniTrunkGroupConfigPolicy
+ INTEGER,
+ sniTrunkGroupConfigRowstatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.1.1.1
+ sniTrunkGroupConfigIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Config Index"
+ ::= { sniTrunkGroupConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.1.1.2
+ sniTrunkGroupConfigName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Config Name"
+ ::= { sniTrunkGroupConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.1.1.3
+ sniTrunkGroupConfigMember OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Config Member.
+ It is presented by member port list. Each member port is identified
+ by 4-byte format, same as TC of EponDeviceIndex. The actual length of
+ this string depends of the number of member ports in the trunk group.
+ The relationship is:
+ Length of the string = 4 * (NUM of member ports)
+ For example, if device 1, port 1/2 and 2/3 is the member ports of the
+ trunk, then sniTrunkGroupConfigMember is presented as:
+ 01 01 02 00 01 02 03 00
+ "
+ ::= { sniTrunkGroupConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.1.1.4
+ sniTrunkGroupConfigPolicy OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ srcMac(1),
+ destMac(2),
+ srcMacNDestMac(3),
+ srcIp(4),
+ destIp(5),
+ srcIpNDestIp(6)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Config Policy"
+ ::= { sniTrunkGroupConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.1.1.5
+ sniTrunkGroupConfigRowstatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Config Rowstatus"
+ ::= { sniTrunkGroupConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.2
+ sniTrunkGroupTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SniTrunkGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "a list of sniTrunkGroupConfigTable entries. "
+ ::= { sniTrunkManagement 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.2.1
+ sniTrunkGroupEntry OBJECT-TYPE
+ SYNTAX SniTrunkGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Entry"
+ INDEX { sniTrunkGroupIndex }
+ ::= { sniTrunkGroupTable 1 }
+
+
+ SniTrunkGroupEntry ::=
+ SEQUENCE {
+ sniTrunkGroupIndex
+ INTEGER,
+ sniTrunkGroupOperationStatus
+ INTEGER,
+ sniTrunkGroupActualSpeed
+ INTEGER,
+ sniTrunkGroupAdminStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.2.1.1
+ sniTrunkGroupIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Index "
+ ::= { sniTrunkGroupEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.2.1.2
+ sniTrunkGroupOperationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Operation Status"
+ ::= { sniTrunkGroupEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.2.1.3
+ sniTrunkGroupActualSpeed OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Mbps"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Actual Speed.
+ The speed is the aggregated rates of all operational UP member
+ ports of the trunk.
+ For example, 4 member ports of the trunk, two are UP, each is 1000M
+ then the SUN is 2000M. As a result, the return of the MIB shall be
+ 2000Mbps"
+ ::= { sniTrunkGroupEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.2.2.1.4
+ sniTrunkGroupAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Trunk Group AdminStatus"
+ ::= { sniTrunkGroupEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.3
+ sniMirrorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SniMirrorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "a list of sniMirrorTable entries."
+ ::= { sniObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.3.1
+ sniMirrorEntry OBJECT-TYPE
+ SYNTAX SniMirrorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The Mirror Information."
+ INDEX { sniMirrorGroupIndex }
+ ::= { sniMirrorTable 1 }
+
+
+ SniMirrorEntry ::=
+ SEQUENCE {
+ sniMirrorGroupIndex
+ INTEGER,
+ sniMirrorGroupName
+ DisplayString,
+ sniMirrorGroupDstPortList
+ OCTET STRING,
+ sniMirrorGroupSrcInPortList
+ OCTET STRING,
+ sniMirrorGroupSrcOutPortList
+ OCTET STRING,
+ sniMirrorGroupRowstatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.2.3.1.1
+ sniMirrorGroupIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Index"
+ ::= { sniMirrorEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.3.1.2
+ sniMirrorGroupName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Name"
+ ::= { sniMirrorEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.3.1.3
+ sniMirrorGroupDstPortList OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Dst Port List.
+ It is presented by destination port list. Each port is identified
+ by 4-byte format, same as TC of EponDeviceIndex. The actual length of
+ this string depends of the number of destination ports in this mirror
+ instance.
+ The relationship is:
+ Length of the string = 4 * (NUM of ports)
+ For example, if device 1, port 2/3 is the destination port of the
+ mirror instance, then object will be presented as:
+ 01 02 03 00
+ "
+ ::= { sniMirrorEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.3.1.4
+ sniMirrorGroupSrcInPortList OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Src In Port List.
+ It will includes the PON ports.
+ It is presented by source ingress port list. Each port is identified
+ by 4-byte format, same as TC of EponDeviceIndex. The actual length of
+ this string depends of the number of source ingress ports in this mirror
+ instance.
+ The relationship is:
+ Length of the string = 4 * (NUM of ports)
+ For example, if device 1, port 2/3, device 6, port 7/8 is the source
+ ingress port of the mirror instance, then object will be presented as:
+ 01 02 03 00 06 07 08 00
+ "
+ ::= { sniMirrorEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.3.1.5
+ sniMirrorGroupSrcOutPortList OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Src Out Port List.
+ It will includes the PON ports.
+ It is presented by source egress port list. Each port is identified
+ by 4-byte format, same as TC of EponDeviceIndex. The actual length of
+ this string depends of the number of source egress ports in this mirror
+ instance.
+ The relationship is:
+ Length of the string = 4 * (NUM of ports)
+ For example, if device 1, port 2/3, device 6, port 7/8 is the source
+ egress port of the mirror instance, then object will be presented as:
+ 01 02 03 00 06 07 08 00
+ "
+ ::= { sniMirrorEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.3.1.6
+ sniMirrorGroupRowstatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Rowstatus"
+ ::= { sniMirrorEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4
+ sniMacAddressManagement OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { sniObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.1
+ sniMacAddressManagementTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SniMacAddressManagementEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " A list of MacAddressManagement entries. "
+ ::= { sniMacAddressManagement 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.1.1
+ sniMacAddressManagementEntry OBJECT-TYPE
+ SYNTAX SniMacAddressManagementEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The Mac Address Management Information"
+ INDEX { sniMacAddressManagementDeviceIndex }
+ ::= { sniMacAddressManagementTable 1 }
+
+
+ SniMacAddressManagementEntry ::=
+ SEQUENCE {
+ sniMacAddressManagementDeviceIndex
+ INTEGER,
+ sniMacAddrTableAgingTime
+ INTEGER,
+ sniMacAddrTableClear
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.1.1.1
+ sniMacAddressManagementDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "device Index"
+ ::= { sniMacAddressManagementEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.1.1.2
+ sniMacAddrTableAgingTime OBJECT-TYPE
+ SYNTAX INTEGER (10..10000)
+ UNITS "Seconds"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Mac Address Table Aging Time"
+ ::= { sniMacAddressManagementEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.1.1.3
+ sniMacAddrTableClear OBJECT-TYPE
+ SYNTAX INTEGER { allDynamic(1),allStatic(2),allBlackhole(3),all(4),none(5)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Mac Address Table Clear"
+ ::= { sniMacAddressManagementEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.2
+ sniMacAddressTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SniMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of MacAddress entries."
+ ::= { sniMacAddressManagement 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.2.1
+ sniMacAddressEntry OBJECT-TYPE
+ SYNTAX SniMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The Mac Address Information"
+ INDEX { sniMacAddrIndex, sniMacAddrVlanIdIndex }
+ ::= { sniMacAddressTable 1 }
+
+
+ SniMacAddressEntry ::=
+ SEQUENCE {
+ sniMacAddrIndex
+ MacAddress,
+ sniMacAddrVlanIdIndex
+ INTEGER,
+ sniMacAddrType
+ INTEGER,
+ sniMacAddrPortId
+ EponDeviceIndex,
+ sniMacAddrRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.2.1.1
+ sniMacAddrIndex OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Mac Address Index"
+ ::= { sniMacAddressEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.2.1.2
+ sniMacAddrVlanIdIndex OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Mac Address Vlan Id Index"
+ ::= { sniMacAddressEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.2.1.3
+ sniMacAddrType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ static(1),
+ dynamic(2),
+ blackhole(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mac Address Type"
+ ::= { sniMacAddressEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.2.1.4
+ sniMacAddrPortId OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mac Address Port Id"
+ ::= { sniMacAddressEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.4.2.1.5
+ sniMacAddrRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "delete,create,Update"
+ ::= { sniMacAddressEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5
+ sniBroadcastStormSuppressionTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SniBroadcastStormSuppressionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of BroadcastStormSuppression entries."
+ ::= { sniObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1
+ sniBroadcastStormSuppressionEntry OBJECT-TYPE
+ SYNTAX SniBroadcastStormSuppressionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The Broadcast Storm Suppression Information"
+ INDEX { sniBroadcastStormSuppressionDeviceIndex, sniBroadcastStormSuppressionCardIndex, sniBroadcastStormSuppressionPortIndex }
+ ::= { sniBroadcastStormSuppressionTable 1 }
+
+
+ SniBroadcastStormSuppressionEntry ::=
+ SEQUENCE {
+ sniBroadcastStormSuppressionDeviceIndex
+ INTEGER,
+ sniBroadcastStormSuppressionCardIndex
+ EponCardIndex,
+ sniBroadcastStormSuppressionPortIndex
+ EponPortIndex,
+ sniUnicastStormEnable
+ TruthValue,
+ sniUnicastStormInPacketRate
+ INTEGER,
+ sniUnicastStormOutPacketRate
+ INTEGER,
+ sniMulticastStormEnable
+ TruthValue,
+ sniMulticastStormInPacketRate
+ INTEGER,
+ sniMulticastStormOutPacketRate
+ INTEGER,
+ sniBroadcastStormEnable
+ TruthValue,
+ sniBroadcastStormInPacketRate
+ INTEGER,
+ sniBroadcastStormOutPacketRate
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.1
+ sniBroadcastStormSuppressionDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "device Index"
+ ::= { sniBroadcastStormSuppressionEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.2
+ sniBroadcastStormSuppressionCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "card Index"
+ ::= { sniBroadcastStormSuppressionEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.3
+ sniBroadcastStormSuppressionPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "port Index"
+ ::= { sniBroadcastStormSuppressionEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.4
+ sniUnicastStormEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Cast Storm Enable"
+ ::= { sniBroadcastStormSuppressionEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.5
+ sniUnicastStormInPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Cast Storm In Packet Rate"
+ ::= { sniBroadcastStormSuppressionEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.6
+ sniUnicastStormOutPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Cast Storm Out Packet Rate"
+ ::= { sniBroadcastStormSuppressionEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.7
+ sniMulticastStormEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "true(1) false(2)"
+ ::= { sniBroadcastStormSuppressionEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.8
+ sniMulticastStormInPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Multicast Storm In Packet Rate"
+ ::= { sniBroadcastStormSuppressionEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.9
+ sniMulticastStormOutPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Multicast Storm Out Packet Rate"
+ ::= { sniBroadcastStormSuppressionEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.10
+ sniBroadcastStormEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "true(1) false(2)"
+ ::= { sniBroadcastStormSuppressionEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.11
+ sniBroadcastStormInPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Broadcast Storm In Packet Rate"
+ ::= { sniBroadcastStormSuppressionEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.2.5.1.12
+ sniBroadcastStormOutPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Broadcast Storm Out Packet Rate"
+ ::= { sniBroadcastStormSuppressionEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3
+ ponPortObjects OBJECT IDENTIFIER ::= { eponTree 3 }
+
+
+-- ------------------------------------------------------------------------------
+-- ponPortObjects[PON](1.3.6.1.4.1.17409.2.3.3)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.3.3.1
+ ponPortInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PonPortInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "PON"
+ ::= { ponPortObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1
+ ponPortInfoEntry OBJECT-TYPE
+ SYNTAX PonPortInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponDeviceIndex, ponCardIndex, ponPortIndex }
+ ::= { ponPortInfoTable 1 }
+
+
+ PonPortInfoEntry ::=
+ SEQUENCE {
+ ponDeviceIndex
+ INTEGER,
+ ponCardIndex
+ EponCardIndex,
+ ponPortIndex
+ EponPortIndex,
+ ponPortType
+ INTEGER,
+ ponOperationStatus
+ INTEGER,
+ ponPortAdminStatus
+ INTEGER,
+ ponPortMaxOnuNumSupport
+ INTEGER,
+ ponPortUpOnuNum
+ INTEGER,
+ ponPortEncryptMode
+ INTEGER,
+ ponPortEncryptKeyExchangeTime
+ INTEGER,
+ ponPortIsolationEnable
+ TruthValue,
+ maxDsBandwidth
+ INTEGER,
+ actualDsBandwidthInUse
+ INTEGER,
+ remainDsBandwidth
+ INTEGER,
+ perfStats15minuteEnable
+ TruthValue,
+ perfStats24hourEnable
+ TruthValue,
+ ponPortMacAddrLearnMaxNum
+ INTEGER,
+ maxUsBandwidth
+ INTEGER,
+ actualUsBandwidthInUse
+ INTEGER,
+ remainUsBandwidth
+ INTEGER,
+ ponPortName
+ DisplayString,
+ onuLongEmitDetectEnable
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.1
+ ponDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT
+ OLTOLTOLTOLT"
+ ::= { ponPortInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.2
+ ponCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.3
+ ponPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ pon"
+ ::= { ponPortInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.4
+ ponPortType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ge-epon(1),
+ tenge-epon(2),
+ gpon(3),
+ other(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ PON"
+ ::= { ponPortInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.5
+ ponOperationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+
+ up(1) -
+ down(2) -
+ testing(3) - "
+ ::= { ponPortInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.6
+ ponPortAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ enable (1) -
+ disable (2) - "
+ ::= { ponPortInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.7
+ ponPortMaxOnuNumSupport OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ ONU"
+ ::= { ponPortInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.8
+ ponPortUpOnuNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ ONU"
+ ::= { ponPortInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.9
+ ponPortEncryptMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ aes128(1),
+ ctcTripleChurning(2),
+ other(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortInfoEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.10
+ ponPortEncryptKeyExchangeTime OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "seconds"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortInfoEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.11
+ ponPortIsolationEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ PON"
+ ::= { ponPortInfoEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.12
+ maxDsBandwidth OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortInfoEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.13
+ actualDsBandwidthInUse OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortInfoEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.14
+ remainDsBandwidth OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortInfoEntry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.15
+ perfStats15minuteEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ 15"
+ ::= { ponPortInfoEntry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.16
+ perfStats24hourEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ 24"
+ ::= { ponPortInfoEntry 16 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.17
+ ponPortMacAddrLearnMaxNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ PONmac
+ value 0 means no limit"
+ ::= { ponPortInfoEntry 17 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.18
+ maxUsBandwidth OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortInfoEntry 18 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.19
+ actualUsBandwidthInUse OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortInfoEntry 19 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.20
+ remainUsBandwidth OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortInfoEntry 20 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.21
+ ponPortName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ PON port name."
+ ::= { ponPortInfoEntry 21 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.1.1.22
+ onuLongEmitDetectEnable OBJECT-TYPE
+ SYNTAX INTEGER{
+ disable (0),
+ enable (1)
+
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "PONONU
+ 01"
+ ::= { ponPortInfoEntry 22 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2
+ aclManagementGroup OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ ACL"
+ ::= { ponPortObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.1
+ aclListTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AclListEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ ACL"
+ ::= { aclManagementGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.1.1
+ aclListEntry OBJECT-TYPE
+ SYNTAX AclListEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { aclListIndex }
+ ::= { aclListTable 1 }
+
+
+ AclListEntry ::=
+ SEQUENCE {
+ aclListIndex
+ INTEGER,
+ aclDescription
+ DisplayString,
+ aclRuleList
+ OCTET STRING,
+ ruleRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.1.1.1
+ aclListIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ ACL"
+ ::= { aclListEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.1.1.2
+ aclDescription OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ ACL"
+ ::= { aclListEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.1.1.3
+-- aclRuleList OBJECT-TYPE
+-- SYNTAX OCTET STRING (SIZE (0..64))
+-- MAX-ACCESS read-create
+-- STATUS current
+-- DESCRIPTION
+-- "
+-- ACL
+-- INTERNETOCTETOCTET 0, OCTET 1, ...
+-- OCTETbitbit0bit1...bit7
+-- bitOCTETbitaclRuleTable
+-- aclRuleIndexbitaclRuleIndex
+-- 80ACL ruleaclRuleIndex1..8010
+-- aclRuleListaclListACL rule1,15,38aclRuleList
+-- 0x80 02 00 00 04 00 00 00 00 00"
+-- ::= { aclListEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.1.1.4
+ ruleRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { aclListEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.2
+ aclRuleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AclRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ ACL"
+ ::= { aclManagementGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.2.1
+ aclRuleEntry OBJECT-TYPE
+ SYNTAX AclRuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX {aclRuleListIndex, aclRuleIndex }
+ ::= { aclRuleTable 1 }
+
+
+ AclRuleEntry ::=
+ SEQUENCE {
+aclRuleListIndex
+ INTEGER,
+ aclRuleIndex
+ INTEGER,
+ matchedSourseMac
+ MacAddress,
+ matchedDestinationMac
+ MacAddress,
+ matchedVlanId
+ INTEGER,
+ matchedEthernetType
+ INTEGER,
+ matchedSourseIP
+ IpAddress,
+ matchedDestinationIP
+ IpAddress,
+ matchedIpMessageType
+ INTEGER,
+ matchedDscp
+ INTEGER,
+ matchedSoursePort
+ INTEGER,
+ matchedDestinationPort
+ INTEGER,
+ aclRuleRowStatus
+ RowStatus,
+ matchedFieldSelection
+ OCTET STRING,
+ aclAction
+ INTEGER,
+ aclActionParameter
+ OCTET STRING,
+ matchedSourseMacMask
+ MacAddress,
+ matchedDestinationMacMask
+ MacAddress,
+ matchedSourseIPMask
+ IpAddress,
+ matchedDestinationIPMask
+ IpAddress
+ }
+
+ aclRuleListIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { aclRuleEntry 1 }
+
+
+ aclRuleIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ ACL"
+ ::= { aclRuleEntry 2 }
+
+ matchedSourseMac OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { aclRuleEntry 3 }
+
+ matchedDestinationMac OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { aclRuleEntry 4 }
+
+ matchedVlanId OBJECT-TYPE
+ SYNTAX INTEGER (0..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ \u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u64b3\u3008an id"
+ ::= { aclRuleEntry 5 }
+
+ matchedEthernetType OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { aclRuleEntry 6 }
+
+ matchedSourseIP OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ \u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u525b\u9416\u76dcP"
+ ::= { aclRuleEntry 7 }
+
+ matchedDestinationIP OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ \u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u53bd\u7ed0\u6945\u67e3\u928a\u30e5\u6bacP"
+ ::= { aclRuleEntry 8 }
+
+ matchedIpMessageType OBJECT-TYPE
+ SYNTAX INTEGER (0..255)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { aclRuleEntry 9 }
+
+ matchedDscp OBJECT-TYPE
+ SYNTAX INTEGER (0..63)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { aclRuleEntry 10 }
+ matchedSoursePort OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { aclRuleEntry 11 }
+
+ matchedDestinationPort OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { aclRuleEntry 12 }
+
+ aclRuleRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { aclRuleEntry 13 }
+
+ matchedFieldSelection OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (2))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { aclRuleEntry 14 }
+
+ aclAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ permit(1),
+ deny(2),
+ mark(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { aclRuleEntry 15 }
+
+ aclActionParameter OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { aclRuleEntry 16 }
+
+ matchedSourseMacMask OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ \u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u525b\u9416\u76e1AC\u95c1\u7845\u3000\u93c5\u6fcb\u60a5\u951f\ufffd"
+ ::= { aclRuleEntry 17 }
+
+ matchedDestinationMacMask OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ \u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u53bd\u7ed0\u6945\u67e3\u928a\u30e5\u6bb0AC\u95c1\u7845\u3000\u93c5\u6fcb\u60a5\u951f\ufffd"
+ ::= { aclRuleEntry 18 }
+
+ matchedSourseIPMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ \u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u525b\u9416\u76dcP\u95c1\u7845\u3000\u93c5\u6fcb\u60a5\u951f\ufffd"
+ ::= { aclRuleEntry 19 }
+
+ matchedDestinationIPMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ \u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u53bd\u7ed0\u6945\u67e3\u928a\u30e5\u6bacP\u95c1\u7845\u3000\u93c5\u6fcb\u60a5\u951f\ufffd"
+ ::= { aclRuleEntry 20 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.3
+ portACLListTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortACLListEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ ACL
+ This table applies on OLT pon port, OLT SNI, OLT onu ID, ONU UNI.
+ 1. If the table is maintained in OLT device:
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT Pon Port - OnuNum of aclDeviceIndex shall be set to 0,
+ /OLT SNI aclCardIndex, and aclPortIndex set to 0 indicates
+ meaningless
+ OLT onu ID - Set aclDeviceIndex to corresponding ONU ID,
+ aclCardIndex, and aclPortIndex set to 0 indicates
+ meaningless
+ ONU UNI - Set aclDeviceIndex to corresponding ONU ID,
+ aclCardIndex, and aclPortIndex set to the corresponding
+ value
+ 2. If the table is maintained in ONU device:
+ aclDeviceIndex shall be set to 0 to indicate meaningless.
+ aclCardIndex shall be set to corresponding slot.
+ aclPortIndex shall be set to corresponding port.
+ "
+ ::= { aclManagementGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.3.1
+ portACLListEntry OBJECT-TYPE
+ SYNTAX PortACLListEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { aclDeviceIndex, aclCardIndex, aclPortIndex, portAclListIndex }
+ ::= { portACLListTable 1 }
+
+
+ PortACLListEntry ::=
+ SEQUENCE {
+ aclDeviceIndex
+ EponDeviceIndex,
+ aclCardIndex
+ EponCardIndex,
+ aclPortIndex
+ EponPortIndex,
+ portAclListIndex
+ INTEGER,
+ aclPortDirection
+ BITS,
+ aclRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.3.1.1
+ aclDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT, set to corresponding PON port, SNI, or ONU
+ For ONU, set to 0
+ "
+ ::= { portACLListEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.3.1.2
+ aclCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT, set to 0,
+ For ONU, set to corresponding slot
+ "
+ ::= { portACLListEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.3.1.3
+ aclPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT, set to 0,
+ For ONU, set to corresponding slot
+ "
+ ::= { portACLListEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.3.1.4
+ portAclListIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ ACL"
+ ::= { portACLListEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.3.1.5
+ aclPortDirection OBJECT-TYPE
+ SYNTAX BITS
+ {
+ ingress(0),
+ egress(1)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ ACL"
+ ::= { portACLListEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.2.3.1.6
+ aclRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ ACL"
+ ::= { portACLListEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3
+ ponBroadcastStormSuppressionTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PonBroadcastStormSuppressionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ "
+ ::= { ponPortObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1
+ ponBroadcastStormSuppressionEntry OBJECT-TYPE
+ SYNTAX PonBroadcastStormSuppressionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { bsDeviceIndex, bsCardIndex, bsPortIndex }
+ ::= { ponBroadcastStormSuppressionTable 1 }
+
+
+ PonBroadcastStormSuppressionEntry ::=
+ SEQUENCE {
+ bsDeviceIndex
+ INTEGER,
+ bsCardIndex
+ EponCardIndex,
+ bsPortIndex
+ EponPortIndex,
+ unicastStormEnable
+ TruthValue,
+ unicastStormInPacketRate
+ INTEGER,
+ unicastStormOutPacketRate
+ INTEGER,
+ multicastStormEnable
+ TruthValue,
+ multicastStormInPacketRate
+ INTEGER,
+ multicastStormOutPacketRate
+ INTEGER,
+ broadcastStormEnable
+ TruthValue,
+ broadcastStormInPacketRate
+ INTEGER,
+ broadcastStormOutPacketRate
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.1
+ bsDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT
+ OLTOLTOLTOLT"
+ ::= { ponBroadcastStormSuppressionEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.2
+ bsCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponBroadcastStormSuppressionEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.3
+ bsPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ pon"
+ ::= { ponBroadcastStormSuppressionEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.4
+ unicastStormEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponBroadcastStormSuppressionEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.5
+ unicastStormInPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponBroadcastStormSuppressionEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.6
+ unicastStormOutPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponBroadcastStormSuppressionEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.7
+ multicastStormEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponBroadcastStormSuppressionEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.8
+ multicastStormInPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponBroadcastStormSuppressionEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.9
+ multicastStormOutPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponBroadcastStormSuppressionEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.10
+ broadcastStormEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponBroadcastStormSuppressionEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.11
+ broadcastStormInPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponBroadcastStormSuppressionEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.3.1.12
+ broadcastStormOutPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponBroadcastStormSuppressionEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.4
+ ponOnuAuthenticationModeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ponOnuAuthenticationModeEntry
+ MAX-ACCESS not-accessible
+ STATUS optional
+ DESCRIPTION
+ "PONONU"
+ ::= { ponPortObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.4.1
+ ponOnuAuthenticationModeEntry OBJECT-TYPE
+ SYNTAX ponOnuAuthenticationModeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The ponOnuAuthenticationModeEntry Information"
+ INDEX { ponAuthenDeviceIndex, ponAuthenCardIndex, ponAuthenPortIndex }
+ ::= { ponOnuAuthenticationModeTable 1 }
+
+
+ ponOnuAuthenticationModeEntry ::=
+ SEQUENCE {
+ ponAuthenDeviceIndex
+ INTEGER,
+ ponAuthenCardIndex
+ EponCardIndex,
+ ponAuthenPortIndex
+ EponPortIndex,
+ ponOnuAuthenMode
+ INTEGER,
+ onuAuthenModeRowStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.3.4.1.1
+ ponAuthenDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " OLTOLTOLT
+ OLTOLT"
+ ::= { ponOnuAuthenticationModeEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.4.1.2
+ ponAuthenCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { ponOnuAuthenticationModeEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.4.1.3
+ ponAuthenPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "pon"
+ ::= { ponOnuAuthenticationModeEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.4.1.4
+ ponOnuAuthenMode OBJECT-TYPE
+ SYNTAX INTEGER {
+ loid-password (1),
+ mac_or_loid-password (2),
+ loid (3),
+ mac_or_loid (4),
+ mac(5),
+ all(6)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Authen mode: This is mode in authen ,"
+ ::= { ponOnuAuthenticationModeEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.4.1.5
+ onuAuthenModeRowStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "onuauthen Row Status"
+ ::= { ponOnuAuthenticationModeEntry 5 }
+
+
+-- ---
+ -- 1.3.6.1.4.1.17409.2.3.3.5
+ ponPortOpticalTransmissionPropertyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PonPortOpticalTransmissionPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ "
+ ::= { ponPortObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.5.1
+ ponPortOpticalTransmissionPropertyEntry OBJECT-TYPE
+ SYNTAX PonPortOpticalTransmissionPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { ponOpDeviceIndex, ponOpCardIndex, ponOpPortIndex }
+ ::= { ponPortOpticalTransmissionPropertyTable 1 }
+
+
+ PonPortOpticalTransmissionPropertyEntry ::=
+ SEQUENCE {
+ ponOpDeviceIndex
+ INTEGER,
+ ponOpCardIndex
+ EponCardIndex,
+ ponOpPortIndex
+ EponPortIndex,
+ ponOpVcc
+ INTEGER,
+ ponOpBias
+ INTEGER,
+ ponOpTxPower
+ INTEGER,
+ ponOpRxPower
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.3.5.1.1
+ ponOpDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ OLT
+ OLTOLTOLTOLT"
+ ::= { ponPortOpticalTransmissionPropertyEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.5.1.2
+ ponOpCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortOpticalTransmissionPropertyEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.5.1.3
+ ponOpPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortOpticalTransmissionPropertyEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.5.1.4
+ ponOpVcc OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-mV"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortOpticalTransmissionPropertyEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.5.1.5
+ ponOpBias OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-mA"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortOpticalTransmissionPropertyEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.5.1.6
+ ponOpTxPower OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-dBm"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortOpticalTransmissionPropertyEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.5.1.7
+ ponOpRxPower OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-dBm"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { ponPortOpticalTransmissionPropertyEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.3.6
+ ponPortOpticalRxPowerTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PonPortOpticalRxPowerEntry
+ MAX-ACCESS not-accessible
+ STATUS optional
+ DESCRIPTION
+ ""
+ ::= { ponPortObjects 6 }
+ -- 1.3.6.1.4.1.17409.2.3.3.6.1
+ ponPortOpticalRxPowerEntry OBJECT-TYPE
+ SYNTAX PonPortOpticalRxPowerEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The ponPortOpticalRxPowerEntry Information"
+ INDEX{ ponOpRxOfOnuDeviceIndex}
+ ::={ ponPortOpticalRxPowerTable 1 }
+
+ PonPortOpticalRxPowerEntry
+ ::= SEQUENCE
+ { ponOpRxOfOnuDeviceIndex EponDeviceIndex,
+ ponOpRxPowerOfOnu INTEGER
+ }
+ -- 1.3.6.1.4.1.17409.2.3.3.6.1.1
+ ponOpRxOfOnuDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "onuDevice Index"
+ ::= { ponPortOpticalRxPowerEntry 1 }
+ -- 1.3.6.1.4.1.17409.2.3.3.6.1.2
+ ponOpRxPowerOfOnu OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-dBm"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OLT pon port received onu optical power"
+ ::= { ponPortOpticalRxPowerEntry 2}
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4
+ onuObjects OBJECT IDENTIFIER ::= { eponTree 4 }
+
+
+
+-- ------------------------------------------------------------------------------
+-- onuObjects[ONU](1.3.6.1.4.1.17409.2.3.4)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.3.4.1
+ onuInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of onuInfoTable entries. "
+ ::= { onuObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1
+ onuInfoEntry OBJECT-TYPE
+ SYNTAX OnuInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuInfoEntry Information"
+ INDEX { onuDeviceIndex }
+ ::= { onuInfoTable 1 }
+
+
+ OnuInfoEntry ::=
+ SEQUENCE {
+ onuDeviceIndex
+ EponDeviceIndex,
+ onuName
+ DisplayString,
+ onuType
+ INTEGER,
+ onuIpAddress
+ IpAddress,
+ onuIpSubnetMask
+ IpAddress,
+ onuIpGateway
+ IpAddress,
+ onuMacAddress
+ MacAddress,
+ onuOperationStatus
+ INTEGER,
+ onuAdminStatus
+ INTEGER,
+ onuChipVendor
+ DisplayString,
+ onuChipType
+ DisplayString,
+ onuChipVersion
+ DisplayString,
+ onuSoftwareVersion
+ DisplayString,
+ onuFirmwareVersion
+ DisplayString,
+ onuTestDistance
+ INTEGER,
+ onuLlidId
+ INTEGER,
+ resetONU
+ INTEGER,
+ onuTimeSinceLastRegister
+ Counter32,
+ onuMgmtCvlan
+ INTEGER,
+ onuMgmtSvlan
+ INTEGER,
+ onuMgmtPriority
+ INTEGER,
+ onuMgmtSnmpTrapHost
+ IpAddress,
+ onuMgmtSnmpCommunityForRead
+ DisplayString,
+ onuMgmtSnmpCommunityForWrite
+ DisplayString,
+ onuVendorId
+ DisplayString,
+ onuModelId
+ DisplayString,
+ onuHardwareVersion
+ DisplayString,
+ onuSn
+ DisplayString,
+ onuTimeLastRegister
+ TimeTicks
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.1
+ onuDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "onuDevice Index"
+ ::= { onuInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.2
+ onuName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Name"
+ ::= { onuInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.3
+ onuType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fixed(1),
+ chassisBased(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Type
+ fixed(1) - not slot concept
+ chassisBased(2) - port is indexed by coupling slot ID"
+ ::= { onuInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.4
+ onuIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Ip Address"
+ ::= { onuInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.5
+ onuIpSubnetMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Ip Subnet Mask"
+ ::= { onuInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.6
+ onuIpGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Ip Gateway"
+ ::= { onuInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.7
+ onuMacAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onuMac Address"
+ ::= { onuInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.8
+ onuOperationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Operation Status"
+ ::= { onuInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.9
+ onuAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Admin Status"
+ ::= { onuInfoEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.10
+ onuChipVendor OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Chip Vendor"
+ ::= { onuInfoEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.11
+ onuChipType OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Chip Type"
+ ::= { onuInfoEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.12
+ onuChipVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Chip Version"
+ ::= { onuInfoEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.13
+ onuSoftwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Software Version"
+ ::= { onuInfoEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.14
+ onuFirmwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Firmware Version"
+ ::= { onuInfoEntry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.15
+ onuTestDistance OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Meter"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Test Distance"
+ ::= { onuInfoEntry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.16
+ onuLlidId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Llid Id"
+ ::= { onuInfoEntry 16 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.17
+ resetONU OBJECT-TYPE
+ SYNTAX INTEGER { reset(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "reset ONU"
+ ::= { onuInfoEntry 17 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.18
+ onuTimeSinceLastRegister OBJECT-TYPE
+ SYNTAX Counter32
+ UNITS "seconds"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of seconds, since the time when the ONU is registered"
+ ::= { onuInfoEntry 18 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.19
+ onuMgmtCvlan OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "CVLAN ID of management data for the ONU"
+ ::= { onuInfoEntry 19 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.20
+ onuMgmtSvlan OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "SVLAN ID of management data for the ONU
+ Set to 0, means only single VLAN is supported, no SVLAN concept,
+ for the ONU management"
+ ::= { onuInfoEntry 20 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.21
+ onuMgmtPriority OBJECT-TYPE
+ SYNTAX INTEGER (0..7)
+ MAX-ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Tagged dot1p priority of management data for the ONU"
+ ::= { onuInfoEntry 21 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.22
+ onuMgmtSnmpTrapHost OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The host IP address, to which the ONU will send trap."
+ ::= { onuInfoEntry 22 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.23
+ onuMgmtSnmpCommunityForRead OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The read SNMP community to the ONU."
+ ::= { onuInfoEntry 23 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.24
+ onuMgmtSnmpCommunityForWrite OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The write SNMP community to the ONU."
+ ::= { onuInfoEntry 24 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.25
+ onuVendorId OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ONU vendor id."
+ ::= { onuInfoEntry 25 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.26
+ onuModelId OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ONU model id."
+ ::= { onuInfoEntry 26 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.27
+ onuHardwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ONU hardware version."
+ ::= { onuInfoEntry 27 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.28
+ onuSn OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ONU serial number."
+ ::= { onuInfoEntry 28 }
+ -- 1.3.6.1.4.1.17409.2.3.4.1.1.29
+ onuTimeLastRegister OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= {onuInfoEntry 29 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.2
+ onuPonPortOpticalTransmissionPropertyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuPonPortOpticalTransmissionPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ This table is designed for both OLT and ONU
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT - OnuNum of EponDeviceIndex TC shall be set to 0,
+ onuPonPortOpticalTransmissionPropertyCardIndex, and
+ onuPonPortOpticalTransmissionPropertyPortIndex set to
+ 65535 indicates meaningless
+ ONU - Set EponDeviceIndex TC to corresponding ONU ID,
+ onuPonPortOpticalTransmissionPropertyCardIndex, and
+ onuPonPortOpticalTransmissionPropertyPortIndex set to the
+ corresponding value
+ "
+ ::= { onuObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.2.1
+ onuPonPortOpticalTransmissionPropertyEntry OBJECT-TYPE
+ SYNTAX OnuPonPortOpticalTransmissionPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuPonPortOpticalTransmissionPropertyEntry Information"
+ INDEX { onuPonPortOpticalTransmissionPropertyDeviceIndex, onuPonPortOpticalTransmissionPropertyCardIndex, onuPonPortOpticalTransmissionPropertyPortIndex }
+ ::= { onuPonPortOpticalTransmissionPropertyTable 1 }
+
+
+ OnuPonPortOpticalTransmissionPropertyEntry ::=
+ SEQUENCE {
+ onuPonPortOpticalTransmissionPropertyDeviceIndex
+ EponDeviceIndex,
+ onuPonPortOpticalTransmissionPropertyCardIndex
+ INTEGER,
+ onuPonPortOpticalTransmissionPropertyPortIndex
+ INTEGER,
+ onuReceivedOpticalPower
+ INTEGER,
+ onuTramsmittedOpticalPower
+ INTEGER,
+ onuBiasCurrent
+ INTEGER,
+ onuWorkingVoltage
+ INTEGER,
+ onuWorkingTemperature
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.4.2.1.1
+ onuPonPortOpticalTransmissionPropertyDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Device Index of the ONU."
+ ::= { onuPonPortOpticalTransmissionPropertyEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.2.1.2
+ onuPonPortOpticalTransmissionPropertyCardIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Card Index in the ONU. Shall set to 0, if ONU is not a modulized
+ device"
+ ::= { onuPonPortOpticalTransmissionPropertyEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.2.1.3
+ onuPonPortOpticalTransmissionPropertyPortIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Port Index in the Pon card of ONU"
+ ::= { onuPonPortOpticalTransmissionPropertyEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.2.1.4
+ onuReceivedOpticalPower OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-dBm"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "received Optical Power"
+ ::= { onuPonPortOpticalTransmissionPropertyEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.2.1.5
+ onuTramsmittedOpticalPower OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-dBm"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "tramsmitted Optical Power"
+ ::= { onuPonPortOpticalTransmissionPropertyEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.2.1.6
+ onuBiasCurrent OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-mA"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "biasCurrent"
+ ::= { onuPonPortOpticalTransmissionPropertyEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.2.1.7
+ onuWorkingVoltage OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-mV"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onuworking Voltage"
+ ::= { onuPonPortOpticalTransmissionPropertyEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.2.1.8
+ onuWorkingTemperature OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Centi-degree centigrade"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "working Temperature"
+ ::= { onuPonPortOpticalTransmissionPropertyEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3
+ onuCapabilityTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of onuInfoTable entries. "
+ ::= { onuObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1
+ onuCapabilityEntry OBJECT-TYPE
+ SYNTAX OnuCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuCapabilityEntry Information"
+ INDEX { onuCapabilityDeviceIndex }
+ ::= { onuCapabilityTable 1 }
+
+
+ OnuCapabilityEntry ::=
+ SEQUENCE {
+ onuCapabilityDeviceIndex
+ EponDeviceIndex,
+ onuGePortNum
+ INTEGER,
+ onuGePortBitmap
+ OCTET STRING,
+ onuFePortNum
+ INTEGER,
+ onuFePortBitmap
+ OCTET STRING,
+ onuQueueNumUplink
+ INTEGER,
+ onuMaxQueueNumUplink
+ INTEGER,
+ onuQueueNumDownlink
+ INTEGER,
+ onuMaxQueueNumDownlink
+ INTEGER,
+ onuFecEnable
+ TruthValue,
+ onuEncryptMode
+ INTEGER,
+ onuEncryptKeyExchangeTime
+ TimeTicks,
+ onuIsolationEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.1
+ onuCapabilityDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "onu Device Index"
+ ::= { onuCapabilityEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.2
+ onuGePortNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "gePort Num"
+ ::= { onuCapabilityEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.3
+ onuGePortBitmap OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "gePort Bitmap
+
+ In slot+port pair list manner. Suppose each slot support up to 64 ports.
+ One octet to indentify slot and 8 octets to identify portbitmap for
+ the slot. The bitmap definition is internet sequence. The most left bit
+ is for port 1 of the slot, the most right bit is for port 64 of the slot.
+ If the slot cannot support 64 ports, set the bits of not supported ports
+ to 0.
+ If the port is GE port, set the corresponding bit to 1.
+ Since the slot num depends on each individual device, the object is variable
+ length. If the device is fixed box (not modulized), set the slot number to
+ 255. Then the network management system could ignore the slot info.
+ It is not necessary to list the slot doesn't support GE port.
+ For example, if have 4 GE ports, of: 1/4, 1/6, 2/3, 4/17,
+ the object will be presented in:
+ 01 14 00 00 00 00 00 00 00
+ 02 20 00 00 00 00 00 00 00
+ 04 00 00 80 00 00 00 00 00
+ Another example, for fixed box, if have 4 ge ports of 4,6,10,17, the object
+ will be presented as:
+ FF 14 40 10 00 00 00 00
+ "
+ ::= { onuCapabilityEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.4
+ onuFePortNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "fePort Num"
+ ::= { onuCapabilityEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.5
+ onuFePortBitmap OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "fePort Bitmap
+
+ In slot+port pair list manner. Suppose each slot support up to 64 ports.
+ One octet to indentify slot and 8 octets to identify portbitmap for
+ the slot. The bitmap definition is internet sequence. The most left bit
+ is for port 1 of the slot, the most right bit is for port 64 of the slot.
+ If the slot cannot support 64 ports, set the bits of not supported ports
+ to 0.
+ If the port is FE port, set the corresponding bit to 1.
+ Since the slot num depends on each individual device, the object is variable
+ length. If the device is fixed box (not modulized), set the slot number to
+ 255. Then the network management system could ignore the slot info.
+ It is not necessary to list the slot doesn't support FE port.
+ For example, if have 4 FE ports, of: 1/4, 1/6, 2/3, 4/17,
+ the object will be presented in:
+ 01 14 00 00 00 00 00 00 00
+ 02 20 00 00 00 00 00 00 00
+ 04 00 00 80 00 00 00 00 00
+ Another example, for fixed box, if have 4 FE ports of 4,6,10,17, the object
+ will be presented as:
+ FF 14 40 10 00 00 00 00
+ "
+ ::= { onuCapabilityEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.6
+ onuQueueNumUplink OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "queue Num Uplink"
+ ::= { onuCapabilityEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.7
+ onuMaxQueueNumUplink OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "max Queue Num Uplink"
+ ::= { onuCapabilityEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.8
+ onuQueueNumDownlink OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "queue Num Downlink"
+ ::= { onuCapabilityEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.9
+ onuMaxQueueNumDownlink OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "max Queue Num Downlink"
+ ::= { onuCapabilityEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.10
+ onuFecEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "fec Enable"
+ ::= { onuCapabilityEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.11
+ onuEncryptMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ aes128(1),
+ ctcTripleChurning(2),
+ other(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "encrypt Mode"
+ ::= { onuCapabilityEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.12
+ onuEncryptKeyExchangeTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "encryptKeyExchange Time"
+ ::= { onuCapabilityEntry 12 }
+ -- 1.3.6.1.4.1.17409.2.3.4.3.1.13
+ onuIsolationEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ ONU\u7f02\u5099\u7126\u59ab\u5fdb\u5d39\u93b7\u5c7b\u4eb9\u6fde\u6219\u57ba\u9237\u66e2\u67e1\u9350\u3125\u4e9e\u95bb\u5ea2\u5f43\u9709\u95bf\u6fc6\u7246\u9354\u7538\u67db\u8e47\u30e6\u5af9
+ true(1) false(2)"
+ ::= { onuCapabilityEntry 13 }
+
+ -- 1.3.6.1.4.1.17409.2.3.4.4
+ slaTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SlaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of slaTable entries. "
+ ::= { onuObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.4.1
+ slaEntry OBJECT-TYPE
+ SYNTAX SlaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The slaEntry Information"
+ INDEX { slaIndex }
+ ::= { slaTable 1 }
+
+
+ SlaEntry ::=
+ SEQUENCE {
+ slaIndex
+ EponDeviceIndex,
+ slaDsFixedBW
+ INTEGER,
+ slaDsPeakBW
+ INTEGER,
+ slaDsCommittedBW
+ INTEGER,
+ slaUsFixedBW
+ INTEGER,
+ slaUsPeakBW
+ INTEGER,
+ slaUsCommittedBW
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.4.4.1.1
+ slaIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "sla Index"
+ ::= { slaEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.4.1.2
+ slaDsFixedBW OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Downstream sla FixedBW"
+ ::= { slaEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.4.1.3
+ slaDsPeakBW OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Downstream sla PeakBW"
+ ::= { slaEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.4.1.4
+ slaDsCommittedBW OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Downstream sla CommittedBW"
+ ::= { slaEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.4.1.5
+ slaUsFixedBW OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Upstream sla FixedBW"
+ ::= { slaEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.4.1.6
+ slaUsPeakBW OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Upstream sla PeakBW"
+ ::= { slaEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.4.1.7
+ slaUsCommittedBW OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Upstream sla CommittedBW"
+ ::= { slaEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5
+ onuAuthenticationManagement OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5.1
+ onuAuthenticationPolicy OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ acceptAll(1),
+ rejectNotConfigured(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Define the behavior on the auth policy
+ acceptAll(1) - Disable ONU authentication, all ONU could register
+ to OLT
+ rejectNotConfigured(2) - Only the relationship b/w ONU ID and MAC address defined
+ in onuAuthenticationPreConfigTable could register to OLT.
+ "
+ ::= { onuAuthenticationManagement 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5.2
+ onuAuthenticationPreConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAuthenticationPreConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of onuAuthenticationPreConfigTable entries. "
+ ::= { onuAuthenticationManagement 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5.2.1
+ onuAuthenticationPreConfigEntry OBJECT-TYPE
+ SYNTAX OnuAuthenticationPreConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuAuthenticationPreConfigEntry Information"
+ INDEX { onuAuthenOnuId }
+ ::= { onuAuthenticationPreConfigTable 1 }
+
+
+ OnuAuthenticationPreConfigEntry ::=
+ SEQUENCE {
+ onuAuthenOnuId
+ EponDeviceIndex,
+ onuAuthenMacAddress
+ MacAddress,
+ onuAuthenAction
+ INTEGER,
+ onuAuthenRowStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5.2.1.1
+ onuAuthenOnuId OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "onu logical ID"
+ ::= { onuAuthenticationPreConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5.2.1.2
+ onuAuthenMacAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "onu Mac Address"
+ ::= { onuAuthenticationPreConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5.2.1.3
+ onuAuthenAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ accept(1),
+ reject(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Authen Action
+
+ This is optional in function"
+ ::= { onuAuthenticationPreConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5.2.1.4
+ onuAuthenRowStatus OBJECT-TYPE
+ SYNTAX INTEGER{active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "authen Row Status"
+ ::= { onuAuthenticationPreConfigEntry 4 }
+
+
+ onuAuthenticationBlockTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAuthenticationBlockEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of onuAuthenticationBlockTable entries. "
+ ::= {onuAuthenticationManagement 3 }
+
+ onuAuthenticationBlockEntry OBJECT-TYPE
+ SYNTAX OnuAuthenticationBlockEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuAuthenticationBlockEntry Information"
+ INDEX { onuAuthenBlockOnuId }
+ ::={onuAuthenticationBlockTable 1 }
+
+ OnuAuthenticationBlockEntry ::= SEQUENCE {
+ onuAuthenBlockOnuId EponDeviceIndex,
+ onuAuthenBlockMacAddress MacAddress,
+ authenBlockTime TimeTicks,
+ onuAuthenBlockRowStatus RowStatus
+ }
+
+
+ onuAuthenBlockOnuId OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "ONU Id"
+ ::= {onuAuthenticationBlockEntry 1 }
+
+ onuAuthenBlockMacAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mac Address"
+ ::= {onuAuthenticationBlockEntry 2 }
+
+ authenBlockTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "\u52a0\u5165\u9ed1\u540d\u5355\u65f6\u95f4"
+ ::= {onuAuthenticationBlockEntry 3 }
+
+ onuAuthenBlockRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ " Row Status"
+ ::= { onuAuthenticationBlockEntry 4 }
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5.4
+ onuLoidAuthenticationConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuLoidAuthenticationConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of onu LOID AuthenticationConfigTable entries. "
+ ::= {onuAuthenticationManagement 4 }
+ -- 1.3.6.1.4.1.17409.2.3.4.5.4.1
+ onuLoidAuthenticationConfigEntry OBJECT-TYPE
+ SYNTAX OnuLoidAuthenticationConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuLoidAuthenticationConfigEntryInformation"
+ INDEX { onuLoidAuthenOnuId}
+ ::={ onuLoidAuthenticationConfigTable 1 }
+
+ OnuLoidAuthenticationConfigEntry ::= SEQUENCE {
+ onuLoidAuthenOnuId EponDeviceIndex,
+ onuLoidAuthenLOID OCTET STRING,
+ onuLoidAuthenPassword OCTET STRING,
+ onuLoidAuthenRowStatus RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5.4.1.1
+ onuLoidAuthenOnuId OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "onu logical ID"
+ ::= { onuLoidAuthenticationConfigEntry 1 }
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5.4.1.2
+ onuLoidAuthenLOID OBJECT-TYPE
+ SYNTAX OCTET STRING(SIZE(1..24))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { onuLoidAuthenticationConfigEntry 2 }
+ -- 1.3.6.1.4.1.17409.2.3.4.5.4.1.3
+ onuLoidAuthenPassword OBJECT-TYPE
+ SYNTAX OCTET STRING(SIZE(0..12))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuLoidAuthenticationConfigEntry 3 }
+
+ -- 1.3.6.1.4.1.17409.2.3.4.5.4.1.4
+ onuLoidAuthenRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ " Row Status"
+ ::= { onuLoidAuthenticationConfigEntry 4 }
+
+ onuAutoFindTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAutoFindEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of autofind list entries. "
+ ::= { onuObjects 6 }
+
+ onuAutoFindEntry OBJECT-TYPE
+ SYNTAX OnuAutoFindEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuAutoFindEntry Information
+ \u81ea\u52a8\u4e0a\u7535\u4e0a\u7ebf\u7684\u672a\u6388\u6743\u7684ONU,\u5168\u90e8\u53ea\u8bfb,\u4e0d\u505a\u914d\u7f6e"
+ INDEX { onuAutoFindOnuIndex }
+ ::={ onuAutoFindTable 1 }
+
+ OnuAutoFindEntry ::= SEQUENCE {
+ onuAutoFindOnuIndex EponDeviceIndex,
+ onuAutoFindMacAddress MacAddress,
+ onuAutoFindTime TimeTicks,
+ onuAutoFindAuthenLOID OCTET STRING,
+ onuAutoFindAuthenPassword OCTET STRING
+ }
+
+
+ onuAutoFindOnuIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "index "
+ ::= { onuAutoFindEntry 1 }
+
+ onuAutoFindMacAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Mac Address"
+ ::= { onuAutoFindEntry 2 }
+
+ onuAutoFindTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "\u4e0a\u7ebf\u65f6\u95f4"
+ ::= { onuAutoFindEntry 3 }
+
+
+ onuAutoFindAuthenLOID OBJECT-TYPE
+ SYNTAX OCTET STRING(SIZE(1..24))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " ONU\u8ba4\u8bc1\u903b\u8f91\u6807\u8bc6;
+ \u5f53\u4f4d\u6570\u4e3a0\u7684\u65f6\u5019,\u8868\u793a\u6ca1\u6709 "
+ ::= { onuAutoFindEntry 4 }
+
+ onuAutoFindAuthenPassword OBJECT-TYPE
+ SYNTAX OCTET STRING(SIZE(0..12))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "\u5bc6\u7801\u4e3a0\uff5e12\u4f4d\u7684\u5b57\u7b26\u4e32,\u5982356abc,\u5f53\u4f4d\u6570\u4e3a0\u7684\u65f6\u5019,\u8868\u793a\u6ca1\u6709\u5bc6\u7801"
+ ::= { onuAutoFindEntry 5 }
+
+
+
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5
+ uniObjects OBJECT IDENTIFIER ::= { eponTree 5 }
+
+
+-- ------------------------------------------------------------------------------
+-- uniObjects[UNI](1.3.6.1.4.1.17409.2.3.5)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.3.5.1
+ uniAttributeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UniAttributeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of uniAttributeTable entries."
+ ::= { uniObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.1.1
+ uniAttributeEntry OBJECT-TYPE
+ SYNTAX UniAttributeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The uniAttributeEntry Information"
+ INDEX { uniAttributeDeviceIndex, uniAttributeCardIndex, uniAttributePortIndex }
+ ::= { uniAttributeTable 1 }
+
+
+ UniAttributeEntry ::=
+ SEQUENCE {
+ uniAttributeDeviceIndex
+ EponDeviceIndex,
+ uniAttributeCardIndex
+ EponCardIndex,
+ uniAttributePortIndex
+ EponPortIndex,
+ uniAdminStatus
+ INTEGER,
+ uniOperationStatus
+ INTEGER,
+ uniAutoNegotiationEnable
+ TruthValue,
+ uniAutoNegotiationLocalTechAbility
+ AutoNegotiationTechAbility,
+ uniAutoNegotiationRestart
+ INTEGER,
+ uniMacAddrLearnMaxNum
+ INTEGER,
+ uniCurrentPerfStatsEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.5.1.1.1
+ uniAttributeDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Device Index
+
+ For OLT, set to corresponding ONU ID
+ For ONU, set to 0
+ "
+ ::= { uniAttributeEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.1.1.2
+ uniAttributeCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Card Index
+ The value of this cardIndex depends on onuType.
+ fixed(1) - set to 0, to indicate slot num is meaningless.
+ chassisBased(2) - MUST NOT be zero
+ "
+ ::= { uniAttributeEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.1.1.3
+ uniAttributePortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Port Index"
+ ::= { uniAttributeEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.1.1.4
+ uniAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Admin Status"
+ ::= { uniAttributeEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.1.1.5
+ uniOperationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Operation Status"
+ ::= { uniAttributeEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.1.1.6
+ uniAutoNegotiationEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Whether or not to enable auto negotiation on the uni port"
+ ::= { uniAttributeEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.1.1.7
+ uniAutoNegotiationLocalTechAbility OBJECT-TYPE
+ SYNTAX AutoNegotiationTechAbility
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This indicates the technology ability of the local device"
+ ::= { uniAttributeEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.1.1.8
+ uniAutoNegotiationRestart OBJECT-TYPE
+ SYNTAX INTEGER { restart(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Restart the autonegotiation"
+ ::= { uniAttributeEntry 8 }
+
+ -- 1.3.6.1.4.1.17409.2.3.5.1.1.9
+ uniMacAddrLearnMaxNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Mac Address Learn Max Num"
+ ::= { uniAttributeEntry 9 }
+
+ -- 1.3.6.1.4.1.17409.2.3.5.1.1.10
+ uniCurrentPerfStatsEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "true(1) false(2)"
+ ::= { uniAttributeEntry 10 }
+
+ -- 1.3.6.1.4.1.17409.2.3.5.2
+ uniMacAddressManagement OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { uniObjects 2 }
+
+
+ uniMacAddressManagementTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UniMacAddressManagementEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of MacAddress global parameter in a onu."
+ ::= { uniMacAddressManagement 1 }
+
+ uniMacAddressManagementEntry OBJECT-TYPE
+ SYNTAX UniMacAddressManagementEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { uniMacAddrONUIndex }
+ ::= { uniMacAddressManagementTable 1 }
+
+
+UniMacAddressManagementEntry::=
+ SEQUENCE {
+ uniMacAddrONUIndex EponDeviceIndex,
+ uniMacAddrAgingTime INTEGER,
+ uniMacAddrClear INTEGER
+ }
+
+
+ uniMacAddrONUIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "onuDevice Index"
+ ::= { uniMacAddressManagementEntry 1 }
+
+
+
+ uniMacAddrAgingTime OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Seconds"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Mac Address Table Aging Time"
+ ::= { uniMacAddressManagementEntry 2 }
+
+ uniMacAddrClear OBJECT-TYPE
+ SYNTAX INTEGER { allDynamic(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Mac Address Table Clear"
+ ::= { uniMacAddressManagementEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.2.2
+ uniMacAddressTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UniMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of MacAddress entries."
+ ::= { uniMacAddressManagement 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.2.2.1
+ uniMacAddressEntry OBJECT-TYPE
+ SYNTAX UniMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The Mac Address Information"
+ INDEX { uniMacAddrIndex, uniMacAddrVlanIdIndex }
+ ::= { uniMacAddressTable 1 }
+
+
+ UniMacAddressEntry ::=
+ SEQUENCE {
+ uniMacAddrIndex
+ MacAddress,
+ uniMacAddrVlanIdIndex
+ INTEGER,
+ uniMacAddrType
+ INTEGER,
+ uniMacAddrPortId
+ OCTET STRING,
+ uniMacAddrRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.5.2.2.1.1
+ uniMacAddrIndex OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Mac Address Index"
+ ::= { uniMacAddressEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.2.2.1.2
+ uniMacAddrVlanIdIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Mac Address Vlan Id Index"
+ ::= { uniMacAddressEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.2.2.1.3
+ uniMacAddrType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ static(1),
+ dynamic(2),
+ other(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mac Address Type"
+ ::= { uniMacAddressEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.2.2.1.4
+ uniMacAddrPortId OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (2))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mac Address Port Id
+ The first octet is slot ID, the second octet is port ID.
+ If the device is fixed (not modulized), set slot ID to 0.
+ Note that, slot here shall follow the last byte definition of
+ EponCardIndex to indicate the main-slot and sub-slot index.
+ For example, for modulized port 10/3, set to 0x0A 03
+ For fix box port 3, set to 0x00 03
+ "
+ ::= { uniMacAddressEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.2.2.1.5
+ uniMacAddrRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "delete,create. Update is not supported"
+ ::= { uniMacAddressEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3
+ uniTrunkManagement OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { uniObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.1
+ uniTrunkGroupConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UniTrunkGroupConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of uniTrunkGroupConfigTable entries."
+ ::= { uniTrunkManagement 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.1.1
+ uniTrunkGroupConfigEntry OBJECT-TYPE
+ SYNTAX UniTrunkGroupConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The uniTrunk Group Config Entry Information"
+ INDEX { uniTrunkGroupConfigIndex }
+ ::= { uniTrunkGroupConfigTable 1 }
+
+
+ UniTrunkGroupConfigEntry ::=
+ SEQUENCE {
+ uniTrunkGroupConfigIndex
+ INTEGER,
+ uniTrunkGroupConfigName
+ DisplayString,
+ uniTrunkGroupConfigMember
+ OCTET STRING,
+ uniTrunkGroupConfigPolicy
+ INTEGER,
+ uniTrunkGroupConfigRowstatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.1.1.1
+ uniTrunkGroupConfigIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Config Index"
+ ::= { uniTrunkGroupConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.1.1.2
+ uniTrunkGroupConfigName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Config Name"
+ ::= { uniTrunkGroupConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.1.1.3
+ uniTrunkGroupConfigMember OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Config Member.
+ It is presented by member port list. Each member port is identified
+ by 2-byte format, One for slot ID, the last for port ID. The actual
+ length of this string depends of the number of member ports in the
+ trunk group. If the ONU is fixed (not modulized), set slot ID to 0,
+ the NMS could ignore the slot info.
+ Note that, slot here shall follow the last byte definition of
+ EponCardIndex to indicate the main-slot and sub-slot index.
+ The relationship is:
+ Length of the string = 2 * (NUM of member ports)
+ For example, if port 1/2 and 3/4 is the member ports of the
+ trunk, then the object is presented as:
+ 01 02 03 04
+ "
+ ::= { uniTrunkGroupConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.1.1.4
+ uniTrunkGroupConfigPolicy OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ srcMac(1),
+ destMac(2),
+ srcMacNDestMac(3),
+ srcIp(4),
+ destIp(5),
+ srcIpNDestIp(6)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Config Policy"
+ ::= { uniTrunkGroupConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.1.1.5
+ uniTrunkGroupConfigRowstatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Config Rowstatus"
+ ::= { uniTrunkGroupConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.2
+ uniTrunkGroupTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UniTrunkGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "a list of uniTrunkGroupConfigTable entries."
+ ::= { uniTrunkManagement 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.2.1
+ uniTrunkGroupEntry OBJECT-TYPE
+ SYNTAX UniTrunkGroupEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Entry"
+ INDEX { uniTrunkGroupIndex }
+ ::= { uniTrunkGroupTable 1 }
+
+
+ UniTrunkGroupEntry ::=
+ SEQUENCE {
+ uniTrunkGroupIndex
+ INTEGER,
+ uniTrunkGroupOperationStatus
+ INTEGER,
+ uniTrunkGroupActualSpeed
+ INTEGER,
+ uniTrunkGroupAdminStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.2.1.1
+ uniTrunkGroupIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Index"
+ ::= { uniTrunkGroupEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.2.1.2
+ uniTrunkGroupOperationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Operation Status"
+ ::= { uniTrunkGroupEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.2.1.3
+ uniTrunkGroupActualSpeed OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Mbps"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Trunk Group Actual Speed.
+ The speed is the aggregated rates of all operational UP member
+ ports of the trunk.
+ For example, 4 member ports of the trunk, two are UP, each is 1000M
+ then the SUN is 2000M. As a result, the return of the MIB shall be
+ 2000Mbps"
+ ::= { uniTrunkGroupEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.3.2.1.4
+ uniTrunkGroupAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2),
+ testing(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Trunk Group AdminStatus"
+ ::= { uniTrunkGroupEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4
+ uniPortRateLimitTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UniPortRateLimitEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of PortRateLimit entries."
+ ::= { uniObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4.1
+ uniPortRateLimitEntry OBJECT-TYPE
+ SYNTAX UniPortRateLimitEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The Port Rate Limit Information"
+ INDEX { uniPortRateLimitDeviceIndex, uniPortRateLimitCardIndex, uniPortRateLimitPortIndex }
+ ::= { uniPortRateLimitTable 1 }
+
+
+ UniPortRateLimitEntry ::=
+ SEQUENCE {
+ uniPortRateLimitDeviceIndex
+ EponDeviceIndex,
+ uniPortRateLimitCardIndex
+ EponCardIndex,
+ uniPortRateLimitPortIndex
+ EponPortIndex,
+ uniPortInCIR
+ INTEGER,
+ uniPortInCBS
+ INTEGER,
+ uniPortInEBS
+ INTEGER,
+ uniPortOutCIR
+ INTEGER,
+ uniPortOutPIR
+ INTEGER,
+ uniPortInRateLimitEnable
+ TruthValue,
+ uniPortOutRateLimitEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4.1.1
+ uniPortRateLimitDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "device Index
+
+ For OLT, set to corresponding ONU ID
+ For ONU, set to 0
+ "
+ ::= { uniPortRateLimitEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4.1.2
+ uniPortRateLimitCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "card Index
+ The value of this cardIndex depends on onuType.
+ fixed(1) - set to 0, to indicate slot num is meaningless.
+ chassisBased(2) - MUST NOT be zero
+ "
+ ::= { uniPortRateLimitEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4.1.3
+ uniPortRateLimitPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "port Index"
+ ::= { uniPortRateLimitEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4.1.4
+ uniPortInCIR OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Committed Information Rate(CIR) in kbps."
+ ::= { uniPortRateLimitEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4.1.5
+ uniPortInCBS OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Kbytes"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Committed Burst Rate(CBS) in kbyte."
+ ::= { uniPortRateLimitEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4.1.6
+ uniPortInEBS OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Kbytes"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "ebs in kbytes."
+ ::= { uniPortRateLimitEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4.1.7
+ uniPortOutCIR OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Committed Information Rate(CIR) in kbps."
+ ::= { uniPortRateLimitEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4.1.8
+ uniPortOutPIR OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "PIR in kbps."
+ ::= { uniPortRateLimitEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4.1.9
+ uniPortInRateLimitEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Whether or not to enable or disable ingress rate limit for the UNI."
+ ::= { uniPortRateLimitEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.4.1.10
+ uniPortOutRateLimitEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Whether or not to enable or disable egress rate limit for the UNI."
+ ::= { uniPortRateLimitEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.5
+ uniMirrorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UniMirrorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "a list of uniMirrorTable entries."
+ ::= { uniObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.5.1
+ uniMirrorEntry OBJECT-TYPE
+ SYNTAX UniMirrorEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The Mirror Information."
+ INDEX { uniMirrorGroupIndex }
+ ::= { uniMirrorTable 1 }
+
+
+ UniMirrorEntry ::=
+ SEQUENCE {
+ uniMirrorGroupIndex
+ INTEGER,
+ uniMirrorGroupName
+ DisplayString,
+ uniMirrorGroupDstPortList
+ OCTET STRING,
+ uniMirrorGroupSrcInPortList
+ OCTET STRING,
+ uniMirrorGroupSrcOutPortList
+ OCTET STRING,
+ uniMirrorGroupRowstatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.5.5.1.1
+ uniMirrorGroupIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Index"
+ ::= { uniMirrorEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.5.1.2
+ uniMirrorGroupName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Name"
+ ::= { uniMirrorEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.5.1.3
+ uniMirrorGroupDstPortList OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Dst Port List.
+ It is presented by port list. Each port is identified by
+ 2-byte format, One for slot ID, the last for port ID. The
+ actual length of this string depends of the number of
+ ports in destination port list of the mirror group,
+ If the ONU is fixed (not modulized), set slot ID to 0,
+ the NMS could ignore the slot info.
+ Note that, slot here shall follow the last byte definition of
+ EponCardIndex to indicate the main-slot and sub-slot index.
+ The relationship is:
+ Length of the string = 2 * (NUM of ports)
+ For example, if port 1/2 and 3/4 is the destination ports of
+ the mirror group, then the object is presented as:
+ 01 02 03 04
+ "
+ ::= { uniMirrorEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.5.1.4
+ uniMirrorGroupSrcInPortList OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Src In Port List.
+ It is presented by port list. Each port is identified by
+ 2-byte format, One for slot ID, the last for port ID. The
+ actual length of this string depends of the number of
+ ports in source ingress list of the mirror group,
+ If the ONU is fixed (not modulized), set slot ID to 0,
+ the NMS could ignore the slot info.
+ Note that, slot here shall follow the last byte definition of
+ EponCardIndex to indicate the main-slot and sub-slot index.
+ The relationship is:
+ Length of the string = 2 * (NUM of ports)
+ For example, if port 1/2 and 3/4 is the source ingress ports of
+ the mirror group, then the object is presented as:
+ 01 02 03 04
+ "
+ ::= { uniMirrorEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.5.1.5
+ uniMirrorGroupSrcOutPortList OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Src Out Port List.
+ It is presented by port list. Each port is identified by
+ 2-byte format, One for slot ID, the last for port ID. The
+ actual length of this string depends of the number of
+ ports in source egress list of the mirror group,
+ If the ONU is fixed (not modulized), set slot ID to 0,
+ the NMS could ignore the slot info.
+ Note that, slot here shall follow the last byte definition of
+ EponCardIndex to indicate the main-slot and sub-slot index.
+ The relationship is:
+ Length of the string = 2 * (NUM of ports)
+ For example, if port 1/2 and 3/4 is the source egress ports of
+ the mirror group, then the object is presented as:
+ 01 02 03 04
+ "
+ ::= { uniMirrorEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.5.1.6
+ uniMirrorGroupRowstatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Mirror Group Rowstatus"
+ ::= { uniMirrorEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6
+ uniBroadcastStormSuppressionTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UniBroadcastStormSuppressionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of BroadcastStormSuppression entries."
+ ::= { uniObjects 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1
+ uniBroadcastStormSuppressionEntry OBJECT-TYPE
+ SYNTAX UniBroadcastStormSuppressionEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The Broadcast Storm Suppression Information"
+ INDEX { uniBroadcastStormSuppressionCardIndex, uniBroadcastStormSuppressionPortIndex }
+ ::= { uniBroadcastStormSuppressionTable 1 }
+
+
+ UniBroadcastStormSuppressionEntry ::=
+ SEQUENCE {
+ uniBroadcastStormSuppressionCardIndex
+ EponCardIndex,
+ uniBroadcastStormSuppressionPortIndex
+ EponPortIndex,
+ uniUnicastStormEnable
+ TruthValue,
+ uniUnicastStormInPacketRate
+ INTEGER,
+ uniUnicastStormOutPacketRate
+ INTEGER,
+ uniMulticastStormEnable
+ TruthValue,
+ uniMulticastStormInPacketRate
+ INTEGER,
+ uniMulticastStormOutPacketRate
+ INTEGER,
+ uniBroadcastStormEnable
+ TruthValue,
+ uniBroadcastStormInPacketRate
+ INTEGER,
+ uniBroadcastStormOutPacketRate
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1.1
+ uniBroadcastStormSuppressionCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "card Index
+
+ The value of this cardIndex depends on onuType.
+ fixed(1) - set to 0, to indicate slot num is meaningless.
+ chassisBased(2) - MUST NOT be zero
+ "
+ ::= { uniBroadcastStormSuppressionEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1.2
+ uniBroadcastStormSuppressionPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "port Index"
+ ::= { uniBroadcastStormSuppressionEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1.3
+ uniUnicastStormEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Cast Storm Enable"
+ ::= { uniBroadcastStormSuppressionEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1.4
+ uniUnicastStormInPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Cast Storm In Packet Rate"
+ ::= { uniBroadcastStormSuppressionEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1.5
+ uniUnicastStormOutPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Cast Storm Out Packet Rate"
+ ::= { uniBroadcastStormSuppressionEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1.6
+ uniMulticastStormEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "true(1) false(2)"
+ ::= { uniBroadcastStormSuppressionEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1.7
+ uniMulticastStormInPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Multicast Storm In Packet Rate"
+ ::= { uniBroadcastStormSuppressionEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1.8
+ uniMulticastStormOutPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Multicast Storm Out Packet Rate"
+ ::= { uniBroadcastStormSuppressionEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1.9
+ uniBroadcastStormEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "true(1) false(2)"
+ ::= { uniBroadcastStormSuppressionEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1.10
+ uniBroadcastStormInPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Broadcast Storm In Packet Rate"
+ ::= { uniBroadcastStormSuppressionEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.6.1.11
+ uniBroadcastStormOutPacketRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Broadcast Storm Out Packet Rate"
+ ::= { uniBroadcastStormSuppressionEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.7
+ uniExtAttributeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UniExtAttributeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The extended attribute list for each UNI. "
+ ::= { uniObjects 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.7.1
+ uniExtAttributeEntry OBJECT-TYPE
+ SYNTAX UniExtAttributeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { uniExtAttributeCardIndex, uniExtAttributePortIndex }
+ ::= { uniExtAttributeTable 1 }
+
+
+ UniExtAttributeEntry ::=
+ SEQUENCE {
+ uniExtAttributeCardIndex
+ EponCardIndex,
+ uniExtAttributePortIndex
+ EponPortIndex,
+ uniPerfStats15minuteEnable
+ TruthValue,
+ uniPerfStats24hourEnable
+ TruthValue,
+ uniLastChangeTime
+ TimeTicks,
+ uniIsolationEnable
+ TruthValue,
+ uniExMacAddrLearnMaxNum
+ INTEGER,
+ uniAutoNegotiationAdvertisedTechAbility
+ AutoNegotiationTechAbility,
+ uniMacAddrClearByPort
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.5.7.1.1
+ uniExtAttributeCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Card index
+ The value of this cardIndex depends on onuType.
+ fixed(1) - set to 0, to indicate slot num is meaningless.
+ chassisBased(2) - MUST NOT be zero
+ "
+ ::= { uniExtAttributeEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.7.1.2
+ uniExtAttributePortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { uniExtAttributeEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.7.1.3
+ uniPerfStats15minuteEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "true(1) false(2)"
+ ::= { uniExtAttributeEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.7.1.4
+ uniPerfStats24hourEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "true(1) false(2)"
+ ::= { uniExtAttributeEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.7.1.5
+ uniLastChangeTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Last Change Time"
+ ::= { uniExtAttributeEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.7.1.6
+ uniIsolationEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "true(1) false(2)"
+ ::= { uniExtAttributeEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.7.1.7
+ uniExMacAddrLearnMaxNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Mac Address Learn Max Num"
+ ::= { uniExtAttributeEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.7.1.8
+ uniAutoNegotiationAdvertisedTechAbility OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Refer to clause 30.6.1.1.6 of IEEE 802.3 2005 edition"
+ ::= { uniExtAttributeEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.5.7.1.9
+ uniMacAddrClearByPort OBJECT-TYPE
+ SYNTAX INTEGER { clearDynamic(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Clear MAC address by UNI port.
+ clearDynamic(1) - Clear all dynamic MAC address learned on the UNI port"
+ ::= { uniExtAttributeEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6
+ igmpManagementObjects OBJECT IDENTIFIER ::= { eponTree 6 }
+
+
+-- ------------------------------------------------------------------------------
+-- igmpManagementObjects[IGMP](1.3.6.1.4.1.17409.2.3.6)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.3.6.1
+ igmpEntityTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IgmpEntityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ IGMP"
+ ::= { igmpManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.1.1
+ igmpEntityEntry OBJECT-TYPE
+ SYNTAX IgmpEntityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { igmpDeviceIndex }
+ ::= { igmpEntityTable 1 }
+
+
+ IgmpEntityEntry ::=
+ SEQUENCE {
+ igmpDeviceIndex
+ INTEGER,
+ igmpMode
+ INTEGER,
+ maxQueryResponseTime
+ INTEGER,
+ robustVariable
+ INTEGER,
+ queryInterval
+ INTEGER,
+ lastMemberQueryInterval
+ INTEGER,
+ lastMemberQueryCount
+ INTEGER,
+ igmpVersion
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.6.1.1.1
+ igmpDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT, set to corresponding device
+ For ONU, set to 0"
+ ::= { igmpEntityEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.1.1.2
+ igmpMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ proxy(1),
+ ctc(2),
+ disabled(3),
+ snooping(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ IGMP
+ centralized(1) - All the multicast control is done by OLT
+ distributedwithcm(2) - Both OLT and ONU perform IGMP proxy and
+ controlled multicast will be enabled. At
+ this case, if igmp joins shall follow the
+ definition in multicastPackageList, for the
+ port
+ disabled(3) - Disable IGMP proxy on OLT and ONU
+ distributedwocm(4) - Both OLT and ONU perform IGMP proxy and
+ controlled multicast will be disabled. At
+ this case, if igmp joins shall be accept even
+ violate the definition in multicastPackageList,
+ for the port.
+ "
+ DEFVAL { disabled }
+ ::= { igmpEntityEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.1.1.3
+ maxQueryResponseTime OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "tenth second"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ 1/10
+ This is used for sending general query"
+ ::= { igmpEntityEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.1.1.4
+ robustVariable OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ This is used for sending general query
+ No less than 1"
+ ::= { igmpEntityEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.1.1.5
+ queryInterval OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "seconds"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+
+ This is used for sending general query
+ "
+ ::= { igmpEntityEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.1.1.6
+ lastMemberQueryInterval OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "tenth second"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Max Response Time inserted into Group-Specific Queries sent in response
+ to Leave Group messages, and is also the amount of time between
+ Group-Specific Query messages
+ "
+ ::= { igmpEntityEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.1.1.7
+ lastMemberQueryCount OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Number of Group-Specific Queries sent before the router assumes there
+ are no local members
+ "
+ ::= { igmpEntityEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.1.1.8
+ igmpVersion OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ v1(1),
+ v2(2),
+ v3(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ IGMP"
+ DEFVAL { v2 }
+ ::= { igmpEntityEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.2
+ igmpProxyParaTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IgmpProxyParaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ IGMP proxy - "
+ ::= { igmpManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.2.1
+ igmpProxyParaEntry OBJECT-TYPE
+ SYNTAX IgmpProxyParaEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { proxyIndex }
+ ::= { igmpProxyParaTable 1 }
+
+
+ IgmpProxyParaEntry ::=
+ SEQUENCE {
+ proxyIndex
+ INTEGER,
+ proxyName
+ OCTET STRING,
+ proxySrcIPAddress
+ IpAddress,
+ proxyMulticastVID
+ INTEGER,
+ proxyMulticastIPAddress
+ IpAddress,
+ multicastAssuredBW
+ Unsigned32,
+ multicastMaxBW
+ Unsigned32,
+ proxyRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.6.2.1.1
+ proxyIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2000)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ IGMP Proxy - "
+ ::= { igmpProxyParaEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.2.1.2
+ proxyName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..256))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ IGMP Proxy"
+ ::= { igmpProxyParaEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.2.1.3
+ proxySrcIPAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ proxyIP"
+ ::= { igmpProxyParaEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.2.1.4
+ proxyMulticastVID OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ IGMP ProxyVID
+ VID"
+ ::= { igmpProxyParaEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.2.1.5
+ proxyMulticastIPAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ IP"
+ ::= { igmpProxyParaEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.2.1.6
+ multicastAssuredBW OBJECT-TYPE
+ SYNTAX Unsigned32
+ UNITS "kbps"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+
+ kbps"
+ ::= { igmpProxyParaEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.2.1.7
+ multicastMaxBW OBJECT-TYPE
+ SYNTAX Unsigned32
+ UNITS "kbps"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+
+ kbps"
+ ::= { igmpProxyParaEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.2.1.8
+ proxyRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { igmpProxyParaEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.3
+ igmpForwardingTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IgmpForwardingEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Multicast forwarding table
+ "
+ ::= { igmpManagementObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.3.1
+ igmpForwardingEntry OBJECT-TYPE
+ SYNTAX IgmpForwardingEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { groupDeviceIndex, groupVlanIndex, groupIPAddress }
+ ::= { igmpForwardingTable 1 }
+
+
+ IgmpForwardingEntry ::=
+ SEQUENCE {
+ groupDeviceIndex
+ INTEGER,
+ groupVlanIndex
+ INTEGER,
+ groupIPAddress
+ IpAddress,
+ groupPortList
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.6.3.1.1
+ groupDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT, set to corresponding OLT device
+ For ONU, set to 0
+ "
+ ::= { igmpForwardingEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.3.1.2
+ groupVlanIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Vlan"
+ ::= { igmpForwardingEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.3.1.3
+ groupIPAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ IP"
+ ::= { igmpForwardingEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.3.1.4
+ groupPortList OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ Forwarding port list
+ 1. OLT
+ -------------------------------------------------------------------
+ It is presented by member port list. Each member port is identified
+ by 4-byte format, same as TC of EponDeviceIndex. The actual length of
+ this string depends of the number of member ports in the port list.
+ The relationship is:
+ Length of the string = 4 * (NUM of member ports)
+ For example, if device 1, port 1/2 and 2/3 is the member ports,
+ then this object will be presented as:
+ 01 01 02 00 01 02 03 00
+
+ 2. ONU
+ -------------------------------------------------------------------
+ It is presented by member port list. Each member port is identified
+ by 2-byte format, One for slot ID, the last for port ID. The actual
+ length of this string depends of the number of member ports. If the
+ ONU is fixed (not modulized), set slot ID to 0, the NMS could ignore
+ the slot info.
+ Note that, slot here shall follow the last byte definition of
+ EponCardIndex to indicate the main-slot and sub-slot index.
+ The relationship is:
+ Length of the string = 2 * (NUM of member ports)
+ For example, if port 1/2 and 3/4 is the member ports of the group,
+ then the object is presented as:
+ 01 02 03 04
+ "
+ ::= { igmpForwardingEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4
+ controllededMulticastTable OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { igmpManagementObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.1
+ controlledMulticastUserAuthorityTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ControlledMulticastUserAuthorityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ "
+ ::= { controllededMulticastTable 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.1.1
+ controlledMulticastUserAuthorityEntry OBJECT-TYPE
+ SYNTAX ControlledMulticastUserAuthorityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { cmDeviceIndex, cmCardIndex, cmPortIndex }
+ ::= { controlledMulticastUserAuthorityTable 1 }
+
+
+ ControlledMulticastUserAuthorityEntry ::=
+ SEQUENCE {
+ cmDeviceIndex
+ EponDeviceIndex,
+ cmCardIndex
+ EponCardIndex,
+ cmPortIndex
+ EponPortIndex,
+ multicastPackageList
+ OCTET STRING,
+ igmpGlobalBW
+ Unsigned32,
+ igmpGlobalBWUsed
+ Unsigned32,
+ cmUserAuthorityRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.1.1.1
+ cmDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT, set to corresponding device/slot/port/ONU
+ For ONU, set to 0"
+ ::= { controlledMulticastUserAuthorityEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.1.1.2
+ cmCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ Set to corresponding UNI slot
+ "
+ ::= { controlledMulticastUserAuthorityEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.1.1.3
+ cmPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Port ID
+ Set to corresponding UNI port
+ "
+ ::= { controlledMulticastUserAuthorityEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.1.1.4
+ multicastPackageList OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..250))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ .
+ cmProxyListbitcmIndex"
+ ::= { controlledMulticastUserAuthorityEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.1.1.5
+ igmpGlobalBW OBJECT-TYPE
+ SYNTAX Unsigned32
+ UNITS "kbps"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ IGMP -
+ kbps"
+ ::= { controlledMulticastUserAuthorityEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.1.1.6
+ igmpGlobalBWUsed OBJECT-TYPE
+ SYNTAX Unsigned32
+ UNITS "kbps"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ IGMP -
+ kbps"
+ ::= { controlledMulticastUserAuthorityEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.1.1.7
+ cmUserAuthorityRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION " "
+ ::= { controlledMulticastUserAuthorityEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2
+ controlledMulticastPackageTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ControlledMulticastPackageEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { controllededMulticastTable 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2.1
+ controlledMulticastPackageEntry OBJECT-TYPE
+ SYNTAX ControlledMulticastPackageEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { cmIndex }
+ ::= { controlledMulticastPackageTable 1 }
+
+
+ ControlledMulticastPackageEntry ::=
+ SEQUENCE {
+ cmIndex
+ INTEGER,
+ cmName
+ OCTET STRING,
+ cmProxyList
+ OCTET STRING,
+ multicastUserAuthority
+ INTEGER,
+ maxRequestChannelNum
+ INTEGER,
+ singlePreviewTime
+ INTEGER,
+ totalPreviewTime
+ INTEGER,
+ previewResetTime
+ INTEGER,
+ previewCount
+ INTEGER,
+ cmRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2.1.1
+ cmIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2000)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { controlledMulticastPackageEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2.1.2
+ cmName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..256))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { controlledMulticastPackageEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2.1.3
+ cmProxyList OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..250))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ Proxy
+ INTERNETOCTETOCTET 0, OCTET 1, ...
+ OCTETbitbit0bit1...bit7
+ bitOCTETbitigmpProxyParaTable
+ proxyIndexbitproxyIndex
+ 80proxyIndex1..8010
+ proxyPON1,15,38cmProxyList
+ 0x80 02 00 00 04 00 00 00 00 00"
+ ::= { controlledMulticastPackageEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2.1.4
+ multicastUserAuthority OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ permit(1),
+ preview(2),
+ deny(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ permitpreviewdeny"
+ ::= { controlledMulticastPackageEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2.1.5
+ maxRequestChannelNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { controlledMulticastPackageEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2.1.6
+ singlePreviewTime OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "seconds"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { controlledMulticastPackageEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2.1.7
+ totalPreviewTime OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "seconds"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { controlledMulticastPackageEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2.1.8
+ previewResetTime OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "seconds"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { controlledMulticastPackageEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2.1.9
+ previewCount OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { controlledMulticastPackageEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.4.2.1.10
+ cmRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { controlledMulticastPackageEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.5
+ igmpOnuUniTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF igmpOnuUniEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of igmpOnuUniTable entries. "
+ ::= { igmpManagementObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.5.1
+ igmpOnuUniEntry OBJECT-TYPE
+ SYNTAX igmpOnuUniEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The igmpOnuUniEntry Information"
+ INDEX { uniMvlanDeviceIndex, uniMvlanCardIndex, uniMvlanPortIndex }
+ ::= { igmpOnuUniTable 1 }
+
+
+ igmpOnuUniEntry ::=
+ SEQUENCE {
+ uniMvlanDeviceIndex
+ EponDeviceIndex,
+ uniMvlanCardIndex
+ EponCardIndex,
+ uniMvlanPortIndex
+ EponPortIndex,
+ uniMvlanVid
+ OCTET STRING,
+ uniMaxMultiNum
+ INTEGER,
+ uniMvlanTag
+ INTEGER,
+ uniMvlanRowstatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.6.5.1.1
+ uniMvlanDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpOnuUniEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.5.1.2
+ uniMvlanCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (0..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { igmpOnuUniEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.5.1.3
+ uniMvlanPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { igmpOnuUniEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.5.1.4
+ uniMvlanVid OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (16))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "(unimvlan(1..4084))VLAN IDUNI8VLAN"
+ ::= { igmpOnuUniEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.5.1.5
+ uniMaxMultiNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { igmpOnuUniEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.5.1.6
+ uniMvlanTag OBJECT-TYPE
+ SYNTAX INTEGER{Strip(0),NoStrip(1)}
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ",0 1"
+ ::= { igmpOnuUniEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.5.1.7
+ uniMvlanRowstatus OBJECT-TYPE
+ SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { igmpOnuUniEntry 7 }
+ -- 1.3.6.1.4.1.17409.2.3.6.6
+ igmpOltMulticastVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IgmpOltMulticastVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT "
+ ::= { igmpManagementObjects 6 }
+
+ -- 1.3.6.1.4.1.17409.2.3.6.6.1
+ igmpOltMulticastVlanEntry OBJECT-TYPE
+ SYNTAX IgmpOltMulticastVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { igmpOltMulticastVlanDeviceIndex, multicastVlanId }
+ ::= { igmpOltMulticastVlanTable 1 }
+
+ IgmpOltMulticastVlanEntry ::=
+ SEQUENCE {
+ igmpOltMulticastVlanDeviceIndex
+ INTEGER,
+ multicastVlanId
+ INTEGER,
+ mVlanMaxQueryResponseTime
+ INTEGER,
+ mVlanRobustVariable
+ INTEGER,
+ mVlanQueryInterval
+ INTEGER,
+ mVlanLastMemberQueryInterval
+ INTEGER,
+ mVlanLastMemberQueryCount
+ INTEGER,
+ mvlanRowstatus
+ INTEGER
+ }
+ -- 1.3.6.1.4.1.17409.2.3.6.6.1.1
+ igmpOltMulticastVlanDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT device index"
+ ::= { igmpOltMulticastVlanEntry 1 }
+ -- 1.3.6.1.4.1.17409.2.3.6.6.1.2
+ multicastVlanId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ OLT \u7f02\u509a\u5037\u7ec0\u4f7a\ufffd\u9853\u3220\u7bb0\u95bb\u2543\u5d56AN ID
+ "
+ ::= { igmpOltMulticastVlanEntry 2 }
+ -- 1.3.6.1.4.1.17409.2.3.6.6.1.3
+ mVlanMaxQueryResponseTime OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "tenth second"
+ MAX-ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "
+
+ This is used for sending general query"
+ ::= { igmpOltMulticastVlanEntry 3 }
+ -- 1.3.6.1.4.1.17409.2.3.6.6.1.4
+ mVlanRobustVariable OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "
+ This is used for sending general query
+ No less than 1"
+ ::= { igmpOltMulticastVlanEntry 4 }
+
+ -- 1.3.6.1.4.1.17409.2.3.6.6.1.5
+ mVlanQueryInterval OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "seconds"
+ MAX-ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "\u599e\u308e\u5053\u93b7\ufffd This is used for sending general query
+ "
+ ::= { igmpOltMulticastVlanEntry 5 }
+ -- 1.3.6.1.4.1.17409.2.3.6.6.1.6
+ mVlanLastMemberQueryInterval OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "tenth second"
+ MAX-ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "
+ Max Response Time inserted into Group-Specific Queries sent in response
+ to Leave Group messages, and is also the amount of time between
+ Group-Specific Query messages
+ "
+ ::= { igmpOltMulticastVlanEntry 6 }
+ -- 1.3.6.1.4.1.17409.2.3.6.6.1.7
+ mVlanLastMemberQueryCount OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS optional
+ DESCRIPTION
+ "
+ Number of Group-Specific Queries sent before the router assumes there
+ are no local members
+ "
+ ::= { igmpOltMulticastVlanEntry 7 }
+
+ -- 1.3.6.1.4.1.17409.2.3.6.6.1.8
+ mvlanRowstatus OBJECT-TYPE
+ SYNTAX INTEGER{active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { igmpOltMulticastVlanEntry 8 }
+
+ --1.3.6.1.4.1.17409.2.3.6.7
+ igmpSniMulticastVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IgmpSniMulticastVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "SNI"
+ ::= { igmpManagementObjects 7 }
+ --1.3.6.1.4.1.17409.2.3.6.7.1
+ igmpSniMulticastVlanEntry OBJECT-TYPE
+ SYNTAX IgmpSniMulticastVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The igmpSniMulticastVlanEntry Information"
+ INDEX { sniMultiVlanVid,sniMultiVlanDeviceIndex }
+ ::={ igmpSniMulticastVlanTable 1 }
+
+ IgmpSniMulticastVlanEntry ::= SEQUENCE {
+ sniMultiVlanVid
+ INTEGER,
+ sniMultiVlanDeviceIndex
+ EponDeviceIndex,
+ sniMultiVlanRowstatus
+ INTEGER
+ }
+ --1.3.6.1.4.1.17409.2.3.6.7.1.1
+ sniMultiVlanVid OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpSniMulticastVlanEntry 1 }
+ --1.3.6.1.4.1.17409.2.3.6.7.1.2
+ sniMultiVlanDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "SNI\u95c1\u8364\u59f3\u9412\ufe42\u5d15\u93b6\u527f\u56ec\ue517\u934c\u6db1\u703c\u95c1\u975b\u7e52\u6fee\u98ce\u7c9a\u9367\u6941\u7165\u6fde\u621e\ue7c7\u93c6\ue54bvice/slot/sni port "
+ ::= { igmpSniMulticastVlanEntry 2 }
+ --1.3.6.1.4.1.17409.2.3.6.7.1.3
+ sniMultiVlanRowstatus OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { igmpSniMulticastVlanEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.6.8
+ onuIgmpModeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuIgmpModeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "ONU"
+ ::= { igmpManagementObjects 8 }
+ -- 1.3.6.1.4.1.17409.2.3.6.8.1
+ onuIgmpModeEntry OBJECT-TYPE
+ SYNTAX OnuIgmpModeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuIgmpModeEntry Information"
+ INDEX { onuIgmpModeDeviceIndex }
+ ::={ onuIgmpModeTable 1 }
+
+ OnuIgmpModeEntry ::= SEQUENCE {
+ onuIgmpModeDeviceIndex
+ EponDeviceIndex,
+ onuIgmpMode
+ INTEGER
+ }
+ -- 1.3.6.1.4.1.17409.2.3.6.8.1.1
+ onuIgmpModeDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "ONU ID "
+ ::= { onuIgmpModeEntry 1 }
+ -- 1.3.6.1.4.1.17409.2.3.6.8.1.2
+ onuIgmpMode OBJECT-TYPE
+ SYNTAX INTEGER{
+ transparent(1),
+ igmp-snooping(2),
+ ctc(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { onuIgmpModeEntry 2 }
+
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7
+ vlanManagementObjects OBJECT IDENTIFIER ::= { eponTree 7 }
+
+
+-- ------------------------------------------------------------------------------
+-- vlanManagementObjects [VLAN](1.3.6.1.4.1.17409.2.3.7)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.3.7.1
+ vlanGlobalInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF VlanGlobalInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ VLAN"
+ ::= { vlanManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.1.1
+ vlanGlobalInfoEntry OBJECT-TYPE
+ SYNTAX VlanGlobalInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { vlanDeviceIndex }
+ ::= { vlanGlobalInfoTable 1 }
+
+
+ VlanGlobalInfoEntry ::=
+ SEQUENCE {
+ vlanDeviceIndex
+ INTEGER,
+ maxVlanId
+ INTEGER,
+ maxSupportVlans
+ INTEGER,
+ createdVlanNumber
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.7.1.1.1
+ vlanDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT, set to corresponding device ID
+ For ONU, set to 0"
+ ::= { vlanGlobalInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.1.1.2
+ maxVlanId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ VLAN ID"
+ ::= { vlanGlobalInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.1.1.3
+ maxSupportVlans OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ VLAN"
+ ::= { vlanGlobalInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.1.1.4
+ createdVlanNumber OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ VLAN"
+ ::= { vlanGlobalInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2
+ vlanConfigGroup OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ Vlan"
+ ::= { vlanManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.1
+ oltVlanConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltVlanConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT VLAN"
+ ::= { vlanConfigGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.1.1
+ oltVlanConfigEntry OBJECT-TYPE
+ SYNTAX OltVlanConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { oltVlanIndex, oltVlanDeviceIndex }
+ ::= { oltVlanConfigTable 1 }
+
+
+ OltVlanConfigEntry ::=
+ SEQUENCE {
+ oltVlanIndex
+ INTEGER,
+ oltVlanDeviceIndex
+ INTEGER,
+ oltVlanName
+ OCTET STRING,
+ taggedPort
+ OCTET STRING,
+ untaggedPort
+ OCTET STRING,
+ oltVlanRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.1.1.1
+ oltVlanIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Vlan"
+ ::= { oltVlanConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.1.1.2
+ oltVlanDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT
+ "
+ ::= { oltVlanConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.1.1.3
+ oltVlanName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..128))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ OLT VLAN name"
+ ::= { oltVlanConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.1.1.4
+ taggedPort OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ VlantagPON/SNI in OLT
+ It is presented by member port list. Each member port is identified
+ by 4-byte format, same as TC of EponDeviceIndex. The actual length of
+ this string depends of the number of member ports in the port list.
+ The relationship is:
+ Length of the string = 4 * (NUM of member ports)
+ For example, if device 1, port 1/2 and 2/3 is the member ports,
+ then this object will be presented as:
+ 01 01 02 00 01 02 03 00
+ "
+ ::= { oltVlanConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.1.1.5
+ untaggedPort OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ VlanUntagPON/SNI in OLT
+ It is presented by member port list. Each member port is identified
+ by 4-byte format, same as TC of EponDeviceIndex. The actual length of
+ this string depends of the number of member ports in the port list.
+ The relationship is:
+ Length of the string = 4 * (NUM of member ports)
+ For example, if device 1, port 1/2 and 2/3 is the member ports,
+ then this object will be presented as:
+ 01 01 02 00 01 02 03 00
+ "
+ ::= { oltVlanConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.1.1.6
+ oltVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { oltVlanConfigEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.2
+ onuVlanConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuVlanConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ ONU VLAN
+ It is maintained by ONU itself.
+ "
+ ::= { vlanConfigGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.2.1
+ onuVlanConfigEntry OBJECT-TYPE
+ SYNTAX OnuVlanConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { onuVlanIndex, onuVlanDeviceIndex }
+ ::= { onuVlanConfigTable 1 }
+
+
+ OnuVlanConfigEntry ::=
+ SEQUENCE {
+ onuVlanIndex
+ INTEGER,
+ onuVlanDeviceIndex
+ EponDeviceIndex,
+ onuVlanName
+ OCTET STRING,
+ onuVlanTaggedPort
+ OCTET STRING,
+ onuVlanUntaggedPort
+ OCTET STRING,
+ onuVlanRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.2.1.1
+ onuVlanIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Vlan"
+ ::= { onuVlanConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.2.1.2
+ onuVlanDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ ONU"
+ ::= { onuVlanConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.2.1.3
+ onuVlanName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..128))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ ONU VLAN name"
+ ::= { onuVlanConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.2.1.4
+ onuVlanTaggedPort OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ VlantagUNI
+ It is presented by member port list. Each member port is identified
+ by 2-byte format, One for slot ID, the last for port ID. The actual
+ length of this string depends of the number of tagged member ports
+ in the VLAN. If the ONU is fixed (not modulized), set slot ID to 0,
+ the NMS could ignore the slot info.
+ Note that, slot here shall follow the last byte definition of
+ EponCardIndex to indicate the main-slot and sub-slot index.
+ The relationship is:
+ Length of the string = 2 * (NUM of member ports)
+ For example, if port 1/2 and 3/4 is the tagged member ports of the
+ VLAN, then the object is presented as:
+ 01 02 03 04
+ "
+ ::= { onuVlanConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.2.1.5
+ onuVlanUntaggedPort OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ VlanUntagUNI
+ It is presented by member port list. Each member port is identified
+ by 2-byte format, One for slot ID, the last for port ID. The actual
+ length of this string depends of the number of untagged member ports
+ in the VLAN. If the ONU is fixed (not modulized), set slot ID to FF,
+ the NMS could ignore the slot info.
+ Note that, slot here shall follow the last byte definition of
+ EponCardIndex to indicate the main-slot and sub-slot index.
+ The relationship is:
+ Length of the string = 2 * (NUM of member ports)
+ For example, if port 1/2 and 3/4 is the untagged member ports of the
+ VLAN, then the object is presented as:
+ 01 02 03 04
+ "
+ ::= { onuVlanConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.2.2.1.6
+ onuVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { onuVlanConfigEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3
+ portVlanGroup OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ Vlansniuniponport"
+ ::= { vlanManagementObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.1
+ onuPortortVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuPortVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Vlan
+ This table applies on OLT pon port, OLT SNI, OLT onu ID, ONU UNI.
+ 1. If the table is maintained in OLT device:
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT Pon Port - OnuNum of pvlanDeviceIndex shall be set to 0,
+ /OLT SNI pvlanCardIndex, and pvlanPortIndex set to 0 indicates
+ meaningless
+ OLT onu ID - Set pvlanDeviceIndex to corresponding ONU ID,
+ pvlanCardIndex, and pvlanPortIndex set to 0 indicates
+ meaningless
+ ONU UNI - Set pvlanDeviceIndex to corresponding ONU ID,
+ pvlanCardIndex, and pvlanPortIndex set to the corresponding
+ value
+ 2. If the table is maintained in ONU device:
+ pvlanDeviceIndex shall be set to 0 to indicate meaningless.
+ pvlanCardIndex shall be set to corresponding slot.
+ pvlanPortIndex shall be set to corresponding port.
+ "
+ ::= { portVlanGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.1.1
+ onuPortVlanEntry OBJECT-TYPE
+ SYNTAX OnuPortVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { pvlanDeviceIndex, pvlanCardIndex, pvlanPortIndex }
+ ::= { onuPortortVlanTable 1 }
+
+
+ OnuPortVlanEntry ::=
+ SEQUENCE {
+ pvlanDeviceIndex
+ EponDeviceIndex,
+ pvlanCardIndex
+ EponCardIndex,
+ pvlanPortIndex
+ EponPortIndex,
+ vlanTagTpid
+ OCTET STRING,
+ vlanTagCfi
+ TruthValue,
+ vlanTagPriority
+ INTEGER,
+ vlanPVid
+ INTEGER,
+ vlanMode
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.1.1.1
+ pvlanDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT/ONU"
+ ::= { onuPortVlanEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.1.1.2
+ pvlanCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ "
+ ::= { onuPortVlanEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.1.1.3
+ pvlanPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ pon/uni/sni
+ "
+ ::= { onuPortVlanEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.1.1.4
+ vlanTagTpid OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (2))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ It shall be presented in hexadecimal format. For example, 81 00
+ to indicate 0x8100"
+ ::= { onuPortVlanEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.1.1.5
+ vlanTagCfi OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { onuPortVlanEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.1.1.6
+ vlanTagPriority OBJECT-TYPE
+ SYNTAX INTEGER (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ vlan"
+ ::= { onuPortVlanEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.1.1.7
+ vlanPVid OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ port Vlan ID"
+ ::= { onuPortVlanEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.1.1.8
+ vlanMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ transparent(0),
+ tag(1),
+ translation(2),
+ aggregation(3),
+ trunk(4),
+ stacking(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ vlan
+ "
+ ::= { onuPortVlanEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.2
+ portVlanTranslationTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortVlanTranslationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Vlan
+ This table applies on OLT pon port, OLT SNI, OLT onu ID, ONU UNI.
+ 1. If the table is maintained in OLT device:
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT Pon Port - OnuNum of pvtDeviceIndex shall be set to 0,
+ /OLT SNI pvtCardIndex, and pvtPortIndex set to 0 indicates
+ meaningless
+ OLT onu ID - Set pvtDeviceIndex to corresponding ONU ID,
+ pvtCardIndex, and pvtPortIndex set to 0 indicates
+ meaningless
+ ONU UNI - Set pvtDeviceIndex to corresponding ONU ID,
+ pvtCardIndex, and pvtPortIndex set to the corresponding
+ value
+
+ 2. If the table is maintained in ONU device:
+ pvtDeviceIndex shall be set to 0 to indicate meaningless.
+ pvtCardIndex shall be set to corresponding slot.
+ pvtPortIndex shall be set to corresponding port.
+ "
+ ::= { portVlanGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.2.1
+ portVlanTranslationEntry OBJECT-TYPE
+ SYNTAX PortVlanTranslationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { pvtDeviceIndex, pvtCardIndex, pvtPortIndex, portVidIndex }
+ ::= { portVlanTranslationTable 1 }
+
+
+ PortVlanTranslationEntry ::=
+ SEQUENCE {
+ pvtDeviceIndex
+ EponDeviceIndex,
+ pvtCardIndex
+ EponCardIndex,
+ pvtPortIndex
+ EponPortIndex,
+ portVidIndex
+ Unsigned32,
+ translationNewVid
+ Unsigned32,
+ translationRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.2.1.1
+ pvtDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT/ONU"
+ ::= { portVlanTranslationEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.2.1.2
+ pvtCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { portVlanTranslationEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.2.1.3
+ pvtPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ pon/ONU/uni/sni"
+ ::= { portVlanTranslationEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.2.1.4
+ portVidIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ VLAN ID"
+ ::= { portVlanTranslationEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.2.1.5
+ translationNewVid OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ vlan"
+ ::= { portVlanTranslationEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.2.1.6
+ translationRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { portVlanTranslationEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.3
+ portVlanAggregationManagement OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ VlanVLAN Aggregation"
+ ::= { portVlanGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.3.1
+ portVlanAggregationConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortVlanAggregationConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Vlan
+ This table applies on OLT pon port, OLT onu ID, ONU UNI.
+ 1. If the table is maintained in OLT device:
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT Pon Port - OnuNum of pvaDeviceIndex shall be set to 0,
+ pvaCardIndex, and pvaPortIndex set to 0 indicates
+ meaningless
+ OLT onu ID - Set pvaDeviceIndex to corresponding ONU ID,
+ pvaCardIndex, and pvaPortIndex set to 0 indicates
+ meaningless
+ ONU UNI - Set pvaDeviceIndex to corresponding ONU ID,
+ pvaCardIndex, and pvaPortIndex set to the corresponding
+ value
+
+ 2. If the table is maintained in ONU device:
+ pvaDeviceIndex shall be set to 0 to indicate meaningless.
+ pvaCardIndex shall be set to corresponding slot.
+ pvaPortIndex shall be set to corresponding port.
+ "
+ ::= { portVlanAggregationManagement 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.3.1.1
+ portVlanAggregationConfigEntry OBJECT-TYPE
+ SYNTAX PortVlanAggregationConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { pvaDeviceIndex, pvaCardIndex, pvaPortIndex, portAggregationVidIndex }
+ ::= { portVlanAggregationConfigTable 1 }
+
+
+ PortVlanAggregationConfigEntry ::=
+ SEQUENCE {
+ pvaDeviceIndex
+ EponDeviceIndex,
+ pvaCardIndex
+ EponCardIndex,
+ pvaPortIndex
+ EponPortIndex,
+ portAggregationVidIndex
+ Unsigned32,
+ aggregationVidList
+ OCTET STRING,
+ aggregationRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.3.1.1.1
+ pvaDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLT/ONU"
+ ::= { portVlanAggregationConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.3.1.1.2
+ pvaCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { portVlanAggregationConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.3.1.1.3
+ pvaPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ pon/uni/ONU ID"
+ ::= { portVlanAggregationConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.3.1.1.4
+ portAggregationVidIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ VLANVLAN"
+ ::= { portVlanAggregationConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.3.1.1.5
+ aggregationVidList OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (512))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ vlan ID
+ INTERNETOCTETOCTET 0, OCTET 1, ...
+ OCTETbitbit0bit1...bit7
+ bitOCTETbitVLANVLAN ID0..4095
+ bitVLAN 0,bitVLAN 4095
+ bitVLAN"
+ ::= { portVlanAggregationConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.3.1.1.6
+ aggregationRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { portVlanAggregationConfigEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.4
+ portVlanTrunkTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortVlanTrunkEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Vlan trunkVLAN Trunk?
+ This table applies on OLT pon port, OLT SNI, OLT onu ID, ONU UNI.
+ 1. If the table is maintained in OLT device:
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT Pon Port - OnuNum of pvtDeviceIndex shall be set to 0,
+ /OLT SNI pvtCardIndex, and pvtPortIndex set to 0 indicates
+ meaningless
+ OLT onu ID - Set pvtDeviceIndex to corresponding ONU ID,
+ pvtCardIndex, and pvtPortIndex set to 0 indicates
+ meaningless
+ ONU UNI - Set pvtDeviceIndex to corresponding ONU ID,
+ pvtCardIndex, and pvtPortIndex set to the corresponding
+ value
+
+ 2. If the table is maintained in ONU device:
+ pvtDeviceIndex shall be set to 0 to indicate meaningless.
+ pvtCardIndex shall be set to corresponding slot.
+ pvtPortIndex shall be set to corresponding port.
+ "
+ ::= { portVlanGroup 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.4.1
+ portVlanTrunkEntry OBJECT-TYPE
+ SYNTAX PortVlanTrunkEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { trunkDeviceIndex, trunkCardIndex, trunkPortIndex }
+ ::= { portVlanTrunkTable 1 }
+
+
+ PortVlanTrunkEntry ::=
+ SEQUENCE {
+ trunkDeviceIndex
+ EponDeviceIndex,
+ trunkCardIndex
+ EponCardIndex,
+ trunkPortIndex
+ EponPortIndex,
+ trunkVidList
+ OCTET STRING,
+ portVlanTrunkRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.4.1.1
+ trunkDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ "
+ ::= { portVlanTrunkEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.4.1.2
+ trunkCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { portVlanTrunkEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.4.1.3
+ trunkPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { portVlanTrunkEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.4.1.4
+ trunkVidList OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (512))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ Trunked Vlan List for the port
+ INTERNETOCTETOCTET 0, OCTET 1, ...
+ OCTETbitbit0bit1...bit7
+ bitOCTETbitVLANVLAN ID0..4095
+ bitVLAN 0,bitVLAN 4095
+ bitVLAN
+ "
+ ::= { portVlanTrunkEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.3.4.1.5
+ portVlanTrunkRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { portVlanTrunkEntry 5 }
+ -- 1.3.6.1.4.1.17409.2.3.7.3.5
+ oltPortVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OltPortVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ SNI/PON\u7f02\u5099\u7126\u59ab\u5fdb\u5d39\u93b7\u5c7b\u4eb9\u6fde\u5c7d\u57d0an\u95c1\u8364\u505e\u9350\u5a5a\u5e4f\u951f\ufffd
+ This table applies on OLT pon port, OLT SNI
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT Pon Port/OLT SNI - OnuNum of pvlanDeviceIndex shall be set to 0
+ "
+ ::= { portVlanGroup 5 }
+ -- 1.3.6.1.4.1.17409.2.3.7.3.5.1
+ oltPortVlanEntry OBJECT-TYPE
+ SYNTAX OltPortVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { oltPortVlanDeviceIndex }
+ ::= { oltPortVlanTable 1 }
+
+ OltPortVlanEntry ::=
+ SEQUENCE {
+ oltPortVlanDeviceIndex
+ EponDeviceIndex,
+ oltPortVlanTagPriority
+ INTEGER,
+ oltPortVlanPVid
+ INTEGER,
+ oltPortVlanMode
+ INTEGER
+ }
+ -- 1.3.6.1.4.1.17409.2.3.7.3.5.1.1
+ oltPortVlanDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ SNI/PON port "
+ ::= { oltPortVlanEntry 1 }
+ -- 1.3.6.1.4.1.17409.2.3.7.3.5.1.2
+ oltPortVlanTagPriority OBJECT-TYPE
+ SYNTAX INTEGER (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ vlan"
+ ::= { oltPortVlanEntry 2 }
+ -- 1.3.6.1.4.1.17409.2.3.7.3.5.1.3
+ oltPortVlanPVid OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ port Vlan ID"
+ ::= { oltPortVlanEntry 3 }
+ -- 1.3.6.1.4.1.17409.2.3.7.3.5.1.4
+ oltPortVlanMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ trunk(1),
+ access(2),
+ hybrid(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ vlan\u6fe0\u7898\u69c5\u9368\ue048\u6553\u9423\u5c7e\ue78f\u95bf\u71c2\u62f7 "
+ ::= { oltPortVlanEntry 4 }
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4
+ qinQConfigGroup OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ QinQ
+ OLT/ONUQINQOLTONU"
+ ::= { vlanManagementObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4.1
+ portQinQConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortQinQConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ QinQ
+ This table applies on OLT pon port, OLT SNI, OLT onu ID, ONU UNI.
+ 1. If the table is maintained in OLT device:
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT Pon Port - OnuNum of pqDeviceIndex shall be set to 0,
+ /OLT SNI pqCardIndex, and pqPortIndex set to 0 indicates
+ meaningless
+ OLT onu ID - Set pqDeviceIndex to corresponding ONU ID,
+ pqCardIndex, and pqPortIndex set to 0 indicates
+ meaningless
+ ONU UNI - Set pqDeviceIndex to corresponding ONU ID,
+ pqCardIndex, and pqPortIndex set to the corresponding
+ value
+
+ 2. If the table is maintained in ONU device:
+ pqDeviceIndex shall be set to 0 to indicate meaningless.
+ pqCardIndex shall be set to corresponding slot.
+ pqPortIndex shall be set to corresponding port.
+ "
+ ::= { qinQConfigGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4.1.1
+ portQinQConfigEntry OBJECT-TYPE
+ SYNTAX PortQinQConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { pqDeviceIndex, pqCardIndex, pqPortIndex, pqStartVlanId, pqEndVlanId
+ }
+ ::= { portQinQConfigTable 1 }
+
+
+ PortQinQConfigEntry ::=
+ SEQUENCE {
+ pqDeviceIndex
+ EponDeviceIndex,
+ pqCardIndex
+ EponCardIndex,
+ pqPortIndex
+ EponPortIndex,
+ pqStartVlanId
+ INTEGER,
+ pqEndVlanId
+ INTEGER,
+ pqSVlanId
+ INTEGER,
+ pqSTagCosDetermine
+ INTEGER,
+ pqSTagCosNewValue
+ INTEGER,
+ pqRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4.1.1.1
+ pqDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ ONU ID, for a specific ONU"
+ ::= { portQinQConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4.1.1.2
+ pqCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { portQinQConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4.1.1.3
+ pqPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { portQinQConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4.1.1.4
+ pqStartVlanId OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ The starting VLAN ID, working together with pqEndVlanId,
+ consists of a VLAN group. The VLAN ID match the VLAN group
+ will be QinQed with specified outer VLAN
+ "
+ ::= { portQinQConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4.1.1.5
+ pqEndVlanId OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ The ending VLAN ID, working together with pqStartVlanId,
+ consists of a VLAN range. The VLAN ID match the VLAN range
+ will be QinQed with specified outer VLAN
+ "
+ ::= { portQinQConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4.1.1.6
+ pqSVlanId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ The outer VLAN id to be QinQed"
+ ::= { portQinQConfigEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4.1.1.7
+ pqSTagCosDetermine OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ NO(1),
+ YES(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ What STAG COS will be set for this QinQ instance. It could
+ be either a new definition or copied from CTAG
+ "
+ ::= { portQinQConfigEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4.1.1.8
+ pqSTagCosNewValue OBJECT-TYPE
+ SYNTAX INTEGER (0..7)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ The new STAG COS value if pqSTagCosDetermine is selected as
+ redefine(1)
+ "
+ DEFVAL { 0 }
+ ::= { portQinQConfigEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.7.4.1.1.9
+ pqRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { portQinQConfigEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8
+ qosManagementObjects OBJECT IDENTIFIER ::= { eponTree 8 }
+
+
+-- ------------------------------------------------------------------------------
+-- qosManagementObjects[ Qos](1.3.6.1.4.1.17409.2.3.8)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.3.8.1
+ qosGlobalSetTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF QosGlobalSetEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Global QoS parameters."
+ ::= { qosManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.1.1
+ qosGlobalSetEntry OBJECT-TYPE
+ SYNTAX QosGlobalSetEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { qosGlobalSetDeviceIndex }
+ ::= { qosGlobalSetTable 1 }
+
+
+ QosGlobalSetEntry ::=
+ SEQUENCE {
+ qosGlobalSetDeviceIndex
+ EponDeviceIndex,
+ qosGlobalSetMaxQueueCount
+ INTEGER,
+ qosGlobalSetMode
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.8.1.1.1
+ qosGlobalSetDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Device index
+ For OLT - Set to corresponding device
+ For ONU - Set to 0
+ "
+ ::= { qosGlobalSetEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.1.1.2
+ qosGlobalSetMaxQueueCount OBJECT-TYPE
+ SYNTAX INTEGER (1..256)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ 80-7"
+ ::= { qosGlobalSetEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.1.1.3
+ qosGlobalSetMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ deviceBased(1),
+ portBased(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Define how to set QoS parameter
+ deviceBased(1) - When set, only the table started with deviceBase is applicable
+ portBased(2) - When set, only the table started with portBase is applicable
+ "
+ DEFVAL { deviceBased }
+ ::= { qosGlobalSetEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.2
+ deviceBaseQosMapTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DeviceBaseQosMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Deviced based setting.
+ It is used to define how to map QoS options to queue"
+ ::= { qosManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.2.1
+ deviceBaseQosMapEntry OBJECT-TYPE
+ SYNTAX DeviceBaseQosMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { deviceBaseQosMapDeviceIndex, deviceBaseQosMapRuleIndex }
+ ::= { deviceBaseQosMapTable 1 }
+
+
+ DeviceBaseQosMapEntry ::=
+ SEQUENCE {
+ deviceBaseQosMapDeviceIndex
+ EponDeviceIndex,
+ deviceBaseQosMapRuleIndex
+ INTEGER,
+ deviceBaseQosMapOctet
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.8.2.1.1
+ deviceBaseQosMapDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Device index
+ For OLT - Set to corresponding device
+ For ONU - Set to 0
+ "
+ ::= { deviceBaseQosMapEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.2.1.2
+ deviceBaseQosMapRuleIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ cos(1),
+ tos(2),
+ diffserv(3)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { deviceBaseQosMapEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.2.1.3
+ deviceBaseQosMapOctet OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (8 | 64))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ 864
+ qosGlobalSetMaxQueueCountqosGlobalSetMaxQueueCount80-7
+ cos 8cos0-7
+ tos 16tos0-15
+ diffserv64diffserv0-63
+
+ get 1.3.6.1.4.1.17409.2.3.8.3.1.3.deviceBaseQosMapDeviceIndex(410100101).cos(1) = hex(00 00 01 02 03 03 04 04)
+
+ cos 0 -> queue 0
+ cos 1 -> queue 0
+ cos 2 -> queue 1
+ cos 3 -> queue 2
+ cos 4 -> queue 3
+ cos 5 -> queue 3
+ cos 6 -> queue 4
+ cos 7 -> queue 4
+ "
+ ::= { deviceBaseQosMapEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.3
+ deviceBaseQosPolicyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DeviceBaseQosPolicyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Deviced based setting
+
+ It is used to define QoS specification"
+ ::= { qosManagementObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.3.1
+ deviceBaseQosPolicyEntry OBJECT-TYPE
+ SYNTAX DeviceBaseQosPolicyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { deviceBaseQosPolicyDeviceIndex }
+ ::= { deviceBaseQosPolicyTable 1 }
+
+
+ DeviceBaseQosPolicyEntry ::=
+ SEQUENCE {
+ deviceBaseQosPolicyDeviceIndex
+ EponDeviceIndex,
+ deviceBaseQosPolicyMode
+ INTEGER,
+ deviceBaseQosPolicyWeightOctet
+ OCTET STRING,
+ deviceBaseQosPolicySpBandwidthRange
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.8.3.1.1
+ deviceBaseQosPolicyDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Device index
+ For OLT - Set to corresponding device
+ For ONU - Set to 0
+ "
+ ::= { deviceBaseQosPolicyEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.3.1.2
+ deviceBaseQosPolicyMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sp(1),
+ wrr(2),
+ spWrr(3),
+ wfp(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { deviceBaseQosPolicyEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.3.1.3
+ deviceBaseQosPolicyWeightOctet OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+
+ sp0
+ wrr1-100100
+ spWrr0-1000sp0100
+ wfp0
+
+ get 1.3.6.1.4.1.17409.2.3.8.4.1.2.deviceBaseQosPolicyDeviceIndex(410100101). = wrr(2)
+ get 1.3.6.1.4.1.17409.2.3.8.4.1.3.deviceBaseQosPolicyDeviceIndex(410100101). = hex(5 5 5 5 10 20 20 30)
+
+ 8
+ queue 0 5
+ queue 1 5
+ queue 2 5
+ queue 3 5
+ queue 4 10
+ queue 5 20
+ queue 6 20
+ queue 7 30
+
+ "
+ ::= { deviceBaseQosPolicyEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.3.1.4
+ deviceBaseQosPolicySpBandwidthRange OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Define SP assured bandwidth for each queue.
+ The size of this object is 4*(number of queue). For each queue, use 4 octets
+ to represend the assured bandwidth for the queue. The four-octet could be mapped
+ to an unsigned integer, in units of kbps. The sequence of the map is from queue
+ 0 to queue max (for example, 7).
+ For example, 00 00 00 10 00 00 01 00 00 00 00 00 00 00 00 00
+ 00 00 10 00 00 00 00 01 00 01 01 00 00 00 11 11
+ It means, 8 queues and the assured bandwidth for each queue as:
+ queue 0 16kbps
+ queue 1 256kbps
+ queue 2 0
+ queue 3 0
+ queue 4 4096kbps
+ queue 5 1kbps
+ queue 6 65792kbps
+ queue 7 65535kbps
+ "
+ ::= { deviceBaseQosPolicyEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.4
+ portBaseQosMapTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortBaseQosMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { qosManagementObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.4.1
+ portBaseQosMapEntry OBJECT-TYPE
+ SYNTAX PortBaseQosMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { portBaseQosMapDeviceIndex, portBaseQosMapCardIndex, portBaseQosMapPortIndex, portBaseQosMapRuleIndex }
+ ::= { portBaseQosMapTable 1 }
+
+
+ PortBaseQosMapEntry ::=
+ SEQUENCE {
+ portBaseQosMapDeviceIndex
+ EponDeviceIndex,
+ portBaseQosMapCardIndex
+ EponPortIndex,
+ portBaseQosMapPortIndex
+ EponPortIndex,
+ portBaseQosMapRuleIndex
+ INTEGER,
+ portBaseQosMapOctet
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.8.4.1.1
+ portBaseQosMapDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Device index
+ For OLT, set to corresponding SNI port or PON port
+ For ONU, set to 0
+ "
+ ::= { portBaseQosMapEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.4.1.2
+ portBaseQosMapCardIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT, set to 0
+ For ONU, set to corresponding slot
+ "
+ ::= { portBaseQosMapEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.4.1.3
+ portBaseQosMapPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT, set to 0
+ For ONU, set to corresponding port
+ "
+ ::= { portBaseQosMapEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.4.1.4
+ portBaseQosMapRuleIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ cos(1),
+ tos(2),
+ diffserv(3)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { portBaseQosMapEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.4.1.5
+ portBaseQosMapOctet OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (8..64))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ 864
+ qosGlobalSetMaxQueueCountqosGlobalSetMaxQueueCount80-7
+ cos 8cos0-7
+ tos 16tos0-16
+ diffserv64diffserv0-64
+
+ get 1.3.6.1.4.1.17409.2.3.8.3.1.3.deviceBaseQosMapDeviceIndex(410100101).cos(1) = hex(00 00 01 02 03 03 04 04)
+
+ cos 0 -> queue 0
+ cos 1 -> queue 0
+ cos 2 -> queue 1
+ cos 3 -> queue 2
+ cos 4 -> queue 3
+ cos 5 -> queue 3
+ cos 6 -> queue 4
+ cos 7 -> queue 4
+ "
+ ::= { portBaseQosMapEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.5
+ portBaseQosPolicyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortBaseQosPolicyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { qosManagementObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.5.1
+ portBaseQosPolicyEntry OBJECT-TYPE
+ SYNTAX PortBaseQosPolicyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { portBaseQosPolicyDeviceIndex, portBaseQosPolicyCardIndex, portBaseQosPolicyPortIndex }
+ ::= { portBaseQosPolicyTable 1 }
+
+
+ PortBaseQosPolicyEntry ::=
+ SEQUENCE {
+ portBaseQosPolicyDeviceIndex
+ EponDeviceIndex,
+ portBaseQosPolicyCardIndex
+ EponPortIndex,
+ portBaseQosPolicyPortIndex
+ EponPortIndex,
+ portBaseQosPolicyMode
+ INTEGER,
+ portBaseQosPolicyWeightOctet
+ OCTET STRING,
+ portBaseQosPolicySpBandwidthRange
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.8.5.1.1
+ portBaseQosPolicyDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Device index
+ For OLT, set to corresponding SNI port or PON port
+ For ONU, set to 0
+ "
+ ::= { portBaseQosPolicyEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.5.1.2
+ portBaseQosPolicyCardIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT, set to 0
+ For ONU, set to corresponding slot
+ "
+ ::= { portBaseQosPolicyEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.5.1.3
+ portBaseQosPolicyPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT, set to 0
+ For ONU, set to corresponding port
+ "
+ ::= { portBaseQosPolicyEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.5.1.4
+ portBaseQosPolicyMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sp(1),
+ wrr(2),
+ spWrr(3),
+ wfp(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ sp
+ wrr
+ spWrr sp+wrr
+ wfp "
+ ::= { portBaseQosPolicyEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.5.1.5
+ portBaseQosPolicyWeightOctet OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..256))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+
+ sp0
+ wrr1-100100
+ spWrr0-1000sp0100
+ wfp0
+
+ get 1.3.6.1.4.1.17409.2.3.8.4.1.2.deviceBaseQosPolicyDeviceIndex(410100101). = wrr(2)
+ get 1.3.6.1.4.1.17409.2.3.8.4.1.3.deviceBaseQosPolicyDeviceIndex(410100101). = hex(5 5 5 5 10 20 20 30)
+ 8
+ queue 0 5
+ queue 1 5
+ queue 2 5
+ queue 3 5
+ queue 4 10
+ queue 5 20
+ queue 6 20
+ queue 7 30
+ "
+ ::= { portBaseQosPolicyEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.8.5.1.6
+ portBaseQosPolicySpBandwidthRange OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Define SP assured bandwidth for each queue.
+ The size of this object is 4*(number of queue). For each queue, use 4 octets
+ to represend the assured bandwidth for the queue. The four-octet could be mapped
+ to an unsigned integer, in units of kbps. The sequence of the map is from queue
+ 0 to queue max (for example, 7).
+ For example, 00 00 00 10 00 00 01 00 00 00 00 00 00 00 00 00
+ 00 00 10 00 00 00 00 01 00 01 01 00 00 00 11 11
+ It means, 8 queues and the assured bandwidth for each queue as:
+ queue 0 16kbps
+ queue 1 256kbps
+ queue 2 0
+ queue 3 0
+ queue 4 4096kbps
+ queue 5 1kbps
+ queue 6 65792kbps
+ queue 7 65535kbps
+ "
+ ::= { portBaseQosPolicyEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9
+ stpManagementObjects OBJECT IDENTIFIER ::= { eponTree 9 }
+
+
+-- ------------------------------------------------------------------------------
+-- stpManagementObjects[STP](1.3.6.1.4.1.17409.2.3.9)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.3.9.1
+ stpGlobalSetTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF StpGlobalSetEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ STP"
+ ::= { stpManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1
+ stpGlobalSetEntry OBJECT-TYPE
+ SYNTAX StpGlobalSetEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { stpGlobalSetIndex }
+ ::= { stpGlobalSetTable 1 }
+
+
+ StpGlobalSetEntry ::=
+ SEQUENCE {
+ stpGlobalSetIndex
+ Counter32,
+ stpGlobalSetVersion
+ INTEGER,
+ stpGlobalSetPriority
+ INTEGER,
+ stpGlobalSetTimeSinceTopologyChange
+ TimeTicks,
+ stpGlobalSetTopChanges
+ Counter32,
+ stpGlobalSetDesignatedRoot
+ BridgeId,
+ stpGlobalSetRootCost
+ INTEGER,
+ stpGlobalSetRootPort
+ OCTET STRING,
+ stpGlobalSetMaxAge
+ Timeout,
+ stpGlobalSetHelloTime
+ Timeout,
+ stpGlobalSetHoldTime
+ INTEGER,
+ stpGlobalSetForwardDelay
+ Timeout,
+ stpGlobalSetBridgeMaxAge
+ Timeout,
+ stpGlobalSetBridgeHelloTime
+ Timeout,
+ stpGlobalSetBridgeForwardDelay
+ Timeout,
+ stpGlobalSetRstpTxHoldCount
+ INTEGER,
+ stpGlobalSetEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.1
+ stpGlobalSetIndex OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT - Set to corresponding device
+ For ONU - Set to 0
+ "
+ ::= { stpGlobalSetEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.2
+ stpGlobalSetVersion OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ rstp(1),
+ stp(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ DEFVAL { rstp }
+ ::= { stpGlobalSetEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.3
+ stpGlobalSetPriority OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+
+ IEEE 802.1dIEEE 802.1w0-614404096"
+ ::= { stpGlobalSetEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.4
+ stpGlobalSetTimeSinceTopologyChange OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { stpGlobalSetEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.5
+ stpGlobalSetTopChanges OBJECT-TYPE
+ SYNTAX Counter32
+ UNITS "topology changes"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { stpGlobalSetEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.6
+ stpGlobalSetDesignatedRoot OBJECT-TYPE
+ SYNTAX BridgeId
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ BridgeId"
+ ::= { stpGlobalSetEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.7
+ stpGlobalSetRootCost OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { stpGlobalSetEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.8
+ stpGlobalSetRootPort OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (3))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+
+ The port is presented by three octets, in sequence of device ID, slot,
+ and port.
+ For ONU, device ID is meaningless and shall set 0. Slot and port shall
+ be set to corresponding value.
+ For OLT, device ID, slot, and port shall be set to corresponding value.
+ For example,
+ 01 02 03 means device 1, slot 2, port 3 is root port.
+ 0x00 04 05 means ONU slot 4, port 5 is root port.
+ "
+ ::= { stpGlobalSetEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.9
+ stpGlobalSetMaxAge OBJECT-TYPE
+ SYNTAX Timeout
+ UNITS "centi-seconds"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ 1/100 secs"
+ ::= { stpGlobalSetEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.10
+ stpGlobalSetHelloTime OBJECT-TYPE
+ SYNTAX Timeout
+ UNITS "centi-seconds"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ PDU"
+ ::= { stpGlobalSetEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.11
+ stpGlobalSetHoldTime OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-seconds"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ PDU"
+ ::= { stpGlobalSetEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.12
+ stpGlobalSetForwardDelay OBJECT-TYPE
+ SYNTAX Timeout
+ UNITS "centi-seconds"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+
+
+ "
+ ::= { stpGlobalSetEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.13
+ stpGlobalSetBridgeMaxAge OBJECT-TYPE
+ SYNTAX Timeout (600..4000)
+ UNITS "centi-seconds"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { stpGlobalSetEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.14
+ stpGlobalSetBridgeHelloTime OBJECT-TYPE
+ SYNTAX Timeout (100..1000)
+ UNITS "centi-seconds"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { stpGlobalSetEntry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.15
+ stpGlobalSetBridgeForwardDelay OBJECT-TYPE
+ SYNTAX Timeout (400..3000)
+ UNITS "centi-seconds"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { stpGlobalSetEntry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.16
+ stpGlobalSetRstpTxHoldCount OBJECT-TYPE
+ SYNTAX INTEGER (1..10)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ RSTP"
+ DEFVAL { 3 }
+ ::= { stpGlobalSetEntry 16 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.1.1.17
+ stpGlobalSetEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ STPtrue(1)"
+ ::= { stpGlobalSetEntry 17 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2
+ stpPortTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF StpPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ STP"
+ ::= { stpManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1
+ stpPortEntry OBJECT-TYPE
+ SYNTAX StpPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { stpPortStpIndex, stpPortCardIndex, stpPortIndex }
+ ::= { stpPortTable 1 }
+
+
+ StpPortEntry ::=
+ SEQUENCE {
+ stpPortStpIndex
+ EponDeviceIndex,
+ stpPortCardIndex
+ EponCardIndex,
+ stpPortIndex
+ EponPortIndex,
+ stpPortStatus
+ INTEGER,
+ stpPortPriority
+ INTEGER,
+ stpPortPathCost
+ INTEGER,
+ stpPortDesignatedRoot
+ BridgeId,
+ stpPortDesignatedCost
+ INTEGER,
+ stpPortDesignatedBridge
+ BridgeId,
+ stpPortDesignatedPort
+ Gauge32,
+ stpPortForwardTransitions
+ Unsigned32,
+ stpPortRstpProtocolMigration
+ TruthValue,
+ stpPortRstpAdminEdgePort
+ TruthValue,
+ stpPortRstpOperEdgePort
+ TruthValue,
+ stpPortPointToPointAdminStatus
+ INTEGER,
+ stpPortPointToPointOperStatus
+ TruthValue,
+ stpPortEnabled
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.1
+ stpPortStpIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ For OLT - Set to corresponding device/SLOT/PORT
+ For ONU - Set to 0
+ "
+ ::= { stpPortEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.2
+ stpPortCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..255)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Epon
+ For OLT, set to 0
+ For ONU, set to correspond card index"
+ ::= { stpPortEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.3
+ stpPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ OLTSNI/PON portONUUNI
+ For OLT, set to 0
+ For ONU, set to correspond port index"
+ ::= { stpPortEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.4
+ stpPortStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disabled(1),
+ blocking(2),
+ listening(3),
+ learning(4),
+ forwarding(5),
+ broken(6)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ STPdisable"
+ ::= { stpPortEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.5
+ stpPortPriority OBJECT-TYPE
+ SYNTAX INTEGER (0..240)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { stpPortEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.6
+ stpPortPathCost OBJECT-TYPE
+ SYNTAX INTEGER (1..200000000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ 802.1D-1998LAN"
+ ::= { stpPortEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.7
+ stpPortDesignatedRoot OBJECT-TYPE
+ SYNTAX BridgeId
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ BPDUBPDU"
+ ::= { stpPortEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.8
+ stpPortDesignatedCost OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ PDU"
+ ::= { stpPortEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.9
+ stpPortDesignatedBridge OBJECT-TYPE
+ SYNTAX BridgeId
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ ID"
+ ::= { stpPortEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.10
+ stpPortDesignatedPort OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { stpPortEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.11
+ stpPortForwardTransitions OBJECT-TYPE
+ SYNTAX Unsigned32
+ UNITS "seconds"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { stpPortEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.12
+ stpPortRstpProtocolMigration OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ RSTPTRUE(1)RSTP BPDUFALSE(2)"
+ ::= { stpPortEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.13
+ stpPortRstpAdminEdgePort OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ stpPortRstpOperEdgePort
+ true(1)BPDUstpPortRstpOperEdgePortfalse(2)
+ "
+ ::= { stpPortEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.14
+ stpPortRstpOperEdgePort OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ stpPortRstpAdminEdgePortBPDUfalse(2)"
+ ::= { stpPortEntry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.15
+ stpPortPointToPointAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ false(0),
+ true(1),
+ auto(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { stpPortEntry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.16
+ stpPortPointToPointOperStatus OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ "
+ ::= { stpPortEntry 16 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.9.2.1.17
+ stpPortEnabled OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ true(1)"
+ ::= { stpPortEntry 17 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10
+ performanceStatisticObjects OBJECT IDENTIFIER ::= { eponTree 10 }
+
+
+-- ------------------------------------------------------------------------------
+-- performanceStatisticObjects[](1.3.6.1.4.1.17409.2.3.10)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.3.10.1
+ curStatsTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CurStatsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { performanceStatisticObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1
+ curStatsEntry OBJECT-TYPE
+ SYNTAX CurStatsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ INDEX { curStatsDeviceIndex, curStatsCardIndex, curStatsPortIndex }
+ ::= { curStatsTable 1 }
+
+
+ CurStatsEntry ::=
+ SEQUENCE {
+ curStatsDeviceIndex
+ EponDeviceIndex,
+ curStatsCardIndex
+ EponCardIndex,
+ curStatsPortIndex
+ EponPortIndex,
+ curStatsInOctets
+ Counter64,
+ curStatsInPkts
+ Counter64,
+ curStatsInBroadcastPkts
+ Counter64,
+ curStatsInMulticastPkts
+ Counter64,
+ curStatsInPkts64Octets
+ Counter64,
+ curStatsInPkts65to127Octets
+ Counter64,
+ curStatsInPkts128to255Octets
+ Counter64,
+ curStatsInPkts256to511Octets
+ Counter64,
+ curStatsInPkts512to1023Octets
+ Counter64,
+ curStatsInPkts1024to1518Octets
+ Counter64,
+ curStatsInPkts1519to1522Octets
+ Counter64,
+ curStatsInUndersizePkts
+ Counter64,
+ curStatsInOversizePkts
+ Counter64,
+ curStatsInFragments
+ Counter64,
+ curStatsInMpcpFrames
+ Counter64,
+ curStatsInMpcpOctets
+ Counter64,
+ curStatsInOAMFrames
+ Counter64,
+ curStatsInOAMOctets
+ Counter64,
+ curStatsInCRCErrorPkts
+ Counter64,
+ curStatsInDropEvents
+ Counter64,
+ curStatsInJabbers
+ Counter64,
+ curStatsInCollision
+ Counter64,
+ curStatsOutOctets
+ Counter64,
+ curStatsOutPkts
+ Counter64,
+ curStatsOutBroadcastPkts
+ Counter64,
+ curStatsOutMulticastPkts
+ Counter64,
+ curStatsOutPkts64Octets
+ Counter64,
+ curStatsOutPkts65to127Octets
+ Counter64,
+ curStatsOutPkts128to255Octets
+ Counter64,
+ curStatsOutPkts256to511Octets
+ Counter64,
+ curStatsOutPkts512to1023Octets
+ Counter64,
+ curStatsOutPkts1024to1518Octets
+ Counter64,
+ curStatsOutPkts1519o1522Octets
+ Counter64,
+ curStatsOutUndersizePkts
+ Counter64,
+ curStatsOutOversizePkts
+ Counter64,
+ curStatsOutFragments
+ Counter64,
+ curStatsOutMpcpFrames
+ Counter64,
+ curStatsOutMpcpOctets
+ Counter64,
+ curStatsOutOAMFrames
+ Counter64,
+ curStatsOutOAMOctets
+ Counter64,
+ curStatsOutCRCErrorPkts
+ Counter64,
+ curStatsOutDropEvents
+ Counter64,
+ curStatsOutJabbers
+ Counter64,
+ curStatsOutCollision
+ Counter64,
+ curStatsStatusAndAction
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.1
+ curStatsDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ For OLT, set to corresponding device/slot/port
+ For ONU, set to 0"
+ ::= { curStatsEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.2
+ curStatsCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ For OLT, set to 0
+ For ONU, set to corresponding slot
+ "
+ ::= { curStatsEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.3
+ curStatsPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ For OLT, set to 0
+ For ONU, set to corresponding port
+ "
+ ::= { curStatsEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.4
+ curStatsInOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.5
+ curStatsInPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.6
+ curStatsInBroadcastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.7
+ curStatsInMulticastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.8
+ curStatsInPkts64Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "64"
+ ::= { curStatsEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.9
+ curStatsInPkts65to127Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "65127"
+ ::= { curStatsEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.10
+ curStatsInPkts128to255Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "128255"
+ ::= { curStatsEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.11
+ curStatsInPkts256to511Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "256511"
+ ::= { curStatsEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.12
+ curStatsInPkts512to1023Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "5121023"
+ ::= { curStatsEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.13
+ curStatsInPkts1024to1518Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "10241518"
+ ::= { curStatsEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.14
+ curStatsInPkts1519to1522Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "15191522"
+ ::= { curStatsEntry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.15
+ curStatsInUndersizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.16
+ curStatsInOversizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 16 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.17
+ curStatsInFragments OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 17 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.18
+ curStatsInMpcpFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { curStatsEntry 18 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.19
+ curStatsInMpcpOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { curStatsEntry 19 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.20
+ curStatsInOAMFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { curStatsEntry 20 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.21
+ curStatsInOAMOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { curStatsEntry 21 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.22
+ curStatsInCRCErrorPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "CRC"
+ ::= { curStatsEntry 22 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.23
+ curStatsInDropEvents OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 23 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.24
+ curStatsInJabbers OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 24 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.25
+ curStatsInCollision OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 25 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.26
+ curStatsOutOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 26 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.27
+ curStatsOutPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 27 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.28
+ curStatsOutBroadcastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 28 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.29
+ curStatsOutMulticastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 29 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.30
+ curStatsOutPkts64Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "64"
+ ::= { curStatsEntry 30 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.31
+ curStatsOutPkts65to127Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "65127"
+ ::= { curStatsEntry 31 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.32
+ curStatsOutPkts128to255Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "128255"
+ ::= { curStatsEntry 32 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.33
+ curStatsOutPkts256to511Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "256511"
+ ::= { curStatsEntry 33 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.34
+ curStatsOutPkts512to1023Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "5121023"
+ ::= { curStatsEntry 34 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.35
+ curStatsOutPkts1024to1518Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "10241518"
+ ::= { curStatsEntry 35 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.36
+ curStatsOutPkts1519o1522Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "15191522"
+ ::= { curStatsEntry 36 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.37
+ curStatsOutUndersizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 37 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.38
+ curStatsOutOversizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 38 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.39
+ curStatsOutFragments OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 39 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.40
+ curStatsOutMpcpFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { curStatsEntry 40 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.41
+ curStatsOutMpcpOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { curStatsEntry 41 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.42
+ curStatsOutOAMFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { curStatsEntry 42 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.43
+ curStatsOutOAMOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { curStatsEntry 43 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.44
+ curStatsOutCRCErrorPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "CRC"
+ ::= { curStatsEntry 44 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.45
+ curStatsOutDropEvents OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 45 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.46
+ curStatsOutJabbers OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 46 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.47
+ curStatsOutCollision OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { curStatsEntry 47 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.1.1.48
+ curStatsStatusAndAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(1),
+ clean(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ clean(2) "
+ ::= { curStatsEntry 48 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2
+ stats15Table OBJECT-TYPE
+ SYNTAX SEQUENCE OF Stats15Entry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "15 minutes performance data"
+ ::= { performanceStatisticObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1
+ stats15Entry OBJECT-TYPE
+ SYNTAX Stats15Entry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { stats15DeviceIndex, stats15CardIndex, stats15PortIndex, stats15Index }
+ ::= { stats15Table 1 }
+
+
+ Stats15Entry ::=
+ SEQUENCE {
+ stats15DeviceIndex
+ EponDeviceIndex,
+ stats15CardIndex
+ EponCardIndex,
+ stats15PortIndex
+ EponPortIndex,
+ stats15Index
+ EponStats15MinRecordType,
+ stats15InOctets
+ Counter64,
+ stats15InPkts
+ Counter64,
+ stats15InBroadcastPkts
+ Counter64,
+ stats15InMulticastPkts
+ Counter64,
+ stats15InPkts64Octets
+ Counter64,
+ stats15InPkts65to127Octets
+ Counter64,
+ stats15InPkts128to255Octets
+ Counter64,
+ stats15InPkts256to511Octets
+ Counter64,
+ stats15InPkts512to1023Octets
+ Counter64,
+ stats15InPkts1024to1518Octets
+ Counter64,
+ stats15InPkts1519to1522Octets
+ Counter64,
+ stats15InUndersizePkts
+ Counter64,
+ stats15InOversizePkts
+ Counter64,
+ stats15InFragments
+ Counter64,
+ stats15InMpcpFrames
+ Counter64,
+ stats15InMpcpOctets
+ Counter64,
+ stats15InOAMFrames
+ Counter64,
+ stats15InOAMOctets
+ Counter64,
+ stats15InCRCErrorPkts
+ Counter64,
+ stats15InDropEvents
+ Counter64,
+ stats15InJabbers
+ Counter64,
+ stats15InCollision
+ Counter64,
+ stats15OutOctets
+ Counter64,
+ stats15OutPkts
+ Counter64,
+ stats15OutBroadcastPkts
+ Counter64,
+ stats15OutMulticastPkts
+ Counter64,
+ stats15OutPkts64Octets
+ Counter64,
+ stats15OutPkts65to127Octets
+ Counter64,
+ stats15OutPkts128to255Octets
+ Counter64,
+ stats15OutPkts256to511Octets
+ Counter64,
+ stats15OutPkts512to1023Octets
+ Counter64,
+ stats15OutPkts1024to1518Octets
+ Counter64,
+ stats15OutPkts1519o1522Octets
+ Counter64,
+ stats15OutUndersizePkts
+ Counter64,
+ stats15OutOversizePkts
+ Counter64,
+ stats15OutFragments
+ Counter64,
+ stats15OutMpcpFrames
+ Counter64,
+ stats15OutMpcpOctets
+ Counter64,
+ stats15OutOAMFrames
+ Counter64,
+ stats15OutOAMOctets
+ Counter64,
+ stats15OutCRCErrorPkts
+ Counter64,
+ stats15OutDropEvents
+ Counter64,
+ stats15OutJabbers
+ Counter64,
+ stats15OutCollision
+ Counter64,
+ stats15StatusAndAction
+ INTEGER,
+ stats15ValidityTag
+ TruthValue,
+ stats15ElapsedTime
+ Counter32,
+ stats15EndTime
+ DateAndTime
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.1
+ stats15DeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ For OLT, set to corresponding device/slot/port
+ For ONU, set to 0 "
+ ::= { stats15Entry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.2
+ stats15CardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ For OLT, set to 0
+ For ONU, set to corresponding slot
+ "
+ ::= { stats15Entry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.3
+ stats15PortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ For OLT, set to 0
+ For ONU, set to corresponding port
+ "
+ ::= { stats15Entry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.4
+ stats15Index OBJECT-TYPE
+ SYNTAX EponStats15MinRecordType (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+
+ "
+ ::= { stats15Entry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.5
+ stats15InOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.6
+ stats15InPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.7
+ stats15InBroadcastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.8
+ stats15InMulticastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.9
+ stats15InPkts64Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "64"
+ ::= { stats15Entry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.10
+ stats15InPkts65to127Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "65127"
+ ::= { stats15Entry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.11
+ stats15InPkts128to255Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "128255"
+ ::= { stats15Entry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.12
+ stats15InPkts256to511Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "256511"
+ ::= { stats15Entry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.13
+ stats15InPkts512to1023Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "5121023"
+ ::= { stats15Entry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.14
+ stats15InPkts1024to1518Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "10241518"
+ ::= { stats15Entry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.15
+ stats15InPkts1519to1522Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "15191522"
+ ::= { stats15Entry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.16
+ stats15InUndersizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 16 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.17
+ stats15InOversizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 17 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.18
+ stats15InFragments OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 18 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.19
+ stats15InMpcpFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { stats15Entry 19 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.20
+ stats15InMpcpOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { stats15Entry 20 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.21
+ stats15InOAMFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { stats15Entry 21 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.22
+ stats15InOAMOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { stats15Entry 22 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.23
+ stats15InCRCErrorPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "CRC"
+ ::= { stats15Entry 23 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.24
+ stats15InDropEvents OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 24 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.25
+ stats15InJabbers OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 25 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.26
+ stats15InCollision OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 26 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.27
+ stats15OutOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 27 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.28
+ stats15OutPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 28 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.29
+ stats15OutBroadcastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 29 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.30
+ stats15OutMulticastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 30 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.31
+ stats15OutPkts64Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "64"
+ ::= { stats15Entry 31 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.32
+ stats15OutPkts65to127Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "65127"
+ ::= { stats15Entry 32 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.33
+ stats15OutPkts128to255Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "128255"
+ ::= { stats15Entry 33 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.34
+ stats15OutPkts256to511Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "256511"
+ ::= { stats15Entry 34 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.35
+ stats15OutPkts512to1023Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "5121023"
+ ::= { stats15Entry 35 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.36
+ stats15OutPkts1024to1518Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "10241518"
+ ::= { stats15Entry 36 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.37
+ stats15OutPkts1519o1522Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "15191522"
+ ::= { stats15Entry 37 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.38
+ stats15OutUndersizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 38 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.39
+ stats15OutOversizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 39 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.40
+ stats15OutFragments OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 40 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.41
+ stats15OutMpcpFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { stats15Entry 41 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.42
+ stats15OutMpcpOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { stats15Entry 42 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.43
+ stats15OutOAMFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { stats15Entry 43 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.44
+ stats15OutOAMOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { stats15Entry 44 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.45
+ stats15OutCRCErrorPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "CRC"
+ ::= { stats15Entry 45 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.46
+ stats15OutDropEvents OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 46 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.47
+ stats15OutJabbers OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 47 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.48
+ stats15OutCollision OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats15Entry 48 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.49
+ stats15StatusAndAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(1),
+ clean(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ clean(2) "
+ ::= { stats15Entry 49 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.50
+ stats15ValidityTag OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Whether or not the current 15-min PM data is valid"
+ ::= { stats15Entry 50 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.51
+ stats15ElapsedTime OBJECT-TYPE
+ SYNTAX Counter32
+ UNITS "seconds"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ It is elapsed time, since start of this 15-min interval.
+ It is only valid for current PM data. For history PM data, set to 0.
+ "
+ ::= { stats15Entry 51 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.2.1.52
+ stats15EndTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ It is time, when the PM history data is created.
+ It is only valid for history PM data.
+ "
+ ::= { stats15Entry 52 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3
+ stats24Table OBJECT-TYPE
+ SYNTAX SEQUENCE OF Stats24Entry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "1-day performance data"
+ ::= { performanceStatisticObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1
+ stats24Entry OBJECT-TYPE
+ SYNTAX Stats24Entry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { stats24DeviceIndex, stats24CardIndex, stats24PortIndex, stats24Index }
+ ::= { stats24Table 1 }
+
+
+ Stats24Entry ::=
+ SEQUENCE {
+ stats24DeviceIndex
+ EponDeviceIndex,
+ stats24CardIndex
+ EponCardIndex,
+ stats24PortIndex
+ EponPortIndex,
+ stats24Index
+ EponStats24HourRecordType,
+ stats24InOctets
+ Counter64,
+ stats24InPkts
+ Counter64,
+ stats24InBroadcastPkts
+ Counter64,
+ stats24InMulticastPkts
+ Counter64,
+ stats24InPkts64Octets
+ Counter64,
+ stats24InPkts65to127Octets
+ Counter64,
+ stats24InPkts128to255Octets
+ Counter64,
+ stats24InPkts256to511Octets
+ Counter64,
+ stats24InPkts512to1023Octets
+ Counter64,
+ stats24InPkts1024to1518Octets
+ Counter64,
+ stats24InPkts1519to1522Octets
+ Counter64,
+ stats24InUndersizePkts
+ Counter64,
+ stats24InOversizePkts
+ Counter64,
+ stats24InFragments
+ Counter64,
+ stats24InMpcpFrames
+ Counter64,
+ stats24InMpcpOctets
+ Counter64,
+ stats24InOAMFrames
+ Counter64,
+ stats24InOAMOctets
+ Counter64,
+ stats24InCRCErrorPkts
+ Counter64,
+ stats24InDropEvents
+ Counter64,
+ stats24InJabbers
+ Counter64,
+ stats24InCollision
+ Counter64,
+ stats24OutOctets
+ Counter64,
+ stats24OutPkts
+ Counter64,
+ stats24OutBroadcastPkts
+ Counter64,
+ stats24OutMulticastPkts
+ Counter64,
+ stats24OutPkts64Octets
+ Counter64,
+ stats24OutPkts65to127Octets
+ Counter64,
+ stats24OutPkts128to255Octets
+ Counter64,
+ stats24OutPkts256to511Octets
+ Counter64,
+ stats24OutPkts512to1023Octets
+ Counter64,
+ stats24OutPkts1024to1518Octets
+ Counter64,
+ stats24OutPkts1519o1522Octets
+ Counter64,
+ stats24OutUndersizePkts
+ Counter64,
+ stats24OutOversizePkts
+ Counter64,
+ stats24OutFragments
+ Counter64,
+ stats24OutMpcpFrames
+ Counter64,
+ stats24OutMpcpOctets
+ Counter64,
+ stats24OutOAMFrames
+ Counter64,
+ stats24OutOAMOctets
+ Counter64,
+ stats24OutCRCErrorPkts
+ Counter64,
+ stats24OutDropEvents
+ Counter64,
+ stats24OutJabbers
+ Counter64,
+ stats24OutCollision
+ Counter64,
+ stats24StatusAndAction
+ INTEGER,
+ stats24ValidityTag
+ TruthValue,
+ stats24ElapsedTime
+ Counter32,
+ stats24EndTime
+ DateAndTime
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.1
+ stats24DeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ For OLT, set to corresponding device/slot/port
+ For ONU, set to 0
+ "
+ ::= { stats24Entry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.2
+ stats24CardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ For OLT, set to 0
+ For ONU, set to corresponding slot
+ "
+ ::= { stats24Entry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.3
+ stats24PortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ For OLT, set to 0
+ For ONU, set to corresponding port
+ "
+ ::= { stats24Entry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.4
+ stats24Index OBJECT-TYPE
+ SYNTAX EponStats24HourRecordType (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.5
+ stats24InOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.6
+ stats24InPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.7
+ stats24InBroadcastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.8
+ stats24InMulticastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.9
+ stats24InPkts64Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "64"
+ ::= { stats24Entry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.10
+ stats24InPkts65to127Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "65127"
+ ::= { stats24Entry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.11
+ stats24InPkts128to255Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "128255"
+ ::= { stats24Entry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.12
+ stats24InPkts256to511Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "256511"
+ ::= { stats24Entry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.13
+ stats24InPkts512to1023Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "5121023"
+ ::= { stats24Entry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.14
+ stats24InPkts1024to1518Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "10241518"
+ ::= { stats24Entry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.15
+ stats24InPkts1519to1522Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "15191522"
+ ::= { stats24Entry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.16
+ stats24InUndersizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 16 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.17
+ stats24InOversizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 17 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.18
+ stats24InFragments OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 18 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.19
+ stats24InMpcpFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { stats24Entry 19 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.20
+ stats24InMpcpOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { stats24Entry 20 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.21
+ stats24InOAMFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { stats24Entry 21 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.22
+ stats24InOAMOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { stats24Entry 22 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.23
+ stats24InCRCErrorPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "CRC"
+ ::= { stats24Entry 23 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.24
+ stats24InDropEvents OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 24 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.25
+ stats24InJabbers OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 25 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.26
+ stats24InCollision OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 26 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.27
+ stats24OutOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 27 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.28
+ stats24OutPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 28 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.29
+ stats24OutBroadcastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 29 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.30
+ stats24OutMulticastPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 30 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.31
+ stats24OutPkts64Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "64"
+ ::= { stats24Entry 31 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.32
+ stats24OutPkts65to127Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "65127"
+ ::= { stats24Entry 32 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.33
+ stats24OutPkts128to255Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "128255"
+ ::= { stats24Entry 33 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.34
+ stats24OutPkts256to511Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "256511"
+ ::= { stats24Entry 34 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.35
+ stats24OutPkts512to1023Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "5121023"
+ ::= { stats24Entry 35 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.36
+ stats24OutPkts1024to1518Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "10241518"
+ ::= { stats24Entry 36 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.37
+ stats24OutPkts1519o1522Octets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "15191522"
+ ::= { stats24Entry 37 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.38
+ stats24OutUndersizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 38 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.39
+ stats24OutOversizePkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 39 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.40
+ stats24OutFragments OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 40 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.41
+ stats24OutMpcpFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { stats24Entry 41 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.42
+ stats24OutMpcpOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MPCP"
+ ::= { stats24Entry 42 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.43
+ stats24OutOAMFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { stats24Entry 43 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.44
+ stats24OutOAMOctets OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OAM"
+ ::= { stats24Entry 44 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.45
+ stats24OutCRCErrorPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "CRC"
+ ::= { stats24Entry 45 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.46
+ stats24OutDropEvents OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 46 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.47
+ stats24OutJabbers OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 47 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.48
+ stats24OutCollision OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { stats24Entry 48 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.49
+ stats24StatusAndAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(1),
+ clear(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ clear(2) "
+ ::= { stats24Entry 49 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.50
+ stats24ValidityTag OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Whether or not the current 1-day PM data is valid"
+ ::= { stats24Entry 50 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.51
+ stats24ElapsedTime OBJECT-TYPE
+ SYNTAX Counter32
+ UNITS "seconds"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ It is elapsed time, since start of this 1-day interval.
+ It is only valid for current PM data. For history PM data, set to 0.
+ "
+ ::= { stats24Entry 51 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.3.1.52
+ stats24EndTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ It is time, when the PM history data is created.
+ It is only valid for history PM data.
+ "
+ ::= { stats24Entry 52 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.4
+ perfStatsGlobalSet OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { performanceStatisticObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.4.1
+ perfStats15MinMaxRecord OBJECT-TYPE
+ SYNTAX EponStats15MinRecordType
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "15, 0"
+ DEFVAL { 96 }
+ ::= { perfStatsGlobalSet 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.4.2
+ perfStats24HourMaxRecord OBJECT-TYPE
+ SYNTAX EponStats24HourRecordType
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "24 0"
+ DEFVAL { 7 }
+ ::= { perfStatsGlobalSet 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.5
+ perfStatsThresholdTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PerfStatsThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { performanceStatisticObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.5.1
+ perfStatsThresholdEntry OBJECT-TYPE
+ SYNTAX PerfStatsThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ INDEX { perfStatsThresholdDeviceIndex, perfStatsThresholdCardIndex, perfStatsThresholdPortIndex, perfStatsThresholdTypeIndex }
+ ::= { perfStatsThresholdTable 1 }
+
+
+ PerfStatsThresholdEntry ::=
+ SEQUENCE {
+ perfStatsThresholdDeviceIndex
+ EponDeviceIndex,
+ perfStatsThresholdCardIndex
+ EponCardIndex,
+ perfStatsThresholdPortIndex
+ EponPortIndex,
+ perfStatsThresholdTypeIndex
+ EponStatsThresholdType,
+ perfStatsThresholdUpper
+ Counter64,
+ perfStatsThresholdLower
+ Counter64,
+ perfStatsThresholdRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.3.10.5.1.1
+ perfStatsThresholdDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ curStatsDeviceIndex"
+ ::= { perfStatsThresholdEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.5.1.2
+ perfStatsThresholdCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ curStatsCardIndex"
+ ::= { perfStatsThresholdEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.5.1.3
+ perfStatsThresholdPortIndex OBJECT-TYPE
+ SYNTAX EponPortIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ curStatsPortIndex"
+ ::= { perfStatsThresholdEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.5.1.4
+ perfStatsThresholdTypeIndex OBJECT-TYPE
+ SYNTAX EponStatsThresholdType
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { perfStatsThresholdEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.5.1.5
+ perfStatsThresholdUpper OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { perfStatsThresholdEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.5.1.6
+ perfStatsThresholdLower OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { perfStatsThresholdEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.3.10.5.1.7
+ perfStatsThresholdRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { perfStatsThresholdEntry 7 }
+
+
+-- DESCRIPTION
+-- "EPON MIB"
+ -- 1.3.6.1.4.1.17409.2.4
+ eoCTree OBJECT IDENTIFIER ::= { nscrtvEponEocTree 4 }
+
+
+-- DESCRIPTION
+-- "EoC MIB"
+ -- 1.3.6.1.4.1.17409.2.5
+ orTree OBJECT IDENTIFIER ::= { nscrtvEponEocTree 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1
+ catvOrObjects OBJECT IDENTIFIER ::= { orTree 1 }
+
+
+-- ------------------------------------------------------------------------------
+-- catvOrObjects [catv](1.3.6.1.4.1.17409.2.5.1)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.5.1.1
+ onuCatvOrConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF onuCatvOrConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of onuCatvOrConfigTable entries. "
+ ::= { catvOrObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1
+ onuCatvOrConfigEntry OBJECT-TYPE
+ SYNTAX onuCatvOrConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuCatvOrConfigEntry Information"
+ INDEX { onuCatvOrConfigDeviceIndex }
+ ::= { onuCatvOrConfigTable 1 }
+
+
+ onuCatvOrConfigEntry ::=
+ SEQUENCE {
+ onuCatvOrConfigDeviceIndex
+ EponDeviceIndex,
+ onuCatvOrConfigSwitch
+ INTEGER,
+ onuCatvOrConfigGainControlType
+ INTEGER,
+ onuCatvOrConfigAGCUpValue
+ INTEGER,
+ onuCatvOrConfigAGCRange
+ INTEGER,
+ onuCatvOrConfigMGCTxAttenuation
+ INTEGER,
+ onuCatvOrConfigInputLO
+ INTEGER,
+ onuCatvOrConfigInputHI
+ INTEGER,
+ onuCatvOrConfigOutputLO
+ INTEGER,
+ onuCatvOrConfigOutputHI
+ INTEGER,
+ onuCatvOrConfigVoltageHI
+ INTEGER,
+ onuCatvOrConfigVoltageLO
+ INTEGER,
+ onuCatvOrConfigTemperatureHI
+ INTEGER,
+ onuCatvOrConfigTemperatureLO
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.1
+ onuCatvOrConfigDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver config Index"
+ ::= { onuCatvOrConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.2
+ onuCatvOrConfigSwitch OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ on(1),
+ off(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.3
+ onuCatvOrConfigGainControlType OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.4
+ onuCatvOrConfigAGCUpValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.5
+ onuCatvOrConfigAGCRange OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.6
+ onuCatvOrConfigMGCTxAttenuation OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.7
+ onuCatvOrConfigInputLO OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.8
+ onuCatvOrConfigInputHI OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.9
+ onuCatvOrConfigOutputLO OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.10
+ onuCatvOrConfigOutputHI OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.11
+ onuCatvOrConfigVoltageHI OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.12
+ onuCatvOrConfigVoltageLO OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.13
+ onuCatvOrConfigTemperatureHI OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.1.1.14
+ onuCatvOrConfigTemperatureLO OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver switch."
+ ::= { onuCatvOrConfigEntry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.2
+ onuCatvOrInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF onuCatvOrInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of onuCatvOrInfoTable entries. "
+ ::= { catvOrObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.2.1
+ onuCatvOrInfoEntry OBJECT-TYPE
+ SYNTAX onuCatvOrInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuCatvOrConfigEntry Information"
+ INDEX { onuCatvOrInfoDeviceIndex }
+ ::= { onuCatvOrInfoTable 1 }
+
+
+ onuCatvOrInfoEntry ::=
+ SEQUENCE {
+ onuCatvOrInfoDeviceIndex
+ EponDeviceIndex,
+ onuCatvOrInfoRxPower
+ INTEGER,
+ onuCatvOrInfoRfOutVoltage
+ INTEGER,
+ onuCatvOrInfoVoltage
+ INTEGER,
+ onuCatvOrInfoTemperature
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.5.1.2.1.1
+ onuCatvOrInfoDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver information Index"
+ ::= { onuCatvOrInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.2.1.2
+ onuCatvOrInfoRxPower OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver information rx-power."
+ ::= { onuCatvOrInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.2.1.3
+ onuCatvOrInfoRfOutVoltage OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver information rf out voltage."
+ ::= { onuCatvOrInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.2.1.4
+ onuCatvOrInfoVoltage OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver information voltage."
+ ::= { onuCatvOrInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.5.1.2.1.5
+ onuCatvOrInfoTemperature OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Catv Opitcal receiver information temperat."
+ ::= { onuCatvOrInfoEntry 5 }
+
+
+-- DESCRIPTION
+-- "OpticalReceiver MIB"
+ -- 1.3.6.1.4.1.17409.2.6
+ oTTree OBJECT IDENTIFIER ::= { nscrtvEponEocTree 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1
+ cityNetworkOpticalTransmissionCommonQuery OBJECT IDENTIFIER ::= { oTTree 1 }
+
+
+-- ------------------------------------------------------------------------------
+-- cityNetworkOpticalTransmissionCommonQuery [](1.3.6.1.4.1.17409.2.6.1)
+-- -------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.6.1.1
+ CityNetworkOpticalTransmissionCommonTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF commonEponDeviceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { cityNetworkOpticalTransmissionCommonQuery 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1
+ commonEponDeviceEntry OBJECT-TYPE
+ SYNTAX commonEponDeviceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The commonEponDeviceEntry Information"
+ INDEX { commonEponDeviceIndex }
+ ::= { CityNetworkOpticalTransmissionCommonTable 1 }
+
+
+ commonEponDeviceEntry ::=
+ SEQUENCE {
+ commonEponDeviceIndex
+ INTEGER,
+ commonEponDeviceType
+ DisplayString,
+ commonEponDeviceName
+ DisplayString,
+ commonEponVendorName
+ DisplayString,
+ commonEponModelNumber
+ DisplayString,
+ commonEponSerialNumber
+ DisplayString,
+ commonEponIpAddress
+ IpAddress,
+ commonEponMacAddress
+ INTEGER,
+ commonEponDeviceMFD
+ DisplayString,
+ commonEponDeviceInternalTemperature
+ INTEGER,
+ commonEponInputRFLevel
+ INTEGER,
+ commonEponOpicalInputPower
+ INTEGER,
+ commonEponOutputOpticalPower
+ INTEGER,
+ commonEponPowerVoltage
+ INTEGER,
+ commonEponPowerCurrent
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.1
+ commonEponDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "CityNetworkOpticalTransmissionCommonQueryTable Index"
+ ::= { commonEponDeviceEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.2
+ commonEponDeviceType OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { commonEponDeviceEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.3
+ commonEponDeviceName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { commonEponDeviceEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.4
+ commonEponVendorName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { commonEponDeviceEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.5
+ commonEponModelNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { commonEponDeviceEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.6
+ commonEponSerialNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { commonEponDeviceEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.7
+ commonEponIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "IP"
+ ::= { commonEponDeviceEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.8
+ commonEponMacAddress OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MAC"
+ ::= { commonEponDeviceEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.10
+ commonEponDeviceMFD OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (10))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { commonEponDeviceEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.12
+ commonEponDeviceInternalTemperature OBJECT-TYPE
+ SYNTAX INTEGER (-128..127)
+ MAX-ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ ""
+ ::= { commonEponDeviceEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.13
+ commonEponInputRFLevel OBJECT-TYPE
+ SYNTAX INTEGER (0..127)
+ MAX-ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ ",dBuV/ch"
+ ::= { commonEponDeviceEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.14
+ commonEponOpicalInputPower OBJECT-TYPE
+ SYNTAX INTEGER (-32768..32767)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ",0.1dBm"
+ ::= { commonEponDeviceEntry 14 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.15
+ commonEponOutputOpticalPower OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ",0.1dBm"
+ ::= { commonEponDeviceEntry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.16
+ commonEponPowerVoltage OBJECT-TYPE
+ SYNTAX INTEGER (-32768..32767)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "0.1V"
+ ::= { commonEponDeviceEntry 16 }
+
+
+ -- 1.3.6.1.4.1.17409.2.6.1.1.1.17
+ commonEponPowerCurrent OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "0.01A"
+ ::= { commonEponDeviceEntry 17 }
+
+
+
+ END
+
+--
+-- NSCRTV-FTTX-EPON-MIB.my
+--
diff --git a/MIBS/cdata/NSCRTV-FTTX-GPON-MIB b/MIBS/cdata/NSCRTV-FTTX-GPON-MIB
new file mode 100644
index 0000000..d9fefa6
--- /dev/null
+++ b/MIBS/cdata/NSCRTV-FTTX-GPON-MIB
@@ -0,0 +1,5507 @@
+--
+-- NSCRTV-FTTX-GPON-MIB.mib
+--
+
+ NSCRTV-FTTX-GPON-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ BridgeId, Timeout
+ FROM BRIDGE-MIB
+ enterprises, TimeTicks, IpAddress, Unsigned32, Gauge32,
+ Counter32, Counter64, OBJECT-TYPE, BITS, OBJECT-IDENTITY,
+ NOTIFICATION-TYPE
+ FROM SNMPv2-SMI
+ DateAndTime, TruthValue, RowStatus, MacAddress, DisplayString,
+ TimeStamp, TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+
+--
+-- Textual conventions
+--
+
+ GponAlarmInstance ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ Alarm instance, which define the detailed management object
+ reported the alarm. For example, OLT device 1, slot 2, port 3
+ reports a port down alarm.
+ It is represents in OCTET STRING format.
+ 1. The first four OCTET has same definition as GponDeviceIndex TC.
+ 2. The fifth OCTET is the slot definition of ONU, which shall
+ have same definition as last byte definition in GponCardIndex
+ TC.
+ 3. The sixth OCTET is the UNI port ID of ONU, which is similar to
+ GponPortIndex TC.
+ 4. The seventh and eighth OCTETS are reserved and shall be set to
+ 0 at any time, and shall be ignored by maangement system.
+ For example,
+ 0x01 02 03 04 05 06 00 00, represents OLT device 1, slot 2, port 3,
+ ONU logical ID 4, slot 5 UNI port 6 of the connected ONU.
+ "
+ SYNTAX OCTET STRING (SIZE (8))
+
+ GponAlarmCode ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Alarm codes, uniquely indentifies each kind of alarm.
+ Refer to GPON alarm definition table"
+ SYNTAX INTEGER (1..65535)
+
+ GponSeverityType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ " "
+ SYNTAX INTEGER
+ {
+ critical(1),
+ major(2),
+ minor(3),
+ warning(4),
+ info(5),
+ clear(6)
+ }
+
+ TAddress ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ First four octets sames definition of IpAddress, stands for NMS IP address
+ The last four octets same definition of INTEGER, stands for trap UDP port "
+ SYNTAX OCTET STRING (SIZE (8))
+
+ GponCardIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ For easy presenting the chassis view by NMS, bCardIndex shall be formatted
+ in a following manner:
+ Four bytes of INTEGER, from the most significant byte to the least significant bytes
+ -----------------------------------------------------------------------------
+ Reserved byte Reserved byte Reserved byte Sub-slot 2-bit Main-slot 6-bit
+ Notes:
+ -----
+ 1. Reserved bytes shall be set to 0.
+ 2. The main-slot shall be started from 1, and shall be in a consecutive manner,
+ for all slots, including service slots, control slots, switch slots, power
+ slots,FAN slots, etc.For example, 1, 2, 3
+ 3. The sub-slot shall be started from 1, and shall be in a consecutive manner.
+ For example, 1, 2. If no sub-slot concept of a main-slot, set to 0.
+ 4. For fixed device, if no slot concept, NE shall set both main-slot and sub-slot
+ to 0, to indicate this is meaningless. For modulized device, they MUST not be
+ set to 0.This definition shall applied to both OLT and ONU.
+ 5. For trunk, since there is no slot concept, set main-slot to all-1 and sub-slot
+ to 0. This definition shall applied to both OLT and ONU.
+
+ For example,
+ 0x00 00 00 0A, represents main-slot 10, no sub-slot
+ 0x00 00 00 42, represents main-slot 2, sub-slot 1
+ 0x00 00 00 3F, represents a trunk
+ "
+ SYNTAX Unsigned32
+
+ GponPortIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ The device port number shall start from 1. Nunber 0 had specific meaning, stands for portIndex is meaningless, for the situation defined.
+ "
+ SYNTAX INTEGER (0..255)
+
+ GponDeviceIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ Gpon olt/onu
+ ONU ID
+ Olt device-8bit OLT Card-8bit Pon port-8bit OnuNUM-8bit
+ Note:
+ ----
+ 1. OLT device must not be 0.
+ 2. Card here shall confirm the last byte definition of GponCardIndex
+ to indicate the main-slot and sub-slot index.
+ 3. Pon port must not be 0.
+ 4. The useful ONU logical ID MUST never be set to 0, where NUM of 0 has
+ another meaning, to indicate that the ONU logical ID is meaningless,
+ or said to not applied.
+
+ Usage guide:
+ -----------
+ This TC could be used for OLT SNI, OLT PON port, OLT ONU ID
+ ONU UNI, OLT device, trunk.
+ If the refered MIB object does not have clear definition,
+ refer to the following:
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT Pon Port - OnuNum shall be set to 0,
+ OLT SNI - Same as OLT Pon Port
+ OLT onu ID - Set OnuNUM to corresponding ONU logical ID
+ ONU UNI - Same as OLT ONU ID
+ OLT device - Set card, pon port and OnuNUM to 0
+ Trunk - Card to 0x3F, pon port to trunk ID, OnuNUM to 0
+ Olt device to corresponding ONU device
+ "
+ SYNTAX Unsigned32
+
+ AutoNegotiationTechAbility ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Technology ability of auto negotiation. Refer to
+ clause 30.6.1.1.5 of IEEE 802.3 2005 edition"
+ SYNTAX BITS
+ {
+ none(0),
+ tenBaseTFullDuplex(1),
+ tenBaseTHalfDuplex(2),
+ hundredBaseTFullDuplex(3),
+ hundredBaseTHalfDuplex(4),
+ thousandBaseTFullDuplex(5),
+ thousandBaseTHalfDuplex(6),
+ thousandBaseXFullDuplex(7),
+ thousandBaseXHalfDuplex(8),
+ fdxPause(9),
+ fdxApause(10),
+ fdxSpause(11),
+ fdxBpause(12)
+ }
+
+ GponStats15MinRecordType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ " "
+ SYNTAX INTEGER (0..96)
+
+ GponStats24HourRecordType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ " "
+ SYNTAX INTEGER (0..30)
+
+ GponStatsThresholdType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "
+ 1- InOctets
+ 2 InPkts
+ 3 InBroadcastPkts
+ 4 InMulticastPkts
+ 5 InPkts64Octets
+ 6 InPkts65to127Octets
+ 7 InPkts128to255Octets
+ 8 InPkts256to511Octets
+ 9 InPkts512to1023Octets
+ 10 InPkts1024to1518Octets
+ 11 InPkts1519to1522Octets
+ 12 InUndersizePkts
+ 13 InOversizePkts
+ 14 InFragments
+
+ 19 InCRCErrorPkts
+ 20 InDropEvents
+ 21 InJabbers
+ 22 InCollision
+ 23 OutOctets
+ 24 OutPkts
+ 25 OutBroadcastPkts
+ 26 OutMulticastPkts
+ 27 OutPkts64Octets
+ 28 OutPkts65to127Octets
+ 29 OutPkts128to255Octets
+ 30 OutPkts256to511Octets
+ 31 OutPkts512to1023Octets
+ 32 OutPkts1024to1518Octets
+ 33 OutPkts1519o1522Octets
+ 34 OutUndersizePkts
+ 35 OutOversizePkts
+ 36 OutFragments
+
+ 41 OutCRCErrorPkts
+ 42 OutDropEvents
+ 43 OutJabbers
+ 44 OutCollision
+
+45 GemPortOutGemFrames
+46 GemPortInGemFrames
+47 GemPortOutBytes
+48 GemPortInBytes
+
+ 50 Temperature
+ 51 Voltage
+ 52 TXPower
+ 53 RXPower
+
+
+ Note:
+ ----------------------------------------------------------------
+ 1. For 50 Temperature, this parameter shall only applied to
+ a. Slot level, for each service/switch/management card, for
+ chassis-based system.
+ b. Node-level, for fixed box.
+ 2. For 50 Temperature, shall be applied to both OLT and ONU
+ 3. For 50 Temperature, since no 15-min performance data collection
+ are required, system shall ensure the temperature polling interval
+ no less than 5 seconds. The alarm shall be only generated when the
+ threshold is acrossed for three continuous intervals, and shall be
+ cleared, when the threshold is not accrossed any more, for three
+ continous intervals.
+ "
+ SYNTAX INTEGER (1..1024)
+
+
+--
+-- Node definitions
+--
+
+ -- 1.3.6.1.4.1.17409
+ nscrtvRoot OBJECT IDENTIFIER ::= { enterprises 17409 }
+
+
+-- DESCRIPTION
+-- "nscrtvRoot"
+ -- 1.3.6.1.4.1.17409.1
+ nscrtvHFCemsTree OBJECT IDENTIFIER ::= { nscrtvRoot 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2
+ nscrtvFTTxTree OBJECT IDENTIFIER ::= { nscrtvRoot 2 }
+
+
+-- DESCRIPTION
+-- "nscrtvFTTxTree define MIB root"
+ -- 1.3.6.1.4.1.17409.2.1
+ propertyIdent OBJECT IDENTIFIER ::= { nscrtvFTTxTree 1 }
+
+
+-- DESCRIPTION
+ -- 1.3.6.1.4.1.17409.2.2
+ alarmsIdent OBJECT IDENTIFIER ::= { nscrtvFTTxTree 2 }
+
+
+-- DESCRIPTION
+ -- 1.3.6.1.4.1.17409.2.2.12
+ gponAlarmTree OBJECT IDENTIFIER ::= { alarmsIdent 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.1
+ gponTrapObjectGroup OBJECT IDENTIFIER ::= { gponAlarmTree 1 }
+
+
+-- ------------------------------------------------------------------------------
+-- AlarmManagementObjects[](1.3.6.1.4.1.17409.2.2.12)
+-- ------------------------------------------------------------------------------
+ -- 1.3.6.1.4.1.17409.2.2.12.1.1
+ gponNotifications OBJECT IDENTIFIER ::= { gponTrapObjectGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.1.1.1
+ gponAlarmNotification NOTIFICATION-TYPE
+ OBJECTS { gponTrapSequenceNumber, gponTrapOccurTime, gponTrapCode, gponTrapInstance, gponTrapSeverity,
+ gponTrapCorrelationId, gponTrapAdditionalText }
+ STATUS current
+ DESCRIPTION
+ "Alarm TRAP definition"
+ ::= { gponNotifications 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.1.1.2
+ gponEventNotification NOTIFICATION-TYPE
+ OBJECTS { gponTrapSequenceNumber, gponTrapOccurTime, gponTrapCode, gponTrapInstance, gponTrapAdditionalText
+ }
+ STATUS current
+ DESCRIPTION
+ "Event TRAP definition"
+ ::= { gponNotifications 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.1.2
+ gponTrapObjects OBJECT IDENTIFIER ::= { gponTrapObjectGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.1.2.1
+ gponTrapInstance OBJECT-TYPE
+ SYNTAX GponAlarmInstance
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "Alarm instance, indicates the detailed managed object, which
+ detects faults.
+ "
+ ::= { gponTrapObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.1.2.2
+ gponTrapCorrelationId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "The unique sequence number for the alarm to be cleared, for alarm clearing.
+ Set to 0 for alarm reporting"
+ ::= { gponTrapObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.1.2.3
+ gponTrapAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..256))
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "Additional info to the alarm, for further desciption of the
+ alarm. The format of it shall be related to each kind alarm
+ defined in alarm reference table"
+ ::= { gponTrapObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.1.2.4
+ gponTrapCode OBJECT-TYPE
+ SYNTAX GponAlarmCode
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponTrapObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.1.2.5
+ gponTrapSeverity OBJECT-TYPE
+ SYNTAX GponSeverityType
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponTrapObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.1.2.6
+ gponTrapOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponTrapObjects 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.1.2.7
+ gponTrapSequenceNumber OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "
+ A unique sequence number for each trap generated by node. The sequence
+ number shall be reset to 1 when node restarts.
+ The alarm sequence number shall be independent of the event sequence
+ number. Each shall be self-governed.
+
+ --------------------------------------------------------------------------------
+ The sequence ID of alarm shall be assigned from the order of transmitting
+ trap to the NMS, instead of the order of alarm occurance. Therefore the NMS
+ will receive the continuous sequence ID.
+
+ 1. When device is in active/standby mode, sequence ID shall be synchronized
+ between active and standby control module.
+ 2. When control module switchover takes place, the current sequence ID shall
+ keep the synchronized value.
+ 3. When device restarts, sequence ID shall start from 1.
+ 4. It shall be increased per alarm trap including both alarm raising and clear.
+ 5. Non-zero value shall be used. When reaches the maximum number, it shall
+ roll back to 1.
+
+ --------------------------------------------------------------------------------
+ The sequence ID of event shall be assigned from the order of transmitting
+ trap to the NMS. Therefore the NMS will receive the continuous sequence ID.
+ 1. When device is in active/standby mode, sequence ID shall be synchronized
+ between active and standby control module.
+ 2. When control module switchover takes place, the current sequence ID shall
+ keep the synchronized value.
+ 3. When device restarts, sequence ID shall start from 1.
+ 4. It shall be increased per event trap.
+ 5. Non-zero value shall be used. When reaches the maximum number, it shall
+ roll back to 1.
+ "
+ ::= { gponTrapObjects 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2
+ gponAlarmObjGroup OBJECT IDENTIFIER ::= { gponAlarmTree 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1
+ gponActiveAlarmTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponActiveAlarmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Active alarm table
+
+ The device shall maintain this table, to maintain all outstanding
+ (not cleared) alarms generated by the device, including:
+ 1. Not hit device local alarm filter. That means had been reported to
+ trap receiver (NMS or EMS)
+ 2. Hit local alarm filter. That means not trap is reported to trap receiver
+ for the alarm.
+
+ The device shall maintain two numbers:
+ 1. Alarm sequence number: As described in gponTrapSequenceNumber, it is initially
+ set to 1 when device restarts, increases per trap reported to trap receiver,
+ and rollover to 1 once it reaches the maximum value.
+ From NMS's view, traps received from a nodes will be consecutive, by identifying
+ the alarm sequence number carried in alarm trap. If breaks, means some trap
+ may be lost, since packet loss between NMS and NE.
+ 2. Alarm raising number: This is maintained by NE internally and does not intend for
+ being acknowledged by external manage system. It is designed to uniquely indentify
+ each alarm raised by NE, excluding duplicates. Once one alarm raised, despite
+ whether it is hit by alarm filter, NE shall assign a raising number to it. So, it
+ major functionality is to uniquely identify alarms hit NE local alarm filter, since
+ this kindly alarm will not be reported to NMS, and hence no alarm sequence number
+ is assigned to it.
+ It is initially set to 1 when device restarts, increases per alarm generation (
+ excluding duplicates), and rollover to 1 once it reaches the maximum value.
+
+ FUNCTION DESCRIPTION OF ACTIVE ALARM TABLE:
+ ALARM RAISING
+ ----------------------
+ 1. When NE detects one fault and associates to one kind of alarm, it shall check whether
+ there is same alarm in active alarm table, which is indexed by alarm code and alarm
+ instance. If hits, it means duplicates, update the corresponding entry of the table.
+ Otherwise,
+ 2. The alarm is not a duplicate. Assign an alarm raising number. Check whether the
+ alarm hits local alarm filters. If hits, set alarm sequence number to 0.
+ Create an entry into active alarm table. Otherwise,
+ 3. Assign an alarm sequence number to the alarm. Create an entry into active alarm
+ table. Report the alarm trap to all trap receivers.
+
+ ALARM CLEARING
+ ----------------------
+ 1. When NE detects one fault is cleared and associates to one kind of alarm, it shall
+ check whether there is corresponding alarm in active alarm table, which is indexed
+ by alarm code and alarm instance. If no hit, escape this clear event. Upon a hit,
+ if the alarm sequence number is 0, move the active alarm entry to history alarm
+ table and update the corresponding fields. At this case, historyAlarmCorrelationId
+ and historyAlarmSeqNum will be set to 0.
+ Otherwise,
+ 2. Assign an alarm sequence number to the clear trap. Report the alarm clear trap to
+ all trap receivers. Move the active alarm entry to history alarm table and update
+ the corresponding fields. At this case, activeAlarmSeqNum shall be copied to
+ historyAlarmCorrelationId, and historyAlarmSeqNum shall be set to the new alarm
+ sequence number for the clear trap.
+
+ ALARM SYNCHRONIZATION BETWEEN NE AND NMS
+ ---------------------------------------------
+ 1. Once NMS finds the alarm sequence number in reported alarm traps is not continuous,
+ it will walk active or history alarm table of the NE for the lost seuqence number.
+ "
+ ::= { gponAlarmObjGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1.1
+ gponActiveAlarmEntry OBJECT-TYPE
+ SYNTAX GponActiveAlarmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { gponActiveAlarmSeqNum, gponActiveAlarmRaisingNumber }
+ ::= { gponActiveAlarmTable 1 }
+
+
+ GponActiveAlarmEntry ::=
+ SEQUENCE {
+ gponActiveAlarmSeqNum
+ Unsigned32,
+ gponActiveAlarmCode
+ GponAlarmCode,
+ gponActiveAlarmInstance
+ GponAlarmInstance,
+ gponActiveAlarmSeverity
+ GponSeverityType,
+ gponActiveAlarmRaisingNumber
+ Unsigned32,
+ gponActiveAlarmFirstOccurTime
+ DateAndTime,
+ gponActiveAlarmLastOccurTime
+ DateAndTime,
+ gponActiveAlarmRepeats
+ Counter32,
+ gponActiveAlarmConfirm
+ TruthValue,
+ gponActiveAlarmAdditionalText
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1.1.1
+ gponActiveAlarmSeqNum OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm sequence number
+
+ The definition refered to the description of activeAlarmTable"
+ ::= { gponActiveAlarmEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1.1.2
+ gponActiveAlarmCode OBJECT-TYPE
+ SYNTAX GponAlarmCode
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponActiveAlarmEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1.1.3
+ gponActiveAlarmInstance OBJECT-TYPE
+ SYNTAX GponAlarmInstance
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Alarm instance, indicates the detailed managed object"
+ ::= { gponActiveAlarmEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1.1.4
+ gponActiveAlarmSeverity OBJECT-TYPE
+ SYNTAX GponSeverityType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponActiveAlarmEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1.1.5
+ gponActiveAlarmRaisingNumber OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm raising number.
+ The definition refered to the description of activeAlarmTable"
+ ::= { gponActiveAlarmEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1.1.6
+ gponActiveAlarmFirstOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The time stamp when alarm occurs, which triggered to create the
+ active alarm entry."
+ ::= { gponActiveAlarmEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1.1.7
+ gponActiveAlarmLastOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The time stamp when alarm occurs, where the alarm is duplicated
+ with existed active alarm entry, and it was the latest one. "
+ ::= { gponActiveAlarmEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1.1.8
+ gponActiveAlarmRepeats OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of repeated alarms for this active alarm entry"
+ ::= { gponActiveAlarmEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1.1.9
+ gponActiveAlarmConfirm OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ Node shall not clear an active alarm, upon the confirmation
+ of the active alarm, but just mark an acknowledged status.
+
+ An alarm will only be cleared once the clear condition hits."
+ ::= { gponActiveAlarmEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.1.1.10
+ gponActiveAlarmAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..256))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Additional info to the alarm, for further desciption of the
+ alarm. The format of it shall be related to each kind alarm
+ defined in alarm reference table"
+ ::= { gponActiveAlarmEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2
+ gponHistoryAlarmTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponHistoryAlarmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "History alarm table.
+ The device shall maintain this table, to maintain all cleared
+ alarms generated by the device, including:
+ 1. Not hit device local alarm filter. That means had been reported to
+ trap receiver (NMS or EMS)
+ 2. Hit local alarm filter. That means not trap is reported to trap receiver
+ for the alarm.
+ The number of history alarm enteries in the table could be device-specific.
+ However, it is recommended no less than 200 entries.
+ The detailed function definition refers to that given in description of
+ activeAlarmTable.
+ "
+ ::= { gponAlarmObjGroup 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1
+ gponHistoryAlarmEntry OBJECT-TYPE
+ SYNTAX GponHistoryAlarmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { gponHistoryAlarmSeqNum, gponHistoryAlarmRaisingNumber }
+ ::= { gponHistoryAlarmTable 1 }
+
+
+ GponHistoryAlarmEntry ::=
+ SEQUENCE {
+ gponHistoryAlarmSeqNum
+ Unsigned32,
+ gponHistoryAlarmCode
+ GponAlarmCode,
+ gponHistoryAlarmInstance
+ GponAlarmInstance,
+ gponHistoryAlarmSeverity
+ GponSeverityType,
+ gponHistoryAlarmRaisingNumber
+ Unsigned32,
+ gponHistoryAlarmFirstOccurTime
+ DateAndTime,
+ gponHistoryAlarmLastOccurTime
+ DateAndTime,
+ gponHistoryAlarmRepeats
+ Counter32,
+ gponHistoryAlarmCorrelationId
+ Unsigned32,
+ gponHistoryAlarmAdditionalText
+ OCTET STRING,
+ gponHistoryAlarmClearTime
+ DateAndTime
+ }
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1.1
+ gponHistoryAlarmSeqNum OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm sequence number
+
+ The definition refered to the description of gponHistoryAlarmTable"
+ ::= { gponHistoryAlarmEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1.2
+ gponHistoryAlarmCode OBJECT-TYPE
+ SYNTAX GponAlarmCode
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponHistoryAlarmEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1.3
+ gponHistoryAlarmInstance OBJECT-TYPE
+ SYNTAX GponAlarmInstance
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Alarm instance, indicates the detailed managed object"
+ ::= { gponHistoryAlarmEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1.4
+ gponHistoryAlarmSeverity OBJECT-TYPE
+ SYNTAX GponSeverityType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponHistoryAlarmEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1.5
+ gponHistoryAlarmRaisingNumber OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Alarm raising number.
+ The definition refered to the description of gponHistoryAlarmTable"
+ ::= { gponHistoryAlarmEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1.6
+ gponHistoryAlarmFirstOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The time stamp when alarm occurs, which triggered to create the
+ history alarm entry."
+ ::= { gponHistoryAlarmEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1.7
+ gponHistoryAlarmLastOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The time stamp when alarm occurs, where the alarm is duplicated
+ with existed history alarm entry, and it was the latest one. "
+ ::= { gponHistoryAlarmEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1.8
+ gponHistoryAlarmRepeats OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of repeated alarms for this history alarm entry"
+ ::= { gponHistoryAlarmEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1.9
+ gponHistoryAlarmCorrelationId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "It is the corresponding sequence ID of the alarm that to
+ be cleared. "
+ ::= { gponHistoryAlarmEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1.10
+ gponHistoryAlarmAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..256))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Additional info to the alarm, for further desciption of the
+ alarm. The format of it shall be related to each kind alarm
+ defined in alarm reference table"
+ ::= { gponHistoryAlarmEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.2.1.11
+ gponHistoryAlarmClearTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Define when the alarm was cleared"
+ ::= { gponHistoryAlarmEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.3
+ gponEventLogTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponEventLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Event log table.
+ The device shall maintain this table, to maintain all events had
+ be reported by the device, including:
+ 1. The event table shall be saved in RAM memory and shall be flushed
+ when OLT restarts.
+ 2. The event log table shall support no less than 200 entries. When
+ the event log table is full, the oldest entry in the table shall be
+ removed first.
+ 3. When OLT is configured with control module redundancy, active controller
+ shall automatically synchronize the events in event log table b/w active
+ and standby.
+ "
+ ::= { gponAlarmObjGroup 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.3.1
+ gponEventLogEntry OBJECT-TYPE
+ SYNTAX GponEventLogEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { gponEventSeqNum }
+ ::= { gponEventLogTable 1 }
+
+
+ GponEventLogEntry ::=
+ SEQUENCE {
+ gponEventSeqNum
+ Unsigned32,
+ gponEventCode
+ GponAlarmCode,
+ gponEventInstance
+ GponAlarmInstance,
+ gponEventOccurTime
+ DateAndTime,
+ gponEventAdditionalText
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.3.1.1
+ gponEventSeqNum OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Event sequence number
+
+ The definition refered to the description of gponTrapSequenceNumber"
+ ::= { gponEventLogEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.3.1.2
+ gponEventCode OBJECT-TYPE
+ SYNTAX GponAlarmCode
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponEventLogEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.3.1.3
+ gponEventInstance OBJECT-TYPE
+ SYNTAX GponAlarmInstance
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Event instance, indicates the detailed managed object"
+ ::= { gponEventLogEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.3.1.4
+ gponEventOccurTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ The time stamp when event occurs"
+ ::= { gponEventLogEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.2.3.1.5
+ gponEventAdditionalText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..256))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Additional info to the event, for further desciption of the
+ event. The format of it shall be related to each kind event
+ defined in event reference table"
+ ::= { gponEventLogEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.3
+ gponManagementObjGroup OBJECT IDENTIFIER ::= { gponAlarmTree 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.3.1
+ gponManagementAddrTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponManagementAddrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A table of transport addresses to be used in the generation
+ of SNMP messages."
+ ::= { gponManagementObjGroup 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.3.1.1
+ gponManagementAddrEntry OBJECT-TYPE
+ SYNTAX GponManagementAddrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A transport address to be used in the generation
+ of SNMP operations.
+ Entries in the snmpTargetAddrTable are created and
+ deleted using the snmpTargetAddrRowStatus object."
+ INDEX { gponManagementAddrName }
+ ::= { gponManagementAddrTable 1 }
+
+
+ GponManagementAddrEntry ::=
+ SEQUENCE {
+ gponManagementAddrName
+ OCTET STRING,
+ gponManagementAddrTAddress
+ TAddress,
+ gponManagementAddrCommunity
+ OCTET STRING,
+ gponManagementAddrRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.2.12.3.1.1.1
+ gponManagementAddrName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..32))
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponManagementAddrEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.3.1.1.2
+ gponManagementAddrTAddress OBJECT-TYPE
+ SYNTAX TAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponManagementAddrEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.3.1.1.3
+ gponManagementAddrCommunity OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponManagementAddrEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.2.12.3.1.1.4
+ gponManagementAddrRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponManagementAddrEntry 4 }
+
+
+-- DESCRIPTION
+ -- 1.3.6.1.4.1.17409.2.8
+ gponTree OBJECT IDENTIFIER ::= { nscrtvFTTxTree 8 }
+
+
+
+
+ -- 1.3.6.1.4.1.17409.2.8.3
+ gponPonPortObjects OBJECT IDENTIFIER ::= { gponTree 3 }
+
+
+
+
+-- ------------------------------------------------------------------------------
+-- gponPonPortObjects(1.3.6.1.4.1.17409.2.8.3)
+-- ------------------------------------------------------------------------------
+
+
+-- 1.3.6.1.4.1.17409.2.8.3.4
+ gponOnuAuthenticationModeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuAuthenticationModeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponPonPortObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.3.4.1
+ gponOnuAuthenticationModeEntry OBJECT-TYPE
+ SYNTAX GponOnuAuthenticationModeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The gponOnuAuthenticationModeEntry Information"
+ INDEX { gponAuthenDeviceIndex, gponAuthenCardIndex, gponAuthenPortIndex }
+ ::= { gponOnuAuthenticationModeTable 1 }
+
+
+ GponOnuAuthenticationModeEntry ::=
+ SEQUENCE {
+ gponAuthenDeviceIndex
+ INTEGER,
+ gponAuthenCardIndex
+ GponCardIndex,
+ gponAuthenPortIndex
+ GponPortIndex,
+ gponOnuAuthenMode
+ INTEGER,
+ gponAutoFindEnable
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.3.4.1.1
+ gponAuthenDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { gponOnuAuthenticationModeEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.3.4.1.2
+ gponAuthenCardIndex OBJECT-TYPE
+ SYNTAX GponCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponOnuAuthenticationModeEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.3.4.1.3
+ gponAuthenPortIndex OBJECT-TYPE
+ SYNTAX GponPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "pon"
+ ::= { gponOnuAuthenticationModeEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.3.4.1.4
+ gponOnuAuthenMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sn(1),
+ sn-pwd(2),
+ loid(3),
+ loid-pwd(4),
+ pwd(5),
+ auto(6)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Authen mode;This is mode in authen"
+ ::= { gponOnuAuthenticationModeEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.3.4.1.5
+ gponAutoFindEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "AutoFindEnable."
+ DEFVAL { enable }
+ ::= { gponOnuAuthenticationModeEntry 5 }
+
+
+
+
+
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4
+ gponOnuObjects OBJECT IDENTIFIER ::= { gponTree 4 }
+
+
+-- ------------------------------------------------------------------------------
+-- gponOnuObjects(1.3.6.1.4.1.17409.2.8.4)
+-- ------------------------------------------------------------------------------
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1
+ gponOnuInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of gponOnuInfoTable entries. "
+ ::= { gponOnuObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1
+ gponOnuInfoEntry OBJECT-TYPE
+ SYNTAX GponOnuInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The gponOnuInfoEntry Information"
+ INDEX { onuDeviceIndex }
+ ::= { gponOnuInfoTable 1 }
+
+
+ GponOnuInfoEntry::=
+ SEQUENCE {
+ onuDeviceIndex
+ GponDeviceIndex,
+ onuName
+ DisplayString,
+ onuSerialNum
+ OCTET STRING,
+ onuType
+ INTEGER,
+ onuVendorID
+ OCTET STRING,
+ onuEquipmentID
+ OCTET STRING,
+ onuOperationStatus
+ INTEGER,
+ onuAdminStatus
+ INTEGER,
+ onuTestDistance
+ INTEGER,
+ resetONU
+ INTEGER,
+ onuDeactive
+ INTEGER,
+ onuTimeSinceLastRegister
+ Counter32,
+ onuSysUpTime
+ Counter32,
+ onuHardwareVersion
+ DisplayString,
+ onuPerfStats15minuteEnable
+ TruthValue,
+ onuPerfStats24hourEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.1
+ onuDeviceIndex OBJECT-TYPE
+ SYNTAX GponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "onuDevice Index"
+ ::= { gponOnuInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.2
+ onuName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Name"
+ ::= { gponOnuInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.3
+ onuSerialNum OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (8))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ONU serial number."
+ ::= { gponOnuInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.4
+ onuType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fixed(1),
+ chassisBased(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Type
+ fixed(1) - not slot concept
+ chassisBased(2) - port is indexed by coupling slot ID"
+ ::= { gponOnuInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.5
+ onuVendorID OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (4))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ONU vendor id."
+ ::= { gponOnuInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.6
+ onuEquipmentID OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (20))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ONU model id."
+ ::= { gponOnuInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.7
+ onuOperationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Operation Status"
+ ::= { gponOnuInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.8
+ onuAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "onu Admin Status"
+ ::= { gponOnuInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.9
+ onuTestDistance OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Meter"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onu Test Distance"
+ ::= { gponOnuInfoEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.10
+ resetONU OBJECT-TYPE
+ SYNTAX INTEGER { reset(1) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "reset ONU"
+ ::= { gponOnuInfoEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.11
+ onuDeactive OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ active(1),
+ deactive(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.12
+ onuTimeSinceLastRegister OBJECT-TYPE
+ SYNTAX Counter32
+ UNITS "second"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.13
+ onuSysUpTime OBJECT-TYPE
+ SYNTAX Counter32
+ UNITS "second"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 13 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.14
+ onuHardwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 14 }
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.15
+ onuPerfStats15minuteEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 15 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.1.1.16
+ onuPerfStats24hourEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuInfoEntry 16 }
+
+
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.2
+ onuInfoSoftwareTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuInfoSoftwareEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.2.1
+ onuInfoSoftwareEntry OBJECT-TYPE
+ SYNTAX OnuInfoSoftwareEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { onuSoftwareDeviceIndex }
+ ::= { onuInfoSoftwareTable 1 }
+
+
+ OnuInfoSoftwareEntry ::=
+ SEQUENCE {
+ onuSoftwareDeviceIndex
+ INTEGER,
+ onuSoftware0Version
+ DisplayString,
+ onuSoftware0Valid
+ INTEGER,
+ onuSoftware0Active
+ INTEGER,
+ onuSoftware0Commited
+ INTEGER,
+ onuSoftware1Version
+ DisplayString,
+ onuSoftware1Valid
+ INTEGER,
+ onuSoftware1Active
+ INTEGER,
+ onuSoftware1Commited
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.4.2.1.1
+ onuSoftwareDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuInfoSoftwareEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.2.1.2
+ onuSoftware0Version OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuInfoSoftwareEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.2.1.3
+ onuSoftware0Valid OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ invalid(0),
+ valid(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuInfoSoftwareEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.2.1.4
+ onuSoftware0Active OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ inactive(0),
+ active(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuInfoSoftwareEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.2.1.5
+ onuSoftware0Commited OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ uncommitted(0),
+ committed(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuInfoSoftwareEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.2.1.6
+ onuSoftware1Version OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuInfoSoftwareEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.2.1.7
+ onuSoftware1Valid OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ invalid(0),
+ valid(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuInfoSoftwareEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.2.1.8
+ onuSoftware1Active OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ inactive(0),
+ active(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuInfoSoftwareEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.2.1.9
+ onuSoftware1Commited OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ uncommitted(0),
+ committed(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuInfoSoftwareEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3
+ onuIpHostTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuIpHostEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1
+ onuIpHostEntry OBJECT-TYPE
+ SYNTAX OnuIpHostEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { onuIpHostDeviceIndex, onuIpHostIndex }
+ ::= { onuIpHostTable 1 }
+
+
+ OnuIpHostEntry ::=
+ SEQUENCE {
+ onuIpHostDeviceIndex
+ INTEGER,
+ onuIpHostIndex
+ INTEGER,
+ onuIpHostAddressConfigMode
+ INTEGER,
+ onuIpHostAddress
+ IpAddress,
+ onuIpHostSubnetMask
+ IpAddress,
+ onuIpHostGateway
+ IpAddress,
+ onuIpHostPrimaryDNS
+ IpAddress,
+ onuIpHostSecondaryDNS
+ IpAddress,
+ onuIpHostVlanTagPriority
+ INTEGER,
+ onuIpHostVlanPvid
+ INTEGER,
+ onuIpHostMacAddress
+ MacAddress,
+ onuIpHostRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.1
+ onuIpHostDeviceIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIpHostEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.2
+ onuIpHostIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..64)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIpHostEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.3
+ onuIpHostAddressConfigMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ dhcp(1),
+ static(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIpHostEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.4
+ onuIpHostAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIpHostEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.5
+ onuIpHostSubnetMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIpHostEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.6
+ onuIpHostGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIpHostEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.7
+ onuIpHostPrimaryDNS OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIpHostEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.8
+ onuIpHostSecondaryDNS OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIpHostEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.9
+ onuIpHostVlanTagPriority OBJECT-TYPE
+ SYNTAX INTEGER (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { 1 }
+ ::= { onuIpHostEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.10
+ onuIpHostVlanPvid OBJECT-TYPE
+ SYNTAX INTEGER (1..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { 1 }
+ ::= { onuIpHostEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.11
+ onuIpHostMacAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIpHostEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.3.1.12
+ onuIpHostRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIpHostEntry 12 }
+
+-- 1.3.6.1.4.1.17409.2.8.4.4
+
+gponOnuPonPortOpticalTransmissionPropertyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuPonPortOpticalTransmissionPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ This table is designed for both OLT and ONU
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT - OnuNum of GponDeviceIndex TC shall be set to 0,
+ onuPonPortOpticalTransmissionPropertyCardIndex, and
+ onuPonPortOpticalTransmissionPropertyPortIndex set to
+ 65535 indicates meaningless
+ ONU - Set GponDeviceIndex TC to corresponding ONU ID,
+ onuPonPortOpticalTransmissionPropertyCardIndex, and
+ onuPonPortOpticalTransmissionPropertyPortIndex set to the
+ corresponding value
+ "
+ ::= { gponOnuObjects 4 }
+
+ gponOnuPonPortOpticalTransmissionPropertyEntry OBJECT-TYPE
+ SYNTAX GponOnuPonPortOpticalTransmissionPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The gponOnuPonPortOpticalTransmissionPropertyEntry Information"
+ INDEX { onuPonPortOpticalTransmissionPropertyDeviceIndex, onuPonPortOpticalTransmissionPropertyCardIndex,onuPonPortOpticalTransmissionPropertyPortIndex }
+ ::={ gponOnuPonPortOpticalTransmissionPropertyTable 1 }
+
+ GponOnuPonPortOpticalTransmissionPropertyEntry ::= SEQUENCE {
+ onuPonPortOpticalTransmissionPropertyDeviceIndex GponDeviceIndex,
+ onuPonPortOpticalTransmissionPropertyCardIndex INTEGER,
+ onuPonPortOpticalTransmissionPropertyPortIndex INTEGER,
+ onuReceivedOpticalPower INTEGER,
+ onuTramsmittedOpticalPower INTEGER,
+ onuBiasCurrent INTEGER,
+ onuWorkingVoltage INTEGER,
+ onuWorkingTemperature INTEGER
+ }
+
+ onuPonPortOpticalTransmissionPropertyDeviceIndex OBJECT-TYPE
+ SYNTAX GponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Device Index of the ONU."
+ ::= {gponOnuPonPortOpticalTransmissionPropertyEntry 1 }
+
+ onuPonPortOpticalTransmissionPropertyCardIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Card Index in the ONU. Shall set to 0, if ONU is not a modulized
+ device"
+ ::= {gponOnuPonPortOpticalTransmissionPropertyEntry 2 }
+
+ onuPonPortOpticalTransmissionPropertyPortIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Port Index in the Pon card of ONU"
+ ::= {gponOnuPonPortOpticalTransmissionPropertyEntry 3 }
+ onuReceivedOpticalPower OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-dBm"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "received Optical Power"
+ ::= {gponOnuPonPortOpticalTransmissionPropertyEntry 4 }
+
+ onuTramsmittedOpticalPower OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-dBm"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "tramsmitted Optical Power"
+ ::= {gponOnuPonPortOpticalTransmissionPropertyEntry 5 }
+
+ onuBiasCurrent OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-mA"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "biasCurrent"
+ ::= {gponOnuPonPortOpticalTransmissionPropertyEntry 6 }
+
+ onuWorkingVoltage OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "centi-mV"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "onuworking Voltage"
+ ::= {gponOnuPonPortOpticalTransmissionPropertyEntry 7 }
+
+ onuWorkingTemperature OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Centi-degree centigrade"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "working Temperature"
+ ::= {gponOnuPonPortOpticalTransmissionPropertyEntry 8 }
+
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5
+ onuCapabilityTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of onuInfoTable entries. "
+ ::= { gponOnuObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1
+ onuCapabilityEntry OBJECT-TYPE
+ SYNTAX OnuCapabilityEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuCapabilityEntry Information"
+ INDEX { onuCapabilityDeviceIndex }
+ ::= { onuCapabilityTable 1 }
+
+
+ OnuCapabilityEntry ::=
+ SEQUENCE {
+ onuCapabilityDeviceIndex
+ GponDeviceIndex,
+ onuOMCCVersion
+ INTEGER,
+ onuTotalEthNum
+ INTEGER,
+ onuTotalWlanNum
+ INTEGER,
+ onuTotalCatvNum
+ INTEGER,
+ onuTotalVeipNum
+ INTEGER,
+ onuIpHostNum
+ INTEGER,
+ onuTrafficMgmtOption
+ INTEGER,
+ onuTotalGEMPortNum
+ INTEGER,
+ onuTotalTContNum
+ INTEGER,
+ onuConnectCapbility
+ BITS,
+ onuQosFlexibility
+ BITS
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.1
+ onuCapabilityDeviceIndex OBJECT-TYPE
+ SYNTAX GponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "onu Device Index"
+ ::= { onuCapabilityEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.2
+ onuOMCCVersion OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "0x80 ITU-T G.984.4 (06/04)
+ NOTE \u9225\ufffdFor historical reasons, this code point may also appear in
+ ONUs that support later versions of [ITU-T G.984.4].
+ 0x81 ITU-T G.984.4 2004 Amd.1 (06/05)
+ 0x82 ITU-T G.984.4 2004 Amd.2 (03/06)
+ 0x83 ITU-T G.984.4 2004 Amd.3 (12/06)
+ 0x84 ITU-T G.984.4 2008 (02/08)
+ 0x85 ITU-T G.984.4 2008 Amd.1 (06/09)
+ 0x86 ITU-T G.984.4 2008 Amd.2 (2009).
+ Baseline message set only, without the extended message set option
+ 0x96 ITU-T G.984.4 2008 Amd.2 (2009). Extended message set option, in addition to the baseline message set.54 Rec. ITU-T G.988 (10/2012)
+ 0xA0 ITU-T G.988 (2010). Baseline message set only, without the extended message set option
+ 0xA1 ITU-T G.988 Amd.1 (2011). Baseline message set only
+ 0xA2 ITU-T G.988 Amd.2 (2012). Baseline message set only
+ 0xA3 ITU-T G.988 (2012). Baseline message set only
+ 0xB0 ITU-T G.988 (2010). Baseline and extended message set
+ 0xB1 ITU-T G.988 Amd.1 (2011). Baseline and extended message set
+ 0xB2 ITU-T G.988 Amd.2 (2012). Baseline and extended message set
+ 0xB3 ITU-T G.988 (2012). Baseline and extended message set"
+ ::= { onuCapabilityEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.3
+ onuTotalEthNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "gePort Bitmap
+ In slot+port pair list manner. Suppose each slot support up to 64 ports.
+ One octet to indentify slot and 8 octets to identify portbitmap for
+ the slot. The bitmap definition is internet sequence. The most left bit
+ is for port 1 of the slot, the most right bit is for port 64 of the slot.
+ If the slot cannot support 64 ports, set the bits of not supported ports
+ to 0.
+ If the port is GE port, set the corresponding bit to 1.
+ Since the slot num depends on each individual device, the object is variable
+ length. If the device is fixed box (not modulized), set the slot number to
+ 255. Then the network management system could ignore the slot info.
+ It is not necessary to list the slot doesn't support GE port.
+ For example, if have 4 GE ports, of: 1/4, 1/6, 2/3, 4/17,
+ the object will be presented in:
+ 01 14 00 00 00 00 00 00 00
+ 02 20 00 00 00 00 00 00 00
+ 04 00 00 80 00 00 00 00 00
+ Another example, for fixed box, if have 4 ge ports of 4,6,10,17, the object
+ will be presented as:
+ FF 14 40 10 00 00 00 00 "
+ ::= { onuCapabilityEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.4
+ onuTotalWlanNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "fePort Num"
+ ::= { onuCapabilityEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.5
+ onuTotalCatvNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { onuCapabilityEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.6
+ onuTotalVeipNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { onuCapabilityEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.7
+ onuIpHostNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { onuCapabilityEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.8
+ onuTrafficMgmtOption OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "0: Priority controlled and flexibly scheduled upstream traffic.
+
+ 1: Rate controlled upstream traffic.
+
+ 2: Priority and rate controlled. "
+ ::= { onuCapabilityEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.9
+ onuTotalGEMPortNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { onuCapabilityEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.10
+ onuTotalTContNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { onuCapabilityEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.11
+ onuConnectCapbility OBJECT-TYPE
+ SYNTAX BITS
+ {
+ nto1(0),
+ ntom(3),
+ ntop(5),
+ ntomp(6)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "1 (LSB) N:1 bridging, Figure 8.2.2-3
+
+ 2 1:M mapping, Figure 8.2.2-4
+
+ 3 1:P filtering, Figure 8.2.2-5
+
+ 4 N:M bridge-mapping, Figure 8.2.2-6
+
+ 5 1:MP map-filtering, Figure 8.2.2-7
+
+ 6 N:P bridge-filtering, Figure 8.2.2-8
+
+ 7 N:MP bridge-map-filtering, Figure 8.2.2-9
+
+ 8-16 Reserved"
+ ::= { onuCapabilityEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.5.1.12
+ onuQosFlexibility OBJECT-TYPE
+ SYNTAX BITS { priorityQueueME(1) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "1 (LSB) Priority queue ME: Port field of related port attribute is read-write and
+ can point to any T-CONT or UNI port in the same slot
+
+ 2 Priority queue ME: The traffic scheduler pointer is permitted to refer to
+ any other traffic scheduler in the same slot
+
+ 3 Traffic scheduler ME: T-CONT pointer is read-write
+
+ 4 Traffic scheduler ME: Policy attribute is read-write
+
+ 5 T-CONT ME: Policy attribute is read-write
+
+ 6 Priority queue ME: Priority field of related port attribute is read-write
+
+ 7..16 Reserved"
+ ::= { onuCapabilityEntry 12 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.6
+ onuAuthenticationManagement OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { gponOnuObjects 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.6.1
+ onuAuthenticationConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAuthenticationConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of onuAuthenticationPreConfigTable entries. "
+ ::= { onuAuthenticationManagement 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.6.1.1
+ onuAuthenticationConfigEntry OBJECT-TYPE
+ SYNTAX OnuAuthenticationConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The onuAuthenticationPreConfigEntry Information"
+ INDEX { onuAuthenOnuId }
+ ::= { onuAuthenticationConfigTable 1 }
+
+
+ OnuAuthenticationConfigEntry ::=
+ SEQUENCE {
+ onuAuthenOnuId
+ INTEGER,
+ onuAuthenSN
+ OCTET STRING,
+ onuAuthenPassword
+ DisplayString,
+ onuAuthenLoid
+ DisplayString,
+ onuAuthenLoidPassword
+ DisplayString,
+ onuAuthenLineProfileId
+ INTEGER,
+ onuAuthenSrvProfileId
+ INTEGER,
+ onuAuthenRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.4.6.1.1.1
+ onuAuthenOnuId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "onu logical ID"
+ ::= { onuAuthenticationConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.6.1.1.2
+ onuAuthenSN OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (8))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "onu Mac Address"
+ ::= { onuAuthenticationConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.6.1.1.3
+ onuAuthenPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Authen Action
+
+ This is optional in function"
+ ::= { onuAuthenticationConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.6.1.1.4
+ onuAuthenLoid OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAuthenticationConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.6.1.1.5
+ onuAuthenLoidPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAuthenticationConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.6.1.1.6
+ onuAuthenLineProfileId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAuthenticationConfigEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.6.1.1.7
+ onuAuthenSrvProfileId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAuthenticationConfigEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.6.1.1.8
+ onuAuthenRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "authen Row Status"
+ ::= { onuAuthenticationConfigEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.7
+ onuAutoFindTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAutoFindEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.7.1
+ onuAutoFindEntry OBJECT-TYPE
+ SYNTAX OnuAutoFindEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { onuAutoFindOnuIndex }
+ ::= { onuAutoFindTable 1 }
+
+
+ OnuAutoFindEntry ::=
+ SEQUENCE {
+ onuAutoFindOnuIndex
+ INTEGER,
+ onuAutoFindOnuType
+ DisplayString,
+ onuAutoFindSerialNumber
+ DisplayString,
+ onuAutoFindPassword
+ DisplayString,
+ onuAutoFindLoid
+ DisplayString,
+ onuAutoFindLoidPassword
+ DisplayString,
+ onuAutoFindTime
+ DateAndTime,
+ onuAutoFindSoftwareVersion
+ DisplayString,
+ onuAutoFindHardwareVersion
+ DisplayString
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.4.7.1.1
+ onuAutoFindOnuIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoFindEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.7.1.2
+ onuAutoFindOnuType OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoFindEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.7.1.3
+ onuAutoFindSerialNumber OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoFindEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.7.1.4
+ onuAutoFindPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoFindEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.7.1.5
+ onuAutoFindLoid OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoFindEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.7.1.6
+ onuAutoFindLoidPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoFindEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.7.1.7
+ onuAutoFindTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoFindEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.7.1.8
+ onuAutoFindSoftwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoFindEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.7.1.9
+ onuAutoFindHardwareVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoFindEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8
+ onuAutoAuthenticationTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuAutoAuthenticationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponOnuObjects 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8.1
+ onuAutoAuthenticationEntry OBJECT-TYPE
+ SYNTAX OnuAutoAuthenticationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { onuAutoAuthenIndex }
+ ::= { onuAutoAuthenticationTable 1 }
+
+
+ OnuAutoAuthenticationEntry ::=
+ SEQUENCE {
+ onuAutoAuthenIndex
+ INTEGER,
+ onuAutoAuthenPortlist
+ DisplayString,
+ onuAutoAuthenOnuType
+ DisplayString,
+ onuAutoAuthenEthNum
+ INTEGER,
+ onuAutoAuthenWlanNum
+ INTEGER,
+ onuAutoAuthenCatvNum
+ INTEGER,
+ onuAutoAuthenVeipNum
+ INTEGER,
+ onuAutoAuthenLineProfileId
+ INTEGER,
+ onuAutoAuthenSrvProfileId
+ INTEGER,
+ onuAutoAuthenRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8.1.1
+ onuAutoAuthenIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoAuthenticationEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8.1.2
+ onuAutoAuthenPortlist OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoAuthenticationEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8.1.3
+ onuAutoAuthenOnuType OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoAuthenticationEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8.1.4
+ onuAutoAuthenEthNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoAuthenticationEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8.1.5
+ onuAutoAuthenWlanNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoAuthenticationEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8.1.6
+ onuAutoAuthenCatvNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoAuthenticationEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8.1.7
+ onuAutoAuthenVeipNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoAuthenticationEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8.1.8
+ onuAutoAuthenLineProfileId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoAuthenticationEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8.1.9
+ onuAutoAuthenSrvProfileId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoAuthenticationEntry 9}
+
+
+ -- 1.3.6.1.4.1.17409.2.8.4.8.1.10
+ onuAutoAuthenRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuAutoAuthenticationEntry 10 }
+
+
+
+
+
+ -- 1.3.6.1.4.1.17409.2.8.5
+ gponUniObjects OBJECT IDENTIFIER ::= { gponTree 5 }
+
+
+-- ------------------------------------------------------------------------------
+-- gponUniObjects(1.3.6.1.4.1.17409.2.8.5)
+-- ------------------------------------------------------------------------------
+
+
+ -- 1.3.6.1.4.1.17409.2.8.5.1
+ ethAttributeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EthAttributeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of uniAttributeTable entries."
+ ::= { gponUniObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.5.1.1
+ ethAttributeEntry OBJECT-TYPE
+ SYNTAX EthAttributeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The uniAttributeEntry Information"
+ INDEX { ethAttributeDeviceIndex, ethAttributeCardIndex, ethAttributePortIndex }
+ ::= { ethAttributeTable 1 }
+
+
+ EthAttributeEntry ::=
+ SEQUENCE {
+ ethAttributeDeviceIndex
+ GponDeviceIndex,
+ ethAttributeCardIndex
+ GponCardIndex,
+ ethAttributePortIndex
+ GponPortIndex,
+ ethAdminStatus
+ INTEGER,
+ ethOperationStatus
+ INTEGER,
+ ethDuplexRate
+ INTEGER,
+ ethPerfStats15minuteEnable
+ TruthValue,
+ ethPerfStats24hourEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.5.1.1.1
+ ethAttributeDeviceIndex OBJECT-TYPE
+ SYNTAX GponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Device Index
+
+ For OLT, set to corresponding ONU ID
+ For ONU, set to 0
+ "
+ ::= { ethAttributeEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.5.1.1.2
+ ethAttributeCardIndex OBJECT-TYPE
+ SYNTAX GponCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Card Index
+ The value of this cardIndex depends on onuType.
+ fixed(1) - set to 0, to indicate slot num is meaningless.
+ chassisBased(2) - MUST NOT be zero
+ "
+ ::= { ethAttributeEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.5.1.1.3
+ ethAttributePortIndex OBJECT-TYPE
+ SYNTAX GponPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Port Index"
+ ::= { ethAttributeEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.5.1.1.4
+ ethAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Admin Status"
+ ::= { ethAttributeEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.5.1.1.5
+ ethOperationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Operation Status"
+ ::= { ethAttributeEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.5.1.1.6
+ ethDuplexRate OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION " "
+ ::= { ethAttributeEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.5.1.1.7
+ ethPerfStats15minuteEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { ethAttributeEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.5.1.1.8
+ ethPerfStats24hourEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION " "
+ ::= { ethAttributeEntry 8 }
+
+
+
+
+ -- 1.3.6.1.4.1.17409.2.8.6
+ gponIgmpManagementObjects OBJECT IDENTIFIER ::= { gponTree 6 }
+
+--------------------------------------------------------------------------------
+-- gponIgmpManagementObjects[IGMP(1.3.6.1.4.1.17409.2.8.6)
+--------------------------------------------------------------------------------
+
+ gponOnuIgmpProfile OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "
+ ONU Profile"
+ ::= { gponIgmpManagementObjects 4 }
+
+ gponOnuIgmpProfileTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuIgmpProfileEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { gponOnuIgmpProfile 1 }
+
+ gponOnuIgmpProfileEntry OBJECT-TYPE
+ SYNTAX GponOnuIgmpProfileEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { gponOnuIgmpProfileIndex }
+ ::= { gponOnuIgmpProfileTable 1 }
+
+ GponOnuIgmpProfileEntry ::=
+ SEQUENCE {
+ gponOnuIgmpProfileIndex
+ INTEGER,
+ gponOnuIgmpProfileName
+ DisplayString,
+ gponOnuIgmpVersion
+ INTEGER,
+ gponOnuIgmpFunction
+ INTEGER,
+ gponOnuIgmpImmediateLeave
+ INTEGER,
+ gponOnuIgmpUpstreamProtoTCI
+ INTEGER,
+ gponOnuIgmpUpstreamProtoTagControl
+ INTEGER,
+ gponOnuIgmpUpstreamProtoRate
+ INTEGER,
+ gponOnuIgmpDynamicACL
+ INTEGER,
+ gponOnuIgmpStaticACL
+ INTEGER,
+ gponOnuIgmpRobustness
+ INTEGER,
+ gponOnuIgmpQueryInterval
+ INTEGER,
+ gponOnuIgmpQueryMaxResponseTime
+ INTEGER,
+ gponOnuIgmpLastMemberQueryInterval
+ INTEGER,
+ gponOnuIgmpUnautherizedJoin
+ INTEGER,
+ gponOnuIgmpDownstreamTCI
+ INTEGER,
+ gponOnuIgmpDownstreamTagControl
+ INTEGER,
+ gponOnuIgmpMaxRequestChannelNum
+ INTEGER,
+ gponOnuIgmpGlobalBW
+ INTEGER,
+ gponOnuIgmpRowStatus
+ RowStatus
+ }
+
+ gponOnuIgmpProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Profile"
+ ::= { gponOnuIgmpProfileEntry 1 }
+
+ gponOnuIgmpProfileName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ Profile\u041e
+ "
+ ::= { gponOnuIgmpProfileEntry 2 }
+
+ gponOnuIgmpVersion OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ igmp-v1(1),
+ igmp-v2(2),
+ igmp-v3(3)
+ --for future use ,mld-v1(16), mld-v2(17)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: IGMP version.
+ This attribute specifies the version of IGMP to be supported. Support of a
+ given version implies compatible support of previous versions.
+ "
+ ::= { gponOnuIgmpProfileEntry 3 }
+
+ gponOnuIgmpFunction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ snooping(1),
+ spr(2),
+ proxy(3)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: IGMP function.
+ This attribute enables an IGMP function. The value 1(value 0 in G.988) specifies transparent
+ IGMP snooping only. The value 2(value 1 in G.988) specifies snooping with proxy reporting(SPR);
+ the value 3(value 2 in G.988) specifies IGMP proxy. The function must be consistent
+ with the capabilities specified by the other IGMP configuration attributes.
+ "
+ ::= { gponOnuIgmpProfileEntry 4 }
+
+ gponOnuIgmpImmediateLeave OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ true(1),
+ false(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Immediate leave.
+ This Boolean attribute controls the immediate leave function. The value
+ false disables immediate leave; true enables immediate leave.
+ "
+ ::= { gponOnuIgmpProfileEntry 5 }
+
+ gponOnuIgmpUpstreamProtoTCI OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Upstream IGMP TCI.
+ Under control of gponOnuIgmpUpstreamProtoTagControl(the upstream IGMP tag control attribute),
+ the upstream IGMP TCI attribute defines a VLAN ID and P-bits to add to upstream IGMP messages.
+ "
+ ::= { gponOnuIgmpProfileEntry 6 }
+
+ gponOnuIgmpUpstreamProtoTagControl OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ pass-through(1),
+ add-vlan(2),
+ replace-tci(3),
+ replace-vlan(4)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Upstream IGMP tag control.
+ This attribute controls the upstream IGMP TCI attribute. If
+ this attribute is not pass-through, a possible extended VLAN tagging operation ME is
+ ignored for upstream frames containing IGMP/MLD packets.
+ Value Meaning
+ 1 G.988 Value 0.
+ Pass upstream IGMP/MLD traffic transparently, neither
+ adding, stripping nor modifying tags that may be present.
+ 2 G.988 Value 1.
+ Add a VLAN tag (including P bits) to upstream IGMP/MLD
+ traffic. The tag is specified by the upstream IGMP TCI
+ attribute.
+ 3 G.988 Value 2.
+ Replace the entire TCI (VLAN ID plus P bits) on upstream
+ IGMP/MLD traffic. The new tag is specified by the upstream
+ IGMP/MLD TCI attribute. If the received IGMP/MLD traffic
+ is untagged, an add operation is performed.
+ 4 G.988 Value 3.
+ Replace only the VLAN ID on upstream IGMP/MLD traffic,
+ retaining the original DEI and P bits. The new VLAN ID is
+ specified by the VLAN ID field of the upstream IGMP TCI
+ attribute. If the received IGMP/MLD traffic is untagged, an
+ add operation is performed, with DEI and P bits also taken
+ from the upstream IGMP TCI attribute.
+ "
+ DEFVAL { pass-through }
+ ::= { gponOnuIgmpProfileEntry 7 }
+
+ gponOnuIgmpUpstreamProtoRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "pps"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Upstream IGMP rate.
+ This attribute limits the maximum rate of upstream IGMP traffic.
+ Traffic in excess of this limit is silently discarded. The attribute value is
+ specified in messages/second. The recommended default value 0 imposes no
+ rate limit on this traffic.
+ "
+ DEFVAL { 0 }
+ ::= { gponOnuIgmpProfileEntry 8 }
+
+ gponOnuIgmpDynamicACL OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ multicastACLIndex of gponOnuMulticastACLTable, refers to the list of multiple rules.
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table.
+ This attribute is a list that specifies one or more
+ multicast group address ranges. Groups defined in this
+ list are multicast on the associated UNI(s) which need
+ IGMP join, bandwidth measurement, and preview management.
+
+ 0 for no DynamicACL
+ "
+ ::= { gponOnuIgmpProfileEntry 9 }
+
+ gponOnuIgmpStaticACL OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ multicastACLIndex of gponOnuMulticastACLTable, refers to the list of multiple rules.
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Static access control list table.
+ This attribute is a list that specifies one or more multicast
+ group address ranges. Groups defined in this list are multicast on the
+ associated UNI(s) unconditionally, that is, without the need for an IGMP
+ join. The bandwidth of static multicast groups is not included in the current
+ multicast bandwidth measurement maintained by the multicast subscriber
+ monitor managed entity. If a join message is always expected, this table may
+ be empty. Table entries have the same format as those in the dynamic access
+ control list table. The preview fields are not meaningful.
+
+ 0 for no StaticACL
+ "
+ DEFVAL { 0 }
+ ::= { gponOnuIgmpProfileEntry 10 }
+
+ gponOnuIgmpRobustness OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Robustness.
+ This attribute allows tuning for possible packet loss in the network. The
+ recommended default value 0 causes the ONU to follow the IETF
+ recommendation [IETF RFC 3376] to copy the robustness value from query
+ messages originating further upstream.
+ "
+ DEFVAL { 0 }
+ ::= { gponOnuIgmpProfileEntry 11 }
+
+ gponOnuIgmpQueryInterval OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "seconds"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Query interval.
+ This attribute specifies the interval between general queries in seconds. The
+ value 0 specifies that the ONU use its own default, which may or may not be
+ the same as the recommended default of 125 seconds.
+ "
+ DEFVAL { 125 }
+ ::= { gponOnuIgmpProfileEntry 12 }
+
+ gponOnuIgmpQueryMaxResponseTime OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "0.1 seconds"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Query max response time.
+ This attribute is the max response time added by the proxy into
+ general query messages directed to UNIs. It is expressed in tenths of seconds.
+ The value 0 specifies that the ONU use its own default, which may or may
+ not be the same as the recommended default of 100 (10 seconds).
+ "
+ DEFVAL { 100 }
+ ::= { gponOnuIgmpProfileEntry 13 }
+
+ gponOnuIgmpLastMemberQueryInterval OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "0.1 seconds"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Last member query interval.
+ This attribute specifies the max response time inserted into
+ group-specific queries sent to UNIs in response to group leave messages. It is
+ also the repetition rate of [robustness] transmissions of the query. It is
+ specified in tenths of seconds, with a default of 10 (1 second).
+ "
+ DEFVAL { 10 }
+ ::= { gponOnuIgmpProfileEntry 14 }
+
+ gponOnuIgmpUnautherizedJoin OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ true(1),
+ false(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Unauthorized join request behaviour.
+ This Boolean attribute specifies the ONU's
+ behaviour when it receives an IGMP join request for a group that is not
+ authorized in the dynamic address control list table, or an IGMPv3
+ membership report for groups, none of which are authorized in the dynamic
+ ACL. The default value false specifies that the ONU silently discard the
+ IGMP request; the value true specifies that the ONU forwards the request
+ upstream. The ONU does not attempt to honour the request for the
+ unauthorized group(s) in either case.
+ "
+ DEFVAL { false }
+ ::= { gponOnuIgmpProfileEntry 15 }
+
+ gponOnuIgmpDownstreamTCI OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Downstream IGMP and multicast TCI(last two bytes).
+ Under control of gponOnuIgmpDownstreamTagControl(first byte of Downstream IGMP and multicast TCI attribute),
+ the downstream IGMP TCI attribute defines a VLAN ID and P-bits to add to both the IGMP/MLD and multicast frames.
+ "
+ ::= { gponOnuIgmpProfileEntry 16 }
+
+ gponOnuIgmpDownstreamTagControl OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ pass-through(1),
+ strip-vlan(2),
+ add-vlan(3),
+ replace-tci(4),
+ replace-vlan(5)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Downstream IGMP and multicast TCI(first byte).
+ This attribute controls the downstream tagging of
+ both the IGMP/MLD and multicast frames. If this attribute is
+ not 1, a possible extended VLAN tagging operation ME is ignored for
+ downstream IGMP/MLD and multicast frames.
+ Value Meaning
+ 1 G.988 Value 0
+ Pass the downstream IGMP/MLD and multicast traffic
+ transparently, neither stripping nor modifying tags that may be
+ present.
+ 2 G.988 Value 1
+ Strip the outer VLAN tag (including P bits) from the
+ downstream IGMP/MLD and multicast traffic.
+ 3 G.988 Value 2
+ Add a tag onto the downstream IGMP/MLD and multicast
+ traffic. The new tag is specified by gponOnuIgmpDownstreamTagControl.
+ 4 G.988 Value 3
+ Replace the tag on the downstream IGMP/MLD and multicast
+ traffic. The new tag is specified by gponOnuIgmpDownstreamTagControl.
+ 5 G.988 Value 4
+ Replace only the VLAN ID on the downstream IGMP/MLD
+ and multicast traffic, retaining the original DEI and P bits. The
+ new VLAN ID is specified by gponOnuIgmpDownstreamTagControl.
+ "
+ DEFVAL { pass-through }
+ ::= { gponOnuIgmpProfileEntry 17 }
+
+ gponOnuIgmpMaxRequestChannelNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.28 Multicast subscriber config info, Attribute: Max simultaneous groups.
+ This attribute specifies the maximum number of dynamic
+ multicast groups that may be replicated to the client port at any one time. The
+ recommended default value 0 specifies that no administrative limit is to be
+ imposed.
+ "
+ DEFVAL { 0 }
+ ::= { gponOnuIgmpProfileEntry 18 }
+
+ gponOnuIgmpGlobalBW OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Bps"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.28 Multicast subscriber config info, Attribute: Max multicast bandwidth.
+ This attribute specifies the maximum imputed dynamic
+ bandwidth, in bytes per second, that may be delivered to the client port at any
+ one time. The recommended default value 0 specifies that no administrative
+ limit is to be imposed.
+
+ G.988 'Bandwidth enforcement' attribute should be set to TRUE when the bandwidth value is not 0.
+ "
+ DEFVAL { 0 }
+ ::= { gponOnuIgmpProfileEntry 19 }
+
+ gponOnuIgmpRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { gponOnuIgmpProfileEntry 20 }
+
+ gponOnuMulticastACLTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponOnuMulticastACLEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ ONU \u7f01\u52ec\u6331\u93c9\u51ae\u6aba\u741b\ufffd"
+ ::= { gponOnuIgmpProfile 2 }
+
+ gponOnuMulticastACLEntry OBJECT-TYPE
+ SYNTAX GponOnuMulticastACLEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { multicastACLIndex, multicastACLIndex }
+ ::= { gponOnuMulticastACLTable 1 }
+
+ GponOnuMulticastACLEntry ::=
+ SEQUENCE {
+ multicastACLIndex
+ INTEGER,
+ multicastACLRuleIndex
+ INTEGER,
+ multicastACLRuleName
+ DisplayString,
+ vlanID
+ INTEGER,
+ sourceIpAddress
+ IpAddress,
+ destinationIpAddressStart
+ IpAddress,
+ destinationIpAddressEnd
+ IpAddress,
+ previewLenAndAuthority
+ INTEGER,
+ previewRepeatTime
+ INTEGER,
+ previewResetTime
+ INTEGER,
+ previewCount
+ INTEGER,
+ imputedGroupBandwidth
+ INTEGER,
+ multicastACLRuleStatus
+ RowStatus
+ }
+
+ multicastACLIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ \u7f01\u52ec\u6331\u93c9\u51ae\u6aba\u95c6\u55d9\u50a8\u5bee\ufffd"
+ ::= { gponOnuMulticastACLEntry 1 }
+
+ multicastACLRuleIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ \u7f01\u52ec\u6331\u93c9\u51ae\u6aba\u7459\u52eb\u57af\u7ef1\u3220\u7d29"
+ ::= { gponOnuMulticastACLEntry 2 }
+
+ multicastACLRuleName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ \u7459\u52eb\u57af\u935a\u5d85\u74e7"
+ ::= { gponOnuMulticastACLEntry 3 }
+
+ vlanID OBJECT-TYPE
+ SYNTAX INTEGER (0..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ VLAN ID (ANI) ]
+ This field specifies the VLAN carrying the multicast group downstream.
+ The value 0 designates an untagged downstream flow.
+ "
+ ::= { gponOnuMulticastACLEntry 4 }
+
+ sourceIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Source IP address ]
+ The value 0.0.0.0 specifies that the source IP address is to be ignored.
+ "
+ ::= { gponOnuMulticastACLEntry 5 }
+
+ destinationIpAddressStart OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table
+ [ Destination IP address of the start of the multicast range ]
+ "
+ ::= { gponOnuMulticastACLEntry 6 }
+
+ destinationIpAddressEnd OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table
+ [ Destination IP address of the end of the multicast range ]
+ "
+ ::= { gponOnuMulticastACLEntry 7 }
+
+ previewLenAndAuthority OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "seconds"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Preview length ]
+ The maximum duration of each preview in seconds.
+ The value 0 designates a group that is fully authorized by subscription
+ and is not subject to preview restrictions. The remaining preview
+ attributes in this row part are ignored.
+ "
+ ::= { gponOnuMulticastACLEntry 8 }
+
+ previewRepeatTime OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "seconds"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Preview repeat time ]
+ The minimum time in seconds between two previews of a given multicast group.
+ "
+ ::= { gponOnuMulticastACLEntry 9 }
+
+ previewResetTime OBJECT-TYPE
+ SYNTAX INTEGER (1..24)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Preview reset time ]
+ The time at which the ONU resets the preview
+ repeat counter. The value assignments are as follows:
+ 1..24: The integer clock time at which the ONU resets the preview
+ repeat counter. For example the value 2 resets the counter at
+ 2:00 AM. If the ONU does not have a time of day clock, the
+ preview repeat counter is reset every 24 hours at an
+ indeterminate time selected by the ONU.
+ other values are reserved
+ "
+ ::= { gponOnuMulticastACLEntry 10 }
+
+ previewCount OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Preview repeat count ]
+ The maximum number of times a given multicast group
+ may be previewed. A value of zero allows an unlimited
+ number of previews.
+ "
+ ::= { gponOnuMulticastACLEntry 11 }
+
+ imputedGroupBandwidth OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "Bps"
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Imputed group bandwidth ]
+ Expressed in bytes per second, the
+ imputed group bandwidth is used to decide whether or not to honour a
+ join request in the presence of a max multicast bandwidth limit. The
+ recommended default value 0 effectively allows this table entry to
+ avoid max bandwidth limitations.
+ "
+ ::= { gponOnuMulticastACLEntry 12 }
+
+ multicastACLRuleStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ \u741b\u5c80\u59f8\u93ac\ufffd"
+ ::= { gponOnuMulticastACLEntry 13 }
+
+
+ gponIgmpOnuUniTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponIgmpOnuUniEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A list of gponIgmpOnuUniTable entries. "
+ ::= { gponIgmpManagementObjects 5 }
+
+ gponIgmpOnuUniEntry OBJECT-TYPE
+ SYNTAX GponIgmpOnuUniEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The gponIgmpOnuUniEntry Information"
+ INDEX { gponUniDeviceIndex, gponUniCardIndex, gponUniPortIndex }
+ ::={ gponIgmpOnuUniTable 1 }
+
+ GponIgmpOnuUniEntry::= SEQUENCE {
+ gponUniDeviceIndex
+ GponDeviceIndex,
+ gponUniCardIndex
+ GponCardIndex,
+ gponUniPortIndex
+ GponPortIndex,
+ gponUniIgmpProfileIndex
+ INTEGER,
+ gponUniRowstatus
+ RowStatus
+ }
+
+ gponUniDeviceIndex OBJECT-TYPE
+ SYNTAX GponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "\u7481\u60e7\ue638\u7ef1\u3220\u7d29 "
+ ::= { gponIgmpOnuUniEntry 1 }
+
+ gponUniCardIndex OBJECT-TYPE
+ SYNTAX GponCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "\u93c9\u57ae\u5d31\u7ef1\u3220\u7d29"
+ ::= { gponIgmpOnuUniEntry 2 }
+
+ gponUniPortIndex OBJECT-TYPE
+ SYNTAX GponPortIndex
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "\u7ed4\ue21a\u5f5b\u7ef1\u3220\u7d29"
+ ::= { gponIgmpOnuUniEntry 3 }
+
+ gponUniIgmpProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "gponOnuIgmpProfileTable\u7ef1\u3220\u7d29"
+ ::= { gponIgmpOnuUniEntry 4 }
+
+ gponUniRowstatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "\u741b\u5c80\u59f8\u93ac\ufffd"
+ ::= { gponIgmpOnuUniEntry 5 }
+
+
+
+ igmpOnuMulticastInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IgmpOnuMulticastInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "
+ A list of igmpOnuMulticastInfoTable entries.
+ G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table
+ "
+ ::= { gponIgmpManagementObjects 6 }
+
+ igmpOnuMulticastInfoEntry OBJECT-TYPE
+ SYNTAX IgmpOnuMulticastInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The igmpOnuUniEntry Information"
+ INDEX { onuMcInfoDeviceIndex,onuMcInfoCardIndex,onuMcInfoPortIndex,onuMcInfoIndex }
+ ::={ igmpOnuMulticastInfoTable 1 }
+
+ IgmpOnuMulticastInfoEntry::= SEQUENCE {
+ onuMcInfoDeviceIndex
+ GponDeviceIndex,
+ onuMcInfoCardIndex
+ GponCardIndex,
+ onuMcInfoPortIndex
+ GponPortIndex,
+ onuMcInfoIndex
+ INTEGER,
+ onuMcInfoSrcIp
+ IpAddress,
+ onuMcInfoMcDstIp
+ IpAddress,
+ onuMcInfoMvlanVid
+ INTEGER,
+ onuMcInfoClientIp
+ IpAddress
+ }
+
+ onuMcInfoDeviceIndex OBJECT-TYPE
+ SYNTAX GponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "\u7481\u60e7\ue638\u7ef1\u3220\u7d29 "
+ ::= { igmpOnuMulticastInfoEntry 1 }
+
+ onuMcInfoCardIndex OBJECT-TYPE
+ SYNTAX GponCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "\u93c9\u57ae\u5d31\u7ef1\u3220\u7d29"
+ ::= { igmpOnuMulticastInfoEntry 2 }
+
+ onuMcInfoPortIndex OBJECT-TYPE
+ SYNTAX GponPortIndex
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "\u7ed4\ue21a\u5f5b\u7ef1\u3220\u7d29"
+ ::= { igmpOnuMulticastInfoEntry 3 }
+
+ onuMcInfoIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "\u7f01\u52ec\u6331\u93c9\uff04\u6d30\u7ef1\u3220\u7d29"
+ ::= { igmpOnuMulticastInfoEntry 4 }
+
+ onuMcInfoSrcIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table
+ Source IP address, 0.0.0.0 if not used
+ "
+ ::= { igmpOnuMulticastInfoEntry 5 }
+
+ onuMcInfoMcDstIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table
+ Multicast destination IP address
+ "
+ ::= { igmpOnuMulticastInfoEntry 6 }
+
+ onuMcInfoMvlanVid OBJECT-TYPE
+ SYNTAX INTEGER (0..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table
+ VLAN ID, 0 if not used
+ "
+ ::= { igmpOnuMulticastInfoEntry 7 }
+
+ onuMcInfoClientIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "
+ G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table
+ Client (set-top box) IP address, that is, the IP address of the device currently joined.
+ "
+ ::= { igmpOnuMulticastInfoEntry 8 }
+
+
+
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10
+ gponPerformanceStatisticObjects OBJECT IDENTIFIER ::= { gponTree 10 }
+
+
+-- ------------------------------------------------------------------------------
+-- gponPerformanceStatisticObjects(1.3.6.1.4.1.17409.2.8.10)
+-- ------------------------------------------------------------------------------
+
+ -- 1.3.6.1.4.1.17409.2.8.10.5
+ gponPerfStatsThresholdTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponPerfStatsThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponPerformanceStatisticObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.5.1
+ gponPerfStatsThresholdEntry OBJECT-TYPE
+ SYNTAX GponPerfStatsThresholdEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { gponPerfStatsThresholdDeviceIndex, gponPerfStatsThresholdCardIndex, gponPerfStatsThresholdPortIndex, gponPerfStatsThresholdTypeIndex }
+ ::= { gponPerfStatsThresholdTable 1 }
+
+
+ GponPerfStatsThresholdEntry ::=
+ SEQUENCE {
+ gponPerfStatsThresholdDeviceIndex
+ GponDeviceIndex,
+ gponPerfStatsThresholdCardIndex
+ GponCardIndex,
+ gponPerfStatsThresholdPortIndex
+ GponPortIndex,
+ gponPerfStatsThresholdTypeIndex
+ GponStatsThresholdType,
+ gponPerfStatsThresholdUpper
+ Counter64,
+ gponPerfStatsThresholdLower
+ Counter64,
+ gponPerfStatsThresholdRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.10.5.1.1
+ gponPerfStatsThresholdDeviceIndex OBJECT-TYPE
+ SYNTAX GponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponPerfStatsThresholdEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.5.1.2
+ gponPerfStatsThresholdCardIndex OBJECT-TYPE
+ SYNTAX GponCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponPerfStatsThresholdEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.5.1.3
+ gponPerfStatsThresholdPortIndex OBJECT-TYPE
+ SYNTAX GponPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponPerfStatsThresholdEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.5.1.4
+ gponPerfStatsThresholdTypeIndex OBJECT-TYPE
+ SYNTAX GponStatsThresholdType
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+"\u95c2\u3129\u6aba\u7eeb\u8bf2\u7037\u951b\ufffd
+1\u9286\u4e1fponStatsThresholdType\u6d93\u8861\ufffd50 Temperature\u9225\u6fc7\u4fef\u6434\ufe3d\u6902\u951b\u5c7d\u5d1f\u6d63\u5d86\u69f8\u93bd\u52ec\u76ac\u6434\ufe3c\u7d1d\u934b\u5fd5\u0429\u95b2\ufffd100\u951b\u5c7e\u762e\u6fe1\u509e\u68ec\u95c4\u612f\ue195\u7f03\ue1bb\u8d1f75\u93bd\u52ec\u76ac\u6434\ufe3c\u7d1d\u7039\u70ba\u6aaf\u93c4\ufffd25\u93bd\u52ec\u76ac\u6434\ufe3d\u6f75\u6769\u6d9c\ue511\u59e3\u65c7\u7ddd\u9352\u3085\u757e\u951b\ufffd
+2\u9286\u4e1fponStatsThresholdType\u6d93\u8861\ufffd51 Voltage\u9225\u6fc7\u4fef\u6434\ufe3d\u6902\u951b\u5c7d\u5d1f\u6d63\u5d86\u69f8\u9225\u6e03enti-mv\u9225\u6fd3\u7d31
+3\u9286\u4e1fponStatsThresholdType\u6d93\u8861\ufffd52 TXPower\u9225\u6fc6\u62f0\u9225\ufffd3 RXPower\u9225\u6fc7\u6902\u951b\u5c7d\u5d1f\u6d63\u5d86\u69f8centi-dBuV "
+ ::= { gponPerfStatsThresholdEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.5.1.5
+ gponPerfStatsThresholdUpper OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+"
+\u95c3\u581d\ufffd\u6d93\u5a47\u6aba
+"
+ ::= { gponPerfStatsThresholdEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.5.1.6
+ gponPerfStatsThresholdLower OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+"
+\u95c3\u581d\ufffd\u6d93\u5b2e\u6aba "
+ ::= { gponPerfStatsThresholdEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.5.1.7
+ gponPerfStatsThresholdRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION " "
+ ::= { gponPerfStatsThresholdEntry 7 }
+
+
+
+
+-- 1.3.6.1.4.1.17409.2.8.10.6
+ curStatsGemPortTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CurStatsGemPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPerformanceStatisticObjects 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.6.1
+ curStatsGemPortEntry OBJECT-TYPE
+ SYNTAX CurStatsGemPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { curStatsGemPortDeviceIndex, curStatsGemPortIndex }
+ ::= { curStatsGemPortTable 1 }
+
+
+ CurStatsGemPortEntry ::=
+ SEQUENCE {
+ curStatsGemPortDeviceIndex
+ GponDeviceIndex,
+ curStatsGemPortIndex
+ INTEGER,
+ curStatsGemPortOutGemFrames
+ Counter64,
+ curStatsGemPortInGemFrames
+ Counter64,
+ curStatsGemPortOutBytes
+ Counter64,
+ curStatsGemPortInBytes
+ Counter64,
+ curStatsGemPortStatusAndAction
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.10.6.1.1
+ curStatsGemPortDeviceIndex OBJECT-TYPE
+ SYNTAX GponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { curStatsGemPortEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.6.1.2
+ curStatsGemPortIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { curStatsGemPortEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.6.1.3
+ curStatsGemPortOutGemFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { curStatsGemPortEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.6.1.4
+ curStatsGemPortInGemFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { curStatsGemPortEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.6.1.5
+ curStatsGemPortOutBytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { curStatsGemPortEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.6.1.6
+ curStatsGemPortInBytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { curStatsGemPortEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.6.1.7
+ curStatsGemPortStatusAndAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(1),
+ cleandata(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { curStatsGemPortEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7
+ stats15GemPortTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF Stats15GemPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPerformanceStatisticObjects 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1
+ stats15GemPortEntry OBJECT-TYPE
+ SYNTAX Stats15GemPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { stats15GemPortDeviceIndex, stats15GemPortIndex, stats15GemPortStatIndex }
+ ::= { stats15GemPortTable 1 }
+
+
+ Stats15GemPortEntry ::=
+ SEQUENCE {
+ stats15GemPortDeviceIndex
+ GponDeviceIndex,
+ stats15GemPortIndex
+ INTEGER,
+ stats15GemPortStatIndex
+ GponStats15MinRecordType,
+ stats15GemPortOutGemFrames
+ Counter64,
+ stats15GemPortInGemFrames
+ Counter64,
+ stats15GemPortOutBytes
+ Counter64,
+ stats15GemPortInBytes
+ Counter64,
+ stats15GemPortStatusAndAction
+ INTEGER,
+ stats15GemPortValidityTag
+ TruthValue,
+ stats15GemPortElapsedTime
+ Counter32,
+ stats15GemPortEndTime
+ DateAndTime
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1.1
+ stats15GemPortDeviceIndex OBJECT-TYPE
+ SYNTAX GponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats15GemPortEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1.2
+ stats15GemPortIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats15GemPortEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1.3
+ stats15GemPortStatIndex OBJECT-TYPE
+ SYNTAX GponStats15MinRecordType
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats15GemPortEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1.4
+ stats15GemPortOutGemFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats15GemPortEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1.5
+ stats15GemPortInGemFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats15GemPortEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1.6
+ stats15GemPortOutBytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats15GemPortEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1.7
+ stats15GemPortInBytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats15GemPortEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1.8
+ stats15GemPortStatusAndAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(1),
+ cleandata(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats15GemPortEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1.9
+ stats15GemPortValidityTag OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats15GemPortEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1.10
+ stats15GemPortElapsedTime OBJECT-TYPE
+ SYNTAX Counter32
+ UNITS "seconds"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats15GemPortEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.7.1.11
+ stats15GemPortEndTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats15GemPortEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8
+ stats24GemPortTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF Stats24GemPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponPerformanceStatisticObjects 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1
+ stats24GemPortEntry OBJECT-TYPE
+ SYNTAX Stats24GemPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { stats24GemPortDeviceIndex, stats24GemPortIndex, stats24GemPortStatIndex }
+ ::= { stats24GemPortTable 1 }
+
+
+ Stats24GemPortEntry ::=
+ SEQUENCE {
+ stats24GemPortDeviceIndex
+ GponDeviceIndex,
+ stats24GemPortIndex
+ INTEGER,
+ stats24GemPortStatIndex
+ GponStats24HourRecordType,
+ stats24GemPortOutGemFrames
+ Counter64,
+ stats24GemPortInGemFrames
+ Counter64,
+ stats24GemPortOutBytes
+ Counter64,
+ stats24GemPortInBytes
+ Counter64,
+ stats24GemPortStatusAndAction
+ INTEGER,
+ stats24GemPortValidityTag
+ TruthValue,
+ stats24GemPortElapsedTime
+ Counter32,
+ stats24GemPortEndTime
+ DateAndTime
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1.1
+ stats24GemPortDeviceIndex OBJECT-TYPE
+ SYNTAX GponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats24GemPortEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1.2
+ stats24GemPortIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats24GemPortEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1.3
+ stats24GemPortStatIndex OBJECT-TYPE
+ SYNTAX GponStats24HourRecordType
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats24GemPortEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1.4
+ stats24GemPortOutGemFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats24GemPortEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1.5
+ stats24GemPortInGemFrames OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats24GemPortEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1.6
+ stats24GemPortOutBytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats24GemPortEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1.7
+ stats24GemPortInBytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats24GemPortEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1.8
+ stats24GemPortStatusAndAction OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ none(1),
+ cleandata(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats24GemPortEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1.9
+ stats24GemPortValidityTag OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats24GemPortEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1.10
+ stats24GemPortElapsedTime OBJECT-TYPE
+ SYNTAX Counter32
+ UNITS "seconds"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats24GemPortEntry 10 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.10.8.1.11
+ stats24GemPortEndTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { stats24GemPortEntry 11 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.6
+ gponProfileObjects OBJECT IDENTIFIER ::= { gponTree 11 }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.1
+ gponDbaProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.1.1
+ gponDbaProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponDbaProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.1.1.1
+ gponDbaProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponDbaProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponDbaProfileId }
+ ::= { gponDbaProfileInfoTable 1 }
+
+
+ GponDbaProfileInfoEntry ::=
+ SEQUENCE {
+ gponDbaProfileId
+ INTEGER,
+ gponDbaProfileName
+ DisplayString,
+ gponDbaProfileType
+ INTEGER,
+ gponDbaProfileFixRate
+ INTEGER,
+ gponDbaProfileAssureRate
+ INTEGER,
+ gponDbaProfileMaxRate
+ INTEGER,
+ gponDbaProfileBindNum
+ INTEGER,
+ gponDbaProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.1.1.1.1
+ gponDbaProfileId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.1.1.1.2
+ gponDbaProfileName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.1.1.1.3
+ gponDbaProfileType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fix(1),
+ assure(2),
+ assureAndMax(3),
+ max(4),
+ fixAndAssureAndMax(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.1.1.1.4
+ gponDbaProfileFixRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbit/s"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.1.1.1.5
+ gponDbaProfileAssureRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbit/s"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.1.1.1.6
+ gponDbaProfileMaxRate OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbit/s"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.1.1.1.7
+ gponDbaProfileBindNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.1.1.1.8
+ gponDbaProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponDbaProfileInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2
+ gponLineProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.1
+ gponLineProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.1.1
+ gponLineProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponLineProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileId }
+ ::= { gponLineProfileInfoTable 1 }
+
+
+ GponLineProfileInfoEntry ::=
+ SEQUENCE {
+ gponLineProfileId
+ INTEGER,
+ gponLineProfileName
+ DisplayString,
+ gponLineProfileUpstreamFECMode
+ INTEGER,
+ gponLineProfileMappingMode
+ INTEGER,
+ gponLineProfileTcontNum
+ INTEGER,
+ gponLineProfileGemNum
+ INTEGER,
+ gponLineProfileBindNum
+ INTEGER,
+ gponLineProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.1.1.1
+ gponLineProfileId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.1.1.2
+ gponLineProfileName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.1.1.3
+ gponLineProfileUpstreamFECMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ on(1),
+ off(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { off }
+ ::= { gponLineProfileInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.1.1.4
+ gponLineProfileMappingMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ vlan(1),
+ priority(2),
+ vlan-priority(3),
+ port(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.1.1.5
+ gponLineProfileTcontNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.1.1.6
+ gponLineProfileGemNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.1.1.7
+ gponLineProfileBindNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.1.1.8
+ gponLineProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.2
+ gponLineProfileTcontTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileTcontEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.2.1
+ gponLineProfileTcontEntry OBJECT-TYPE
+ SYNTAX GponLineProfileTcontEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileTcontProfileIndex, gponLineProfileTcontIndex }
+ ::= { gponLineProfileTcontTable 1 }
+
+
+ GponLineProfileTcontEntry ::=
+ SEQUENCE {
+ gponLineProfileTcontProfileIndex
+ INTEGER,
+ gponLineProfileTcontIndex
+ INTEGER,
+ gponLineProfileTcontDbaProfileId
+ INTEGER,
+ gponLineProfileTcontRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.2.1.1
+ gponLineProfileTcontProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileTcontEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.2.1.2
+ gponLineProfileTcontIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileTcontEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.2.1.3
+ gponLineProfileTcontDbaProfileId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileTcontEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.2.1.4
+ gponLineProfileTcontRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileTcontEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.3
+ gponLineProfileGemTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileGemEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.3.1
+ gponLineProfileGemEntry OBJECT-TYPE
+ SYNTAX GponLineProfileGemEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileGemProfileIndex, gponLineProfileGemIndex }
+ ::= { gponLineProfileGemTable 1 }
+
+
+ GponLineProfileGemEntry ::=
+ SEQUENCE {
+ gponLineProfileGemProfileIndex
+ INTEGER,
+ gponLineProfileGemIndex
+ INTEGER,
+ gponLineProfileGemEncrypt
+ INTEGER,
+ gponLineProfileGemTcontId
+ INTEGER,
+ gponLineProfileGemQueuePri
+ INTEGER,
+ gponLineProfileGemUpCar
+ INTEGER,
+ gponLineProfileGemDownCar
+ INTEGER,
+ gponLineProfileGemMapNum
+ INTEGER,
+ gponLineProfileGemRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.3.1.1
+ gponLineProfileGemProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.3.1.2
+ gponLineProfileGemIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.3.1.3
+ gponLineProfileGemEncrypt OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unconcern(0),
+ enable(1),
+ disable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.3.1.4
+ gponLineProfileGemTcontId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.3.1.5
+ gponLineProfileGemQueuePri OBJECT-TYPE
+ SYNTAX INTEGER (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ DEFVAL { 0 }
+ ::= { gponLineProfileGemEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.3.1.6
+ gponLineProfileGemUpCar OBJECT-TYPE
+ SYNTAX INTEGER (0 | 1..1024)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0:unconcern"
+ ::= { gponLineProfileGemEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.3.1.7
+ gponLineProfileGemDownCar OBJECT-TYPE
+ SYNTAX INTEGER (0 | 1..1024)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0:unconcern"
+ ::= { gponLineProfileGemEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.3.1.8
+ gponLineProfileGemMapNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.3.1.9
+ gponLineProfileGemRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemEntry 9 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.4
+ gponLineProfileGemMapTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponLineProfileGemMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.4.1
+ gponLineProfileGemMapEntry OBJECT-TYPE
+ SYNTAX GponLineProfileGemMapEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponLineProfileGemMapProfileIndex, gponLineProfileGemMapGemIndex, gponLineProfileGemMapIndex }
+ ::= { gponLineProfileGemMapTable 1 }
+
+
+ GponLineProfileGemMapEntry ::=
+ SEQUENCE {
+ gponLineProfileGemMapProfileIndex
+ INTEGER,
+ gponLineProfileGemMapGemIndex
+ INTEGER,
+ gponLineProfileGemMapIndex
+ INTEGER,
+ gponLineProfileGemMapVlan
+ INTEGER,
+ gponLineProfileGemMapPriority
+ INTEGER,
+ gponLineProfileGemMapPortType
+ INTEGER,
+ gponLineProfileGemMapPortId
+ INTEGER,
+ gponLineProfileGemMapRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.4.1.1
+ gponLineProfileGemMapProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.4.1.2
+ gponLineProfileGemMapGemIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.4.1.3
+ gponLineProfileGemMapIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.4.1.4
+ gponLineProfileGemMapVlan OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.4.1.5
+ gponLineProfileGemMapPriority OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.4.1.6
+ gponLineProfileGemMapPortType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ eth(1),
+ iphost(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.4.1.7
+ gponLineProfileGemMapPortId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.2.4.1.8
+ gponLineProfileGemMapRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponLineProfileGemMapEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3
+ gponSrvProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.1
+ gponSrvProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.1.1
+ gponSrvProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponSrvProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileId }
+ ::= { gponSrvProfileInfoTable 1 }
+
+
+ GponSrvProfileInfoEntry ::=
+ SEQUENCE {
+ gponSrvProfileId
+ INTEGER,
+ gponSrvProfileName
+ DisplayString,
+ gponSrvProfileBindNum
+ INTEGER,
+ gponSrvProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.1.1.1
+ gponSrvProfileId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.1.1.2
+ gponSrvProfileName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.1.1.3
+ gponSrvProfileBindNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.1.1.4
+ gponSrvProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.2
+ gponSrvProfileCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.2.1
+ gponSrvProfileCfgEntry OBJECT-TYPE
+ SYNTAX GponSrvProfileCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileIndex }
+ ::= { gponSrvProfileCfgTable 1 }
+
+
+ GponSrvProfileCfgEntry ::=
+ SEQUENCE {
+ gponSrvProfileIndex
+ INTEGER,
+ gponSrvProfileMacLearning
+ INTEGER,
+ gponSrvProfileMacAgeSeconds
+ INTEGER,
+ gponSrvProfileLoopbackDetectCheck
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.2.1.1
+ gponSrvProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.2.1.2
+ gponSrvProfileMacLearning OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unconcern(0),
+ enable(1),
+ disable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.2.1.3
+ gponSrvProfileMacAgeSeconds OBJECT-TYPE
+ SYNTAX INTEGER (-1 | 0 | 10..1000000)
+ UNITS "second"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0:unconcern;
+ -1:unlimited;
+ 10-1000000:\u7039\u70ba\u6aaf\u9470\u4f78\u5bf2\u93c3\u5815\u68ff "
+ ::= { gponSrvProfileCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.2.1.4
+ gponSrvProfileLoopbackDetectCheck OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unconcern(0),
+ enable(1),
+ disable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileCfgEntry 4 }
+
+
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.3
+ gponSrvProfilePortNumTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfilePortNumEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.3.1
+ gponSrvProfilePortNumEntry OBJECT-TYPE
+ SYNTAX GponSrvProfilePortNumEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfilePortNumProfileIndex }
+ ::= { gponSrvProfilePortNumTable 1 }
+
+
+ GponSrvProfilePortNumEntry ::=
+ SEQUENCE {
+ gponSrvProfilePortNumProfileIndex
+ INTEGER,
+ gponSrvProfileEthNum
+ INTEGER,
+ gponSrvProfileCatvNum
+ INTEGER,
+ gponSrvProfileWlanNum
+ INTEGER,
+ gponSrvProfileVeipNum
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.3.1.1
+ gponSrvProfilePortNumProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortNumEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.3.1.2
+ gponSrvProfileEthNum OBJECT-TYPE
+ SYNTAX INTEGER (-1 | 0..24)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " -1:adaptive ,
+ 0-24:port num"
+ ::= { gponSrvProfilePortNumEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.3.1.3
+ gponSrvProfileCatvNum OBJECT-TYPE
+ SYNTAX INTEGER (-1 | 0..2)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "-1:adaptive , 0-2:port num"
+ ::= { gponSrvProfilePortNumEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.3.1.4
+ gponSrvProfileWlanNum OBJECT-TYPE
+ SYNTAX INTEGER (-1 | 0..2)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "-1:adaptive, 0-2:port num"
+ ::= { gponSrvProfilePortNumEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.3.1.5
+ gponSrvProfileVeipNum OBJECT-TYPE
+ SYNTAX INTEGER (-1 | 0..8)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " -1:adaptive , 0-8:port num"
+ ::= { gponSrvProfilePortNumEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.4
+ gponSrvProfileEthPortConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfileEthPortConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.4.1
+ gponSrvProfileEthPortConfigEntry OBJECT-TYPE
+ SYNTAX GponSrvProfileEthPortConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfileEthPortProfileIndex, gponSrvProfileEthPortIdIndex }
+ ::= { gponSrvProfileEthPortConfigTable 1 }
+
+
+ GponSrvProfileEthPortConfigEntry ::=
+ SEQUENCE {
+ gponSrvProfileEthPortProfileIndex
+ INTEGER,
+ gponSrvProfileEthPortIdIndex
+ INTEGER,
+ gponSrvProfileEthPortMacLimited
+ INTEGER,
+ gponSrvProfileEthPortMtu
+ INTEGER,
+ gponSrvProfileEthPortFlowCtrl
+ INTEGER,
+ gponSrvProfileEthPortInTrafficProfileId
+ INTEGER,
+ gponSrvProfileEthPortOutTrafficProfileId
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.4.1.1
+ gponSrvProfileEthPortProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileEthPortConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.4.1.2
+ gponSrvProfileEthPortIdIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileEthPortConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.4.1.3
+ gponSrvProfileEthPortMacLimited OBJECT-TYPE
+ SYNTAX INTEGER (-1 | 0..255)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "-1:unconcern,
+ 0:unlimited"
+ ::= { gponSrvProfileEthPortConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.4.1.4
+ gponSrvProfileEthPortMtu OBJECT-TYPE
+ SYNTAX INTEGER (0 | 1518..2000)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0:unconcern"
+ ::= { gponSrvProfileEthPortConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.4.1.5
+ gponSrvProfileEthPortFlowCtrl OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unconcern(0),
+ enable(1),
+ disable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfileEthPortConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.4.1.6
+ gponSrvProfileEthPortInTrafficProfileId OBJECT-TYPE
+ SYNTAX INTEGER (0..1024)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0:unconcern"
+ ::= { gponSrvProfileEthPortConfigEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.4.1.7
+ gponSrvProfileEthPortOutTrafficProfileId OBJECT-TYPE
+ SYNTAX INTEGER (0..1024)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0:unconcern"
+ ::= { gponSrvProfileEthPortConfigEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5
+ gponSrvProfilePortVlanObjects OBJECT IDENTIFIER ::= { gponSrvProfileObjects 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.1
+ gponSrvProfilePortVlanCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfilePortVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.1.1
+ gponSrvProfilePortVlanCfgEntry OBJECT-TYPE
+ SYNTAX GponSrvProfilePortVlanCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfilePortVlanProfileIndex, gponSrvProfilePortVlanPortTypeIndex, gponSrvProfilePortVlanPortIdIndex }
+ ::= { gponSrvProfilePortVlanCfgTable 1 }
+
+
+ GponSrvProfilePortVlanCfgEntry ::=
+ SEQUENCE {
+ gponSrvProfilePortVlanProfileIndex
+ INTEGER,
+ gponSrvProfilePortVlanPortTypeIndex
+ INTEGER,
+ gponSrvProfilePortVlanPortIdIndex
+ INTEGER,
+ gponSrvProfilePortVlanPvid
+ INTEGER,
+ gponSrvProfilePortVlanPvidPri
+ INTEGER,
+ gponSrvProfilePortVlanMode
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.1
+ gponSrvProfilePortVlanProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.2
+ gponSrvProfilePortVlanPortTypeIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ eth(0),
+ wlan(1),
+ catv(2)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.3
+ gponSrvProfilePortVlanPortIdIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.4
+ gponSrvProfilePortVlanPvid OBJECT-TYPE
+ SYNTAX INTEGER (0..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "0:unconcern"
+ ::= { gponSrvProfilePortVlanCfgEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.5
+ gponSrvProfilePortVlanPvidPri OBJECT-TYPE
+ SYNTAX INTEGER (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.6
+ gponSrvProfilePortVlanMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ transparent(0),
+ tag(1),
+ translate(2),
+ aggregation(3),
+ trunk(4)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanCfgEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.2
+ gponSrvProfilePortVlanTranslationTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfilePortVlanTranslationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanObjects 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.2.1
+ gponSrvProfilePortVlanTranslationEntry OBJECT-TYPE
+ SYNTAX GponSrvProfilePortVlanTranslationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfilePortVlanTransProfileIndex, gponSrvProfilePortVlanTransPortTypeIndex, gponSrvProfilePortVlanTransPortIdIndex, gponSrvProfilePortVlanTransVlanIndex }
+ ::= { gponSrvProfilePortVlanTranslationTable 1 }
+
+
+ GponSrvProfilePortVlanTranslationEntry ::=
+ SEQUENCE {
+ gponSrvProfilePortVlanTransProfileIndex
+ INTEGER,
+ gponSrvProfilePortVlanTransPortTypeIndex
+ INTEGER,
+ gponSrvProfilePortVlanTransPortIdIndex
+ INTEGER,
+ gponSrvProfilePortVlanTransVlanIndex
+ INTEGER,
+ gponSrvProfilePortVlanTransNewVlan
+ INTEGER,
+ gponSrvProfilePortVlanTransRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.1
+ gponSrvProfilePortVlanTransProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanTranslationEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.2
+ gponSrvProfilePortVlanTransPortTypeIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ eth(0),
+ wlan(1),
+ catv(2)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanTranslationEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.3
+ gponSrvProfilePortVlanTransPortIdIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanTranslationEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.4
+ gponSrvProfilePortVlanTransVlanIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanTranslationEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.5
+ gponSrvProfilePortVlanTransNewVlan OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanTranslationEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.6
+ gponSrvProfilePortVlanTransRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanTranslationEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.3
+ gponSrvProfilePortVlanAggregationTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfilePortVlanAggregationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanObjects 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.3.1
+ gponSrvProfilePortVlanAggregationEntry OBJECT-TYPE
+ SYNTAX GponSrvProfilePortVlanAggregationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfilePortVlanAggrProfileIndex, gponSrvProfilePortVlanAggrPortTypeIndex, gponSrvProfilePortVlanAggrPortIdIndex, gponSrvProfilePortVlanAggrVlanIndex }
+ ::= { gponSrvProfilePortVlanAggregationTable 1 }
+
+
+ GponSrvProfilePortVlanAggregationEntry ::=
+ SEQUENCE {
+ gponSrvProfilePortVlanAggrProfileIndex
+ INTEGER,
+ gponSrvProfilePortVlanAggrPortTypeIndex
+ INTEGER,
+ gponSrvProfilePortVlanAggrPortIdIndex
+ INTEGER,
+ gponSrvProfilePortVlanAggrVlanIndex
+ INTEGER,
+ gponSrvProfilePortVlanAggrVlanList
+ OCTET STRING,
+ gponSrvProfilePortVlanAggrRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.1
+ gponSrvProfilePortVlanAggrProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanAggregationEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.2
+ gponSrvProfilePortVlanAggrPortTypeIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ eth(0),
+ wlan(1),
+ catv(2)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanAggregationEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.3
+ gponSrvProfilePortVlanAggrPortIdIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanAggregationEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.4
+ gponSrvProfilePortVlanAggrVlanIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanAggregationEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.5
+ gponSrvProfilePortVlanAggrVlanList OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (16))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "max num of vlan is 8, two bytes is one vlan."
+ ::= { gponSrvProfilePortVlanAggregationEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.6
+ gponSrvProfilePortVlanAggrRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanAggregationEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.4
+ gponSrvProfilePortVlanTrunkTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponSrvProfilePortVlanTrunkEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.4.1
+ gponSrvProfilePortVlanTrunkEntry OBJECT-TYPE
+ SYNTAX GponSrvProfilePortVlanTrunkEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { gponSrvProfilePortVlanTrunkProfileIndex, gponSrvProfilePortVlanTrunkPortTypeIndex, gponSrvProfilePortVlanTrunkPortIdIndex }
+ ::= { gponSrvProfilePortVlanTrunkTable 1 }
+
+
+ GponSrvProfilePortVlanTrunkEntry ::=
+ SEQUENCE {
+ gponSrvProfilePortVlanTrunkProfileIndex
+ INTEGER,
+ gponSrvProfilePortVlanTrunkPortTypeIndex
+ INTEGER,
+ gponSrvProfilePortVlanTrunkPortIdIndex
+ INTEGER,
+ gponSrvProfilePortVlanTrunkVlanList
+ OCTET STRING,
+ gponSrvProfilePortVlanTrunkRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.4.1.1
+ gponSrvProfilePortVlanTrunkProfileIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanTrunkEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.4.1.2
+ gponSrvProfilePortVlanTrunkPortTypeIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ eth(0),
+ wlan(1),
+ catv(2)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanTrunkEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.4.1.3
+ gponSrvProfilePortVlanTrunkPortIdIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanTrunkEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.4.1.4
+ gponSrvProfilePortVlanTrunkVlanList OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (16))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "max num of vlan is 8, two bytes is one vlan."
+ ::= { gponSrvProfilePortVlanTrunkEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.3.5.4.1.5
+ gponSrvProfilePortVlanTrunkRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponSrvProfilePortVlanTrunkEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4
+ gponTrafficProfileObjects OBJECT IDENTIFIER ::= { gponProfileObjects 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4.1
+ gponTrafficProfileInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF GponTrafficProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileObjects 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4.1.1
+ gponTrafficProfileInfoEntry OBJECT-TYPE
+ SYNTAX GponTrafficProfileInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "cir/pir/cbs/pbs must config at the same time."
+ INDEX { gponTrafficProfileId }
+ ::= { gponTrafficProfileInfoTable 1 }
+
+
+ GponTrafficProfileInfoEntry ::=
+ SEQUENCE {
+ gponTrafficProfileId
+ INTEGER,
+ gponTrafficProfileName
+ DisplayString,
+ gponTrafficProfileCfgCir
+ INTEGER,
+ gponTrafficProfileCfgPir
+ INTEGER,
+ gponTrafficProfileCfgCbs
+ INTEGER,
+ gponTrafficProfileCfgPbs
+ INTEGER,
+ gponTrafficProfileCfgPriority
+ INTEGER,
+ gponTrafficProfileBindNum
+ INTEGER,
+ gponTrafficProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4.1.1.1
+ gponTrafficProfileId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4.1.1.2
+ gponTrafficProfileName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4.1.1.3
+ gponTrafficProfileCfgCir OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbit/s"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4.1.1.4
+ gponTrafficProfileCfgPir OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "kbit/s"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4.1.1.5
+ gponTrafficProfileCfgCbs OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "byte"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4.1.1.6
+ gponTrafficProfileCfgPbs OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS "byte"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4.1.1.7
+ gponTrafficProfileCfgPriority OBJECT-TYPE
+ SYNTAX INTEGER (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4.1.1.8
+ gponTrafficProfileBindNum OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.17409.2.8.11.4.1.1.9
+ gponTrafficProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { gponTrafficProfileInfoEntry 9 }
+ END
diff --git a/MIBS/cdata/NSCRTV-HFCEMS-ALARMS-MIB b/MIBS/cdata/NSCRTV-HFCEMS-ALARMS-MIB
new file mode 100644
index 0000000..798577a
--- /dev/null
+++ b/MIBS/cdata/NSCRTV-HFCEMS-ALARMS-MIB
@@ -0,0 +1,94 @@
+NSCRTV-HFCEMS-ALARMS-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ TRAP-TYPE
+ FROM RFC-1215
+ OBJECT-TYPE
+ FROM RFC-1212
+ DisplayString
+ FROM RFC1213-MIB
+ commonPhysAddress
+ FROM NSCRTV-HFCEMS-COMMON-MIB
+ commonNELogicalID
+ FROM NSCRTV-HFCEMS-COMMON-MIB
+ nscrtvHFCemsTree
+ FROM NSCRTV-ROOT
+alarmsIdent
+ FROM NSCRTV-ROOT
+
+ ;
+
+ alarmLogNumberOfEntries OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { alarmsIdent 1 }
+
+ alarmLogLastIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { alarmsIdent 2 }
+
+ alarmLogTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlarmLogEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { alarmsIdent 3 }
+
+ alarmLogEntry OBJECT-TYPE
+ SYNTAX AlarmLogEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ INDEX { alarmLogIndex }
+ ::= { alarmLogTable 1 }
+
+ AlarmLogEntry ::=
+ SEQUENCE
+ {
+ alarmLogIndex
+ INTEGER,
+ alarmLogInformation
+ OCTET STRING
+ }
+
+ alarmLogIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..32767)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { alarmLogEntry 1 }
+
+ alarmLogInformation OBJECT-TYPE
+ SYNTAX OCTET STRING ( SIZE ( 17..255 ) )
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { alarmLogEntry 2 }
+
+ alarmText OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { alarmsIdent 4 }
+
+hfcAlarmEvent TRAP-TYPE
+ ENTERPRISE nscrtvHFCemsTree
+ VARIABLES { commonPhysAddress, commonNELogicalID, alarmLogInformation, alarmText }
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= 1
+
+END
diff --git a/MIBS/cdata/NSCRTV-HFCEMS-COMMON-MIB b/MIBS/cdata/NSCRTV-HFCEMS-COMMON-MIB
new file mode 100644
index 0000000..7a6032c
--- /dev/null
+++ b/MIBS/cdata/NSCRTV-HFCEMS-COMMON-MIB
@@ -0,0 +1,759 @@
+NSCRTV-HFCEMS-COMMON-MIB DEFINITIONS ::= BEGIN
+IMPORTS
+ OBJECT-TYPE FROM RFC-1212
+ TRAP-TYPE FROM RFC-1215
+ Counter FROM RFC1155-SMI
+ NetworkAddress FROM RFC1155-SMI
+IpAddress FROM RFC1155-SMI
+ DisplayString FROM RFC1213-MIB
+ nscrtvHFCemsTree FROM NSCRTV-ROOT
+ commonIdent FROM NSCRTV-ROOT
+;
+
+commonAdminGroup OBJECT IDENTIFIER ::= { commonIdent 1 }
+commonAdminUseRf OBJECT IDENTIFIER ::= { commonIdent 2 }
+commonAdminUseEthernet OBJECT IDENTIFIER ::= { commonIdent 3 }
+
+commonMACGroup OBJECT IDENTIFIER ::= { commonAdminUseRf 1 }
+commonRfGroup OBJECT IDENTIFIER ::= { commonAdminUseRf 2 }
+
+commonMacAddress OBJECT IDENTIFIER ::= { commonMACGroup 1 }
+commonBackoffParams OBJECT IDENTIFIER ::= { commonMACGroup 2 }
+commonMacStats OBJECT IDENTIFIER ::= { commonMACGroup 3 }
+
+commonAgentGroup OBJECT IDENTIFIER ::= { commonAdminUseEthernet 1 }
+commonDeviceGroup OBJECT IDENTIFIER ::= { commonAdminUseEthernet 2 }
+
+
+commonNELogicalID OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE(0..40))
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 1 }
+
+commonNEVendor OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(0..255))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 2 }
+
+commonNEModelNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(0..255))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 3 }
+
+commonNESerialNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(0..255))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 4 }
+
+commonNEVendorInfo OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(0..255))
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 5 }
+
+commonNEStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE(1))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+-- Bit 0: CHNLRQST
+-- Bit 1: CNTNRM
+-- Bit 2: CNTCUR
+-- Bit 3: MAJOR ALARMS
+-- Bit 4: MINOR ALARMS
+-- Bit 5: RSVD1
+-- Bit 6: RSVD2
+-- Bit 7: RSVD3"
+ ::= { commonAdminGroup 6 }
+
+commonReset OBJECT-TYPE
+ SYNTAX INTEGER { reset (1)}
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { commonAdminGroup 7 }
+
+commonAlarmDetectionControl OBJECT-TYPE
+ SYNTAX INTEGER {
+ detectionDisabled (1),
+ detectionEnabled (2),
+ detectionEnabledAndRegenerate (3)
+ }
+ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 8 }
+
+commonNetworkAddress OBJECT-TYPE
+ SYNTAX NetworkAddress
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 9 }
+
+
+commonCheckCode OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 10 }
+
+commonTrapCommunityString OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE(0..64))
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 11 }
+
+commonTamperStatus OBJECT-TYPE
+ SYNTAX INTEGER { intact (1), compromised (2) }
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 12 }
+
+commonInternalTemperature OBJECT-TYPE
+ SYNTAX INTEGER (-128..127)
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 13 }
+
+commonTime OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 14 }
+
+commonVarBindings OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 15 }
+
+commonResetCause OBJECT-TYPE
+ SYNTAX INTEGER {
+ other (1),
+ powerup (2),
+ command (3),
+ watchdog (4),
+ craft (5)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 16 }
+
+commonCraftStatus OBJECT-TYPE
+ SYNTAX INTEGER {
+ disconnected (1),
+ connected (2)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 17 }
+
+commonDeviceOID OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 18 }
+
+commonDeviceId OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE(32))
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAdminGroup 19 }
+
+commonPhysAddress OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonMacAddress 1 }
+
+commonMaxMulticastAddresses OBJECT-TYPE
+ SYNTAX INTEGER (4..255)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonMacAddress 2 }
+
+commonMulticastAddressTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CommonMulticastAddressEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonMacAddress 3 }
+
+commonMulticastAddressEntry OBJECT-TYPE
+ SYNTAX CommonMulticastAddressEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ INDEX { commonMulticastAddressIndex }
+ ::= { commonMulticastAddressTable 1 }
+
+CommonMulticastAddressEntry ::=
+ SEQUENCE
+ {
+ commonMulticastAddressIndex
+ INTEGER,
+ commonMulticastAddressNumber
+ OCTET STRING
+ }
+
+commonMulticastAddressIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..255)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonMulticastAddressEntry 1 }
+
+commonMulticastAddressNumber OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE(6))
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonMulticastAddressEntry 2 }
+
+
+commonBackoffPeriod OBJECT-TYPE
+ SYNTAX INTEGER (0..16383)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonBackoffParams 1 }
+
+commonACKTimeoutWindow OBJECT-TYPE
+ SYNTAX INTEGER (0..255)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonBackoffParams 2 }
+
+commonMaximumMACLayerRetries OBJECT-TYPE
+ SYNTAX INTEGER (0..255)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonBackoffParams 3 }
+
+commonMaxPayloadSize OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonBackoffParams 4 }
+
+commonBackoffMinimumExponent OBJECT-TYPE
+ SYNTAX INTEGER (0..15)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonBackoffParams 5 }
+
+commonBackoffMaximumExponent OBJECT-TYPE
+ SYNTAX INTEGER (0..15)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonBackoffParams 6 }
+
+
+commonForwardPathLOSEvents OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonMacStats 1 }
+
+commonForwardPathFramingErrors OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonMacStats 2 }
+
+commonForwardPathCRCErrors OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonMacStats 3 }
+
+commonInvalidMacCmds OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonMacStats 4 }
+
+commonBackwardPathCollisionTimes OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonMacStats 5 }
+
+commonReturnPathFrequency OBJECT-TYPE
+ SYNTAX INTEGER (0..1000000000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonRfGroup 1 }
+
+commonForwardPathFrequency OBJECT-TYPE
+ SYNTAX INTEGER (0..1000000000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonRfGroup 2 }
+
+commonProvisionedReturnPowerLevel OBJECT-TYPE
+ SYNTAX INTEGER (0..127)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonRfGroup 3 }
+
+commonForwardPathReceiveLevel OBJECT-TYPE
+ SYNTAX INTEGER (0..127)
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonRfGroup 4 }
+
+commonMaxReturnPower OBJECT-TYPE
+ SYNTAX INTEGER (0..127)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonRfGroup 5 }
+
+commonAgentBootWay OBJECT-TYPE
+ SYNTAX INTEGER {
+ bootDefault (1),
+ bootBOOTP (2),
+ bootTFTP (3)
+ }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAgentGroup 1 }
+
+commonAgentReset OBJECT-TYPE
+ SYNTAX INTEGER { reset(1) }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAgentGroup 2 }
+
+commonAgentMaxTraps OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAgentGroup 3 }
+
+commonAgentTrapMinInterval OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAgentGroup 4 }
+
+commonAgentTrapMaxInterval OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAgentGroup 5 }
+
+commonTrapAck OBJECT-TYPE
+ SYNTAX OCTET STRING ( SIZE ( 17..255 ) )
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAgentGroup 6 }
+
+commonAgentTrapTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CommonAgentTrapEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAgentGroup 7 }
+
+commonAgentTrapEntry OBJECT-TYPE
+ SYNTAX CommonAgentTrapEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ INDEX { commonAgentTrapIndex }
+ ::= { commonAgentTrapTable 1 }
+
+CommonAgentTrapEntry ::= SEQUENCE {
+ commonAgentTrapIndex
+ INTEGER,
+ commonAgentTrapIP
+ IpAddress,
+ commonAgentTrapCommunity
+ DisplayString,
+ commonAgentTrapStatus
+ INTEGER
+}
+
+commonAgentTrapIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAgentTrapEntry 1 }
+
+commonAgentTrapIP OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAgentTrapEntry 2 }
+
+commonAgentTrapCommunity OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(0..64))
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAgentTrapEntry 3 }
+
+commonAgentTrapStatus OBJECT-TYPE
+ SYNTAX INTEGER {
+ commonAgentTrapEnable (1),
+ commonAgentTrapDisable (2)
+ }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonAgentTrapEntry 4 }
+
+
+commonDeviceNum OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceGroup 1 }
+
+commonDeviceInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CommonDeviceInfoEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceGroup 2 }
+
+commonDeviceInfoEntry OBJECT-TYPE
+ SYNTAX CommonDeviceInfoEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ INDEX { commonDeviceSlot }
+ ::= { commonDeviceInfoTable 1 }
+
+CommonDeviceInfoEntry ::= SEQUENCE {
+ commonDeviceSlot
+ INTEGER,
+ commonDevicesID
+ OCTET STRING,
+ commonDeviceVendor
+ DisplayString,
+ commonDeviceModelNumber
+ DisplayString,
+ commonDeviceSerialNumber
+ DisplayString,
+ commonDeviceVendorInfo
+ DisplayString,
+ commonDeviceStatus
+ OCTET STRING,
+ commonDeviceReset
+ INTEGER,
+ commonDeviceAlarmDetectionControl
+ INTEGER,
+ commonDeviceMACAddress
+ NetworkAddress,
+ commonDeviceTamperStatus
+ INTEGER,
+ commonDeviceInternalTemperature
+ INTEGER,
+ commonDeviceResetCause
+ INTEGER,
+ commonDeviceCraftStatus
+ INTEGER,
+ commonDevicesOID
+ OBJECT IDENTIFIER,
+ commonDeviceAcct
+ Counter,
+ commonDeviceName
+ DisplayString,
+ commonDeviceMFD
+ DisplayString,
+ commonDeviceFW
+ DisplayString
+}
+
+commonDeviceSlot OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 1 }
+
+commonDevicesID OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE(0..40))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 2 }
+
+commonDeviceVendor OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(0..255))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 3 }
+
+commonDeviceModelNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(0..255))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 4 }
+
+commonDeviceSerialNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(0..255))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 5 }
+
+commonDeviceVendorInfo OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(0..255))
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 6 }
+
+commonDeviceStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE(1))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+-- Bit 0: RSVD0
+-- Bit 1: RSVD1
+-- Bit 2: RSVD2
+-- Bit 3: MAJOR ALARMS
+-- Bit 4: MINOR ALARMS
+-- Bit 5: RSVD5
+-- Bit 6: RSVD6
+-- Bit 7: RSVD7"
+ ::= { commonDeviceInfoEntry 7 }
+
+commonDeviceReset OBJECT-TYPE
+ SYNTAX INTEGER { reset (1) }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 8 }
+
+commonDeviceAlarmDetectionControl OBJECT-TYPE
+ SYNTAX INTEGER {
+ detectionDisabled (1),
+ detectionEnabled (2),
+ detectionEnabledAndRegenerate (3)
+ }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 9 }
+
+commonDeviceMACAddress OBJECT-TYPE
+ SYNTAX NetworkAddress
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 10 }
+
+commonDeviceTamperStatus OBJECT-TYPE
+ SYNTAX INTEGER { intact (1), compromised (2) }
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 11 }
+
+commonDeviceInternalTemperature OBJECT-TYPE
+ SYNTAX INTEGER (-128..127)
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 12 }
+
+commonDeviceResetCause OBJECT-TYPE
+ SYNTAX INTEGER {
+ other (1),
+ powerup (2),
+ command (3),
+ watchdog (4),
+ craft (5)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 13 }
+
+commonDeviceCraftStatus OBJECT-TYPE
+ SYNTAX INTEGER {
+ disconnected (1),
+ connected (2)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 14 }
+
+commonDevicesOID OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 15 }
+
+commonDeviceAcct OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 16 }
+
+commonDeviceName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(0..255))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 17 }
+
+commonDeviceMFD OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(10))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 18 }
+
+commonDeviceFW OBJECT-TYPE
+ SYNTAX DisplayString (SIZE(0..255))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { commonDeviceInfoEntry 19 }
+
+
+hfcColdStart TRAP-TYPE
+ ENTERPRISE nscrtvHFCemsTree
+ VARIABLES { commonPhysAddress, commonNELogicalID}
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= 0
+
+hfcWarmStart TRAP-TYPE
+ ENTERPRISE nscrtvHFCemsTree
+ VARIABLES { commonPhysAddress, commonNELogicalID }
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= 2
+
+END
diff --git a/MIBS/cdata/NSCRTV-HFCEMS-OPTICALAMPLIFIER-MIB b/MIBS/cdata/NSCRTV-HFCEMS-OPTICALAMPLIFIER-MIB
new file mode 100644
index 0000000..78e9a5e
--- /dev/null
+++ b/MIBS/cdata/NSCRTV-HFCEMS-OPTICALAMPLIFIER-MIB
@@ -0,0 +1,442 @@
+NSCRTV-HFCEMS-OPTICALAMPLIFIER-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ OBJECT-TYPE
+ FROM RFC-1212
+ DisplayString
+ FROM RFC1213-MIB
+ oaIdent
+ FROM NSCRTV-ROOT
+ ;
+
+oaVendorOID OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION ""
+ ::= { oaIdent 1 }
+
+
+oaOutputOpticalPower OBJECT-TYPE
+ SYNTAX INTEGER ( 0..65535 )
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaIdent 2 }
+
+oaInputOpticalPower OBJECT-TYPE
+ SYNTAX INTEGER ( -128..127 )
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaIdent 3 }
+
+oaPumpTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OaPumpEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaIdent 4 }
+
+oaPumpEntry OBJECT-TYPE
+ SYNTAX OaPumpEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION ""
+ INDEX { oaPumpIndex }
+ ::= { oaPumpTable 1 }
+
+OaPumpEntry ::=
+ SEQUENCE
+ {
+ oaPumpIndex
+ INTEGER,
+ oaPumpBIAS
+ INTEGER,
+ oaPumpTEC
+ INTEGER,
+ oaPumpTemp
+ INTEGER
+ }
+
+oaPumpIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaPumpEntry 1 }
+
+oaPumpBIAS OBJECT-TYPE
+ SYNTAX INTEGER ( 0..65535 )
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaPumpEntry 2 }
+
+oaPumpTEC OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION ""
+ ::= { oaPumpEntry 3 }
+
+oaPumpTemp OBJECT-TYPE
+ SYNTAX INTEGER ( 0..32768 )
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaPumpEntry 4 }
+
+
+oaNumberDCPowerSupply OBJECT-TYPE
+ SYNTAX INTEGER ( 0..16 )
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaIdent 5 }
+
+oaDCPowerSupplyMode OBJECT-TYPE
+ SYNTAX INTEGER { loadsharing(1), switchedRedundant(2),aloneSupply(3) }
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION " "
+ ::= { oaIdent 6 }
+
+oaDCPowerTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OaDCPowerEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaIdent 7 }
+
+oaDCPowerEntry OBJECT-TYPE
+ SYNTAX OaDCPowerEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION ""
+ INDEX { oaDCPowerIndex }
+ ::= { oaDCPowerTable 1 }
+
+OaDCPowerEntry ::=
+ SEQUENCE
+ {
+ oaDCPowerIndex
+ INTEGER,
+ oaDCPowerVoltage
+ INTEGER,
+ oaDCPowerCurrent
+ INTEGER,
+ oaDCPowerName
+ DisplayString
+ }
+
+oaDCPowerIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaDCPowerEntry 1 }
+
+oaDCPowerVoltage OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaDCPowerEntry 2 }
+
+oaDCPowerCurrent OBJECT-TYPE
+ SYNTAX INTEGER ( 0..65535 )
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaDCPowerEntry 3 }
+
+oaDCPowerName OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaDCPowerEntry 4 }
+
+oaVendorExtend OBJECT IDENTIFIER ::= { oaIdent 8 }
+
+AdminEDFAIP OBJECT IDENTIFIER ::= { oaVendorExtend 13 }
+
+edfaIPNetTabNum OBJECT IDENTIFIER ::= { AdminEDFAIP 1 }
+edfaIPTable OBJECT IDENTIFIER ::= { AdminEDFAIP 2 }
+
+
+oaPumpNumber OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION ""
+ ::= { oaVendorExtend 1 }
+
+oaOutputPowerSet OBJECT-TYPE
+ SYNTAX INTEGER ( 0..4000 )
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION ""
+ ::= { oaVendorExtend 2 }
+
+oaOutputPowerSetValueMax OBJECT-TYPE
+ SYNTAX INTEGER ( 0..4000 )
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION ""
+ ::= { oaVendorExtend 3 }
+
+oaOutputPowerSetValueMin OBJECT-TYPE
+ SYNTAX INTEGER ( 0..4000 )
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION ""
+ ::= { oaVendorExtend 4 }
+
+oaFansState OBJECT-TYPE
+ SYNTAX INTEGER { on(1), off(2)}
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION ""
+ ::= { oaVendorExtend 5 }
+
+oaFansControl OBJECT-TYPE
+ SYNTAX INTEGER { on(1), off(2), auto(3) }
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION ""
+ ::= { oaVendorExtend 6 }
+
+oaInputOpticalPower2 OBJECT-TYPE
+ SYNTAX INTEGER ( -2000..2000 )
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaVendorExtend 7 }
+
+oaOpticalOutputNum OBJECT-TYPE
+ SYNTAX INTEGER ( -128..127 )
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { oaVendorExtend 8 }
+
+oaABControl OBJECT-TYPE
+ SYNTAX INTEGER { Auto(1), M(2)}
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION ""
+ ::= { oaVendorExtend 9 }
+
+oaDSControl OBJECT-TYPE
+ SYNTAX INTEGER { CH(1), CH(2)}
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION ""
+ ::= { oaVendorExtend 10 }
+
+oaABState OBJECT-TYPE
+ SYNTAX INTEGER { CH(1), CH(2)}
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION ""
+ ::= { oaVendorExtend 11 }
+
+oaEDFAAlarmRangeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OaEDFAAlarmRangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION ""
+ ::= { oaVendorExtend 12 }
+
+ oaEDFAAlarmRangeEntry OBJECT-TYPE
+ SYNTAX OaEDFAAlarmRangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { oaEDFAAlarmRangeIndex }
+ ::= { oaEDFAAlarmRangeTable 1 }
+
+
+ OaEDFAAlarmRangeEntry ::=
+ SEQUENCE {
+ oaEDFAAlarmRangeIndex
+ INTEGER,
+ oaEDFAAlarmRangeDecr
+ OCTET STRING,
+ oaEDFAAlarmRangeHIHItoHI
+ INTEGER,
+ oaEDFAAlarmRangeHIHItoLO
+ INTEGER,
+ oaEDFAAlarmRangeHItoHI
+ INTEGER,
+ oaEDFAAlarmRangeHItoLO
+ INTEGER,
+ oaEDFAAlarmRangeLOtoHI
+ INTEGER,
+ oaEDFAAlarmRangeLOtoLO
+ INTEGER,
+ oaEDFAAlarmRangeLOLOtoHI
+ INTEGER,
+ oaEDFAAlarmRangeLOLOtoLO
+ INTEGER,
+ oaEDFAAlarmRangeDDtoHI
+ INTEGER,
+ oaEDFAAlarmRangeDDtoLO
+ INTEGER
+ }
+
+ oaEDFAAlarmRangeIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..12)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 1 }
+
+ oaEDFAAlarmRangeDecr OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 2 }
+
+ oaEDFAAlarmRangeHIHItoHI OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 3 }
+
+ oaEDFAAlarmRangeHIHItoLO OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 4 }
+
+ oaEDFAAlarmRangeHItoHI OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 5 }
+
+ oaEDFAAlarmRangeHItoLO OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 6 }
+
+ oaEDFAAlarmRangeLOtoHI OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 7 }
+
+ oaEDFAAlarmRangeLOtoLO OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 8 }
+
+ oaEDFAAlarmRangeLOLOtoHI OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 9 }
+
+ oaEDFAAlarmRangeLOLOtoLO OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 10 }
+
+ oaEDFAAlarmRangeDDtoHI OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 11 }
+
+ oaEDFAAlarmRangeDDtoLO OBJECT-TYPE
+ SYNTAX INTEGER ( -32768..32767 )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { oaEDFAAlarmRangeEntry 12 }
+
+edfaIPNetTabNum OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { AdminEDFAIP 1 }
+
+edfaIPTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EdfaNetIPEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { AdminEDFAIP 2 }
+
+EdfaNetIPEntry OBJECT-TYPE
+ SYNTAX EdfaNetIPEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION ""
+ INDEX { MachineNetIpIndex }
+ ::= { edfaIPTable 1 }
+
+EdfaNetIPEntry ::=
+ SEQUENCE
+ {
+ MachineNetIpIndex
+ INTEGER,
+ MachineNetIpDecr
+ DisplayString,
+ MachineNetIpMessg
+ IpAddress
+ }
+
+ MachineNetIpIndex OBJECT-TYPE
+ SYNTAX INTEGER ( 0..10 )
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { EdfaNetIPEntry 1 }
+
+ MachineNetIpDecr OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { EdfaNetIPEntry 2 }
+
+ MachineNetIpMessg OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION ""
+ ::= { EdfaNetIPEntry 3 }
+
+
+END \ No newline at end of file
diff --git a/MIBS/cdata/NSCRTV-HFCEMS-PROPERTY-MIB b/MIBS/cdata/NSCRTV-HFCEMS-PROPERTY-MIB
new file mode 100644
index 0000000..587fed5
--- /dev/null
+++ b/MIBS/cdata/NSCRTV-HFCEMS-PROPERTY-MIB
@@ -0,0 +1,246 @@
+NSCRTV-HFCEMS-PROPERTY-MIB DEFINITIONS ::= BEGIN
+IMPORTS
+ OBJECT-TYPE
+ FROM RFC-1212
+ propertyIdent
+ FROM NSCRTV-ROOT
+ ;
+
+analogPropertyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AnalogPropertyEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { propertyIdent 1 }
+
+analogPropertyEntry OBJECT-TYPE
+ SYNTAX AnalogPropertyEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ INDEX { analogParameterOID }
+ ::= { analogPropertyTable 1 }
+
+AnalogPropertyEntry ::= SEQUENCE {
+ analogParameterOID
+ OBJECT IDENTIFIER,
+ alarmEnable
+ OCTET STRING,
+ analogAlarmState
+ INTEGER,
+ analogAlarmHIHI
+ INTEGER,
+ analogAlarmHI
+ INTEGER,
+ analogAlarmLO
+ INTEGER,
+ analogAlarmLOLO
+ INTEGER,
+ analogAlarmDeadband
+ INTEGER
+}
+
+analogParameterOID OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+--
+ ::= { analogPropertyEntry 1 }
+
+alarmEnable OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE(1))
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { analogPropertyEntry 2 }
+
+analogAlarmState OBJECT-TYPE
+ SYNTAX INTEGER {
+ aasNominal (1),
+ aasHIHI (2),
+ aasHI (3),
+ aasLO (4),
+ aasLOLO (5)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { analogPropertyEntry 3 }
+
+analogAlarmHIHI OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { analogPropertyEntry 4 }
+
+analogAlarmHI OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { analogPropertyEntry 5 }
+
+analogAlarmLO OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { analogPropertyEntry 6 }
+
+analogAlarmLOLO OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { analogPropertyEntry 7 }
+
+analogAlarmDeadband OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { analogPropertyEntry 8 }
+
+
+discretePropertyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DiscretePropertyEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { propertyIdent 2 }
+
+discretePropertyEntry OBJECT-TYPE
+ SYNTAX DiscretePropertyEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ INDEX { discreteParameterOID, discreteAlarmValue }
+ ::= { discretePropertyTable 1 }
+
+DiscretePropertyEntry ::= SEQUENCE {
+ discreteParameterOID
+ OBJECT IDENTIFIER,
+ discreteAlarmValue
+ INTEGER,
+ discreteAlarmEnable
+ INTEGER,
+ discreteAlarmState
+ INTEGER
+}
+
+discreteParameterOID OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { discretePropertyEntry 1 }
+
+discreteAlarmValue OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { discretePropertyEntry 2 }
+
+
+discreteAlarmEnable OBJECT-TYPE
+ SYNTAX INTEGER {
+ disable (1),
+ enableMajor (2),
+ enableMinor (3)
+ }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { discretePropertyEntry 3 }
+
+discreteAlarmState OBJECT-TYPE
+ SYNTAX INTEGER {
+ dasNominal(1),
+ dasDiscreteMajor(6),
+ dasDiscreteMinor(7)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { discretePropertyEntry 4 }
+
+
+currentAlarmTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CurrentAlarmEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { propertyIdent 3 }
+
+currentAlarmEntry OBJECT-TYPE
+ SYNTAX CurrentAlarmEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ INDEX { currentAlarmOID }
+ ::= { currentAlarmTable 1 }
+
+CurrentAlarmEntry ::= SEQUENCE {
+ currentAlarmOID
+ OBJECT IDENTIFIER,
+ currentAlarmState
+ INTEGER,
+ currentAlarmValue
+ INTEGER
+
+}
+
+currentAlarmOID OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { currentAlarmEntry 1 }
+
+currentAlarmState OBJECT-TYPE
+ SYNTAX INTEGER {
+ caasHIHI (2),
+ caasHI (3),
+ caasLO (4),
+ caasLOLO (5),
+ caasDiscreteMajor (6),
+ caasDiscreteMinor (7)
+
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { currentAlarmEntry 2 }
+
+currentAlarmValue OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+"Replaced By LiGang"
+ ::= { currentAlarmEntry 3 }
+
+END
diff --git a/MIBS/cdata/NSCRTV-PON-TREE-EXT-MIB b/MIBS/cdata/NSCRTV-PON-TREE-EXT-MIB
new file mode 100644
index 0000000..61de3a8
--- /dev/null
+++ b/MIBS/cdata/NSCRTV-PON-TREE-EXT-MIB
@@ -0,0 +1,7509 @@
+--
+-- NSCRTV-PON-TREE-EXT-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Wednesday, September 05, 2018 at 15:05:38
+--
+
+ NSCRTV-PON-TREE-EXT-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ IpAddress, Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY,
+ OBJECT-IDENTITY
+ FROM SNMPv2-SMI
+ TruthValue, RowStatus, MacAddress
+ FROM SNMPv2-TC
+ pon, NscrtvPonExtDeviceIndex, NscrtvPonExtCardIndex, NscrtvPonPortIndex
+ FROM VENDOR-COMMON-MIB;
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100
+ nscrtvPonTreeExt MODULE-IDENTITY
+ LAST-UPDATED "201706051636Z" -- June 05, 2017 at 16:36 GMT
+ ORGANIZATION
+ "Organization."
+ CONTACT-INFO
+ "Contact-info."
+ DESCRIPTION
+ "Description."
+ ::= { pon 100 }
+
+ -- Textual conventions
+--
+ NscrtvPonExtDeviceIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "olt/onu Device Index
+ Four byte,include:
+ Olt device-8bit OLT Card-8bit Pon port-8bit OnuNUM-8bit
+ Note:
+ ----
+ 1. OLT device must not be 0.
+ 2. Card here shall confirm the last byte definition of NscrtvPonExtCardIndex
+ to indicate the main-slot and sub-slot index.
+ 3. Pon port must not be 0.
+ 4. The useful ONU logical ID MUST never be set to 0, where NUM of 0 has
+ another meaning, to indicate that the ONU logical ID is meaningless,
+ or said to not applied.
+
+ Usage guide:
+ -----------
+ This TC could be used for OLT SNI, OLT PON port, OLT ONU ID
+ OLT device, trunk.
+ If the refered MIB object does not have clear definition,
+ refer to the following:
+ Applied Obj - Descriptions of Index
+ ------------------------------------------------------------------
+ OLT Pon Port - OnuNum shall be set to 0,
+ OLT SNI - Same as OLT Pon Port
+ OLT onu ID - Set OnuNUM to corresponding ONU logical ID
+ OLT device - Set card, pon port and OnuNUM to 0
+ Trunk - Card to 0x3F, pon port to trunk ID, OnuNUM to 0
+ Olt device to corresponding ONU device
+ "
+ SYNTAX Unsigned32
+
+-- Textual conventions
+--
+ NscrtvPonExtCardIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Card Index
+ For easy presenting the chassis view by NMS, bCardIndex shall be formatted
+ in a following manner:
+ Four bytes of INTEGER, from the most significant byte to the least significant bytes
+ -----------------------------------------------------------------------------
+ Reserved byte Reserved byte Reserved byte Sub-slot 2-bit Main-slot 6-bit
+ Notes:
+ -----
+ 1. Reserved bytes shall be set to 0.
+ 2. The main-slot shall be started from 1, and shall be in a consecutive manner,
+ for all slots, including service slots, control slots, switch slots, power
+ slots,FAN slots, etc.For example, 1, 2, 3
+ 3. The sub-slot shall be started from 1, and shall be in a consecutive manner.
+ For example, 1, 2. If no sub-slot concept of a main-slot, set to 0.
+ 4. For fixed device, if no slot concept, NE shall set both main-slot and sub-slot
+ to 0, to indicate this is meaningless. For modulized device, they MUST not be
+ set to 0.This definition shall applied to both OLT and ONU.
+ 5. For trunk, since there is no slot concept, set main-slot to all-1 and sub-slot
+ to 0. This definition shall applied to both OLT and ONU.
+
+ For example,
+ 0x00 00 00 0A, represents main-slot 10, no sub-slot
+ 0x00 00 00 42, represents main-slot 2, sub-slot 1
+ 0x00 00 00 3F, represents a trunk
+ "
+ SYNTAX Unsigned32
+
+ NscrtvPonPortIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Port Index
+ The device port number shall start from 1. Nunber 0 had specific meaning, stands
+ for portIndex is meaningless, for the situation defined.
+ "
+ SYNTAX Unsigned32 (0..255)
+
+ NscrtvPonExtEtherType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ ipv4(1),
+ ipv6(2),
+ pppoe(3)
+ }
+
+ NscrtvPonExtAdminStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+
+ NscrtvPonExtOnuOnlineState ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ offline(0),
+ online(1)
+ }
+
+ NscrtvPonExtVlanTagAction ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ default(0),
+ translate(1),
+ translate-and-add(2),
+ add-double(3),
+ transparent(4)
+ }
+
+ NscrtvPonExtPerfStat ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+
+ NscrtvPonExtAutoMode ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ auto(0),
+ manual(1)
+ }
+
+ NscrtvPonExtCurPerfStatClear ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER
+ {
+ no-clear(0),
+ clear(1)
+ }
+
+
+ EponDeviceIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ ""
+ SYNTAX Unsigned32
+
+ EponCardIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ ""
+ SYNTAX Unsigned32
+--
+-- Node definitions
+--
+ -- 1.3.6.1.4.1.34592.1.3.100.1
+ systemObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.1
+ configManagementObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { systemObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.1.1
+ configOperation OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ import(1),
+ export(2),
+ default(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "
+ import device configuration when set value to 1.
+ export device configuration when set value to 2.
+ default device configuration when set value to 3.
+ "
+ ::= { configManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.1.2
+ configfile OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " configuration file name"
+ ::= { configManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.1.3
+ configStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fail(0),
+ idle(1),
+ inProcess(2),
+ success(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "
+ import device configuration status "
+ ::= { configManagementObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2
+ interfaceManagementObjects OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { systemObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.1
+ inBandInterfaceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF InBandInterfaceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { interfaceManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.1.1
+ inBandInterfaceEntry OBJECT-TYPE
+ SYNTAX InBandInterfaceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { inBandInterfaceVlanIdIndex }
+ ::= { inBandInterfaceTable 1 }
+
+
+ InBandInterfaceEntry ::=
+ SEQUENCE {
+ inBandInterfaceVlanIdIndex
+ INTEGER,
+ inBandInterfaceIP
+ IpAddress,
+ inBandInterfaceMask
+ IpAddress,
+ inBandInterfaceGateway
+ IpAddress,
+ inBandInterfaceLinkStatus
+ INTEGER,
+ inBandInterfaceEnable
+ TruthValue,
+ inBandInterfaceDesc
+ OCTET STRING,
+ inBandInterfaceRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.1.1.1
+ inBandInterfaceVlanIdIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { inBandInterfaceEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.1.1.2
+ inBandInterfaceIP OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { inBandInterfaceEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.1.1.3
+ inBandInterfaceMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { inBandInterfaceEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.1.1.4
+ inBandInterfaceGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { inBandInterfaceEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.1.1.5
+ inBandInterfaceLinkStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ up(1),
+ down(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " link status "
+ ::= { inBandInterfaceEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.1.1.6
+ inBandInterfaceEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { inBandInterfaceEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.1.1.7
+ inBandInterfaceDesc OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ " Description "
+ ::= { inBandInterfaceEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.1.1.8
+ inBandInterfaceRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "RowStatus."
+ ::= { inBandInterfaceEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.2
+ outBandInterfaceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OutBandInterfaceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { interfaceManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.2.1
+ outBandInterfaceEntry OBJECT-TYPE
+ SYNTAX OutBandInterfaceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { outBandInterfaceDeviceIndex }
+ ::= { outBandInterfaceTable 1 }
+
+
+ OutBandInterfaceEntry ::=
+ SEQUENCE {
+ outBandInterfaceDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ outBandInterfaceIP
+ IpAddress,
+ outBandInterfaceMask
+ IpAddress,
+ outBandInterfaceEnable
+ TruthValue,
+ outBandInterfaceDesc
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.2.1.1
+ outBandInterfaceDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { outBandInterfaceEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.2.1.2
+ outBandInterfaceIP OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { outBandInterfaceEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.2.1.3
+ outBandInterfaceMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { outBandInterfaceEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.2.1.4
+ outBandInterfaceEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { outBandInterfaceEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.2.2.1.5
+ outBandInterfaceDesc OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ " Description "
+ ::= { outBandInterfaceEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.3
+ syslogConfigObjects OBJECT IDENTIFIER ::= { systemObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.3.1
+ syslogConfigOperLogEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { syslogConfigObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.3.2
+ syslogConfigAlarmLogEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { syslogConfigObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.3.3
+ syslogConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SyslogConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { syslogConfigObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.3.3.1
+ syslogConfigEntry OBJECT-TYPE
+ SYNTAX SyslogConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { syslogIndex }
+ ::= { syslogConfigTable 1 }
+
+
+ SyslogConfigEntry ::=
+ SEQUENCE {
+ syslogIndex
+ INTEGER,
+ syslogServerIpaddress
+ IpAddress,
+ syslogConfigName
+ OCTET STRING,
+ syslogConfigActive
+ TruthValue,
+ syslogServerIpaddressRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.3.3.1.1
+ syslogIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { syslogConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.3.3.1.2
+ syslogServerIpaddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { syslogConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.3.3.1.3
+ syslogConfigName OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { syslogConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.3.3.1.4
+ syslogConfigActive OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { syslogConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.3.3.1.5
+ syslogServerIpaddressRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { syslogConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.4
+ alarmManagementObjects OBJECT IDENTIFIER ::= { systemObjects 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.4.1
+ alarmOutputDetailEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { alarmManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.4.2
+ alarmOutputLimitEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { alarmManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.4.3
+ alarmOutputLimit OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "max alarm output counts period."
+ ::= { alarmManagementObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.4.4
+ alarmJitterProofInterval OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "time interval"
+ ::= { alarmManagementObjects 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.4.5
+ alarmJitterProof OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "enable or disable proof"
+ ::= { alarmManagementObjects 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.4.6
+ alarmIdConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlarmIdConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { alarmManagementObjects 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.4.6.1
+ alarmIdConfigEntry OBJECT-TYPE
+ SYNTAX AlarmIdConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { alarmId }
+ ::= { alarmIdConfigTable 1 }
+
+
+ AlarmIdConfigEntry ::=
+ SEQUENCE {
+ alarmId
+ Unsigned32,
+ alarmIdLevel
+ Integer32,
+ alarmIdOuputEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.4.6.1.1
+ alarmId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { alarmIdConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.4.6.1.2
+ alarmIdLevel OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { alarmIdConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.4.6.1.3
+ alarmIdOuputEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { alarmIdConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.5
+ eventManagementObjects OBJECT IDENTIFIER ::= { systemObjects 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.5.1
+ eventOutputDetailEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eventManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.5.2
+ eventConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EventConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eventManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.5.2.1
+ eventConfigEntry OBJECT-TYPE
+ SYNTAX EventConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { eventId }
+ ::= { eventConfigTable 1 }
+
+
+ EventConfigEntry ::=
+ SEQUENCE {
+ eventId
+ Integer32,
+ eventIdLevel
+ Integer32,
+ eventIdOutPutEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.5.2.1.1
+ eventId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eventConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.5.2.1.2
+ eventIdLevel OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eventConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.5.2.1.3
+ eventIdOutPutEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { eventConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.8
+ systemGlobalExtObjects OBJECT IDENTIFIER ::= { systemObjects 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.8.1
+ cpuUsage OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { systemGlobalExtObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.8.2
+ memTotalSize OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.(unit:MByte)"
+ ::= { systemGlobalExtObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.8.3
+ memFreeSize OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.(unit:MByte)"
+ ::= { systemGlobalExtObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.8.4
+ flashTotalSize OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.(unit:Byte)"
+ ::= { systemGlobalExtObjects 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.8.5
+ flashAvailableSize OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description.(unit:Byte)"
+ ::= { systemGlobalExtObjects 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.8.6
+ temperature OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { systemGlobalExtObjects 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.1.8.7
+ temperatureThreshold OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { systemGlobalExtObjects 7 }
+
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2
+ sniObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.1
+ sniAttributeExtTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SniAttributeExtEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.1.1
+ sniAttributeExtEntry OBJECT-TYPE
+ SYNTAX SniAttributeExtEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { sniAttributeExtDeviceIndex, sniAttributeExtCardIndex, sniAttributeExtPortIndex }
+ ::= { sniAttributeExtTable 1 }
+
+
+ SniAttributeExtEntry ::=
+ SEQUENCE {
+ sniAttributeExtDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ sniAttributeExtCardIndex
+ NscrtvPonExtCardIndex,
+ sniAttributeExtPortIndex
+ NscrtvPonPortIndex,
+ sniFlowControlEnable
+ TruthValue,
+ sniMaxTransmissionUnit
+ Unsigned32,
+ sniMaxFrameSize
+ Unsigned32,
+ sniMacLearnEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.1.1.1
+ sniAttributeExtDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniAttributeExtEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.1.1.2
+ sniAttributeExtCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniAttributeExtEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.1.1.3
+ sniAttributeExtPortIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniAttributeExtEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.1.1.4
+ sniFlowControlEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniAttributeExtEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.1.1.5
+ sniMaxTransmissionUnit OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniAttributeExtEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.1.1.6
+ sniMaxFrameSize OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniAttributeExtEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.1.1.7
+ sniMacLearnEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniAttributeExtEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.2
+ sniPortOpticalTransmissionPropertyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SniPortOpticalTransmissionPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.2.1
+ sniPortOpticalTransmissionPropertyEntry OBJECT-TYPE
+ SYNTAX SniPortOpticalTransmissionPropertyEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { sniOpDeviceIndex, sniOpCardIndex, sniOpPortIndex }
+ ::= { sniPortOpticalTransmissionPropertyTable 1 }
+
+
+ SniPortOpticalTransmissionPropertyEntry ::=
+ SEQUENCE {
+ sniOpDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ sniOpCardIndex
+ NscrtvPonExtCardIndex,
+ sniOpPortIndex
+ NscrtvPonPortIndex,
+ sniOpTemperature
+ Integer32,
+ sniOpVcc
+ Unsigned32,
+ sniOpBias
+ Unsigned32,
+ sniOpTxPower
+ Integer32,
+ sniOpRxPower
+ Integer32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.2.1.1
+ sniOpDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortOpticalTransmissionPropertyEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.2.1.2
+ sniOpCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortOpticalTransmissionPropertyEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.2.1.3
+ sniOpPortIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortOpticalTransmissionPropertyEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.2.1.4
+ sniOpTemperature OBJECT-TYPE
+ SYNTAX Integer32
+ UNITS "Centi-degree centigrade"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortOpticalTransmissionPropertyEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.2.1.5
+ sniOpVcc OBJECT-TYPE
+ SYNTAX Unsigned32
+ UNITS "centi-mV"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortOpticalTransmissionPropertyEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.2.1.6
+ sniOpBias OBJECT-TYPE
+ SYNTAX Unsigned32
+ UNITS "centi-mA"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortOpticalTransmissionPropertyEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.2.1.7
+ sniOpTxPower OBJECT-TYPE
+ SYNTAX Integer32
+ UNITS "centi-dBm"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortOpticalTransmissionPropertyEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.2.1.8
+ sniOpRxPower OBJECT-TYPE
+ SYNTAX Integer32
+ UNITS "centi-dBm"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortOpticalTransmissionPropertyEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.3
+ sniPortRateLimitTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SniPortRateLimitEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.3.1
+ sniPortRateLimitEntry OBJECT-TYPE
+ SYNTAX SniPortRateLimitEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { sniPortRateLimitDeviceIndex, sniPortRateLimitCardIndex, sniPortRateLimitPortIndex }
+ ::= { sniPortRateLimitTable 1 }
+
+
+ SniPortRateLimitEntry ::=
+ SEQUENCE {
+ sniPortRateLimitDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ sniPortRateLimitCardIndex
+ NscrtvPonExtCardIndex,
+ sniPortRateLimitPortIndex
+ NscrtvPonPortIndex,
+ sniPortInRate
+ Unsigned32,
+ sniPortOutRate
+ Unsigned32,
+ sniPortInRateLimitEnable
+ TruthValue,
+ sniPortOutRateLimitEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.3.1.1
+ sniPortRateLimitDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortRateLimitEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.3.1.2
+ sniPortRateLimitCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortRateLimitEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.3.1.3
+ sniPortRateLimitPortIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortRateLimitEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.3.1.4
+ sniPortInRate OBJECT-TYPE
+ SYNTAX Unsigned32
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortRateLimitEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.3.1.5
+ sniPortOutRate OBJECT-TYPE
+ SYNTAX Unsigned32
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortRateLimitEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.3.1.6
+ sniPortInRateLimitEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortRateLimitEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.2.3.1.7
+ sniPortOutRateLimitEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sniPortRateLimitEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3
+ ponPortObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.1
+ ponPortInfoExtTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PonPortInfoExtEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.1.1
+ ponPortInfoExtEntry OBJECT-TYPE
+ SYNTAX PonPortInfoExtEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponInfoExtDeviceIndex, ponInfoExtCardIndex, ponInfoExtPortIndex }
+ ::= { ponPortInfoExtTable 1 }
+
+
+ PonPortInfoExtEntry ::=
+ SEQUENCE {
+ ponInfoExtDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ ponInfoExtCardIndex
+ NscrtvPonExtCardIndex,
+ ponInfoExtPortIndex
+ NscrtvPonPortIndex,
+ ponFlowControlEnable
+ TruthValue,
+ ponMaxTransmissionUnit
+ Unsigned32,
+ ponMaxFrameSize
+ Unsigned32,
+ ponMacLearnEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.1.1.1
+ ponInfoExtDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortInfoExtEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.1.1.2
+ ponInfoExtCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortInfoExtEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.1.1.3
+ ponInfoExtPortIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortInfoExtEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.1.1.4
+ ponFlowControlEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortInfoExtEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.1.1.5
+ ponMaxTransmissionUnit OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortInfoExtEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.1.1.6
+ ponMaxFrameSize OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortInfoExtEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.1.1.7
+ ponMacLearnEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortInfoExtEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.2
+ ponPortRateLimitTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PonPortRateLimitEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.2.1
+ ponPortRateLimitEntry OBJECT-TYPE
+ SYNTAX PonPortRateLimitEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ponPortRateLimitDeviceIndex, ponPortRateLimitCardIndex, ponPortRateLimitPortIndex }
+ ::= { ponPortRateLimitTable 1 }
+
+
+ PonPortRateLimitEntry ::=
+ SEQUENCE {
+ ponPortRateLimitDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ ponPortRateLimitCardIndex
+ NscrtvPonExtCardIndex,
+ ponPortRateLimitPortIndex
+ NscrtvPonPortIndex,
+ ponPortInRate
+ Unsigned32,
+ ponPortOutRate
+ Unsigned32,
+ ponPortInRateLimitEnable
+ TruthValue,
+ ponPortOutRateLimitEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.2.1.1
+ ponPortRateLimitDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortRateLimitEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.2.1.2
+ ponPortRateLimitCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortRateLimitEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.2.1.3
+ ponPortRateLimitPortIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortRateLimitEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.2.1.4
+ ponPortInRate OBJECT-TYPE
+ SYNTAX Unsigned32
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortRateLimitEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.2.1.5
+ ponPortOutRate OBJECT-TYPE
+ SYNTAX Unsigned32
+ UNITS "kbps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortRateLimitEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.2.1.6
+ ponPortInRateLimitEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortRateLimitEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.3.2.1.7
+ ponPortOutRateLimitEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ponPortRateLimitEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4
+ vlanManagementObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.1
+ macVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF MacVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { vlanManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.1.1
+ macVlanEntry OBJECT-TYPE
+ SYNTAX MacVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { macVlanMacAddrIndex }
+ ::= { macVlanTable 1 }
+
+
+ MacVlanEntry ::=
+ SEQUENCE {
+ macVlanMacAddrIndex
+ MacAddress,
+ macVlanVid
+ Unsigned32,
+ macVlanPriority
+ Unsigned32,
+ macVlanRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.1.1.1
+ macVlanMacAddrIndex OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { macVlanEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.1.1.2
+ macVlanVid OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4095)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { macVlanEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.1.1.3
+ macVlanPriority OBJECT-TYPE
+ SYNTAX Unsigned32 (0..7)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { macVlanEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.1.1.4
+ macVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { macVlanEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.2
+ ipSubnetVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IpSubnetVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { vlanManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.2.1
+ ipSubnetVlanEntry OBJECT-TYPE
+ SYNTAX IpSubnetVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ipSubnetVlanIpAddressIndex, ipSubnetVlanNetMaskIndex }
+ ::= { ipSubnetVlanTable 1 }
+
+
+ IpSubnetVlanEntry ::=
+ SEQUENCE {
+ ipSubnetVlanIpAddressIndex
+ IpAddress,
+ ipSubnetVlanNetMaskIndex
+ IpAddress,
+ ipSubnetVlanVid
+ Unsigned32,
+ ipSubnetVlanPriority
+ Unsigned32,
+ ipSubnetVlanRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.2.1.1
+ ipSubnetVlanIpAddressIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipSubnetVlanEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.2.1.2
+ ipSubnetVlanNetMaskIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipSubnetVlanEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.2.1.3
+ ipSubnetVlanVid OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4095)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipSubnetVlanEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.2.1.4
+ ipSubnetVlanPriority OBJECT-TYPE
+ SYNTAX Unsigned32 (0..7)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipSubnetVlanEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.2.1.5
+ ipSubnetVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipSubnetVlanEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3
+ protocolVlanManagement OBJECT IDENTIFIER ::= { vlanManagementObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.1
+ protocolVlanProfileTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ProtocolVlanProfileEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { protocolVlanManagement 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.1.1
+ protocolVlanProfileEntry OBJECT-TYPE
+ SYNTAX ProtocolVlanProfileEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { protocolVlanProfileIndex }
+ ::= { protocolVlanProfileTable 1 }
+
+
+ ProtocolVlanProfileEntry ::=
+ SEQUENCE {
+ protocolVlanProfileIndex
+ Unsigned32,
+ protocolVlanProfileEtherType
+ OCTET STRING,
+ protocolVlanProfileFrameType
+ INTEGER,
+ protocolVlanProfileRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.1.1.1
+ protocolVlanProfileIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (1..16)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { protocolVlanProfileEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.1.1.2
+ protocolVlanProfileEtherType OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Ether type (0x0600-0xffff)."
+ ::= { protocolVlanProfileEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.1.1.3
+ protocolVlanProfileFrameType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ethernetII(1),
+ raw(2),
+ llc(3),
+ snap(4)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { protocolVlanProfileEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.1.1.4
+ protocolVlanProfileRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { protocolVlanProfileEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.2
+ portProtocolVlanTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortProtocolVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { protocolVlanManagement 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.2.1
+ portProtocolVlanEntry OBJECT-TYPE
+ SYNTAX PortProtocolVlanEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { portProtocolVlanDeviceIndex, portProtocolVlanCardIndex, portProtocolVlanPortIndex, portProtocolVlanProfileIndex }
+ ::= { portProtocolVlanTable 1 }
+
+
+ PortProtocolVlanEntry ::=
+ SEQUENCE {
+ portProtocolVlanDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ portProtocolVlanCardIndex
+ NscrtvPonExtCardIndex,
+ portProtocolVlanPortIndex
+ NscrtvPonPortIndex,
+ portProtocolVlanProfileIndex
+ Unsigned32,
+ portProtocolVlanVid
+ Unsigned32,
+ portProtocolVlanRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.2.1.1
+ portProtocolVlanDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portProtocolVlanEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.2.1.2
+ portProtocolVlanCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portProtocolVlanEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.2.1.3
+ portProtocolVlanPortIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portProtocolVlanEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.2.1.4
+ portProtocolVlanProfileIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (1..16)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portProtocolVlanEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.2.1.5
+ portProtocolVlanVid OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4095)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portProtocolVlanEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.3.2.1.6
+ portProtocolVlanRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portProtocolVlanEntry 6 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.4
+ portVlanHybridTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortVlanHybridEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { vlanManagementObjects 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.4.1
+ portVlanHybridEntry OBJECT-TYPE
+ SYNTAX PortVlanHybridEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { hybridDeviceIndex, hybridCardIndex, hybridPortIndex }
+ ::= { portVlanHybridTable 1 }
+
+
+ PortVlanHybridEntry ::=
+ SEQUENCE {
+ hybridDeviceIndex
+ EponDeviceIndex,
+ hybridCardIndex
+ EponCardIndex,
+ hybridPortIndex
+ INTEGER,
+ hybridVidTaggedList
+ OCTET STRING,
+ hybridVidUntaggedList
+ OCTET STRING,
+ portVlanHybridRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.4.1.1
+ hybridDeviceIndex OBJECT-TYPE
+ SYNTAX EponDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portVlanHybridEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.4.1.2
+ hybridCardIndex OBJECT-TYPE
+ SYNTAX EponCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portVlanHybridEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.4.1.3
+ hybridPortIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portVlanHybridEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.4.1.4
+ hybridVidTaggedList OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (512))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portVlanHybridEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.4.1.5
+ hybridVidUntaggedList OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (512))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portVlanHybridEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.4.4.1.6
+ portVlanHybridRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { portVlanHybridEntry 6 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5
+ dhcpManagementObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.1
+ dhcpSnoopingGlobalSetTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DhcpSnoopingGlobalSetEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.1.1
+ dhcpSnoopingGlobalSetEntry OBJECT-TYPE
+ SYNTAX DhcpSnoopingGlobalSetEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { dhcpSnGlobalSetDeviceIndex }
+ ::= { dhcpSnoopingGlobalSetTable 1 }
+
+
+ DhcpSnoopingGlobalSetEntry ::=
+ SEQUENCE {
+ dhcpSnGlobalSetDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ dhcpSnGlobalSetEnable
+ TruthValue,
+ dhcpSnGlobalSetChaddrCheckEnable
+ TruthValue,
+ dhcpSnGlobalSetVlanList
+ OCTET STRING,
+ dhcpSnGlobalSetOption82Enable
+ TruthValue,
+ dhcpSnGlobalSetOption82Policy
+ INTEGER,
+ dhcpSnGlobalSetOption82Format
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.1.1.1
+ dhcpSnGlobalSetDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingGlobalSetEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.1.1.2
+ dhcpSnGlobalSetEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingGlobalSetEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.1.1.3
+ dhcpSnGlobalSetChaddrCheckEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingGlobalSetEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.1.1.4
+ dhcpSnGlobalSetVlanList OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (512))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { dhcpSnoopingGlobalSetEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.1.1.5
+ dhcpSnGlobalSetOption82Enable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingGlobalSetEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.1.1.6
+ dhcpSnGlobalSetOption82Policy OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ keep(1),
+ drop(2),
+ replace(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingGlobalSetEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.1.1.7
+ dhcpSnGlobalSetOption82Format OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ type1(1),
+ type2(2),
+ type3(3),
+ type4(4),
+ type5(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "type1 - UNI+ONU MAC
+ type2 - UNI+OLT MAC
+ type3 - ONU+ONU MAC
+ type4 - ONU+OLT MAC
+ type5 - PON+OLT MAC
+ "
+ ::= { dhcpSnoopingGlobalSetEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.2
+ dhcpSnoopingPortSetTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DhcpSnoopingPortSetEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.2.1
+ dhcpSnoopingPortSetEntry OBJECT-TYPE
+ SYNTAX DhcpSnoopingPortSetEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { dhcpSnPortSetDeviceIndex, dhcpSnPortSetCardIndex, dhcpSnPortSetPortIndex }
+ ::= { dhcpSnoopingPortSetTable 1 }
+
+
+ DhcpSnoopingPortSetEntry ::=
+ SEQUENCE {
+ dhcpSnPortSetDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ dhcpSnPortSetCardIndex
+ NscrtvPonExtCardIndex,
+ dhcpSnPortSetPortIndex
+ NscrtvPonPortIndex,
+ dhcpSnPortSetTrust
+ TruthValue,
+ dhcpSnPortSetRequestPktLimitRate
+ Unsigned32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.2.1.1
+ dhcpSnPortSetDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingPortSetEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.2.1.2
+ dhcpSnPortSetCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingPortSetEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.2.1.3
+ dhcpSnPortSetPortIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingPortSetEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.2.1.4
+ dhcpSnPortSetTrust OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingPortSetEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.2.1.5
+ dhcpSnPortSetRequestPktLimitRate OBJECT-TYPE
+ SYNTAX Unsigned32 (1..2048)
+ UNITS "pps"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingPortSetEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.3
+ dhcpSnoopingBindManagementTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DhcpSnoopingBindManagementEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpManagementObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.3.1
+ dhcpSnoopingBindManagementEntry OBJECT-TYPE
+ SYNTAX DhcpSnoopingBindManagementEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { dhcpSnBindManagemenDeviceIndex }
+ ::= { dhcpSnoopingBindManagementTable 1 }
+
+
+ DhcpSnoopingBindManagementEntry ::=
+ SEQUENCE {
+ dhcpSnBindManagemenDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ dhcpSnBindEntryDeleteTime
+ Unsigned32,
+ dhcpSnBindTableWriteDelay
+ Unsigned32,
+ dhcpSnBindTableWriteToFlashAction
+ TruthValue,
+ dhcpSnBindTableSaveToTftpIpAddress
+ IpAddress,
+ dhcpSnBindTableSaveToTftpAction
+ TruthValue,
+ dhcpSnBindTableClearByType
+ INTEGER,
+ dhcpSnBindTableClearByVlan
+ Unsigned32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.3.1.1
+ dhcpSnBindManagemenDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindManagementEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.3.1.2
+ dhcpSnBindEntryDeleteTime OBJECT-TYPE
+ SYNTAX Unsigned32 (1..86400)
+ UNITS "s"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindManagementEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.3.1.3
+ dhcpSnBindTableWriteDelay OBJECT-TYPE
+ SYNTAX Unsigned32 (240..86400)
+ UNITS "s"
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindManagementEntry 3 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.3.1.4
+ dhcpSnBindTableWriteToFlashAction OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindManagementEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.3.1.5
+ dhcpSnBindTableSaveToTftpIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindManagementEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.3.1.6
+ dhcpSnBindTableSaveToTftpAction OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindManagementEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.3.1.7
+ dhcpSnBindTableClearByType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ all(1),
+ dynamic(2),
+ static(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindManagementEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.3.1.8
+ dhcpSnBindTableClearByVlan OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4095)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindManagementEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.4
+ dhcpSnoopingBindTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DhcpSnoopingBindEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpManagementObjects 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.4.1
+ dhcpSnoopingBindEntry OBJECT-TYPE
+ SYNTAX DhcpSnoopingBindEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { dhcpSnBindIpAddrIndex, dhcpSnBindVlanIndex }
+ ::= { dhcpSnoopingBindTable 1 }
+
+
+ DhcpSnoopingBindEntry ::=
+ SEQUENCE {
+ dhcpSnBindIpAddrIndex
+ IpAddress,
+ dhcpSnBindVlanIndex
+ Unsigned32,
+ dhcpSnBindMacAddress
+ MacAddress,
+ dhcpSnBindPortId
+ NscrtvPonExtDeviceIndex,
+ dhcpSnBindType
+ INTEGER,
+ dhcpSnBindRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.4.1.1
+ dhcpSnBindIpAddrIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.4.1.2
+ dhcpSnBindVlanIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4095)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.4.1.3
+ dhcpSnBindMacAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.4.1.4
+ dhcpSnBindPortId OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.4.1.5
+ dhcpSnBindType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ dynamic(1),
+ static(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.4.1.6
+ dhcpSnBindRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpSnoopingBindEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.5
+ dhcpRelayTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DhcpRelayEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpManagementObjects 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.5.1
+ dhcpRelayEntry OBJECT-TYPE
+ SYNTAX DhcpRelayEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { dhcpRelayDeviceIndex }
+ ::= { dhcpRelayTable 1 }
+
+
+ DhcpRelayEntry ::=
+ SEQUENCE {
+ dhcpRelayDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ dhcpRelayEnable
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.5.1.1
+ dhcpRelayDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpRelayEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.5.1.2
+ dhcpRelayEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpRelayEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.6
+ dhcpRelayServerConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF DhcpRelayServerConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpManagementObjects 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.6.1
+ dhcpRelayServerConfigEntry OBJECT-TYPE
+ SYNTAX DhcpRelayServerConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { dhcpRelayServerConfigDeviceIndex, dhcpRelayVlanIfIndex }
+ ::= { dhcpRelayServerConfigTable 1 }
+
+
+ DhcpRelayServerConfigEntry ::=
+ SEQUENCE {
+ dhcpRelayServerConfigDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ dhcpRelayVlanIfIndex
+ Unsigned32,
+ dhcpRelayVlanIfIpAddress
+ IpAddress,
+ dhcpRelayVlanIfNetmask
+ IpAddress,
+ dhcpRelayServerIpAddress
+ IpAddress,
+ dhcpRelayServerConfigRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.6.1.1
+ dhcpRelayServerConfigDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpRelayServerConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.6.1.2
+ dhcpRelayVlanIfIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4095)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpRelayServerConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.6.1.3
+ dhcpRelayVlanIfIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpRelayServerConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.6.1.4
+ dhcpRelayVlanIfNetmask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpRelayServerConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.6.1.5
+ dhcpRelayServerIpAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpRelayServerConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.5.6.1.6
+ dhcpRelayServerConfigRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { dhcpRelayServerConfigEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6
+ arpManagementObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1
+ arpConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ArpConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1.1
+ arpConfigEntry OBJECT-TYPE
+ SYNTAX ArpConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { arpConfigDeviceIndex }
+ ::= { arpConfigTable 1 }
+
+
+ ArpConfigEntry ::=
+ SEQUENCE {
+ arpConfigDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ arpConfigMaxLearnNum
+ Unsigned32,
+ arpConfigCurrentLearnNum
+ Unsigned32,
+ arpConfigQuickUpdateEnable
+ TruthValue,
+ arpConfigReplyFastEnable
+ TruthValue,
+ arpConfigDetectEnable
+ TruthValue,
+ arpConfigAgeTime
+ Unsigned32,
+ arpConfigGratuitousArpSendTime
+ Integer32,
+ arpConfigGratuitousArpLearnEnable
+ TruthValue,
+ arpConfigArpClear
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1.1.1
+ arpConfigDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1.1.2
+ arpConfigMaxLearnNum OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1.1.3
+ arpConfigCurrentLearnNum OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1.1.4
+ arpConfigQuickUpdateEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpConfigEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1.1.5
+ arpConfigReplyFastEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpConfigEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1.1.6
+ arpConfigDetectEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpConfigEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1.1.8
+ arpConfigAgeTime OBJECT-TYPE
+ SYNTAX Unsigned32 (60..300)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpConfigEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1.1.9
+ arpConfigGratuitousArpSendTime OBJECT-TYPE
+ SYNTAX Integer32 (1..60)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpConfigEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1.1.10
+ arpConfigGratuitousArpLearnEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpConfigEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.6.1.1.11
+ arpConfigArpClear OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ allDynamic(1),
+ allStatic(2),
+ none(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpConfigEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2
+ -- 1.3.6.1.4.1.34592.1.3.100.6.2
+ arpTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ArpEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpManagementObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1
+ -- 1.3.6.1.4.1.34592.1.3.100.6.2.1
+ arpEntry OBJECT-TYPE
+ SYNTAX ArpEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { arpTableIpAddressIndex, arpTableVlanIndex }
+ ::= { arpTable 1 }
+
+
+ ArpEntry ::=
+ SEQUENCE {
+ arpTableIpAddressIndex
+ IpAddress,
+ arpTableVlanIndex
+ Unsigned32,
+ arpTableMacAddress
+ MacAddress,
+ arpTablePortId
+ NscrtvPonExtDeviceIndex,
+ arpTableType
+ INTEGER,
+ arpTableRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.6.2.1.1
+ arpTableIpAddressIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.100.6.2.1.2
+ arpTableVlanIndex OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.100.6.2.1.3
+ arpTableMacAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.4
+ -- 1.3.6.1.4.1.34592.1.3.100.6.2.1.4
+ arpTablePortId OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.5
+ -- 1.3.6.1.4.1.34592.1.3.100.6.2.1.5
+ arpTableType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ dynamic(1),
+ static(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.2.1.6
+ -- 1.3.6.1.4.1.34592.1.3.100.6.2.1.6
+ arpTableRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3
+ arpVlanIfConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ArpVlanIfConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpManagementObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1
+ arpVlanIfConfigEntry OBJECT-TYPE
+ SYNTAX ArpVlanIfConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { arpVlanIfConfigDeviceIndex, arpVlanIfConfigVlanIfIndex }
+ ::= { arpVlanIfConfigTable 1 }
+
+
+ ArpVlanIfConfigEntry ::=
+ SEQUENCE {
+ arpVlanIfConfigDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ arpVlanIfConfigVlanIfIndex
+ Unsigned32,
+ arpVlanIfConfigAgeTime
+ Unsigned32,
+ arpVlanIfConfigMaxLearnNum
+ Unsigned32,
+ arpVlanIfConfigCurrentLearnNum
+ Unsigned32,
+ arpVlanIfConfigArpClear
+ INTEGER,
+ arpVlanifConfigProxyEnable
+ TruthValue,
+ arpVlanifConfigInnerVlanArpProxyEnable
+ TruthValue,
+ arpVlanifConfigGratuitousArpEnable
+ TruthValue,
+ arpVlanIfConfigGratuitousArpSendTime
+ Integer32,
+ arpVlanIfConfigGratuitousArpLearnEnable
+ TruthValue
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1.1
+ arpVlanIfConfigDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpVlanIfConfigEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1.2
+ arpVlanIfConfigVlanIfIndex OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpVlanIfConfigEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1.3
+ arpVlanIfConfigAgeTime OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpVlanIfConfigEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.4
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1.4
+ arpVlanIfConfigMaxLearnNum OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpVlanIfConfigEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.5
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1.5
+ arpVlanIfConfigCurrentLearnNum OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpVlanIfConfigEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.6
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1.6
+ arpVlanIfConfigArpClear OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ dynamic(1),
+ static(2),
+ none(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpVlanIfConfigEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.7
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1.7
+ arpVlanifConfigProxyEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpVlanIfConfigEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.8
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1.8
+ arpVlanifConfigInnerVlanArpProxyEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpVlanIfConfigEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.9
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1.9
+ arpVlanifConfigGratuitousArpEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpVlanIfConfigEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.10
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1.10
+ arpVlanIfConfigGratuitousArpSendTime OBJECT-TYPE
+ SYNTAX Integer32 (1..60)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpVlanIfConfigEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.6.3.1.11
+ -- 1.3.6.1.4.1.34592.1.3.100.6.3.1.11
+ arpVlanIfConfigGratuitousArpLearnEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { arpVlanIfConfigEntry 11 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7
+ layer3ManagementObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.1
+ staticManagement OBJECT IDENTIFIER ::= { layer3ManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.1.1
+ ipRouteTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IpRouteEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { staticManagement 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.1.1.1
+ ipRouteEntry OBJECT-TYPE
+ SYNTAX IpRouteEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ipRouteDestinationIpAddrIndex, ipRouteNetMaskIndex, ipRouteProtoIndex, ipRouteNextHopIndex }
+ ::= { ipRouteTable 1 }
+
+
+ IpRouteEntry ::=
+ SEQUENCE {
+ ipRouteDestinationIpAddrIndex
+ IpAddress,
+ ipRouteNetMaskIndex
+ IpAddress,
+ ipRouteProtoIndex
+ INTEGER,
+ ipRouteNextHopIndex
+ IpAddress,
+ ipRoutePreference
+ Unsigned32,
+ ipRouteMetric
+ Unsigned32,
+ ipRouteInterface
+ Unsigned32,
+ ipRouteRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.1.1.1.1
+ ipRouteDestinationIpAddrIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipRouteEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.1.1.1.2
+ ipRouteNetMaskIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipRouteEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.1.1.1.3
+ ipRouteProtoIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ direct(1),
+ static(2),
+ rip(3),
+ ospf(4),
+ pimsm(5),
+ bgp(6),
+ mbgp(7)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipRouteEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.1.1.1.4
+ ipRouteNextHopIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipRouteEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.1.1.1.5
+ ipRoutePreference OBJECT-TYPE
+ SYNTAX Unsigned32 (1..255)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipRouteEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.1.1.1.6
+ ipRouteMetric OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipRouteEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.1.1.1.7
+ ipRouteInterface OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "If this value is 0,it indicates that next hop is unreachable,and the others are
+ considered normal."
+ ::= { ipRouteEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.1.1.1.8
+ ipRouteRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ipRouteEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2
+ ripManagement OBJECT IDENTIFIER ::= { layer3ManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.1
+ ripGlobalMixedTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RipGlobalMixedEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "vty command:router rip"
+ ::= { ripManagement 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.1.1
+ ripGlobalMixedEntry OBJECT-TYPE
+ SYNTAX RipGlobalMixedEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ripGlobalMixedDeviceIndex }
+ ::= { ripGlobalMixedTable 1 }
+
+
+ RipGlobalMixedEntry ::=
+ SEQUENCE {
+ ripGlobalMixedDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ ripGlobalMixedEnable
+ TruthValue,
+ ripGlobalMixedDefaultMetric
+ Unsigned32,
+ ripGlobalMixedDistance
+ Unsigned32,
+ ripGlobalMixedTimerUpdate
+ Unsigned32,
+ ripGlobalMixedTimerTimeout
+ Unsigned32,
+ ripGlobalMixedTimerGarbage
+ Unsigned32,
+ ripGlobalMixedTimerReset
+ TruthValue,
+ ripGlobalMixedVersion
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.1.1.1
+ ripGlobalMixedDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalMixedEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.1.1.2
+ ripGlobalMixedEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalMixedEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.1.1.4
+ ripGlobalMixedDefaultMetric OBJECT-TYPE
+ SYNTAX Unsigned32 (1..16)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalMixedEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.1.1.5
+ ripGlobalMixedDistance OBJECT-TYPE
+ SYNTAX Unsigned32 (1..255)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalMixedEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.1.1.7
+ ripGlobalMixedTimerUpdate OBJECT-TYPE
+ SYNTAX Unsigned32 (5..16777215)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalMixedEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.1.1.8
+ ripGlobalMixedTimerTimeout OBJECT-TYPE
+ SYNTAX Unsigned32 (5..16777215)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalMixedEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.1.1.9
+ ripGlobalMixedTimerGarbage OBJECT-TYPE
+ SYNTAX Unsigned32 (5..16777215)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalMixedEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.1.1.10
+ ripGlobalMixedTimerReset OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalMixedEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.1.1.11
+ ripGlobalMixedVersion OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ reset(0),
+ version1(1),
+ version2(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalMixedEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.4
+ ripGlobalNeighborTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RipGlobalNeighborEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripManagement 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.4.1
+ ripGlobalNeighborEntry OBJECT-TYPE
+ SYNTAX RipGlobalNeighborEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ripGlobalNeighborIpAddrIndex }
+ ::= { ripGlobalNeighborTable 1 }
+
+
+ RipGlobalNeighborEntry ::=
+ SEQUENCE {
+ ripGlobalNeighborIpAddrIndex
+ IpAddress,
+ ripGlobalNeighborRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.4.1.1
+ ripGlobalNeighborIpAddrIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalNeighborEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.4.1.6
+ ripGlobalNeighborRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalNeighborEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.6
+ ripGlobalNetworkIpTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RipGlobalNetworkIpEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripManagement 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.6.1
+ ripGlobalNetworkIpEntry OBJECT-TYPE
+ SYNTAX RipGlobalNetworkIpEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ripGlobalNetworkIpAddrIndex, ripGlobalNetworkMaskLenIndex }
+ ::= { ripGlobalNetworkIpTable 1 }
+
+
+ RipGlobalNetworkIpEntry ::=
+ SEQUENCE {
+ ripGlobalNetworkIpAddrIndex
+ IpAddress,
+ ripGlobalNetworkMaskLenIndex
+ Unsigned32,
+ ripGlobalNetworkIpRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.6.1.2
+ ripGlobalNetworkIpAddrIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalNetworkIpEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.6.1.3
+ ripGlobalNetworkMaskLenIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (0..32)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalNetworkIpEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.6.1.6
+ ripGlobalNetworkIpRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalNetworkIpEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.8
+ ripGlobalRedistributeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RipGlobalRedistributeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripManagement 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.8.1
+ ripGlobalRedistributeEntry OBJECT-TYPE
+ SYNTAX RipGlobalRedistributeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ripGlobalRedistributeProtocolIndex }
+ ::= { ripGlobalRedistributeTable 1 }
+
+
+ RipGlobalRedistributeEntry ::=
+ SEQUENCE {
+ ripGlobalRedistributeProtocolIndex
+ INTEGER,
+ ripGlobalRedistributeMetric
+ Unsigned32,
+ ripGlobalRedistributeRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.8.1.2
+ ripGlobalRedistributeProtocolIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ babel(1),
+ bgp(2),
+ connected(3),
+ isis(4),
+ kernel(5),
+ ospf(6),
+ pim(7),
+ static(8),
+ default(9)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalRedistributeEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.8.1.3
+ ripGlobalRedistributeMetric OBJECT-TYPE
+ SYNTAX Unsigned32 (0..16)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalRedistributeEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.8.1.6
+ ripGlobalRedistributeRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalRedistributeEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.9
+ ripGlobalRouteTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RipGlobalRouteEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripManagement 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.9.1
+ ripGlobalRouteEntry OBJECT-TYPE
+ SYNTAX RipGlobalRouteEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ripGlobalRouteIpAddrIndex, ripGlobalRouteMaskLenIndex }
+ ::= { ripGlobalRouteTable 1 }
+
+
+ RipGlobalRouteEntry ::=
+ SEQUENCE {
+ ripGlobalRouteIpAddrIndex
+ IpAddress,
+ ripGlobalRouteMaskLenIndex
+ Unsigned32,
+ ripGlobalRouteRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.9.1.2
+ ripGlobalRouteIpAddrIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalRouteEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.9.1.3
+ ripGlobalRouteMaskLenIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (0..32)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalRouteEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.9.1.4
+ ripGlobalRouteRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripGlobalRouteEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10
+ ripVlanifTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RipVlanifEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripManagement 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1
+ ripVlanifEntry OBJECT-TYPE
+ SYNTAX RipVlanifEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ripVlanifVlanIfIndex }
+ ::= { ripVlanifTable 1 }
+
+
+ RipVlanifEntry ::=
+ SEQUENCE {
+ ripVlanifVlanIfIndex
+ Unsigned32,
+ ripVlanifAuthMode
+ INTEGER,
+ ripVlanifNoStringOrKeychain
+ INTEGER,
+ ripVlanifAuthString
+ OCTET STRING,
+ ripVlanifAuthKeychain
+ OCTET STRING,
+ ripVlanifRcvVersion
+ INTEGER,
+ ripVlanifSndVersion
+ INTEGER,
+ ripVlanifSplit
+ TruthValue,
+ ripVlanifSplitPoison
+ TruthValue,
+ ripVlanifPassive
+ TruthValue,
+ ripVlanifNetwork
+ TruthValue
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1.1
+ ripVlanifVlanIfIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4094)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripVlanifEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1.2
+ ripVlanifAuthMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ reset(0),
+ text(1),
+ md5(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripVlanifEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1.3
+ ripVlanifNoStringOrKeychain OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ reset(0),
+ string(1),
+ keychain(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripVlanifEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1.4
+ ripVlanifAuthString OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (1..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripVlanifEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1.5
+ ripVlanifAuthKeychain OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripVlanifEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1.6
+ ripVlanifRcvVersion OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ reset(0),
+ version1(1),
+ version2(2),
+ version1And2(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description.
+ "
+ ::= { ripVlanifEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1.7
+ ripVlanifSndVersion OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ reset(0),
+ version1(1),
+ version2(2),
+ version1And2(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripVlanifEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1.8
+ ripVlanifSplit OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripVlanifEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1.9
+ ripVlanifSplitPoison OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripVlanifEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1.10
+ ripVlanifPassive OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripVlanifEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.10.1.11
+ ripVlanifNetwork OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripVlanifEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12
+ ripKeychainTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RipKeychainEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripManagement 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1
+ ripKeychainEntry OBJECT-TYPE
+ SYNTAX RipKeychainEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ripKeychainNameIndex, ripKeychainKeyIdIndex }
+ ::= { ripKeychainTable 1 }
+
+
+ RipKeychainEntry ::=
+ SEQUENCE {
+ ripKeychainNameIndex
+ OCTET STRING,
+ ripKeychainKeyIdIndex
+ Unsigned32,
+ ripKeychainKeyString
+ OCTET STRING,
+ ripKeychainKeyNoAccOrSndLifeTime
+ INTEGER,
+ ripKeychainKeyAccLifeTimeStart
+ DateAndTime,
+ ripKeychainKeyAccLifeTimeEnd
+ DateAndTime,
+ ripKeychainKeyAccLifeTimeEndDuration
+ Unsigned32,
+ ripKeychainKeyAccLifeTimeEndInfinite
+ TruthValue,
+ ripKeychainKeySndLifeTimeStart
+ DateAndTime,
+ ripKeychainKeySndLifeTimeEnd
+ DateAndTime,
+ ripKeychainKeySndLifeTimeEndDuration
+ Unsigned32,
+ ripKeychainKeySndLifeTimeEndInfinite
+ TruthValue,
+ ripKeychainRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.1
+ ripKeychainNameIndex OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.2
+ ripKeychainKeyIdIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (0..2147483647)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.3
+ ripKeychainKeyString OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.4
+ ripKeychainKeyNoAccOrSndLifeTime OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ reset(0),
+ accept(1),
+ send(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.5
+ ripKeychainKeyAccLifeTimeStart OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.6
+ ripKeychainKeyAccLifeTimeEnd OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.7
+ ripKeychainKeyAccLifeTimeEndDuration OBJECT-TYPE
+ SYNTAX Unsigned32 (1..2147483646)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.8
+ ripKeychainKeyAccLifeTimeEndInfinite OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.9
+ ripKeychainKeySndLifeTimeStart OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.10
+ ripKeychainKeySndLifeTimeEnd OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.11
+ ripKeychainKeySndLifeTimeEndDuration OBJECT-TYPE
+ SYNTAX Unsigned32 (1..2147483646)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.12
+ ripKeychainKeySndLifeTimeEndInfinite OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.12.1.13
+ ripKeychainRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripKeychainEntry 13 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.13
+ ripStatusRouteNumTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RipStatusRouteNumEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripManagement 13 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.13.1
+ ripStatusRouteNumEntry OBJECT-TYPE
+ SYNTAX RipStatusRouteNumEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ripStatusRouteNumDeviceIndex }
+ ::= { ripStatusRouteNumTable 1 }
+
+
+ RipStatusRouteNumEntry ::=
+ SEQUENCE {
+ ripStatusRouteNumDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ ripStatusRouteHostNumMax
+ INTEGER,
+ ripStatusRouteHostNumCurrent
+ INTEGER,
+ ripStatusRouteNetNumMax
+ INTEGER,
+ ripStatusRouteNetNumCurrent
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.13.1.1
+ ripStatusRouteNumDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteNumEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.13.1.2
+ ripStatusRouteHostNumMax OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteNumEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.13.1.3
+ ripStatusRouteHostNumCurrent OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteNumEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.13.1.4
+ ripStatusRouteNetNumMax OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteNumEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.13.1.5
+ ripStatusRouteNetNumCurrent OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteNumEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.14
+ ripStatusRouteEntryTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF RipStatusRouteEntryEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripManagement 14 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.14.1
+ ripStatusRouteEntryEntry OBJECT-TYPE
+ SYNTAX RipStatusRouteEntryEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ripStatusRouteEntryIpAddrIndex, ripStatusRouteEntryMaskLenIndex, ripStatusRouteEntryNextHopIndex }
+ ::= { ripStatusRouteEntryTable 1 }
+
+
+ RipStatusRouteEntryEntry ::=
+ SEQUENCE {
+ ripStatusRouteEntryIpAddrIndex
+ IpAddress,
+ ripStatusRouteEntryMaskLenIndex
+ Unsigned32,
+ ripStatusRouteEntryNextHopIndex
+ IpAddress,
+ ripStatusRouteEntryMetric
+ Unsigned32,
+ ripStatusRouteEntryFlag
+ OCTET STRING,
+ ripStatusRouteEntryFrom
+ OCTET STRING,
+ ripStatusRouteEntryTag
+ INTEGER,
+ ripStatusRouteEntryTime
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.14.1.4
+ ripStatusRouteEntryIpAddrIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteEntryEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.14.1.5
+ ripStatusRouteEntryMaskLenIndex OBJECT-TYPE
+ SYNTAX Unsigned32 (0..32)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteEntryEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.14.1.6
+ ripStatusRouteEntryNextHopIndex OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteEntryEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.14.1.7
+ ripStatusRouteEntryMetric OBJECT-TYPE
+ SYNTAX Unsigned32 (0..16)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteEntryEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.14.1.8
+ ripStatusRouteEntryFlag OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Codes: R - RIP, C - connected, S - Static, O - OSPF, B - BGP
+ Sub-codes:
+ (n) - normal, (s) - static, (d) - default, (r) - redistribute,
+ (i) - interface"
+ ::= { ripStatusRouteEntryEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.14.1.9
+ ripStatusRouteEntryFrom OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteEntryEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.14.1.10
+ ripStatusRouteEntryTag OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteEntryEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.7.2.14.1.11
+ ripStatusRouteEntryTime OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ripStatusRouteEntryEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.8
+-- 1.3.6.1.4.1.34592.1.3.100.8
+-- 1.3.6.1.4.1.34592.1.3.100.8
+-- 1.3.6.1.4.1.34592.1.3.100.8
+-- 1.3.6.1.4.1.34592.1.3.100.8
+-- 1.3.6.1.4.1.34592.1.3.100.8
+-- 1.3.6.1.4.1.34592.1.3.100.8
+ -- 1.3.6.1.4.1.34592.1.3.100.8
+ ppoeManagementObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.8.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1
+ -- 1.3.6.1.4.1.34592.1.3.100.8.1
+ ppoePlusConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PpoePlusConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ppoeManagementObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.8.1.1
+ ppoePlusConfigEntry OBJECT-TYPE
+ SYNTAX PpoePlusConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { ppoePlusConfigDeviceIndex }
+ ::= { ppoePlusConfigTable 1 }
+
+
+ PpoePlusConfigEntry ::=
+ SEQUENCE {
+ ppoePlusConfigDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ ppoePlusConfigEnable
+ TruthValue,
+ ppoePlusConfigPolicy
+ INTEGER,
+ ppoePlusConfigFormat
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.8.1.1.1
+ ppoePlusConfigDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ppoePlusConfigEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.100.8.1.1.2
+ ppoePlusConfigEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ppoePlusConfigEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.100.8.1.1.3
+ ppoePlusConfigPolicy OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ keep(1),
+ drop(2),
+ replace(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { ppoePlusConfigEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.8.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.100.8.1.1.4
+ ppoePlusConfigFormat OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ type1(1),
+ type2(2),
+ type3(3),
+ type4(4),
+ type5(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "type1 - UNI+ONU MAC
+ type2 - UNI+OLT MAC
+ type3 - ONU+ONU MAC
+ type4 - ONU+OLT MAC
+ type5 - PON+OLT MAC
+ "
+ ::= { ppoePlusConfigEntry 4 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.9
+-- 1.3.6.1.4.1.34592.1.3.100.9
+-- 1.3.6.1.4.1.34592.1.3.100.9
+-- 1.3.6.1.4.1.34592.1.3.100.9
+-- 1.3.6.1.4.1.34592.1.3.100.9
+-- 1.3.6.1.4.1.34592.1.3.100.9
+ -- 1.3.6.1.4.1.34592.1.3.100.9
+ servicePortObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1
+ -- 1.3.6.1.4.1.34592.1.3.100.9.1
+ servicePortGlobalInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ServicePortGlobalInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.9.1.1
+ servicePortGlobalInfoEntry OBJECT-TYPE
+ SYNTAX ServicePortGlobalInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { servicePortGlobalInfoDeviceIndex, servicePortGlobalInfoCardIndex }
+ ::= { servicePortGlobalInfoTable 1 }
+
+
+ ServicePortGlobalInfoEntry ::=
+ SEQUENCE {
+ servicePortGlobalInfoDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ servicePortGlobalInfoCardIndex
+ NscrtvPonExtCardIndex,
+ servicePortCfgInfoMaxId
+ Unsigned32,
+ servicePortGlobalInfoMaxSupportNumber
+ Unsigned32,
+ servicePortGlobalInfoCreatedNumber
+ Unsigned32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.9.1.1.1
+ servicePortGlobalInfoDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortGlobalInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.100.9.1.1.2
+ servicePortGlobalInfoCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortGlobalInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.100.9.1.1.3
+ servicePortCfgInfoMaxId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortGlobalInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.4
+ -- 1.3.6.1.4.1.34592.1.3.100.9.1.1.4
+ servicePortGlobalInfoMaxSupportNumber OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortGlobalInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.1.1.5
+ -- 1.3.6.1.4.1.34592.1.3.100.9.1.1.5
+ servicePortGlobalInfoCreatedNumber OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortGlobalInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.2
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2
+ servicePortCfgInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ServicePortCfgInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1
+ servicePortCfgInfoEntry OBJECT-TYPE
+ SYNTAX ServicePortCfgInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { servicePortCfgInfoDeviceIndex, servicePortCfgInfoCardIndex, servicePortCfgInfoIndex }
+ ::= { servicePortCfgInfoTable 1 }
+
+
+ ServicePortCfgInfoEntry ::=
+ SEQUENCE {
+ servicePortCfgInfoDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ servicePortCfgInfoCardIndex
+ NscrtvPonExtCardIndex,
+ servicePortCfgInfoIndex
+ Unsigned32,
+ servicePortCfgInfoSvlanId
+ Unsigned32,
+ servicePortCfgInfoPonPortId
+ Unsigned32,
+ servicePortCfgInfoOnuId
+ Unsigned32,
+ servicePortCfgInfoGemId
+ Unsigned32,
+ servicePortCfgInfoUserVlanId
+ Unsigned32,
+ servicePortCfgInfoUserVlanPri
+ Unsigned32,
+ servicePortCfgInfoEhterType
+ NscrtvPonExtEtherType,
+ servicePortCfgInfoUpTrafficProfileId
+ Unsigned32,
+ servicePortCfgInfoDownTrafficProfileId
+ Unsigned32,
+ servicePortCfgInfoAdminStatus
+ NscrtvPonExtAdminStatus,
+ servicePortCfgInfoOnuOnlineState
+ NscrtvPonExtOnuOnlineState,
+ servicePortCfgInfoVlanTagAction
+ NscrtvPonExtVlanTagAction,
+ servicePortCfgInfoVlanInnerVid
+ Unsigned32,
+ servicePortCfgInfoVlanInnerPri
+ Unsigned32,
+ servicePortCfgInfoDescription
+ OCTET STRING,
+ servicePortCfgInfoPerfStat
+ NscrtvPonExtPerfStat,
+ servicePortCfgInfoRowStatus
+ RowStatus
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.1
+ servicePortCfgInfoDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.2
+ servicePortCfgInfoCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.3
+ servicePortCfgInfoIndex OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.4
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.4
+ servicePortCfgInfoSvlanId OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.5
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.5
+ servicePortCfgInfoPonPortId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..8)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.6
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.6
+ servicePortCfgInfoOnuId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..128)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.7
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.7
+ servicePortCfgInfoGemId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..30)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.8
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.8
+ servicePortCfgInfoUserVlanId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.9
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.9
+ servicePortCfgInfoUserVlanPri OBJECT-TYPE
+ SYNTAX Unsigned32 (0..7)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.10
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.10
+ servicePortCfgInfoEhterType OBJECT-TYPE
+ SYNTAX NscrtvPonExtEtherType
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.11
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.11
+ servicePortCfgInfoUpTrafficProfileId OBJECT-TYPE
+ SYNTAX Unsigned32 (0..256)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.12
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.12
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.12
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.12
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.12
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.12
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.12
+ servicePortCfgInfoDownTrafficProfileId OBJECT-TYPE
+ SYNTAX Unsigned32 (0..256)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.14
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.13
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.13
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.13
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.13
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.13
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.13
+ servicePortCfgInfoAdminStatus OBJECT-TYPE
+ SYNTAX NscrtvPonExtAdminStatus
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 13 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.15
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.14
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.14
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.14
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.14
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.14
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.14
+ servicePortCfgInfoOnuOnlineState OBJECT-TYPE
+ SYNTAX NscrtvPonExtOnuOnlineState
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 14 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.16
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.15
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.15
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.15
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.15
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.15
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.15
+ servicePortCfgInfoVlanTagAction OBJECT-TYPE
+ SYNTAX NscrtvPonExtVlanTagAction
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 15 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.17
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.16
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.16
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.16
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.16
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.16
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.16
+ servicePortCfgInfoVlanInnerVid OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4094)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 16 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.18
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.17
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.17
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.17
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.17
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.17
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.17
+ servicePortCfgInfoVlanInnerPri OBJECT-TYPE
+ SYNTAX Unsigned32 (0..7)
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 17 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.19
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.18
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.18
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.18
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.18
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.18
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.18
+ servicePortCfgInfoDescription OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 18 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.20
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.19
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.19
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.19
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.19
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.19
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.19
+ servicePortCfgInfoPerfStat OBJECT-TYPE
+ SYNTAX NscrtvPonExtPerfStat
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 19 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.20
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.20
+-- 1.3.6.1.4.1.34592.1.3.100.9.2.1.20
+ -- 1.3.6.1.4.1.34592.1.3.100.9.2.1.20
+ servicePortCfgInfoRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCfgInfoEntry 20 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.3
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3
+ servicePortAutoCfgInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ServicePortAutoCfgInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortObjects 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1
+ servicePortAutoCfgInfoEntry OBJECT-TYPE
+ SYNTAX ServicePortAutoCfgInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { servicePortAutoCfgInfoDeviceIndex, servicePortAutoCfgInfoCardIndex, servicePortAutoCfgInfoPonPortIndex }
+ ::= { servicePortAutoCfgInfoTable 1 }
+
+
+ ServicePortAutoCfgInfoEntry ::=
+ SEQUENCE {
+ servicePortAutoCfgInfoDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ servicePortAutoCfgInfoCardIndex
+ NscrtvPonExtCardIndex,
+ servicePortAutoCfgInfoPonPortIndex
+ Unsigned32,
+ servicePortAutoCfgInfoSvlanId
+ Unsigned32,
+ servicePortAutoCfgInfoGemId
+ Unsigned32,
+ servicePortAutoCfgInfoUserVlanId
+ Unsigned32,
+ servicePortAutoCfgInfoVlanTagAction
+ NscrtvPonExtVlanTagAction,
+ servicePortAutoCfgInfoVlanInnerVid
+ Unsigned32,
+ servicePortAutoCfgInfoVlanInnerPri
+ Unsigned32,
+ servicePortAutoCfgInfoUpTrafficProfileId
+ Unsigned32,
+ servicePortAutoCfgInfoDownTrafficProfileId
+ Unsigned32,
+ servicePortAutoCfgInfoMode
+ NscrtvPonExtAutoMode
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.1
+ servicePortAutoCfgInfoDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.2
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.2
+ servicePortAutoCfgInfoCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.3
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.3
+ servicePortAutoCfgInfoPonPortIndex OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.4
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.4
+ servicePortAutoCfgInfoSvlanId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.5
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.5
+ servicePortAutoCfgInfoGemId OBJECT-TYPE
+ SYNTAX Unsigned32 (1..30)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.6
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.6
+ servicePortAutoCfgInfoUserVlanId OBJECT-TYPE
+ SYNTAX Unsigned32 (0..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.7
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.7
+ servicePortAutoCfgInfoVlanTagAction OBJECT-TYPE
+ SYNTAX NscrtvPonExtVlanTagAction
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.8
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.8
+ servicePortAutoCfgInfoVlanInnerVid OBJECT-TYPE
+ SYNTAX Unsigned32 (1..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.9
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.9
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.9
+ servicePortAutoCfgInfoVlanInnerPri OBJECT-TYPE
+ SYNTAX Unsigned32 (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 9 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.10
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.10
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.10
+ servicePortAutoCfgInfoUpTrafficProfileId OBJECT-TYPE
+ SYNTAX Unsigned32 (0..256)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.13
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.11
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.11
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.11
+ servicePortAutoCfgInfoDownTrafficProfileId OBJECT-TYPE
+ SYNTAX Unsigned32 (0..256)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.15
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.12
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.12
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.12
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.12
+-- 1.3.6.1.4.1.34592.1.3.100.9.3.1.12
+ -- 1.3.6.1.4.1.34592.1.3.100.9.3.1.12
+ servicePortAutoCfgInfoMode OBJECT-TYPE
+ SYNTAX NscrtvPonExtAutoMode
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortAutoCfgInfoEntry 12 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.4
+ -- 1.3.6.1.4.1.34592.1.3.100.9.4
+ servicePortCurPerfStatTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ServicePortCurPerfStatEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortObjects 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1
+ -- 1.3.6.1.4.1.34592.1.3.100.9.4.1
+ servicePortCurPerfStatEntry OBJECT-TYPE
+ SYNTAX ServicePortCurPerfStatEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { servicePortCurPerfStatDeviceIndex, servicePortCurPerfStatCardIndex, servicePortCurPerfStatIndex }
+ ::= { servicePortCurPerfStatTable 1 }
+
+
+ ServicePortCurPerfStatEntry ::=
+ SEQUENCE {
+ servicePortCurPerfStatDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ servicePortCurPerfStatCardIndex
+ NscrtvPonExtCardIndex,
+ servicePortCurPerfStatIndex
+ Unsigned32,
+ servicePortCurPerfStatOutOctets
+ Counter64,
+ servicePortCurPerfStatOutPkts
+ Counter64,
+ servicePortCurPerfStatInOctets
+ Counter64,
+ servicePortCurPerfStatInPkts
+ Counter64,
+ servicePortCurPerfStatClear
+ NscrtvPonExtCurPerfStatClear
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.9.4.1.1
+ servicePortCurPerfStatDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCurPerfStatEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.2
+ -- 1.3.6.1.4.1.34592.1.3.100.9.4.1.2
+ servicePortCurPerfStatCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCurPerfStatEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.3
+ -- 1.3.6.1.4.1.34592.1.3.100.9.4.1.3
+ servicePortCurPerfStatIndex OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCurPerfStatEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.4
+ -- 1.3.6.1.4.1.34592.1.3.100.9.4.1.4
+ servicePortCurPerfStatOutOctets OBJECT-TYPE
+ SYNTAX Counter64
+ UNITS "bytes"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCurPerfStatEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.5
+ -- 1.3.6.1.4.1.34592.1.3.100.9.4.1.5
+ servicePortCurPerfStatOutPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCurPerfStatEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.6
+ -- 1.3.6.1.4.1.34592.1.3.100.9.4.1.6
+ servicePortCurPerfStatInOctets OBJECT-TYPE
+ SYNTAX Counter64
+ UNITS "bytes"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCurPerfStatEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.7
+ -- 1.3.6.1.4.1.34592.1.3.100.9.4.1.7
+ servicePortCurPerfStatInPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCurPerfStatEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.8
+-- 1.3.6.1.4.1.34592.1.3.100.9.4.1.8
+ -- 1.3.6.1.4.1.34592.1.3.100.9.4.1.8
+ servicePortCurPerfStatClear OBJECT-TYPE
+ SYNTAX NscrtvPonExtCurPerfStatClear
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { servicePortCurPerfStatEntry 8 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10
+-- 1.3.6.1.4.1.34592.1.3.100.10
+-- 1.3.6.1.4.1.34592.1.3.100.10
+-- 1.3.6.1.4.1.34592.1.3.100.10
+ -- 1.3.6.1.4.1.34592.1.3.100.10
+ loopBackDetectionManagementObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 10 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.1
+ -- 1.3.6.1.4.1.34592.1.3.100.10.1
+ loopBackDetectionGlobalSetTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LoopBackDetectionGlobalSetEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionManagementObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.10.1.1
+ loopBackDetectionGlobalSetEntry OBJECT-TYPE
+ SYNTAX LoopBackDetectionGlobalSetEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { loopBackDetectionGloabDeviceIndex }
+ ::= { loopBackDetectionGlobalSetTable 1 }
+
+
+ LoopBackDetectionGlobalSetEntry ::=
+ SEQUENCE {
+ loopBackDetectionGloabDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ loopBackDetectionGlobalEnable
+ TruthValue,
+ loopBackDetectionGlobalInterval
+ Unsigned32
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.10.1.1.1
+ loopBackDetectionGloabDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionGlobalSetEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.100.10.1.1.2
+ loopBackDetectionGlobalEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionGlobalSetEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.10.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.100.10.1.1.3
+ loopBackDetectionGlobalInterval OBJECT-TYPE
+ SYNTAX Unsigned32 (5..300)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionGlobalSetEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.2
+-- 1.3.6.1.4.1.34592.1.3.100.10.2
+-- 1.3.6.1.4.1.34592.1.3.100.10.2
+-- 1.3.6.1.4.1.34592.1.3.100.10.2
+ -- 1.3.6.1.4.1.34592.1.3.100.10.2
+ loopBackDetectionPortConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LoopBackDetectionPortConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionManagementObjects 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1
+ -- 1.3.6.1.4.1.34592.1.3.100.10.2.1
+ loopBackDetectionPortConfigEntry OBJECT-TYPE
+ SYNTAX LoopBackDetectionPortConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { loopBackDetectionPortConfigDeviceIndex, loopBackDetectionPortConfigCardIndex, loopBackDetectionPortConfigPortIndex }
+ ::= { loopBackDetectionPortConfigTable 1 }
+
+
+ LoopBackDetectionPortConfigEntry ::=
+ SEQUENCE {
+ loopBackDetectionPortConfigDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ loopBackDetectionPortConfigCardIndex
+ NscrtvPonExtCardIndex,
+ loopBackDetectionPortConfigPortIndex
+ NscrtvPonPortIndex,
+ loopBackDetectionPortConfigEnable
+ TruthValue,
+ loopBackDetectionPortConfigPerVlanEnable
+ TruthValue,
+ loopBackDetectionPortConfigControlEnable
+ TruthValue,
+ loopBackDetectionPortStatus
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.10.2.1.1
+ loopBackDetectionPortConfigDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionPortConfigEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.2
+ -- 1.3.6.1.4.1.34592.1.3.100.10.2.1.2
+ loopBackDetectionPortConfigCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionPortConfigEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.3
+ -- 1.3.6.1.4.1.34592.1.3.100.10.2.1.3
+ loopBackDetectionPortConfigPortIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionPortConfigEntry 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.4
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.4
+ -- 1.3.6.1.4.1.34592.1.3.100.10.2.1.4
+ loopBackDetectionPortConfigEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionPortConfigEntry 4 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.5
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.5
+ -- 1.3.6.1.4.1.34592.1.3.100.10.2.1.5
+ loopBackDetectionPortConfigPerVlanEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionPortConfigEntry 5 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.6
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.6
+ -- 1.3.6.1.4.1.34592.1.3.100.10.2.1.6
+ loopBackDetectionPortConfigControlEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionPortConfigEntry 6 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.7
+-- 1.3.6.1.4.1.34592.1.3.100.10.2.1.7
+ -- 1.3.6.1.4.1.34592.1.3.100.10.2.1.7
+ loopBackDetectionPortStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ detected(1),
+ undetected(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { loopBackDetectionPortConfigEntry 7 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.11
+-- 1.3.6.1.4.1.34592.1.3.100.11
+-- 1.3.6.1.4.1.34592.1.3.100.11
+ -- 1.3.6.1.4.1.34592.1.3.100.11
+ igmpMemberPortObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 11 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.11.1
+-- 1.3.6.1.4.1.34592.1.3.100.11.1
+-- 1.3.6.1.4.1.34592.1.3.100.11.1
+ -- 1.3.6.1.4.1.34592.1.3.100.11.1
+ igmpMemberPortTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IgmpMemberPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { igmpMemberPortObjects 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.11.1.1
+ igmpMemberPortEntry OBJECT-TYPE
+ SYNTAX IgmpMemberPortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { igmpMemberPortVid, igmpMemberPortDeviceIndex }
+ ::= { igmpMemberPortTable 1 }
+
+
+ IgmpMemberPortEntry ::=
+ SEQUENCE {
+ igmpMemberPortVid
+ INTEGER,
+ igmpMemberPortDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ igmpMemberPortRowStatus
+ INTEGER
+ }
+
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1.1
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1.1
+ -- 1.3.6.1.4.1.34592.1.3.100.11.1.1.1
+ igmpMemberPortVid OBJECT-TYPE
+ SYNTAX INTEGER (1..4094)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { igmpMemberPortEntry 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1.2
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1.2
+ -- 1.3.6.1.4.1.34592.1.3.100.11.1.1.2
+ igmpMemberPortDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { igmpMemberPortEntry 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1.3
+-- 1.3.6.1.4.1.34592.1.3.100.11.1.1.3
+ -- 1.3.6.1.4.1.34592.1.3.100.11.1.1.3
+ igmpMemberPortRowStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { igmpMemberPortEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12
+ onuObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1
+ onuVoiceManagementObjects OBJECT IDENTIFIER ::= { onuObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1
+ onuIadInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuIadInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuVoiceManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1.1
+ onuIadInfoEntry OBJECT-TYPE
+ SYNTAX OnuIadInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { onuIadInfoDeviceIndex }
+ ::= { onuIadInfoTable 1 }
+
+
+ OnuIadInfoEntry ::=
+ SEQUENCE {
+ onuIadInfoDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ onuIadMac
+ MacAddress,
+ onuIadProtocol
+ INTEGER,
+ onuIadSwVersion
+ OCTET STRING,
+ onuIadSwTime
+ OCTET STRING,
+ onuIadVoipNum
+ Integer32,
+ onuIadVoiceFaxMode
+ INTEGER,
+ onuIadVoiceFaxControl
+ INTEGER,
+ onuIadOperation
+ INTEGER,
+ onuIadOperStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1.1.1
+ onuIadInfoDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1.1.2
+ onuIadMac OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1.1.3
+ onuIadProtocol OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ h248(0),
+ sip(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1.1.4
+ onuIadSwVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1.1.5
+ onuIadSwTime OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1.1.6
+ onuIadVoipNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1.1.7
+ onuIadVoiceFaxMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ t30(0),
+ t38(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1.1.8
+ onuIadVoiceFaxControl OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ negotiation(0),
+ autoVBD(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1.1.9
+ onuIadOperation OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ reregister(0),
+ logout(1),
+ reset(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadInfoEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.1.1.10
+ onuIadOperStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ registering(0),
+ regSuccess(1),
+ iadFault(2),
+ logout(3),
+ iadRestarting(4)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadInfoEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2
+ onuIadParamCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuIadParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuVoiceManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1
+ onuIadParamCfgEntry OBJECT-TYPE
+ SYNTAX OnuIadParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { onuIadParamCfgDeviceIndex }
+ ::= { onuIadParamCfgTable 1 }
+
+
+ OnuIadParamCfgEntry ::=
+ SEQUENCE {
+ onuIadParamCfgDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ onuIadMode
+ INTEGER,
+ onuIadIpAddr
+ IpAddress,
+ onuIadNetMask
+ IpAddress,
+ onuIadDefaultGw
+ IpAddress,
+ onuIadPppoeMode
+ INTEGER,
+ onuIadPppoeUsrnm
+ OCTET STRING,
+ onuIadPppoePw
+ OCTET STRING,
+ onuIadTagMode
+ INTEGER,
+ onuIadVoiceCVlan
+ Integer32,
+ onuIadVoiceSVlan
+ Integer32,
+ onuIadVoicePriority
+ Integer32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.1
+ onuIadParamCfgDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.2
+ onuIadMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ static(0),
+ dhcp(1),
+ pppoe(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.3
+ onuIadIpAddr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.4
+ onuIadNetMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.5
+ onuIadDefaultGw OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.6
+ onuIadPppoeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ auto(0),
+ chap(1),
+ pap(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.7
+ onuIadPppoeUsrnm OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.8
+ onuIadPppoePw OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.9
+ onuIadTagMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ passThrough(0),
+ tag(1),
+ vlanStack(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.10
+ onuIadVoiceCVlan OBJECT-TYPE
+ SYNTAX Integer32 (0..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.11
+ onuIadVoiceSVlan OBJECT-TYPE
+ SYNTAX Integer32 (0..4094)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.2.1.12
+ onuIadVoicePriority OBJECT-TYPE
+ SYNTAX Integer32 (0..7)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadParamCfgEntry 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3
+ onuIadH248Mangement OBJECT IDENTIFIER ::= { onuVoiceManagementObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1
+ h248ParamCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF H248ParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadH248Mangement 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1
+ h248ParamCfgEntry OBJECT-TYPE
+ SYNTAX H248ParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { h248ParamCfgDeviceIndex }
+ ::= { h248ParamCfgTable 1 }
+
+
+ H248ParamCfgEntry ::=
+ SEQUENCE {
+ h248ParamCfgDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ h248MgPort
+ Integer32,
+ h248MgcIp
+ IpAddress,
+ h248MgcPort
+ Integer32,
+ h248BakMacIp
+ IpAddress,
+ h248BakMgcPort
+ Integer32,
+ h248ActiveMgc
+ INTEGER,
+ h248RegMode
+ INTEGER,
+ h248MID
+ OCTET STRING,
+ h248HbMode
+ INTEGER,
+ h248HbCycle
+ Integer32,
+ h248HbCount
+ Integer32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.1
+ h248ParamCfgDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.2
+ h248MgPort OBJECT-TYPE
+ SYNTAX Integer32 (1024..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.3
+ h248MgcIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.4
+ h248MgcPort OBJECT-TYPE
+ SYNTAX Integer32 (1024..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.5
+ h248BakMacIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.6
+ h248BakMgcPort OBJECT-TYPE
+ SYNTAX Integer32 (1024..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.7
+ h248ActiveMgc OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ backup(0),
+ active(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.8
+ h248RegMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ipAddress(0),
+ domainName(1),
+ deviceName(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.9
+ h248MID OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..64))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.10
+ h248HbMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ close(0),
+ h248ctc(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.11
+ h248HbCycle OBJECT-TYPE
+ SYNTAX Integer32 (10..600)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.1.1.12
+ h248HbCount OBJECT-TYPE
+ SYNTAX Integer32 (1..10)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248ParamCfgEntry 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.2
+ h248RtpTIDInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF H248RtpTIDInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadH248Mangement 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.2.1
+ h248RtpTIDInfoEntry OBJECT-TYPE
+ SYNTAX H248RtpTIDInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { h248RtpTIDInfoDeviceIndex }
+ ::= { h248RtpTIDInfoTable 1 }
+
+
+ H248RtpTIDInfoEntry ::=
+ SEQUENCE {
+ h248RtpTIDInfoDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ h248RtpTIDCount
+ Integer32,
+ h248FstRtpTIDName
+ OCTET STRING,
+ h248RtpTIDNum
+ Integer32,
+ h248RtpTIDPrefix
+ OCTET STRING,
+ h248RtpTIDDigitBegin
+ Integer32,
+ h248RtpTIDMode
+ INTEGER,
+ h248RtpTIDDigitLen
+ Integer32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.2.1.1
+ h248RtpTIDInfoDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248RtpTIDInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.2.1.2
+ h248RtpTIDCount OBJECT-TYPE
+ SYNTAX Integer32 (0..255)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248RtpTIDInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.2.1.3
+ h248FstRtpTIDName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248RtpTIDInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.2.1.4
+ h248RtpTIDNum OBJECT-TYPE
+ SYNTAX Integer32 (1..10)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248RtpTIDInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.2.1.5
+ h248RtpTIDPrefix OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248RtpTIDInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.2.1.6
+ h248RtpTIDDigitBegin OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248RtpTIDInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.2.1.7
+ h248RtpTIDMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ align(0),
+ nonAlign(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248RtpTIDInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.2.1.8
+ h248RtpTIDDigitLen OBJECT-TYPE
+ SYNTAX Integer32 (1..8)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248RtpTIDInfoEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.3
+ h248UserTIDTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF H248UserTIDEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadH248Mangement 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.3.1
+ h248UserTIDEntry OBJECT-TYPE
+ SYNTAX H248UserTIDEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { h248UserTIDDeviceIndex, h248UserTIDCardIndex, h248UserTIDPortIndex }
+ ::= { h248UserTIDTable 1 }
+
+
+ H248UserTIDEntry ::=
+ SEQUENCE {
+ h248UserTIDDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ h248UserTIDCardIndex
+ NscrtvPonExtCardIndex,
+ h248UserTIDPortIndex
+ NscrtvPonPortIndex,
+ h248UserTIDName
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.3.1.1
+ h248UserTIDDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248UserTIDEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.3.1.2
+ h248UserTIDCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248UserTIDEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.3.1.3
+ h248UserTIDPortIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248UserTIDEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.3.3.1.4
+ h248UserTIDName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { h248UserTIDEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4
+ onuIadSipMangement OBJECT IDENTIFIER ::= { onuVoiceManagementObjects 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1
+ sipParamCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SipParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadSipMangement 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1
+ sipParamCfgEntry OBJECT-TYPE
+ SYNTAX SipParamCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { sipParamCfgDeviceIndex }
+ ::= { sipParamCfgTable 1 }
+
+
+ SipParamCfgEntry ::=
+ SEQUENCE {
+ sipParamCfgDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ sipMgPort
+ Integer32,
+ sipProxySvrIp
+ IpAddress,
+ sipProxySvrPort
+ Integer32,
+ sipBakProxySvrIp
+ IpAddress,
+ sipBakProxySvrPort
+ Integer32,
+ sipActiveProxySvr
+ IpAddress,
+ sipRegSvrIp
+ IpAddress,
+ sipRegSvrPort
+ Integer32,
+ sipBakRegSvrIp
+ IpAddress,
+ sipBakRegSvrPort
+ Integer32,
+ sipOutBoundSvrIp
+ IpAddress,
+ sipOutBoundSvrPort
+ Integer32,
+ sipRegInterval
+ Integer32,
+ sipHbSwitch
+ INTEGER,
+ sipHbCycle
+ Integer32,
+ sipHbCount
+ Integer32
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.1
+ sipParamCfgDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.2
+ sipMgPort OBJECT-TYPE
+ SYNTAX Integer32 (1024..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.3
+ sipProxySvrIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.4
+ sipProxySvrPort OBJECT-TYPE
+ SYNTAX Integer32 (1024..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.5
+ sipBakProxySvrIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.6
+ sipBakProxySvrPort OBJECT-TYPE
+ SYNTAX Integer32 (1024..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.7
+ sipActiveProxySvr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.8
+ sipRegSvrIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.9
+ sipRegSvrPort OBJECT-TYPE
+ SYNTAX Integer32 (1024..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.10
+ sipBakRegSvrIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.11
+ sipBakRegSvrPort OBJECT-TYPE
+ SYNTAX Integer32 (1024..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.12
+ sipOutBoundSvrIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.13
+ sipOutBoundSvrPort OBJECT-TYPE
+ SYNTAX Integer32 (1024..65535)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 13 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.14
+ sipRegInterval OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 14 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.15
+ sipHbSwitch OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ enable(0),
+ disable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 15 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.16
+ sipHbCycle OBJECT-TYPE
+ SYNTAX Integer32 (10..600)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 16 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.1.1.17
+ sipHbCount OBJECT-TYPE
+ SYNTAX Integer32 (1..10)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipParamCfgEntry 17 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.2
+ sipUserCfgTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SipUserCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadSipMangement 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.2.1
+ sipUserCfgEntry OBJECT-TYPE
+ SYNTAX SipUserCfgEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { sipUserCfgDeviceIndex, sipUserCfgCardIndex, sipUserCfgPotsIndex }
+ ::= { sipUserCfgTable 1 }
+
+
+ SipUserCfgEntry ::=
+ SEQUENCE {
+ sipUserCfgDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ sipUserCfgCardIndex
+ NscrtvPonExtCardIndex,
+ sipUserCfgPotsIndex
+ NscrtvPonPortIndex,
+ sipUserAccount
+ OCTET STRING,
+ sipUserName
+ OCTET STRING,
+ sipUserPasswd
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.2.1.1
+ sipUserCfgDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipUserCfgEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.2.1.2
+ sipUserCfgCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipUserCfgEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.2.1.3
+ sipUserCfgPotsIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipUserCfgEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.2.1.4
+ sipUserAccount OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipUserCfgEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.2.1.5
+ sipUserName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..32))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipUserCfgEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.4.2.1.6
+ sipUserPasswd OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { sipUserCfgEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.5
+ onuIadPotsInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuIadPotsInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuVoiceManagementObjects 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.5.1
+ onuIadPotsInfoEntry OBJECT-TYPE
+ SYNTAX OnuIadPotsInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { potsInfoDeviceIndex, potsInfoCardIndex, potsInfoPortIndex }
+ ::= { onuIadPotsInfoTable 1 }
+
+
+ OnuIadPotsInfoEntry ::=
+ SEQUENCE {
+ potsInfoDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ potsInfoCardIndex
+ NscrtvPonExtCardIndex,
+ potsInfoPortIndex
+ NscrtvPonPortIndex,
+ onuIadPotsEnable
+ INTEGER,
+ onuIadPotsStatus
+ INTEGER,
+ onuIadPotsServiceState
+ INTEGER,
+ onuIadPotsCodeMode
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.5.1.1
+ potsInfoDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadPotsInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.5.1.2
+ potsInfoCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadPotsInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.5.1.3
+ potsInfoPortIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadPotsInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.5.1.4
+ onuIadPotsEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(1),
+ enable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadPotsInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.5.1.5
+ onuIadPotsStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ registering(0),
+ idle(1),
+ pickUp(2),
+ dialing(3),
+ ringing(4),
+ ringBack(5),
+ connecting(6),
+ connected(7),
+ releasing(8),
+ regFailure(9),
+ notActivated(10)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadPotsInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.5.1.6
+ onuIadPotsServiceState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ endLocal(0),
+ endRemote(1),
+ endAuto(2),
+ normal(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadPotsInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.1.5.1.7
+ onuIadPotsCodeMode OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ g711a(0),
+ g729(1),
+ g711u(2),
+ g723(3),
+ g726(4),
+ t38(5)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuIadPotsInfoEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.2
+ onuMacAddressObjects OBJECT IDENTIFIER ::= { onuObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.2.1
+ onuMacAddressTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuMacAddressObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.2.1.1
+ onuMacAddressEntry OBJECT-TYPE
+ SYNTAX OnuMacAddressEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { onuMacAddrIndex, onuMacAddrVlanIdIndex }
+ ::= { onuMacAddressTable 1 }
+
+
+ OnuMacAddressEntry ::=
+ SEQUENCE {
+ onuMacAddrIndex
+ MacAddress,
+ onuMacAddrVlanIdIndex
+ Integer32,
+ onuMacAddrDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ onuMacAddr
+ MacAddress
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.2.1.1.1
+ onuMacAddrIndex OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuMacAddressEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.2.1.1.2
+ onuMacAddrVlanIdIndex OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuMacAddressEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.2.1.1.3
+ onuMacAddrDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuMacAddressEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.2.1.1.4
+ onuMacAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuMacAddressEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3
+ onuRegInfoObjects OBJECT IDENTIFIER ::= { onuObjects 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1
+ onuRegInfoTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuRegInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuRegInfoObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1.1
+ onuRegInfoEntry OBJECT-TYPE
+ SYNTAX OnuRegInfoEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { onuRegInfoDeviceIndex }
+ ::= { onuRegInfoTable 1 }
+
+
+ OnuRegInfoEntry ::=
+ SEQUENCE {
+ onuRegInfoDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ onuRegInfoRegTimes
+ Unsigned32,
+ onuRegInfoDeregTimes
+ Unsigned32,
+ onuRegInfoOnlineDate
+ DateAndTime,
+ onuRegInfoOfflineDate
+ DateAndTime,
+ onuRegInfoOnlineDuration
+ Unsigned32,
+ onuRegInfoOfflineReason
+ OCTET STRING,
+ onuRegInfoModelId
+ DisplayString,
+ onuPortLoopDetectSwitch
+ INTEGER,
+ onuPortAutoShutdown
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1.1.1
+ onuRegInfoDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuRegInfoEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1.1.2
+ onuRegInfoRegTimes OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuRegInfoEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1.1.3
+ onuRegInfoDeregTimes OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuRegInfoEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1.1.4
+ onuRegInfoOnlineDate OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuRegInfoEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1.1.5
+ onuRegInfoOfflineDate OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuRegInfoEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1.1.6
+ onuRegInfoOnlineDuration OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuRegInfoEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1.1.7
+ onuRegInfoOfflineReason OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuRegInfoEntry 7 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1.1.8
+ onuRegInfoModelId OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuRegInfoEntry 8 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1.1.9
+ onuPortLoopDetectSwitch OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(1),
+ enable(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuRegInfoEntry 9 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.3.1.1.10
+ onuPortAutoShutdown OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1),
+ enableButNoRecovery(2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuRegInfoEntry 10 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4
+ onuUpdateTimerObjects OBJECT IDENTIFIER ::= { onuObjects 4 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1
+ onuUpdateTimerTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF OnuUpdateTimerEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUpdateTimerObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1
+ onuUpdateTimerEntry OBJECT-TYPE
+ SYNTAX OnuUpdateTimerEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { onuUpdateTimerDeviceIndex }
+ ::= { onuUpdateTimerTable 1 }
+
+
+ OnuUpdateTimerEntry ::=
+ SEQUENCE {
+ onuUpdateTimerDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ onuUpdateTimerSwitch
+ INTEGER,
+ onuUpdateTimerImageName
+ DisplayString,
+ onuUpdateTimerSelectType
+ INTEGER,
+ onuUpdateTimerModelId
+ OCTET STRING,
+ onuUpdateTimerPortList
+ OCTET STRING,
+ onuUpdateTimerOntList
+ OCTET STRING,
+ onuUpdateTimerSystemTime
+ DateAndTime,
+ onuUpdateTimerConfigTime
+ DateAndTime,
+ onuUpdateTimerGlobalStatus
+ DisplayString,
+ onuUpdateTimerTotalNum
+ Unsigned32,
+ onuUpdateTimerSuccessNum
+ Unsigned32,
+ onuUpdateTimerFailureNum
+ Unsigned32,
+ onuUpdateTimerOntStatus
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.1
+ onuUpdateTimerDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUpdateTimerEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.2
+ onuUpdateTimerSwitch OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disable(0),
+ enable(1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUpdateTimerEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.3
+ onuUpdateTimerImageName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { onuUpdateTimerEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.4
+ onuUpdateTimerSelectType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ oltBased(0),
+ modelIdBased(1),
+ portBased(2),
+ ontBased(3),
+ portModelIdBased(4),
+ ontModelIdBased(5)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { onuUpdateTimerEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.5
+ onuUpdateTimerModelId OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Hexadecimal model ID(SIZE:4).(e.g.:0x31 30 30 53)"
+ ::= { onuUpdateTimerEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.6
+ onuUpdateTimerPortList OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { onuUpdateTimerEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.7
+ onuUpdateTimerOntList OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { onuUpdateTimerEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.8
+ onuUpdateTimerSystemTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUpdateTimerEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.9
+ onuUpdateTimerConfigTime OBJECT-TYPE
+ SYNTAX DateAndTime
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { onuUpdateTimerEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.10
+ onuUpdateTimerGlobalStatus OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUpdateTimerEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.11
+ onuUpdateTimerTotalNum OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUpdateTimerEntry 11 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.12
+ onuUpdateTimerSuccessNum OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUpdateTimerEntry 12 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.13
+ onuUpdateTimerFailureNum OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { onuUpdateTimerEntry 13 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.12.4.1.1.14
+ onuUpdateTimerOntStatus OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { onuUpdateTimerEntry 14 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.13
+ uniObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 13 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.13.1
+ uniLearnedMacAddrTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UniLearnedMacAddrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { uniObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.13.1.1
+ uniLearnedMacAddrEntry OBJECT-TYPE
+ SYNTAX UniLearnedMacAddrEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { uniLearnedMacAddrDeviceIndex, uniLearnedMacAddrCardIndex, uniLearnedMacAddrPortIndex, uniLearnedMacAddrIndex }
+ ::= { uniLearnedMacAddrTable 1 }
+
+
+ UniLearnedMacAddrEntry ::=
+ SEQUENCE {
+ uniLearnedMacAddrDeviceIndex
+ NscrtvPonExtDeviceIndex,
+ uniLearnedMacAddrCardIndex
+ NscrtvPonExtCardIndex,
+ uniLearnedMacAddrPortIndex
+ NscrtvPonPortIndex,
+ uniLearnedMacAddrIndex
+ Integer32,
+ uniLearnedMacAddr
+ MacAddress
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.13.1.1.1
+ uniLearnedMacAddrDeviceIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtDeviceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { uniLearnedMacAddrEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.13.1.1.2
+ uniLearnedMacAddrCardIndex OBJECT-TYPE
+ SYNTAX NscrtvPonExtCardIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { uniLearnedMacAddrEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.13.1.1.3
+ uniLearnedMacAddrPortIndex OBJECT-TYPE
+ SYNTAX NscrtvPonPortIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { uniLearnedMacAddrEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.13.1.1.4
+ uniLearnedMacAddrIndex OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { uniLearnedMacAddrEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.13.1.1.5
+ uniLearnedMacAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { uniLearnedMacAddrEntry 5 }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14
+ aclManagementObjects OBJECT IDENTIFIER ::= { nscrtvPonTreeExt 14 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1
+ timeRangeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF TimeRangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { aclManagementObjects 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1.1
+ timeRangeEntry OBJECT-TYPE
+ SYNTAX TimeRangeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { timeRangeIndex }
+ ::= { timeRangeTable 1 }
+
+
+ TimeRangeEntry ::=
+ SEQUENCE {
+ timeRangeIndex
+ INTEGER,
+ timeRangeName
+ DisplayString,
+ timeRangeType
+ INTEGER,
+ timeRangeState
+ DisplayString,
+ relativeTimeStart
+ DisplayString,
+ relativeTimeEnd
+ DisplayString,
+ relativeTimeCycle
+ INTEGER,
+ absoluteTimeStart
+ DisplayString,
+ absoluteTimeEnd
+ DisplayString,
+ timeRangeRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1.1.1
+ timeRangeIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..256)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Index: 1-256"
+ ::= { timeRangeEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1.1.2
+ timeRangeName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..10))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "LONGEST SIZE: 10"
+ ::= { timeRangeEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1.1.3
+ timeRangeType OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ absoluteTime(1),
+ relativeTime(2)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { timeRangeEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1.1.4
+ timeRangeState OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { timeRangeEntry 4 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1.1.5
+ relativeTimeStart OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (5))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Format: HH:MM
+ For exmaple: 08:01"
+ ::= { timeRangeEntry 5 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1.1.6
+ relativeTimeEnd OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (5))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Format: HH:MM
+ For exmaple: 23:10"
+ ::= { timeRangeEntry 6 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1.1.7
+ relativeTimeCycle OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ Sunday(1),
+ Monday(2),
+ Tuesday(3),
+ Wednesday(4),
+ Thurday(5),
+ Friday(6),
+ Saturday(7),
+ Daily(8),
+ Weekend(9),
+ WorkingDay(10)
+ }
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { timeRangeEntry 7 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1.1.8
+ absoluteTimeStart OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (16))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Format: YYYY/MM/DD HH:MM
+ For exmaple: 2019/01/02 08:01"
+ ::= { timeRangeEntry 8 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1.1.9
+ absoluteTimeEnd OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (16))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Format: YYYY/MM/DD HH:MM
+ For exmaple: 2019/10/28 23:10"
+ ::= { timeRangeEntry 9 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.1.1.10
+ timeRangeRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { timeRangeEntry 10 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.2
+ bindConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF BindConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { aclManagementObjects 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.2.1
+ bindConfigEntry OBJECT-TYPE
+ SYNTAX BindConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ INDEX { bindConfigAclId, bindConfigRuleId }
+ ::= { bindConfigTable 1 }
+
+
+ BindConfigEntry ::=
+ SEQUENCE {
+ bindConfigAclId
+ INTEGER,
+ bindConfigRuleId
+ INTEGER,
+ bindConfigName
+ DisplayString,
+ bindConfigRowStatus
+ RowStatus
+ }
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.2.1.1
+ bindConfigAclId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { bindConfigEntry 1 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.2.1.2
+ bindConfigRuleId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { bindConfigEntry 2 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.2.1.3
+ bindConfigName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (1..10))
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "LONGEST SIZE: 10"
+ ::= { bindConfigEntry 3 }
+
+
+ -- 1.3.6.1.4.1.34592.1.3.100.14.2.1.4
+ bindConfigRowStatus OBJECT-TYPE
+ SYNTAX RowStatus
+ MAX-ACCESS read-create
+ STATUS current
+ DESCRIPTION
+ "Description."
+ ::= { bindConfigEntry 4 }
+
+ END
+
+--
+-- NSCRTV-PON-TREE-EXT-MIB.my
+--
diff --git a/MIBS/cdata/NSCRTV-ROOT b/MIBS/cdata/NSCRTV-ROOT
new file mode 100644
index 0000000..0a5e879
--- /dev/null
+++ b/MIBS/cdata/NSCRTV-ROOT
@@ -0,0 +1,73 @@
+ NSCRTV-ROOT DEFINITIONS ::= BEGIN
+
+IMPORTS
+ enterprises
+ FROM RFC1155-SMI
+;
+nscrtvRoot OBJECT IDENTIFIER ::= { enterprises 17409 }
+
+-- DESCRIPTION
+
+nscrtvHFCemsTree OBJECT IDENTIFIER ::= { nscrtvRoot 1 }
+
+-- DESCRIPTION
+
+propertyIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 1}
+
+-- DESCRIPTION
+
+alarmsIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 2}
+
+-- DESCRIPTION
+
+commonIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 3}
+
+-- DESCRIPTION
+
+tvmodIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 4}
+
+-- DESCRIPTION
+
+qammodIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 5}
+
+-- DESCRIPTION
+
+otdIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 6}
+
+-- DESCRIPTION
+
+otxIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 7}
+
+-- DESCRIPTION
+
+uporIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 8}
+
+
+
+dorIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 9}
+
+-- DESCRIPTION
+
+fnIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 10}
+
+-- DESCRIPTION
+
+oaIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 11}
+
+-- DESCRIPTION
+
+addIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 12}
+
+-- DESCRIPTION
+
+cacIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 13}
+
+-- DESCRIPTION
+
+lineIdent OBJECT IDENTIFIER ::= { nscrtvHFCemsTree 14}
+
+-- DESCRIPTION
+
+
+END
+
diff --git a/MIBS/cdata/RFC1213-MIB b/MIBS/cdata/RFC1213-MIB
new file mode 100644
index 0000000..2587130
--- /dev/null
+++ b/MIBS/cdata/RFC1213-MIB
@@ -0,0 +1,2622 @@
+RFC1213-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ mgmt, NetworkAddress, IpAddress, Counter, Gauge,
+ TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212;
+
+-- This MIB module uses the extended OBJECT-TYPE macro as
+-- defined in [14];
+
+
+-- MIB-II (same prefix as MIB-I)
+
+mib-2 OBJECT IDENTIFIER ::= { mgmt 1 }
+
+-- textual conventions
+
+DisplayString ::=
+ OCTET STRING
+-- This data type is used to model textual information taken
+-- from the NVT ASCII character set. By convention, objects
+-- with this syntax are declared as having
+
+--
+-- SIZE (0..255)
+
+PhysAddress ::=
+ OCTET STRING
+-- This data type is used to model media addresses. For many
+-- types of media, this will be in a binary representation.
+-- For example, an ethernet address would be represented as
+-- a string of 6 octets.
+
+
+-- groups in MIB-II
+
+system OBJECT IDENTIFIER ::= { mib-2 1 }
+
+interfaces OBJECT IDENTIFIER ::= { mib-2 2 }
+
+at OBJECT IDENTIFIER ::= { mib-2 3 }
+
+ip OBJECT IDENTIFIER ::= { mib-2 4 }
+
+icmp OBJECT IDENTIFIER ::= { mib-2 5 }
+
+tcp OBJECT IDENTIFIER ::= { mib-2 6 }
+
+udp OBJECT IDENTIFIER ::= { mib-2 7 }
+
+egp OBJECT IDENTIFIER ::= { mib-2 8 }
+
+-- historical (some say hysterical)
+-- cmot OBJECT IDENTIFIER ::= { mib-2 9 }
+
+transmission OBJECT IDENTIFIER ::= { mib-2 10 }
+
+snmp OBJECT IDENTIFIER ::= { mib-2 11 }
+
+
+-- the System group
+
+-- Implementation of the System group is mandatory for all
+-- systems. If an agent is not configured to have a value
+-- for any of these variables, a string of length 0 is
+-- returned.
+
+sysDescr OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "A textual description of the entity. This value
+ should include the full name and version
+ identification of the system's hardware type,
+ software operating-system, and networking
+ software. It is mandatory that this only contain
+ printable ASCII characters."
+ ::= { system 1 }
+
+sysObjectID OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The vendor's authoritative identification of the
+ network management subsystem contained in the
+ entity. This value is allocated within the SMI
+ enterprises subtree (1.3.6.1.4.1) and provides an
+ easy and unambiguous means for determining `what
+ kind of box' is being managed. For example, if
+ vendor `Flintstones, Inc.' was assigned the
+ subtree 1.3.6.1.4.1.4242, it could assign the
+ identifier 1.3.6.1.4.1.4242.1.1 to its `Fred
+ Router'."
+ ::= { system 2 }
+
+sysUpTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The time (in hundredths of a second) since the
+ network management portion of the system was last
+ re-initialized."
+ ::= { system 3 }
+
+sysContact OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The textual identification of the contact person
+ for this managed node, together with information
+ on how to contact this person."
+ ::= { system 4 }
+
+sysName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "An administratively-assigned name for this
+ managed node. By convention, this is the node's
+ fully-qualified domain name."
+ ::= { system 5 }
+
+sysLocation OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The physical location of this node (e.g.,
+ `telephone closet, 3rd floor')."
+ ::= { system 6 }
+
+sysServices OBJECT-TYPE
+ SYNTAX INTEGER (0..127)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "A value which indicates the set of services that
+ this entity primarily offers.
+
+ The value is a sum. This sum initially takes the
+ value zero, Then, for each layer, L, in the range
+ 1 through 7, that this node performs transactions
+ for, 2 raised to (L - 1) is added to the sum. For
+ example, a node which performs primarily routing
+ functions would have a value of 4 (2^(3-1)). In
+ contrast, a node which is a host offering
+ application services would have a value of 72
+ (2^(4-1) + 2^(7-1)). Note that in the context of
+ the Internet suite of protocols, values should be
+ calculated accordingly:
+
+ layer functionality
+ 1 physical (e.g., repeaters)
+ 2 datalink/subnetwork (e.g., bridges)
+ 3 internet (e.g., IP gateways)
+ 4 end-to-end (e.g., IP hosts)
+ 7 applications (e.g., mail relays)
+
+ For systems including OSI protocols, layers 5 and
+ 6 may also be counted."
+ ::= { system 7 }
+
+-- the Interfaces group
+
+-- Implementation of the Interfaces group is mandatory for
+-- all systems.
+
+ifNumber OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of network interfaces (regardless of
+ their current state) present on this system."
+ ::= { interfaces 1 }
+
+
+-- the Interfaces table
+
+-- The Interfaces table contains information on the entity's
+-- interfaces. Each interface is thought of as being
+-- attached to a `subnetwork'. Note that this term should
+-- not be confused with `subnet' which refers to an
+-- addressing partitioning scheme used in the Internet suite
+-- of protocols.
+
+ifTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IfEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "A list of interface entries. The number of
+ entries is given by the value of ifNumber."
+ ::= { interfaces 2 }
+
+ifEntry OBJECT-TYPE
+ SYNTAX IfEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "An interface entry containing objects at the
+ subnetwork layer and below for a particular
+ interface."
+ INDEX { ifIndex }
+ ::= { ifTable 1 }
+
+IfEntry ::=
+ SEQUENCE {
+ ifIndex
+ INTEGER,
+ ifDescr
+ DisplayString,
+ ifType
+ INTEGER,
+ ifMtu
+ INTEGER,
+ ifSpeed
+ Gauge,
+ ifPhysAddress
+ PhysAddress,
+ ifAdminStatus
+ INTEGER,
+ ifOperStatus
+ INTEGER,
+ ifLastChange
+ TimeTicks,
+ ifInOctets
+ Counter,
+ ifInUcastPkts
+ Counter,
+ ifInNUcastPkts
+ Counter,
+ ifInDiscards
+ Counter,
+ ifInErrors
+ Counter,
+ ifInUnknownProtos
+ Counter,
+ ifOutOctets
+ Counter,
+ ifOutUcastPkts
+ Counter,
+ ifOutNUcastPkts
+ Counter,
+ ifOutDiscards
+ Counter,
+ ifOutErrors
+ Counter,
+ ifOutQLen
+ Gauge,
+ ifSpecific
+ OBJECT IDENTIFIER
+ }
+
+ifIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "A unique value for each interface. Its value
+ ranges between 1 and the value of ifNumber. The
+ value for each interface must remain constant at
+ least from one re-initialization of the entity's
+ network management system to the next re-
+ initialization."
+ ::= { ifEntry 1 }
+
+ifDescr OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "A textual string containing information about the
+ interface. This string should include the name of
+ the manufacturer, the product name and the version
+ of the hardware interface."
+ ::= { ifEntry 2 }
+
+ifType OBJECT-TYPE
+ SYNTAX INTEGER {
+ other(1), -- none of the following
+ regular1822(2),
+ hdh1822(3),
+ ddn-x25(4),
+ rfc877-x25(5),
+ ethernet-csmacd(6),
+ iso88023-csmacd(7),
+ iso88024-tokenBus(8),
+ iso88025-tokenRing(9),
+ iso88026-man(10),
+ starLan(11),
+ proteon-10Mbit(12),
+ proteon-80Mbit(13),
+ hyperchannel(14),
+ fddi(15),
+ lapb(16),
+ sdlc(17),
+ ds1(18), -- T-1
+ e1(19), -- european equiv. of T-1
+ basicISDN(20),
+ primaryISDN(21), -- proprietary serial
+ propPointToPointSerial(22),
+ ppp(23),
+ softwareLoopback(24),
+ eon(25), -- CLNP over IP [11]
+ ethernet-3Mbit(26),
+ nsip(27), -- XNS over IP
+ slip(28), -- generic SLIP
+ ultra(29), -- ULTRA technologies
+ ds3(30), -- T-3
+ sip(31), -- SMDS
+ frame-relay(32)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The type of interface, distinguished according to
+ the physical/link protocol(s) immediately `below'
+ the network layer in the protocol stack."
+ ::= { ifEntry 3 }
+
+ifMtu OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The size of the largest datagram which can be
+ sent/received on the interface, specified in
+ octets. For interfaces that are used for
+ transmitting network datagrams, this is the size
+ of the largest network datagram that can be sent
+ on the interface."
+ ::= { ifEntry 4 }
+
+ifSpeed OBJECT-TYPE
+ SYNTAX Gauge
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "An estimate of the interface's current bandwidth
+ in bits per second. For interfaces which do not
+ vary in bandwidth or for those where no accurate
+ estimation can be made, this object should contain
+ the nominal bandwidth."
+ ::= { ifEntry 5 }
+
+ifPhysAddress OBJECT-TYPE
+ SYNTAX PhysAddress
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The interface's address at the protocol layer
+ immediately `below' the network layer in the
+ protocol stack. For interfaces which do not have
+ such an address (e.g., a serial line), this object
+ should contain an octet string of zero length."
+ ::= { ifEntry 6 }
+
+ifAdminStatus OBJECT-TYPE
+ SYNTAX INTEGER {
+ up(1), -- ready to pass packets
+ down(2),
+ testing(3) -- in some test mode
+ }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The desired state of the interface. The
+ testing(3) state indicates that no operational
+ packets can be passed."
+ ::= { ifEntry 7 }
+
+ifOperStatus OBJECT-TYPE
+ SYNTAX INTEGER {
+ up(1), -- ready to pass packets
+ down(2),
+ testing(3) -- in some test mode
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The current operational state of the interface.
+ The testing(3) state indicates that no operational
+ packets can be passed."
+ ::= { ifEntry 8 }
+
+ifLastChange OBJECT-TYPE
+ SYNTAX TimeTicks
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The value of sysUpTime at the time the interface
+ entered its current operational state. If the
+ current state was entered prior to the last re-
+ initialization of the local network management
+ subsystem, then this object contains a zero
+ value."
+ ::= { ifEntry 9 }
+
+ifInOctets OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of octets received on the
+ interface, including framing characters."
+ ::= { ifEntry 10 }
+
+ifInUcastPkts OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of subnetwork-unicast packets
+ delivered to a higher-layer protocol."
+ ::= { ifEntry 11 }
+
+ifInNUcastPkts OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of non-unicast (i.e., subnetwork-
+ broadcast or subnetwork-multicast) packets
+ delivered to a higher-layer protocol."
+ ::= { ifEntry 12 }
+
+ifInDiscards OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of inbound packets which were chosen
+ to be discarded even though no errors had been
+ detected to prevent their being deliverable to a
+ higher-layer protocol. One possible reason for
+ discarding such a packet could be to free up
+ buffer space."
+ ::= { ifEntry 13 }
+
+ifInErrors OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of inbound packets that contained
+ errors preventing them from being deliverable to a
+ higher-layer protocol."
+ ::= { ifEntry 14 }
+
+ifInUnknownProtos OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of packets received via the interface
+ which were discarded because of an unknown or
+ unsupported protocol."
+ ::= { ifEntry 15 }
+
+ifOutOctets OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of octets transmitted out of the
+ interface, including framing characters."
+ ::= { ifEntry 16 }
+
+ifOutUcastPkts OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of packets that higher-level
+ protocols requested be transmitted to a
+ subnetwork-unicast address, including those that
+ were discarded or not sent."
+ ::= { ifEntry 17 }
+
+ifOutNUcastPkts OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of packets that higher-level
+ protocols requested be transmitted to a non-
+ unicast (i.e., a subnetwork-broadcast or
+ subnetwork-multicast) address, including those
+ that were discarded or not sent."
+ ::= { ifEntry 18 }
+
+ifOutDiscards OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of outbound packets which were chosen
+ to be discarded even though no errors had been
+ detected to prevent their being transmitted. One
+ possible reason for discarding such a packet could
+ be to free up buffer space."
+ ::= { ifEntry 19 }
+
+ifOutErrors OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of outbound packets that could not be
+ transmitted because of errors."
+ ::= { ifEntry 20 }
+
+ifOutQLen OBJECT-TYPE
+ SYNTAX Gauge
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The length of the output packet queue (in
+ packets)."
+ ::= { ifEntry 21 }
+
+ifSpecific OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "A reference to MIB definitions specific to the
+ particular media being used to realize the
+ interface. For example, if the interface is
+ realized by an ethernet, then the value of this
+ object refers to a document defining objects
+ specific to ethernet. If this information is not
+ present, its value should be set to the OBJECT
+ IDENTIFIER { 0 0 }, which is a syntatically valid
+ object identifier, and any conformant
+ implementation of ASN.1 and BER must be able to
+ generate and recognize this value."
+ ::= { ifEntry 22 }
+
+
+-- the Address Translation group
+
+-- Implementation of the Address Translation group is
+-- mandatory for all systems. Note however that this group
+-- is deprecated by MIB-II. That is, it is being included
+
+-- solely for compatibility with MIB-I nodes, and will most
+-- likely be excluded from MIB-III nodes. From MIB-II and
+-- onwards, each network protocol group contains its own
+-- address translation tables.
+
+-- The Address Translation group contains one table which is
+-- the union across all interfaces of the translation tables
+-- for converting a NetworkAddress (e.g., an IP address) into
+-- a subnetwork-specific address. For lack of a better term,
+-- this document refers to such a subnetwork-specific address
+-- as a `physical' address.
+
+-- Examples of such translation tables are: for broadcast
+-- media where ARP is in use, the translation table is
+-- equivalent to the ARP cache; or, on an X.25 network where
+-- non-algorithmic translation to X.121 addresses is
+-- required, the translation table contains the
+-- NetworkAddress to X.121 address equivalences.
+
+atTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AtEntry
+ ACCESS not-accessible
+ STATUS deprecated
+ DESCRIPTION
+ "The Address Translation tables contain the
+ NetworkAddress to `physical' address equivalences.
+ Some interfaces do not use translation tables for
+ determining address equivalences (e.g., DDN-X.25
+ has an algorithmic method); if all interfaces are
+ of this type, then the Address Translation table
+ is empty, i.e., has zero entries."
+ ::= { at 1 }
+
+atEntry OBJECT-TYPE
+ SYNTAX AtEntry
+ ACCESS not-accessible
+ STATUS deprecated
+ DESCRIPTION
+ "Each entry contains one NetworkAddress to
+ `physical' address equivalence."
+ INDEX { atIfIndex,
+ atNetAddress }
+ ::= { atTable 1 }
+
+AtEntry ::=
+ SEQUENCE {
+ atIfIndex
+ INTEGER,
+ atPhysAddress
+ PhysAddress,
+ atNetAddress
+ NetworkAddress
+ }
+
+atIfIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS deprecated
+ DESCRIPTION
+ "The interface on which this entry's equivalence
+ is effective. The interface identified by a
+ particular value of this index is the same
+ interface as identified by the same value of
+ ifIndex."
+ ::= { atEntry 1 }
+
+atPhysAddress OBJECT-TYPE
+ SYNTAX PhysAddress
+ ACCESS read-write
+ STATUS deprecated
+ DESCRIPTION
+ "The media-dependent `physical' address.
+
+ Setting this object to a null string (one of zero
+ length) has the effect of invaliding the
+ corresponding entry in the atTable object. That
+ is, it effectively dissasociates the interface
+ identified with said entry from the mapping
+ identified with said entry. It is an
+ implementation-specific matter as to whether the
+ agent removes an invalidated entry from the table.
+ Accordingly, management stations must be prepared
+ to receive tabular information from agents that
+ corresponds to entries not currently in use.
+ Proper interpretation of such entries requires
+ examination of the relevant atPhysAddress object."
+ ::= { atEntry 2 }
+
+atNetAddress OBJECT-TYPE
+ SYNTAX NetworkAddress
+ ACCESS read-write
+ STATUS deprecated
+ DESCRIPTION
+ "The NetworkAddress (e.g., the IP address)
+ corresponding to the media-dependent `physical'
+ address."
+ ::= { atEntry 3 }
+
+
+-- the IP group
+
+-- Implementation of the IP group is mandatory for all
+-- systems.
+
+ipForwarding OBJECT-TYPE
+ SYNTAX INTEGER {
+ forwarding(1), -- acting as a gateway
+ not-forwarding(2) -- NOT acting as a gateway
+ }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The indication of whether this entity is acting
+ as an IP gateway in respect to the forwarding of
+ datagrams received by, but not addressed to, this
+ entity. IP gateways forward datagrams. IP hosts
+ do not (except those source-routed via the host).
+
+ Note that for some managed nodes, this object may
+ take on only a subset of the values possible.
+ Accordingly, it is appropriate for an agent to
+ return a `badValue' response if a management
+ station attempts to change this object to an
+ inappropriate value."
+ ::= { ip 1 }
+
+ipDefaultTTL OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The default value inserted into the Time-To-Live
+ field of the IP header of datagrams originated at
+ this entity, whenever a TTL value is not supplied
+ by the transport layer protocol."
+ ::= { ip 2 }
+
+ipInReceives OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of input datagrams received from
+ interfaces, including those received in error."
+ ::= { ip 3 }
+
+ipInHdrErrors OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of input datagrams discarded due to
+ errors in their IP headers, including bad
+ checksums, version number mismatch, other format
+ errors, time-to-live exceeded, errors discovered
+ in processing their IP options, etc."
+ ::= { ip 4 }
+
+ipInAddrErrors OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of input datagrams discarded because
+ the IP address in their IP header's destination
+ field was not a valid address to be received at
+ this entity. This count includes invalid
+ addresses (e.g., 0.0.0.0) and addresses of
+ unsupported Classes (e.g., Class E). For entities
+ which are not IP Gateways and therefore do not
+ forward datagrams, this counter includes datagrams
+ discarded because the destination address was not
+ a local address."
+ ::= { ip 5 }
+
+ipForwDatagrams OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of input datagrams for which this
+ entity was not their final IP destination, as a
+ result of which an attempt was made to find a
+ route to forward them to that final destination.
+ In entities which do not act as IP Gateways, this
+ counter will include only those packets which were
+ Source-Routed via this entity, and the Source-
+ Route option processing was successful."
+ ::= { ip 6 }
+
+ipInUnknownProtos OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of locally-addressed datagrams
+ received successfully but discarded because of an
+ unknown or unsupported protocol."
+ ::= { ip 7 }
+
+ipInDiscards OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of input IP datagrams for which no
+ problems were encountered to prevent their
+ continued processing, but which were discarded
+ (e.g., for lack of buffer space). Note that this
+ counter does not include any datagrams discarded
+ while awaiting re-assembly."
+ ::= { ip 8 }
+
+ipInDelivers OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of input datagrams successfully
+ delivered to IP user-protocols (including ICMP)."
+ ::= { ip 9 }
+
+ipOutRequests OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of IP datagrams which local IP
+ user-protocols (including ICMP) supplied to IP in
+ requests for transmission. Note that this counter
+ does not include any datagrams counted in
+ ipForwDatagrams."
+ ::= { ip 10 }
+
+ipOutDiscards OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of output IP datagrams for which no
+ problem was encountered to prevent their
+ transmission to their destination, but which were
+ discarded (e.g., for lack of buffer space). Note
+ that this counter would include datagrams counted
+ in ipForwDatagrams if any such packets met this
+ (discretionary) discard criterion."
+ ::= { ip 11 }
+
+ipOutNoRoutes OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of IP datagrams discarded because no
+ route could be found to transmit them to their
+ destination. Note that this counter includes any
+ packets counted in ipForwDatagrams which meet this
+ `no-route' criterion. Note that this includes any
+ datagarms which a host cannot route because all of
+ its default gateways are down."
+ ::= { ip 12 }
+
+ipReasmTimeout OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The maximum number of seconds which received
+ fragments are held while they are awaiting
+ reassembly at this entity."
+ ::= { ip 13 }
+
+ipReasmReqds OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of IP fragments received which needed
+ to be reassembled at this entity."
+ ::= { ip 14 }
+
+ipReasmOKs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of IP datagrams successfully re-
+ assembled."
+ ::= { ip 15 }
+
+ipReasmFails OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of failures detected by the IP re-
+ assembly algorithm (for whatever reason: timed
+ out, errors, etc). Note that this is not
+ necessarily a count of discarded IP fragments
+ since some algorithms (notably the algorithm in
+ RFC 815) can lose track of the number of fragments
+ by combining them as they are received."
+ ::= { ip 16 }
+
+ipFragOKs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of IP datagrams that have been
+ successfully fragmented at this entity."
+ ::= { ip 17 }
+
+ipFragFails OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of IP datagrams that have been
+ discarded because they needed to be fragmented at
+ this entity but could not be, e.g., because their
+ Don't Fragment flag was set."
+ ::= { ip 18 }
+
+ipFragCreates OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of IP datagram fragments that have
+ been generated as a result of fragmentation at
+ this entity."
+ ::= { ip 19 }
+
+-- the IP address table
+
+-- The IP address table contains this entity's IP addressing
+-- information.
+
+ipAddrTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IpAddrEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "The table of addressing information relevant to
+ this entity's IP addresses."
+ ::= { ip 20 }
+
+ipAddrEntry OBJECT-TYPE
+ SYNTAX IpAddrEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "The addressing information for one of this
+ entity's IP addresses."
+ INDEX { ipAdEntAddr }
+ ::= { ipAddrTable 1 }
+
+IpAddrEntry ::=
+ SEQUENCE {
+ ipAdEntAddr
+ IpAddress,
+ ipAdEntIfIndex
+ INTEGER,
+ ipAdEntNetMask
+ IpAddress,
+ ipAdEntBcastAddr
+ INTEGER,
+ ipAdEntReasmMaxSize
+ INTEGER (0..65535)
+ }
+
+ipAdEntAddr OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The IP address to which this entry's addressing
+ information pertains."
+ ::= { ipAddrEntry 1 }
+
+ipAdEntIfIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The index value which uniquely identifies the
+ interface to which this entry is applicable. The
+ interface identified by a particular value of this
+ index is the same interface as identified by the
+ same value of ifIndex."
+ ::= { ipAddrEntry 2 }
+
+ipAdEntNetMask OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The subnet mask associated with the IP address of
+ this entry. The value of the mask is an IP
+ address with all the network bits set to 1 and all
+ the hosts bits set to 0."
+ ::= { ipAddrEntry 3 }
+
+ipAdEntBcastAddr OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The value of the least-significant bit in the IP
+ broadcast address used for sending datagrams on
+ the (logical) interface associated with the IP
+ address of this entry. For example, when the
+ Internet standard all-ones broadcast address is
+ used, the value will be 1. This value applies to
+ both the subnet and network broadcasts addresses
+ used by the entity on this (logical) interface."
+ ::= { ipAddrEntry 4 }
+
+ipAdEntReasmMaxSize OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The size of the largest IP datagram which this
+ entity can re-assemble from incoming IP fragmented
+ datagrams received on this interface."
+ ::= { ipAddrEntry 5 }
+
+-- the IP routing table
+
+-- The IP routing table contains an entry for each route
+-- presently known to this entity.
+
+ipRouteTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IpRouteEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "This entity's IP Routing table."
+ ::= { ip 21 }
+
+ipRouteEntry OBJECT-TYPE
+ SYNTAX IpRouteEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "A route to a particular destination."
+ INDEX { ipRouteDest }
+ ::= { ipRouteTable 1 }
+
+IpRouteEntry ::=
+ SEQUENCE {
+ ipRouteDest
+ IpAddress,
+ ipRouteIfIndex
+ INTEGER,
+ ipRouteMetric1
+ INTEGER,
+ ipRouteMetric2
+ INTEGER,
+ ipRouteMetric3
+ INTEGER,
+ ipRouteMetric4
+ INTEGER,
+ ipRouteNextHop
+ IpAddress,
+ ipRouteType
+ INTEGER,
+ ipRouteProto
+ INTEGER,
+ ipRouteAge
+ INTEGER,
+ ipRouteMask
+ IpAddress,
+ ipRouteMetric5
+ INTEGER,
+ ipRouteInfo
+ OBJECT IDENTIFIER
+ }
+
+ipRouteDest OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The destination IP address of this route. An
+ entry with a value of 0.0.0.0 is considered a
+ default route. Multiple routes to a single
+ destination can appear in the table, but access to
+ such multiple entries is dependent on the table-
+ access mechanisms defined by the network
+ management protocol in use."
+ ::= { ipRouteEntry 1 }
+
+ipRouteIfIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The index value which uniquely identifies the
+ local interface through which the next hop of this
+ route should be reached. The interface identified
+ by a particular value of this index is the same
+ interface as identified by the same value of
+ ifIndex."
+ ::= { ipRouteEntry 2 }
+
+ipRouteMetric1 OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The primary routing metric for this route. The
+ semantics of this metric are determined by the
+ routing-protocol specified in the route's
+ ipRouteProto value. If this metric is not used,
+ its value should be set to -1."
+ ::= { ipRouteEntry 3 }
+
+ipRouteMetric2 OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "An alternate routing metric for this route. The
+ semantics of this metric are determined by the
+ routing-protocol specified in the route's
+ ipRouteProto value. If this metric is not used,
+ its value should be set to -1."
+ ::= { ipRouteEntry 4 }
+
+ipRouteMetric3 OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "An alternate routing metric for this route. The
+ semantics of this metric are determined by the
+ routing-protocol specified in the route's
+ ipRouteProto value. If this metric is not used,
+ its value should be set to -1."
+ ::= { ipRouteEntry 5 }
+
+ipRouteMetric4 OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "An alternate routing metric for this route. The
+ semantics of this metric are determined by the
+ routing-protocol specified in the route's
+ ipRouteProto value. If this metric is not used,
+ its value should be set to -1."
+ ::= { ipRouteEntry 6 }
+
+ipRouteNextHop OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The IP address of the next hop of this route.
+ (In the case of a route bound to an interface
+ which is realized via a broadcast media, the value
+ of this field is the agent's IP address on that
+ interface.)"
+ ::= { ipRouteEntry 7 }
+
+ipRouteType OBJECT-TYPE
+ SYNTAX INTEGER {
+ other(1), -- none of the following
+
+ invalid(2), -- an invalidated route
+
+ -- route to directly
+ direct(3), -- connected (sub-)network
+
+ -- route to a non-local
+ indirect(4) -- host/network/sub-network
+ }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The type of route. Note that the values
+ direct(3) and indirect(4) refer to the notion of
+ direct and indirect routing in the IP
+ architecture.
+
+ Setting this object to the value invalid(2) has
+ the effect of invalidating the corresponding entry
+ in the ipRouteTable object. That is, it
+ effectively dissasociates the destination
+ identified with said entry from the route
+ identified with said entry. It is an
+ implementation-specific matter as to whether the
+ agent removes an invalidated entry from the table.
+ Accordingly, management stations must be prepared
+ to receive tabular information from agents that
+ corresponds to entries not currently in use.
+ Proper interpretation of such entries requires
+ examination of the relevant ipRouteType object."
+ ::= { ipRouteEntry 8 }
+
+ipRouteProto OBJECT-TYPE
+ SYNTAX INTEGER {
+ other(1), -- none of the following
+
+ -- non-protocol information,
+ -- e.g., manually configured
+ local(2), -- entries
+
+ -- set via a network
+ netmgmt(3), -- management protocol
+
+ -- obtained via ICMP,
+ icmp(4), -- e.g., Redirect
+
+ -- the remaining values are
+ -- all gateway routing
+ -- protocols
+ egp(5),
+ ggp(6),
+ hello(7),
+ rip(8),
+ is-is(9),
+ es-is(10),
+ ciscoIgrp(11),
+ bbnSpfIgp(12),
+ ospf(13),
+ bgp(14)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The routing mechanism via which this route was
+ learned. Inclusion of values for gateway routing
+ protocols is not intended to imply that hosts
+ should support those protocols."
+ ::= { ipRouteEntry 9 }
+
+ipRouteAge OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The number of seconds since this route was last
+ updated or otherwise determined to be correct.
+ Note that no semantics of `too old' can be implied
+ except through knowledge of the routing protocol
+ by which the route was learned."
+ ::= { ipRouteEntry 10 }
+
+ipRouteMask OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "Indicate the mask to be logical-ANDed with the
+ destination address before being compared to the
+ value in the ipRouteDest field. For those systems
+ that do not support arbitrary subnet masks, an
+ agent constructs the value of the ipRouteMask by
+ determining whether the value of the correspondent
+ ipRouteDest field belong to a class-A, B, or C
+ network, and then using one of:
+
+ mask network
+ 255.0.0.0 class-A
+ 255.255.0.0 class-B
+ 255.255.255.0 class-C
+ If the value of the ipRouteDest is 0.0.0.0 (a
+ default route), then the mask value is also
+ 0.0.0.0. It should be noted that all IP routing
+ subsystems implicitly use this mechanism."
+ ::= { ipRouteEntry 11 }
+
+ipRouteMetric5 OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "An alternate routing metric for this route. The
+ semantics of this metric are determined by the
+ routing-protocol specified in the route's
+ ipRouteProto value. If this metric is not used,
+ its value should be set to -1."
+ ::= { ipRouteEntry 12 }
+
+ipRouteInfo OBJECT-TYPE
+ SYNTAX OBJECT IDENTIFIER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "A reference to MIB definitions specific to the
+ particular routing protocol which is responsible
+ for this route, as determined by the value
+ specified in the route's ipRouteProto value. If
+ this information is not present, its value should
+ be set to the OBJECT IDENTIFIER { 0 0 }, which is
+ a syntatically valid object identifier, and any
+ conformant implementation of ASN.1 and BER must be
+ able to generate and recognize this value."
+ ::= { ipRouteEntry 13 }
+
+
+-- the IP Address Translation table
+
+-- The IP address translation table contain the IpAddress to
+-- `physical' address equivalences. Some interfaces do not
+-- use translation tables for determining address
+-- equivalences (e.g., DDN-X.25 has an algorithmic method);
+-- if all interfaces are of this type, then the Address
+-- Translation table is empty, i.e., has zero entries.
+
+ipNetToMediaTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IpNetToMediaEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "The IP Address Translation table used for mapping
+ from IP addresses to physical addresses."
+ ::= { ip 22 }
+
+ipNetToMediaEntry OBJECT-TYPE
+ SYNTAX IpNetToMediaEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "Each entry contains one IpAddress to `physical'
+ address equivalence."
+ INDEX { ipNetToMediaIfIndex,
+ ipNetToMediaNetAddress }
+ ::= { ipNetToMediaTable 1 }
+
+IpNetToMediaEntry ::=
+ SEQUENCE {
+ ipNetToMediaIfIndex
+ INTEGER,
+ ipNetToMediaPhysAddress
+ PhysAddress,
+ ipNetToMediaNetAddress
+ IpAddress,
+ ipNetToMediaType
+ INTEGER
+ }
+
+ipNetToMediaIfIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The interface on which this entry's equivalence
+ is effective. The interface identified by a
+ particular value of this index is the same
+ interface as identified by the same value of
+ ifIndex."
+ ::= { ipNetToMediaEntry 1 }
+
+ipNetToMediaPhysAddress OBJECT-TYPE
+ SYNTAX PhysAddress
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The media-dependent `physical' address."
+ ::= { ipNetToMediaEntry 2 }
+
+ipNetToMediaNetAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The IpAddress corresponding to the media-
+ dependent `physical' address."
+ ::= { ipNetToMediaEntry 3 }
+
+ipNetToMediaType OBJECT-TYPE
+ SYNTAX INTEGER {
+ other(1), -- none of the following
+ invalid(2), -- an invalidated mapping
+ dynamic(3),
+ static(4)
+ }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The type of mapping.
+
+ Setting this object to the value invalid(2) has
+ the effect of invalidating the corresponding entry
+ in the ipNetToMediaTable. That is, it effectively
+ dissasociates the interface identified with said
+ entry from the mapping identified with said entry.
+ It is an implementation-specific matter as to
+ whether the agent removes an invalidated entry
+ from the table. Accordingly, management stations
+ must be prepared to receive tabular information
+ from agents that corresponds to entries not
+ currently in use. Proper interpretation of such
+ entries requires examination of the relevant
+ ipNetToMediaType object."
+ ::= { ipNetToMediaEntry 4 }
+
+
+-- additional IP objects
+
+ipRoutingDiscards OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of routing entries which were chosen
+ to be discarded even though they are valid. One
+ possible reason for discarding such an entry could
+ be to free-up buffer space for other routing
+ entries."
+ ::= { ip 23 }
+
+
+-- the ICMP group
+
+-- Implementation of the ICMP group is mandatory for all
+-- systems.
+
+icmpInMsgs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of ICMP messages which the
+ entity received. Note that this counter includes
+ all those counted by icmpInErrors."
+ ::= { icmp 1 }
+
+icmpInErrors OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP messages which the entity
+ received but determined as having ICMP-specific
+ errors (bad ICMP checksums, bad length, etc.)."
+ ::= { icmp 2 }
+
+icmpInDestUnreachs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Destination Unreachable
+ messages received."
+ ::= { icmp 3 }
+
+icmpInTimeExcds OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Time Exceeded messages
+ received."
+ ::= { icmp 4 }
+
+icmpInParmProbs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Parameter Problem messages
+ received."
+ ::= { icmp 5 }
+
+icmpInSrcQuenchs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Source Quench messages
+ received."
+ ::= { icmp 6 }
+
+icmpInRedirects OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Redirect messages received."
+ ::= { icmp 7 }
+
+icmpInEchos OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Echo (request) messages
+ received."
+ ::= { icmp 8 }
+
+icmpInEchoReps OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Echo Reply messages received."
+ ::= { icmp 9 }
+
+icmpInTimestamps OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Timestamp (request) messages
+ received."
+ ::= { icmp 10 }
+
+icmpInTimestampReps OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Timestamp Reply messages
+ received."
+ ::= { icmp 11 }
+
+icmpInAddrMasks OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Address Mask Request messages
+ received."
+ ::= { icmp 12 }
+
+icmpInAddrMaskReps OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Address Mask Reply messages
+ received."
+ ::= { icmp 13 }
+
+icmpOutMsgs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of ICMP messages which this
+ entity attempted to send. Note that this counter
+ includes all those counted by icmpOutErrors."
+ ::= { icmp 14 }
+
+icmpOutErrors OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP messages which this entity did
+ not send due to problems discovered within ICMP
+ such as a lack of buffers. This value should not
+ include errors discovered outside the ICMP layer
+ such as the inability of IP to route the resultant
+ datagram. In some implementations there may be no
+ types of error which contribute to this counter's
+ value."
+ ::= { icmp 15 }
+
+icmpOutDestUnreachs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Destination Unreachable
+ messages sent."
+ ::= { icmp 16 }
+
+icmpOutTimeExcds OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Time Exceeded messages sent."
+ ::= { icmp 17 }
+
+icmpOutParmProbs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Parameter Problem messages
+ sent."
+ ::= { icmp 18 }
+
+icmpOutSrcQuenchs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Source Quench messages sent."
+ ::= { icmp 19 }
+
+icmpOutRedirects OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Redirect messages sent. For a
+ host, this object will always be zero, since hosts
+ do not send redirects."
+ ::= { icmp 20 }
+
+icmpOutEchos OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Echo (request) messages sent."
+ ::= { icmp 21 }
+
+icmpOutEchoReps OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Echo Reply messages sent."
+ ::= { icmp 22 }
+
+icmpOutTimestamps OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Timestamp (request) messages
+ sent."
+ ::= { icmp 23 }
+
+icmpOutTimestampReps OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Timestamp Reply messages
+ sent."
+ ::= { icmp 24 }
+
+icmpOutAddrMasks OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Address Mask Request messages
+ sent."
+ ::= { icmp 25 }
+
+icmpOutAddrMaskReps OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of ICMP Address Mask Reply messages
+ sent."
+ ::= { icmp 26 }
+
+
+-- the TCP group
+
+-- Implementation of the TCP group is mandatory for all
+-- systems that implement the TCP.
+
+-- Note that instances of object types that represent
+-- information about a particular TCP connection are
+-- transient; they persist only as long as the connection
+-- in question.
+
+tcpRtoAlgorithm OBJECT-TYPE
+ SYNTAX INTEGER {
+ other(1), -- none of the following
+
+ constant(2), -- a constant rto
+ rsre(3), -- MIL-STD-1778, Appendix B
+ vanj(4) -- Van Jacobson's algorithm [10]
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The algorithm used to determine the timeout value
+ used for retransmitting unacknowledged octets."
+ ::= { tcp 1 }
+
+tcpRtoMin OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The minimum value permitted by a TCP
+ implementation for the retransmission timeout,
+ measured in milliseconds. More refined semantics
+ for objects of this type depend upon the algorithm
+ used to determine the retransmission timeout. In
+ particular, when the timeout algorithm is rsre(3),
+ an object of this type has the semantics of the
+ LBOUND quantity described in RFC 793."
+ ::= { tcp 2 }
+
+
+tcpRtoMax OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The maximum value permitted by a TCP
+ implementation for the retransmission timeout,
+ measured in milliseconds. More refined semantics
+ for objects of this type depend upon the algorithm
+ used to determine the retransmission timeout. In
+ particular, when the timeout algorithm is rsre(3),
+ an object of this type has the semantics of the
+ UBOUND quantity described in RFC 793."
+ ::= { tcp 3 }
+
+tcpMaxConn OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The limit on the total number of TCP connections
+ the entity can support. In entities where the
+ maximum number of connections is dynamic, this
+ object should contain the value -1."
+ ::= { tcp 4 }
+
+tcpActiveOpens OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of times TCP connections have made a
+ direct transition to the SYN-SENT state from the
+ CLOSED state."
+ ::= { tcp 5 }
+
+tcpPassiveOpens OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of times TCP connections have made a
+ direct transition to the SYN-RCVD state from the
+ LISTEN state."
+ ::= { tcp 6 }
+
+tcpAttemptFails OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of times TCP connections have made a
+ direct transition to the CLOSED state from either
+ the SYN-SENT state or the SYN-RCVD state, plus the
+ number of times TCP connections have made a direct
+ transition to the LISTEN state from the SYN-RCVD
+ state."
+ ::= { tcp 7 }
+
+tcpEstabResets OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of times TCP connections have made a
+ direct transition to the CLOSED state from either
+ the ESTABLISHED state or the CLOSE-WAIT state."
+ ::= { tcp 8 }
+
+tcpCurrEstab OBJECT-TYPE
+ SYNTAX Gauge
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of TCP connections for which the
+ current state is either ESTABLISHED or CLOSE-
+ WAIT."
+ ::= { tcp 9 }
+
+tcpInSegs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of segments received, including
+ those received in error. This count includes
+ segments received on currently established
+ connections."
+ ::= { tcp 10 }
+
+tcpOutSegs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of segments sent, including
+ those on current connections but excluding those
+ containing only retransmitted octets."
+ ::= { tcp 11 }
+
+tcpRetransSegs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of segments retransmitted - that
+ is, the number of TCP segments transmitted
+ containing one or more previously transmitted
+ octets."
+ ::= { tcp 12 }
+
+
+-- the TCP Connection table
+
+-- The TCP connection table contains information about this
+-- entity's existing TCP connections.
+
+tcpConnTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF TcpConnEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "A table containing TCP connection-specific
+ information."
+ ::= { tcp 13 }
+
+tcpConnEntry OBJECT-TYPE
+ SYNTAX TcpConnEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "Information about a particular current TCP
+ connection. An object of this type is transient,
+ in that it ceases to exist when (or soon after)
+ the connection makes the transition to the CLOSED
+ state."
+ INDEX { tcpConnLocalAddress,
+ tcpConnLocalPort,
+ tcpConnRemAddress,
+ tcpConnRemPort }
+ ::= { tcpConnTable 1 }
+
+TcpConnEntry ::=
+ SEQUENCE {
+ tcpConnState
+ INTEGER,
+ tcpConnLocalAddress
+ IpAddress,
+ tcpConnLocalPort
+ INTEGER (0..65535),
+ tcpConnRemAddress
+ IpAddress,
+ tcpConnRemPort
+ INTEGER (0..65535)
+ }
+
+tcpConnState OBJECT-TYPE
+ SYNTAX INTEGER {
+ closed(1),
+ listen(2),
+ synSent(3),
+ synReceived(4),
+ established(5),
+ finWait1(6),
+ finWait2(7),
+ closeWait(8),
+ lastAck(9),
+ closing(10),
+ timeWait(11),
+ deleteTCB(12)
+ }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "The state of this TCP connection.
+
+ The only value which may be set by a management
+ station is deleteTCB(12). Accordingly, it is
+ appropriate for an agent to return a `badValue'
+ response if a management station attempts to set
+ this object to any other value.
+
+ If a management station sets this object to the
+ value deleteTCB(12), then this has the effect of
+ deleting the TCB (as defined in RFC 793) of the
+ corresponding connection on the managed node,
+ resulting in immediate termination of the
+ connection.
+
+ As an implementation-specific option, a RST
+ segment may be sent from the managed node to the
+ other TCP endpoint (note however that RST segments
+ are not sent reliably)."
+ ::= { tcpConnEntry 1 }
+
+tcpConnLocalAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The local IP address for this TCP connection. In
+ the case of a connection in the listen state which
+ is willing to accept connections for any IP
+ interface associated with the node, the value
+ 0.0.0.0 is used."
+ ::= { tcpConnEntry 2 }
+
+tcpConnLocalPort OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The local port number for this TCP connection."
+ ::= { tcpConnEntry 3 }
+
+tcpConnRemAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The remote IP address for this TCP connection."
+ ::= { tcpConnEntry 4 }
+
+tcpConnRemPort OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The remote port number for this TCP connection."
+ ::= { tcpConnEntry 5 }
+
+
+-- additional TCP objects
+
+tcpInErrs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of segments received in error
+ (e.g., bad TCP checksums)."
+ ::= { tcp 14 }
+
+tcpOutRsts OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of TCP segments sent containing the
+ RST flag."
+ ::= { tcp 15 }
+
+
+-- the UDP group
+
+-- Implementation of the UDP group is mandatory for all
+-- systems which implement the UDP.
+
+udpInDatagrams OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of UDP datagrams delivered to
+ UDP users."
+ ::= { udp 1 }
+
+udpNoPorts OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of received UDP datagrams for
+ which there was no application at the destination
+ port."
+ ::= { udp 2 }
+
+udpInErrors OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of received UDP datagrams that could
+ not be delivered for reasons other than the lack
+ of an application at the destination port."
+ ::= { udp 3 }
+
+udpOutDatagrams OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of UDP datagrams sent from this
+ entity."
+ ::= { udp 4 }
+
+
+-- the UDP Listener table
+
+-- The UDP listener table contains information about this
+-- entity's UDP end-points on which a local application is
+-- currently accepting datagrams.
+
+udpTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF UdpEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "A table containing UDP listener information."
+ ::= { udp 5 }
+
+udpEntry OBJECT-TYPE
+ SYNTAX UdpEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "Information about a particular current UDP
+ listener."
+ INDEX { udpLocalAddress, udpLocalPort }
+ ::= { udpTable 1 }
+
+UdpEntry ::=
+ SEQUENCE {
+ udpLocalAddress
+ IpAddress,
+ udpLocalPort
+ INTEGER (0..65535)
+ }
+
+udpLocalAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The local IP address for this UDP listener. In
+ the case of a UDP listener which is willing to
+ accept datagrams for any IP interface associated
+ with the node, the value 0.0.0.0 is used."
+ ::= { udpEntry 1 }
+
+udpLocalPort OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The local port number for this UDP listener."
+ ::= { udpEntry 2 }
+
+
+-- the EGP group
+
+-- Implementation of the EGP group is mandatory for all
+-- systems which implement the EGP.
+
+egpInMsgs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of EGP messages received without
+ error."
+ ::= { egp 1 }
+
+egpInErrors OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of EGP messages received that proved
+ to be in error."
+ ::= { egp 2 }
+
+egpOutMsgs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of locally generated EGP
+ messages."
+ ::= { egp 3 }
+
+egpOutErrors OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of locally generated EGP messages not
+ sent due to resource limitations within an EGP
+ entity."
+ ::= { egp 4 }
+
+
+-- the EGP Neighbor table
+
+-- The EGP neighbor table contains information about this
+-- entity's EGP neighbors.
+
+egpNeighTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF EgpNeighEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "The EGP neighbor table."
+ ::= { egp 5 }
+
+egpNeighEntry OBJECT-TYPE
+ SYNTAX EgpNeighEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "Information about this entity's relationship with
+ a particular EGP neighbor."
+ INDEX { egpNeighAddr }
+ ::= { egpNeighTable 1 }
+
+EgpNeighEntry ::=
+ SEQUENCE {
+ egpNeighState
+ INTEGER,
+ egpNeighAddr
+ IpAddress,
+ egpNeighAs
+ INTEGER,
+ egpNeighInMsgs
+ Counter,
+ egpNeighInErrs
+ Counter,
+ egpNeighOutMsgs
+ Counter,
+ egpNeighOutErrs
+ Counter,
+ egpNeighInErrMsgs
+ Counter,
+ egpNeighOutErrMsgs
+ Counter,
+ egpNeighStateUps
+ Counter,
+ egpNeighStateDowns
+ Counter,
+ egpNeighIntervalHello
+ INTEGER,
+ egpNeighIntervalPoll
+ INTEGER,
+ egpNeighMode
+ INTEGER,
+ egpNeighEventTrigger
+ INTEGER
+ }
+
+egpNeighState OBJECT-TYPE
+ SYNTAX INTEGER {
+ idle(1),
+ acquisition(2),
+ down(3),
+ up(4),
+ cease(5)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The EGP state of the local system with respect to
+ this entry's EGP neighbor. Each EGP state is
+ represented by a value that is one greater than
+ the numerical value associated with said state in
+ RFC 904."
+ ::= { egpNeighEntry 1 }
+
+egpNeighAddr OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The IP address of this entry's EGP neighbor."
+ ::= { egpNeighEntry 2 }
+
+egpNeighAs OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The autonomous system of this EGP peer. Zero
+ should be specified if the autonomous system
+ number of the neighbor is not yet known."
+ ::= { egpNeighEntry 3 }
+
+egpNeighInMsgs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of EGP messages received without error
+ from this EGP peer."
+ ::= { egpNeighEntry 4 }
+
+egpNeighInErrs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of EGP messages received from this EGP
+ peer that proved to be in error (e.g., bad EGP
+ checksum)."
+ ::= { egpNeighEntry 5 }
+
+egpNeighOutMsgs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of locally generated EGP messages to
+ this EGP peer."
+ ::= { egpNeighEntry 6 }
+
+egpNeighOutErrs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of locally generated EGP messages not
+ sent to this EGP peer due to resource limitations
+ within an EGP entity."
+ ::= { egpNeighEntry 7 }
+
+egpNeighInErrMsgs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of EGP-defined error messages received
+ from this EGP peer."
+ ::= { egpNeighEntry 8 }
+
+egpNeighOutErrMsgs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of EGP-defined error messages sent to
+ this EGP peer."
+ ::= { egpNeighEntry 9 }
+
+egpNeighStateUps OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of EGP state transitions to the UP
+ state with this EGP peer."
+ ::= { egpNeighEntry 10 }
+
+egpNeighStateDowns OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The number of EGP state transitions from the UP
+ state to any other state with this EGP peer."
+ ::= { egpNeighEntry 11 }
+
+egpNeighIntervalHello OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The interval between EGP Hello command
+ retransmissions (in hundredths of a second). This
+ represents the t1 timer as defined in RFC 904."
+ ::= { egpNeighEntry 12 }
+
+egpNeighIntervalPoll OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The interval between EGP poll command
+ retransmissions (in hundredths of a second). This
+ represents the t3 timer as defined in RFC 904."
+ ::= { egpNeighEntry 13 }
+
+egpNeighMode OBJECT-TYPE
+ SYNTAX INTEGER { active(1), passive(2) }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The polling mode of this EGP entity, either
+ passive or active."
+ ::= { egpNeighEntry 14 }
+
+egpNeighEventTrigger OBJECT-TYPE
+ SYNTAX INTEGER { start(1), stop(2) }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "A control variable used to trigger operator-
+ initiated Start and Stop events. When read, this
+ variable always returns the most recent value that
+ egpNeighEventTrigger was set to. If it has not
+ been set since the last initialization of the
+ network management subsystem on the node, it
+ returns a value of `stop'.
+
+ When set, this variable causes a Start or Stop
+ event on the specified neighbor, as specified on
+ pages 8-10 of RFC 904. Briefly, a Start event
+ causes an Idle peer to begin neighbor acquisition
+ and a non-Idle peer to reinitiate neighbor
+ acquisition. A stop event causes a non-Idle peer
+ to return to the Idle state until a Start event
+ occurs, either via egpNeighEventTrigger or
+ otherwise."
+ ::= { egpNeighEntry 15 }
+
+
+-- additional EGP objects
+
+egpAs OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The autonomous system number of this EGP entity."
+ ::= { egp 6 }
+
+-- the Transmission group
+
+-- Based on the transmission media underlying each interface
+-- on a system, the corresponding portion of the Transmission
+-- group is mandatory for that system.
+
+-- When Internet-standard definitions for managing
+-- transmission media are defined, the transmission group is
+-- used to provide a prefix for the names of those objects.
+
+-- Typically, such definitions reside in the experimental
+-- portion of the MIB until they are "proven", then as a
+-- part of the Internet standardization process, the
+-- definitions are accordingly elevated and a new object
+-- identifier, under the transmission group is defined. By
+-- convention, the name assigned is:
+--
+-- type OBJECT IDENTIFIER ::= { transmission number }
+--
+-- where "type" is the symbolic value used for the media in
+-- the ifType column of the ifTable object, and "number" is
+-- the actual integer value corresponding to the symbol.
+
+
+-- the SNMP group
+
+-- Implementation of the SNMP group is mandatory for all
+-- systems which support an SNMP protocol entity. Some of
+-- the objects defined below will be zero-valued in those
+-- SNMP implementations that are optimized to support only
+-- those functions specific to either a management agent or
+-- a management station. In particular, it should be
+-- observed that the objects below refer to an SNMP entity,
+-- and there may be several SNMP entities residing on a
+-- managed node (e.g., if the node is hosting acting as
+-- a management station).
+
+snmpInPkts OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of Messages delivered to the
+ SNMP entity from the transport service."
+ ::= { snmp 1 }
+
+snmpOutPkts OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Messages which were
+ passed from the SNMP protocol entity to the
+ transport service."
+ ::= { snmp 2 }
+
+snmpInBadVersions OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Messages which were
+ delivered to the SNMP protocol entity and were for
+ an unsupported SNMP version."
+ ::= { snmp 3 }
+
+snmpInBadCommunityNames OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Messages delivered to
+ the SNMP protocol entity which used a SNMP
+ community name not known to said entity."
+ ::= { snmp 4 }
+
+snmpInBadCommunityUses OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Messages delivered to
+ the SNMP protocol entity which represented an SNMP
+ operation which was not allowed by the SNMP
+ community named in the Message."
+ ::= { snmp 5 }
+
+snmpInASNParseErrs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of ASN.1 or BER errors
+ encountered by the SNMP protocol entity when
+ decoding received SNMP Messages."
+ ::= { snmp 6 }
+
+-- { snmp 7 } is not used
+
+snmpInTooBigs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP PDUs which were
+ delivered to the SNMP protocol entity and for
+ which the value of the error-status field is
+ `tooBig'."
+ ::= { snmp 8 }
+
+snmpInNoSuchNames OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP PDUs which were
+ delivered to the SNMP protocol entity and for
+ which the value of the error-status field is
+ `noSuchName'."
+ ::= { snmp 9 }
+
+snmpInBadValues OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP PDUs which were
+ delivered to the SNMP protocol entity and for
+ which the value of the error-status field is
+ `badValue'."
+ ::= { snmp 10 }
+
+snmpInReadOnlys OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number valid SNMP PDUs which were
+ delivered to the SNMP protocol entity and for
+ which the value of the error-status field is
+ `readOnly'. It should be noted that it is a
+ protocol error to generate an SNMP PDU which
+ contains the value `readOnly' in the error-status
+ field, as such this object is provided as a means
+ of detecting incorrect implementations of the
+ SNMP."
+ ::= { snmp 11 }
+
+snmpInGenErrs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP PDUs which were
+ delivered to the SNMP protocol entity and for
+ which the value of the error-status field is
+ `genErr'."
+ ::= { snmp 12 }
+
+snmpInTotalReqVars OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of MIB objects which have been
+ retrieved successfully by the SNMP protocol entity
+ as the result of receiving valid SNMP Get-Request
+ and Get-Next PDUs."
+ ::= { snmp 13 }
+
+snmpInTotalSetVars OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of MIB objects which have been
+ altered successfully by the SNMP protocol entity
+ as the result of receiving valid SNMP Set-Request
+ PDUs."
+ ::= { snmp 14 }
+
+snmpInGetRequests OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Get-Request PDUs which
+ have been accepted and processed by the SNMP
+ protocol entity."
+ ::= { snmp 15 }
+
+snmpInGetNexts OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Get-Next PDUs which have
+ been accepted and processed by the SNMP protocol
+ entity."
+ ::= { snmp 16 }
+
+snmpInSetRequests OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Set-Request PDUs which
+ have been accepted and processed by the SNMP
+ protocol entity."
+ ::= { snmp 17 }
+
+snmpInGetResponses OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Get-Response PDUs which
+ have been accepted and processed by the SNMP
+ protocol entity."
+ ::= { snmp 18 }
+
+snmpInTraps OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Trap PDUs which have
+ been accepted and processed by the SNMP protocol
+ entity."
+ ::= { snmp 19 }
+
+snmpOutTooBigs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP PDUs which were
+ generated by the SNMP protocol entity and for
+ which the value of the error-status field is
+ `tooBig.'"
+ ::= { snmp 20 }
+
+snmpOutNoSuchNames OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP PDUs which were
+ generated by the SNMP protocol entity and for
+ which the value of the error-status is
+ `noSuchName'."
+ ::= { snmp 21 }
+
+snmpOutBadValues OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP PDUs which were
+ generated by the SNMP protocol entity and for
+ which the value of the error-status field is
+ `badValue'."
+ ::= { snmp 22 }
+
+-- { snmp 23 } is not used
+
+snmpOutGenErrs OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP PDUs which were
+ generated by the SNMP protocol entity and for
+ which the value of the error-status field is
+ `genErr'."
+ ::= { snmp 24 }
+
+snmpOutGetRequests OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Get-Request PDUs which
+ have been generated by the SNMP protocol entity."
+ ::= { snmp 25 }
+
+snmpOutGetNexts OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Get-Next PDUs which have
+ been generated by the SNMP protocol entity."
+ ::= { snmp 26 }
+
+snmpOutSetRequests OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Set-Request PDUs which
+ have been generated by the SNMP protocol entity."
+ ::= { snmp 27 }
+
+snmpOutGetResponses OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Get-Response PDUs which
+ have been generated by the SNMP protocol entity."
+ ::= { snmp 28 }
+
+snmpOutTraps OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total number of SNMP Trap PDUs which have
+ been generated by the SNMP protocol entity."
+ ::= { snmp 29 }
+
+snmpEnableAuthenTraps OBJECT-TYPE
+ SYNTAX INTEGER { enabled(1), disabled(2) }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "Indicates whether the SNMP agent process is
+ permitted to generate authentication-failure
+ traps. The value of this object overrides any
+ configuration information; as such, it provides a
+ means whereby all authentication-failure traps may
+ be disabled.
+
+ Note that it is strongly recommended that this
+ object be stored in non-volatile memory so that it
+ remains constant between re-initializations of the
+ network management system."
+ ::= { snmp 30 }
+
+END
+
diff --git a/MIBS/cdata/SPC200 b/MIBS/cdata/SPC200
new file mode 100644
index 0000000..ebde48a
--- /dev/null
+++ b/MIBS/cdata/SPC200
@@ -0,0 +1,2896 @@
+-- File Name : SPC200.txt
+
+-- Date : Wed Aug 23 14:03:00 CEST 2006
+-- Author : Gilles Marceau
+
+-- Date : Tue Jul 06 18:48:54 CEST 2004
+-- Author : Luc Capanaccia
+
+-- Date : Tue Jul 22 12:00:00 CEST 2004
+-- Reviewed by : Gilles Dupont
+
+-- Date : Mon Sep 13 12:00:00 CEST 2004
+-- Reviewed by : Gilles Dupont
+
+-- Date : Mon Sep 21 12:00:00 CEST 2004
+-- Reviewed by : Gilles Dupont
+
+-- Date : Tue Nov 16 12:30:00 CEST 2004
+-- Reviewed by : Luc Capanaccia
+
+-- Date : Fri Dec 17 12:30:00 CEST 2004
+-- Reviewed by : Luc Capanaccia
+
+-- Date : Thu Sep 15 14:00:00 CEST 2005
+-- Reviewed by : Philippe Rimauro (Tag PR01)
+
+-- Date : Thu Feb 08 14:03:00 CEST 2007
+-- Author : Gilles Marceau
+
+SPC200 DEFINITIONS ::= BEGIN
+ IMPORTS
+ RowStatus, TruthValue, MacAddress, DisplayString, TEXTUAL-CONVENTION
+ FROM SNMPv2-TC
+ AGENT-CAPABILITIES, OBJECT-GROUP, MODULE-COMPLIANCE
+ FROM SNMPv2-CONF
+ MODULE-IDENTITY, OBJECT-IDENTITY, OBJECT-TYPE, Integer32,
+ Counter32, IpAddress, Unsigned32, Gauge32
+ FROM SNMPv2-SMI
+ interfaces, ifIndex
+ FROM IF-MIB
+ spidcom
+ FROM SPIDCOM-MIB;
+
+ spc200MIB MODULE-IDENTITY
+
+ LAST-UPDATED "200412171230Z" -- December 17, 2004
+
+ ORGANIZATION "Organization"
+ CONTACT-INFO "Contact-info"
+ DESCRIPTION "Description"
+
+ REVISION "200412171230Z"
+ DESCRIPTION "Add software upgrade features"
+
+ REVISION "200411161230Z"
+ DESCRIPTION "Add adapt level table , commit and reset command"
+
+ REVISION "200409211200Z"
+ DESCRIPTION "Add quick access to channel modulation and pilots"
+
+ REVISION "200409131200Z"
+ DESCRIPTION "Add quick access to notches"
+
+ REVISION "200407221200Z"
+ DESCRIPTION "Corrected compilation errors"
+
+ REVISION "200407011757Z"
+ DESCRIPTION "Initial revision"
+
+ ::= { spidcom 1 }
+
+-- TEXTUAL-CONVENTIONS --
+ ModulationValue ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Modulation amplitude used by a group of carriers."
+ SYNTAX INTEGER { none ( 1 ) ,
+ bpsk ( 2 ) ,
+ qpsk ( 3 ) ,
+ qam16 ( 4 ) ,
+ qam64 ( 5 ) ,
+ qam256 ( 6 ) }
+
+ CarrierValue ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "A group is composed of 8 carriers."
+ SYNTAX Integer32 ( 1 .. 8 )
+
+ PilotValue ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "The pilot carrier wave can be chosen between
+ the carrier 1 up to carrier 128 inside a band carrier range."
+ SYNTAX Integer32 ( 1 .. 128 )
+
+ BandValue ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "A channel is composed of 7 bands."
+ SYNTAX Integer32 ( 1 .. 7 )
+
+ PlcChannelType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "The different type of plc channels:
+ rx for the current reception channel,
+ rx last for the last reception channel,
+ tx for the current transmission channel."
+ SYNTAX INTEGER { rx ( 1 ) ,
+ rxLast ( 2 ) ,
+ tx ( 3 ) }
+
+ EstimationMode ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "The type of Channel estimation process. Two are available:
+ - automatic, the equipment negociates the best configuration
+ with the remote equipment,
+ - manual, the operator defines the configuration."
+ SYNTAX INTEGER { automatic ( 1 ) ,
+ manual ( 2 ) }
+
+ GroupValue ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "A band is composed of 16 groups."
+ SYNTAX Integer32 ( 1 .. 16 )
+
+ ResultValue ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Result value of input vectors."
+ SYNTAX INTEGER { success ( 1 ) ,
+ fail ( 2 ) }
+
+ AdaptValue ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "The adapt level integer value."
+ SYNTAX Integer32 ( 0 .. 8191 )
+
+ ChannelBandwidthValue ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "The channel bandwidth integer value."
+ SYNTAX Integer32 --PR01
+
+ SoftwareIndex ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "The software index."
+ SYNTAX Integer32 ( 1 .. 10 )
+
+ SoftwareActionResultValue ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Result value of software action process."
+ SYNTAX INTEGER { success ( 0 ) ,
+ on-going ( 1 ) ,
+ fileNotExist ( 2 ) ,
+ flashExhausted ( 3 ),
+ flashCorrupted ( 4 ),
+ notEnoughMemory ( 5 ),
+ invalidParameter ( 6 ),
+ genericError ( 7 ) }
+
+ SoftwareActionType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Type of software management action."
+ SYNTAX INTEGER { switch ( 1 ) ,
+ remove ( 2 ) }
+
+--PR01 BEGIN
+ PlcModeType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Type of software management action."
+ SYNTAX INTEGER { ad-hoc ( 0 ) ,
+ slave ( 1 ) ,
+ master ( 2 ) }
+--PR01 END
+
+-- PLC data
+
+ plc OBJECT IDENTIFIER
+ ::= { spc200MIB 1 }
+
+-- statistic data
+
+ stats OBJECT IDENTIFIER
+ ::= { plc 1 }
+--PR01 BEGIN
+-- protocol OBJECT IDENTIFIER
+-- ::= { stats 1 }
+
+-- ip OBJECT IDENTIFIER
+-- ::= { protocol 1 }
+
+-- mac OBJECT IDENTIFIER
+-- ::= { protocol 2 }
+
+-- plcp OBJECT IDENTIFIER
+-- ::= { protocol 3 }
+
+-- ipStatsTable OBJECT-TYPE
+-- SYNTAX SEQUENCE OF IpStatsEntry
+-- MAX-ACCESS not-accessible
+-- STATUS current
+-- DESCRIPTION "This table gathers all statistic data specific to
+-- SPC200 chip relative to IP protocol. The data is
+-- relative to the underlying interface that is under
+-- the IP protocol layer. So the table index is
+-- the ifIndex of such an interface."
+-- ::= { ip 1 }
+
+-- ipStatsEntry OBJECT-TYPE
+-- SYNTAX IpStatsEntry
+-- MAX-ACCESS not-accessible
+-- STATUS current
+-- DESCRIPTION "This row contains IP statistic data specific to
+-- SPC200 chip. The data is relevant for the interface
+-- under the IP protocol layer."
+-- INDEX { ifIndex }
+-- ::= { ipStatsTable 1 }
+
+-- IpStatsEntry ::= SEQUENCE {
+-- ipInPkts Counter32,
+-- ipInErrorPkts Counter32,
+-- ipOutPkts Counter32,
+-- ipOutErrorPkts Counter32,
+-- ipInBridgedPkts Counter32
+-- }
+
+
+-- ipInPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The number of IP packets received by the interface
+-- associated with this entry"
+-- ::= { ipStatsEntry 1 }
+
+
+-- ipInErrorPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The number of inbound IP packets that contained
+-- errors preventing them from being deliverable to a
+-- higher -layer protocol on the interface associated
+-- with this entry."
+-- ::= { ipStatsEntry 2 }
+
+
+-- ipOutPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The total number of outbound IP packets transmitted
+-- out the interface associated with this entry"
+-- ::= { ipStatsEntry 3 }
+
+
+-- ipOutErrorPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The number of outbound IP packets that could not be
+-- transmitted because of errors."
+-- ::= { ipStatsEntry 4 }
+
+
+-- ipInBridgedPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The number of IP packets bridged from the interface,
+-- associated with this entry, and another one"
+-- ::= { ipStatsEntry 5 }
+
+-- ipInPackets OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The total number of IP packets received
+-- by the SPC200 CHIP"
+-- ::= { ip 2 }
+
+-- ipInErrorPackets OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The total number of inbound IP packets that
+-- contained errors preventing them from being delivered."
+-- ::= { ip 3 }
+
+-- ipOutPackets OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The total number of outbound IP packets transmitted
+-- out the interfaces"
+-- ::= { ip 4 }
+
+-- ipOutErrorPackets OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The total number of outbound IP packets that could
+-- not be transmitted because of errors."
+-- ::= { ip 5 }
+
+-- ipBridgedPackets OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The total number of IP packets bridged"
+-- ::= { ip 6 }
+
+-- macStatsTable OBJECT-TYPE
+-- SYNTAX SEQUENCE OF MacStatsEntry
+-- MAX-ACCESS not-accessible
+-- STATUS current
+-- DESCRIPTION "This table gathers all SPC200 chip specific packet
+-- statistics relative to MAC layer.
+-- The data is relative to the underlying interface
+-- that is under the MAC layer. So the table index is
+-- the ifIndex of such an interface."
+-- ::= { mac 1 }
+
+-- macStatsEntry OBJECT-TYPE
+-- SYNTAX MacStatsEntry
+-- MAX-ACCESS not-accessible
+-- STATUS current
+-- DESCRIPTION "This row contains MAC statistic data specific
+-- to SPC200 chip. The data is relevant for the interface
+-- under the MAC layer."
+-- INDEX { ifIndex }
+-- ::= { macStatsTable 1 }
+--
+-- MacStatsEntry ::= SEQUENCE {
+-- macInPkts Counter32,
+-- macInErrorPkts Counter32,
+-- macOutPackets Counter32,
+-- macOutErrorPkts Counter32
+-- }
+
+
+-- macInPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The number of MAC packets received by the interface
+-- associated with this entry"
+-- ::= { macStatsEntry 1 }
+--
+--
+-- macInErrorPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The number of inbound MAC packets that contained
+-- errors preventing them from being deliverable to
+-- a higher -layer protocol on the interface
+-- associated with this entry."
+-- ::= { macStatsEntry 2 }
+
+
+-- macOutPackets OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The total number of outbound MAC packets transmitted
+-- out the interface associated with this entry"
+-- ::= { macStatsEntry 3 }
+
+
+-- macOutErrorPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The number of outbound MAC packets that could not be
+-- transmitted because of errors."
+-- ::= { macStatsEntry 4 }
+
+-- plcpStatsTable OBJECT-TYPE
+-- SYNTAX SEQUENCE OF PlcpStatsEntry
+-- MAX-ACCESS not-accessible
+-- STATUS current
+-- DESCRIPTION "This table gathers all SPC200 chip specific packet
+-- statistics relative to PLCP protocol.
+-- The data is relative to the underlying interface that
+-- is under the PLCP protocol layer. So the table index
+-- is the ifIndex of such an interface."
+-- ::= { plcp 1 }
+
+-- plcpStatsEntry OBJECT-TYPE
+-- SYNTAX PlcpStatsEntry
+-- MAX-ACCESS not-accessible
+-- STATUS current
+-- DESCRIPTION "This row contains PLCP statistic data specific
+-- to SPC200 chip. The data is relevant for the interface
+-- under the PLCP layer."
+-- INDEX { ifIndex }
+-- ::= { plcpStatsTable 1 }
+
+-- PlcpStatsEntry ::= SEQUENCE {
+-- plcpInPkts Counter32,
+-- plcpInErrorPkts Counter32,
+-- plcpOutPkts Counter32,
+-- plcpOutErrorPkts Counter32
+-- }
+
+
+-- plcpInPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The number of PLCP packets received by the interface
+-- associated with this entry"
+-- ::= { plcpStatsEntry 1 }
+
+
+-- plcpInErrorPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The number of inbound PLCP packets that contained
+-- errors preventing them from being deliverable to a
+-- higher -layer protocol on the interface associated
+-- with this entry."
+-- ::= { plcpStatsEntry 2 }
+
+
+-- plcpOutPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The total number of outbound PLCP packets transmitted
+-- out the interface associated with this entry"
+-- ::= { plcpStatsEntry 3 }
+
+
+-- plcpOutErrorPkts OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The number of outbound PLCP packets that could not be
+-- transmitted because of errors."
+-- ::= { plcpStatsEntry 4 }
+--PR01 END
+
+
+ portStatsTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortStatsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table gathers all statistic data specific
+ to SPC200 chip relative to plc connection."
+ ::= { stats 2 }
+
+ portStatsEntry OBJECT-TYPE
+ SYNTAX PortStatsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains statistic data specific to
+ SPC200 chip relative to a connection."
+ INDEX { plcBasePortIndex,
+ portStatsBandIndex,
+ portStatsGroupIndex,
+ portStatsCarrierIndex }
+ ::= { portStatsTable 1 }
+
+ PortStatsEntry ::= SEQUENCE {
+ portStatsBandIndex BandValue,
+ portStatsGroupIndex GroupValue,
+ portStatsCarrierIndex CarrierValue,
+ portStatsSignal Counter32,
+ portStatsNoise Counter32
+-- portStatsBer Counter32
+ }
+
+
+ portStatsBandIndex OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The band number on which the signal,
+ noise, ber data are collected."
+ ::= { portStatsEntry 1 }
+
+
+ portStatsGroupIndex OBJECT-TYPE
+ SYNTAX GroupValue
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The group number on which the signal,
+ noise, ber data are collected"
+ ::= { portStatsEntry 2 }
+
+
+ portStatsCarrierIndex OBJECT-TYPE
+ SYNTAX CarrierValue
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The group number on which the signal,
+ noise, ber data are collected"
+ ::= { portStatsEntry 3 }
+
+
+ portStatsSignal OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The DB value of the signal associated
+ with the carrier wave entry."
+ ::= { portStatsEntry 4 }
+
+
+ portStatsNoise OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The DB value of the noise associated
+ with the carrier wave entry."
+ ::= { portStatsEntry 5 }
+--PR01 BEGIN
+-- portStatsBer OBJECT-TYPE
+-- SYNTAX Counter32
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The BER value * 100 associated
+-- with the carrier wave entry."
+-- ::= { portStatsEntry 6 }
+--PR01 END
+
+ portStats2Table OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortStats2Entry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table gathers all statistic data specific to
+ SPC200 chip relative to plc channels. This table has
+ the same information as the portChannelStatsTable
+ but in a more compact way. This table has been added
+ to deal with possible slow performances."
+ ::= { stats 3 }
+
+ portStats2Entry OBJECT-TYPE
+ SYNTAX PortStats2Entry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains statistic data specific to
+ SPC200 chip relative to a connection."
+ INDEX { plcBasePortIndex,
+ plcModBandIndex }
+ ::= { portStats2Table 1 }
+
+ PortStats2Entry ::= SEQUENCE {
+ portStats2Signal OCTET STRING,
+ portStats2Noise OCTET STRING,
+
+
+--PR01 BEGIN
+-- portStats2Ber OCTET STRING,
+ portStats2AvgBandAtt Counter32,
+ portStats2AvgBandSNR Counter32
+--PR01 END
+ }
+
+
+ portStats2Signal OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The values of the signal for all the carrier waves.
+ The expected format is VALUE VALUE VALUE ... VALUE.
+ Each value is coded on two bytes.
+ There is one value for each 128 carriers of the
+ considered band."
+ ::= { portStats2Entry 1 }
+
+
+ portStats2Noise OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The values of the noise for all the carrier waves.
+ The expected format is VALUE VALUE VALUE ... VALUE.
+ Each value is coded on two bytes.
+ There is one value for each 128 carriers of the
+ considered band."
+ ::= { portStats2Entry 2 }
+
+-- portStats2Ber OBJECT-TYPE
+-- SYNTAX OCTET STRING
+-- MAX-ACCESS read-only
+-- STATUS current
+-- DESCRIPTION "The values of the signal for all the carrier waves.
+-- The expected format is VALUE VALUE VALUE ... VALUE.
+-- Each value is coded on two bytes.
+-- There is one value for each 128 carriers of the
+-- considered band.
+-- The VALUE represents the BER value * 10000."
+-- ::= { portStats2Entry 3 }
+
+--PR01 BEGIN
+ portStats2AvgBandAtt OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Average attenuation per band (dB)."
+ ::= { portStats2Entry 3 }
+
+
+ portStats2AvgBandSNR OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Average SNR per band (dB)."
+ ::= { portStats2Entry 4 }
+--PR01 END
+--PR01 BEGIN
+ portStats3Table OBJECT-TYPE
+ SYNTAX SEQUENCE OF PortStats3Entry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table gathers all statistic data specific to
+ SPC200 chip relative to plc channels. This table has
+ the same information as the portChannelStatsTable
+ but in a more compact way. This table has been added
+ to deal with possible slow performances."
+ ::= { stats 4 }
+
+ portStats3Entry OBJECT-TYPE
+ SYNTAX PortStats3Entry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains statistic data specific to
+ SPC200 chip relative to a connection."
+ INDEX { plcBasePortIndex }
+ ::= { portStats3Table 1 }
+
+ PortStats3Entry ::= SEQUENCE {
+ portStats3AvgAtt Counter32,
+ portStats3AvgSNR Counter32
+ }
+
+ portStats3AvgAtt OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Average attenuation on the link (dB)."
+ ::= { portStats3Entry 1 }
+
+ portStats3AvgSNR OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Average SNR on the link (dB)."
+ ::= { portStats3Entry 2 }
+
+ bootstats OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION "boot statistics"
+ ::= { stats 5 }
+
+ bootstatsBoot OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Boot"
+ ::= { bootstats 1 }
+
+ bootstatsManualReset OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Manual reset"
+ ::= { bootstats 2 }
+
+ bootstatsFailureReset OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Failure reset"
+ ::= { bootstats 3 }
+
+--PR01 END
+
+-- configuration data
+ plcObjects OBJECT IDENTIFIER
+ ::= { plc 2 }
+
+ plcMode OBJECT-TYPE -- PR01
+ SYNTAX PlcModeType --PR01
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Plc Mode"
+ ::= { plcObjects 1 }
+
+ plcTopo OBJECT IDENTIFIER
+ ::= { plcObjects 2 }
+
+ plcNodeConfiguration OBJECT IDENTIFIER
+ ::= { plcObjects 3 }
+
+--PR01 BEGIN
+ plcSNAnalyser OBJECT IDENTIFIER
+ ::= { plcObjects 4 }
+
+ plcSNAnalyserEnable OBJECT-TYPE
+ SYNTAX INTEGER { true ( 1 ) ,
+ false ( 2 ) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "true if the modem should turn to spectrum analyser mode.
+ In this mode the modem enters a receive only mode,
+ and captures periodic samples of the signal on the powerline.
+ The spectrum analyser mode shall be disabled for normal
+ powerline modem operation."
+ ::= { plcSNAnalyser 1 }
+
+ plcSNAnalyserTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcSNAnalyserEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table gathers all statistic data specific to
+ SPC200 chip relative to plc analyser."
+ ::= { plcSNAnalyser 2 }
+
+ plcSNAnalyserEntry OBJECT-TYPE
+ SYNTAX PlcSNAnalyserEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains statistic data specific to
+ SPC200 chip relative to a band."
+ INDEX { plcModBandIndex }
+ ::= { plcSNAnalyserTable 1 }
+
+ PlcSNAnalyserEntry ::= SEQUENCE {
+ plcSNAnalyserMinSignal OCTET STRING,
+ plcSNAnalyserMaxSignal OCTET STRING,
+ plcSNAnalyserAvgSignal OCTET STRING,
+ plcSNAnalyserLastSignal OCTET STRING,
+ plcSNAnalyserFFTDiv Counter32
+ }
+
+ plcSNAnalyserMinSignal OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Minimum signal measured over several samples for the
+ associated carrier wave entry. The value is expressed
+ in Glomer© which can be converted in dBm/Hz using the
+ following formula: dBm/Hz = 19*log10(Glomer©) - 113"
+ ::= { plcSNAnalyserEntry 1 }
+
+
+ plcSNAnalyserMaxSignal OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Maximum signal measured on several samples for the
+ associated carrier wave entry. The value is expressed
+ in Glomer© which can be converted in dBm/Hz using the
+ following formula: dBm/Hz = 19*log10(Glomer©) - 113"
+ ::= { plcSNAnalyserEntry 2 }
+
+
+ plcSNAnalyserAvgSignal OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Average signal measured on several samples for the
+ associated carrier wave entry. The value is expressed
+ in Glomer© which can be converted in dBm/Hz using the
+ following formula: dBm/Hz = 19*log10(Glomer©) - 113"
+ ::= { plcSNAnalyserEntry 3 }
+
+ plcSNAnalyserLastSignal OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Signal measured for last sample on the associated
+ carrier wave entry. The value is expressed
+ in Glomer© which can be converted in dBm/Hz using the
+ following formula: dBm/Hz = 19*log10(Glomer©) - 113"
+ ::= { plcSNAnalyserEntry 4 }
+
+ plcSNAnalyserFFTDiv OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "FFT division factor on the associated band."
+ ::= { plcSNAnalyserEntry 5 }
+
+ plcSNAnalyserAGC OBJECT-TYPE
+ SYNTAX Integer32 ( 0..255 )
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Gain factor in dB, as used by the
+ Automatic Gain Control last sample"
+ ::= { plcSNAnalyser 3 }
+
+
+ plcAGCAnalyser OBJECT IDENTIFIER
+ ::= { plcObjects 5 }
+
+ plcAGCAnalyserEnable OBJECT-TYPE
+ SYNTAX INTEGER { true ( 1 ) ,
+ false ( 2 ) }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION " "
+ ::= { plcAGCAnalyser 1 }
+
+ plcAGCAnalyserSamplesPart1 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { plcAGCAnalyser 2 }
+
+ plcAGCAnalyserSamplesPart2 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION " "
+ ::= { plcAGCAnalyser 3 }
+--PR01 END
+
+ plcTopoChanges OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of topology changes detected
+ by this plc bridge since the management entity
+ was last reset or initialized. Such changes
+ concerns only
+ - the plcBasePortTable rows
+ - the plcBasePortTable columns
+ except for plcBasePortChannelEstimation"
+ ::= { plcTopo 1 }
+
+ plcBasePortTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcBasePortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table contains the list of plc remote connection"
+ ::= { plcTopo 2 }
+
+ plcBasePortEntry OBJECT-TYPE
+ SYNTAX PlcBasePortEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains plc remote connection information"
+ INDEX { plcBasePortIndex }
+ ::= { plcBasePortTable 1 }
+
+ PlcBasePortEntry ::= SEQUENCE {
+ plcBasePortIndex MacAddress,
+ plcBasePortAddress MacAddress,
+ plcBasePortChannelEstimation EstimationMode,
+ plcBasePortAttenuation Counter32 }
+
+
+ plcBasePortIndex OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The MAC address of the MAC layer above
+ the plc interface of the remote PLC equipment."
+ ::= { plcBasePortEntry 1 }
+
+
+ plcBasePortAddress OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The MAC address of the MAC layer above
+ the plc interface of the remote PLC equipment."
+ ::= { plcBasePortEntry 2 }
+
+
+ plcBasePortChannelEstimation OBJECT-TYPE
+ SYNTAX EstimationMode
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Enable or disable the automatic channel
+ estimation processus."
+ ::= { plcBasePortEntry 3 }
+
+ plcBasePortAttenuation OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Link attenuation (dB)."
+ ::= { plcBasePortEntry 4 }
+
+
+ plcChannelModulationStringTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcChannelModulationStringEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table contains string values for a quick access to
+ the modulation amplitude configurations of all active
+ channels."
+ ::= { plcTopo 3 }
+
+
+ plcChannelModulationStringEntry OBJECT-TYPE
+ SYNTAX PlcChannelModulationStringEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains string values for a quick access to
+ the modulation amplitude configuration
+ of each active channel of the remote
+ connection referenced by plcBasePortIndex."
+ INDEX { plcBasePortIndex }
+ ::= { plcChannelModulationStringTable 1 }
+
+
+ PlcChannelModulationStringEntry ::= SEQUENCE {
+ plcRxChannelModulation OCTET STRING,
+ plcRxLastChannelModulation OCTET STRING,
+ plcTxChannelModulation OCTET STRING }
+
+
+ plcRxChannelModulation OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude values for the Rx channel of
+ a given remote connection entry.
+ The expected format is VALUE VALUE VALUE ... VALUE.
+ Each value is an octet representing two modulation values.
+ Each modulation is coded on 4 bits.
+ There are ( 16 groups * 7 bands ) / 2 = 66 values."
+ ::= { plcChannelModulationStringEntry 1 }
+
+
+ plcRxLastChannelModulation OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude values for the Rx Last channel of
+ a given remote connection entry.
+ The expected format is VALUE VALUE VALUE ... VALUE.
+ Each value is an octet representing two modulation values.
+ Each modulation is coded on 4 bits representing ModulationValue - 1.
+ There are ( 16 groups * 7 bands ) / 2 = 66 values."
+ ::= { plcChannelModulationStringEntry 2 }
+
+ plcTxChannelModulation OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude values for the Tx channel of
+ a given remote connection entry.
+ The expected format is VALUE VALUE VALUE ... VALUE.
+ Each value is an octet representing two modulation values.
+ Each modulation is coded on 4 bits.
+ There are ( 16 groups * 7 bands ) / 2 = 66 values."
+ ::= { plcChannelModulationStringEntry 3 }
+
+
+ plcChannelModulationTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcChannelModulationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table contains the modulation amplitude
+ configuration of all active channels."
+ ::= { plcTopo 4 }
+
+
+ plcChannelModulationEntry OBJECT-TYPE
+ SYNTAX PlcChannelModulationEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains modulation amplitude configuration
+ of the channel, referenced by the plcPortChannelIndex,
+ of the remote connection referenced by
+ plcBasePortIndex."
+ INDEX { plcBasePortIndex,
+ plcPortChannelIndex,
+ plcModBandIndex }
+ ::= { plcChannelModulationTable 1 }
+
+ PlcChannelModulationEntry ::= SEQUENCE {
+ plcModBandIndex BandValue,
+ plcModGroup1 ModulationValue,
+ plcModGroup2 ModulationValue,
+ plcModGroup3 ModulationValue,
+ plcModGroup4 ModulationValue,
+ plcModGroup5 ModulationValue,
+ plcModGroup6 ModulationValue,
+ plcModGroup7 ModulationValue,
+ plcModGroup8 ModulationValue,
+ plcModGroup9 ModulationValue,
+ plcModGroup10 ModulationValue,
+ plcModGroup11 ModulationValue,
+ plcModGroup12 ModulationValue,
+ plcModGroup13 ModulationValue,
+ plcModGroup14 ModulationValue,
+ plcModGroup15 ModulationValue,
+ plcModGroup16 ModulationValue
+ }
+
+
+ plcModBandIndex OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The band number of which the modulations are defined"
+ ::= { plcChannelModulationEntry 1 }
+
+
+ plcModGroup1 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the first group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 2 }
+
+
+ plcModGroup2 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the second group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 3 }
+
+
+ plcModGroup3 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the third group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 4 }
+
+
+ plcModGroup4 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the fourth group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 5 }
+
+
+ plcModGroup5 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the fifth group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 6 }
+
+
+ plcModGroup6 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the sixth group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 7 }
+
+
+ plcModGroup7 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the seventh group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 8 }
+
+
+ plcModGroup8 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the eighth group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 9 }
+
+
+ plcModGroup9 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the nineth group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 10 }
+
+
+ plcModGroup10 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the tenth group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 11 }
+
+
+ plcModGroup11 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the eleventh group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 12 }
+
+
+ plcModGroup12 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the twelveth group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 13 }
+
+
+ plcModGroup13 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the thirteenth group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 14 }
+
+
+ plcModGroup14 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the fourteenth group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 15 }
+
+
+ plcModGroup15 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the fifteenth group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 16 }
+
+
+ plcModGroup16 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The modulation amplitude of the sixteenth group
+ of the band entry of the channel entry
+ for a given remote connection entry."
+ ::= { plcChannelModulationEntry 17 }
+
+
+ plcChannelModulationInput OBJECT IDENTIFIER
+ ::= { plcTopo 5 }
+
+ plcModulationInputAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The MAC address of the MAC layer above
+ the plc interface of the remote
+ PLC equipment for which the modulation
+ value changes are requested."
+ ::= { plcChannelModulationInput 1 }
+
+ plcModulationInputChannel OBJECT-TYPE
+ SYNTAX PlcChannelType
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The channel type of the remote PLC equipment
+ for which the modulation value changes
+ are requested."
+ ::= { plcChannelModulationInput 2 }
+
+ plcModulationInputBand OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The band number of which the modulation value
+ changes are requested."
+ ::= { plcChannelModulationInput 3 }
+
+ plcInputModulationGroup1 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ first group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 4 }
+
+ plcInputModulationGroup2 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ second group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 5 }
+
+ plcInputModulationGroup3 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ third group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 6 }
+
+ plcInputModulationGroup4 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ fourth group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 7 }
+
+ plcInputModulationGroup5 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ fifth group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 8 }
+
+ plcInputModulationGroup6 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ sixth group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 9 }
+
+ plcInputModulationGroup7 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ seventh group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 10 }
+
+ plcInputModulationGroup8 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ eighth group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 11 }
+
+ plcInputModulationGroup9 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ nineth group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 12 }
+
+ plcInputModulationGroup10 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ tenth group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 13 }
+
+ plcInputModulationGroup11 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ eleventh group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 14 }
+
+ plcInputModulationGroup12 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ twelveth group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 15 }
+
+ plcInputModulationGroup13 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ thirteenth group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 16 }
+
+ plcInputModulationGroup14 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ fourteenth group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 17 }
+
+ plcInputModulationGroup15 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ fifteenth group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 18 }
+
+ plcInputModulationGroup16 OBJECT-TYPE
+ SYNTAX ModulationValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The new requested modulation amplitude of the
+ sixteenth group of the considered band and
+ channel input values."
+ ::= { plcChannelModulationInput 19 }
+
+
+ plcModulationInputProceed OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True to request a modification of all the modulations
+ associated to a band and a channel of a remote
+ PLC equipment."
+ ::= { plcChannelModulationInput 20 }
+
+ plcModulationInputResult OBJECT-TYPE
+ SYNTAX ResultValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Result value of the requested modulation value changes."
+ ::= { plcChannelModulationInput 21 }
+
+ plcPortChannelTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcPortChannelEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table contains the list of plc channels"
+ ::= { plcTopo 6 }
+
+ plcPortChannelEntry OBJECT-TYPE
+ SYNTAX PlcPortChannelEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains plc channel information"
+ INDEX { plcBasePortIndex, plcPortChannelIndex }
+ ::= { plcPortChannelTable 1 }
+
+ PlcPortChannelEntry ::= SEQUENCE {
+ plcPortChannelIndex Unsigned32,
+ plcPortChannelType PlcChannelType,
+ plcPortChannelGain Integer32,
+ plcPortChannelBandwidth ChannelBandwidthValue,
+ plcPortChannelMaxBandwidth ChannelBandwidthValue,
+ plcPortChannelSynchronizationBand BandValue
+ }
+
+
+ plcPortChannelIndex OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The channel number belongs to the remote connection
+ with plc equipment associated with the
+ plcBasePortIndex value.
+ Only three channels are expected.
+ Index 1 for RX channel
+ Index 2 for RXLast channel
+ index 3 for TX channel"
+ ::= { plcPortChannelEntry 1 }
+
+
+ plcPortChannelType OBJECT-TYPE
+ SYNTAX PlcChannelType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The channel type."
+ ::= { plcPortChannelEntry 2 }
+
+
+ plcPortChannelGain OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The gain associated with the channel."
+ ::= { plcPortChannelEntry 3 }
+
+ plcPortChannelBandwidth OBJECT-TYPE
+ SYNTAX ChannelBandwidthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The bandwidth of the channel in Kbit/s."
+ ::= { plcPortChannelEntry 4 }
+
+--PR01 BEGIN
+ plcPortChannelMaxBandwidth OBJECT-TYPE
+ SYNTAX ChannelBandwidthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The maximum bandwidth of the channel in Kbit/s."
+ ::= { plcPortChannelEntry 5 }
+--PR01 END
+
+ plcPortChannelSynchronizationBand OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The synchronization band used for this channel."
+ ::= { plcPortChannelEntry 6 }
+
+ plcChannelPilotStringTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcChannelPilotStringEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table contains the string values representing
+ of pilot values of all active channels."
+ ::= { plcTopo 7 }
+
+
+ plcChannelPilotStringEntry OBJECT-TYPE
+ SYNTAX PlcChannelPilotStringEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains a quick access for pilot values ,
+ of the remote connection referenced by
+ plcBasePortIndex."
+ INDEX { plcBasePortIndex }
+ ::= { plcChannelPilotStringTable 1 }
+
+
+ PlcChannelPilotStringEntry ::= SEQUENCE {
+ plcRxChannelPilots OCTET STRING,
+ plcRxLastChannelPilots OCTET STRING,
+ plcTxChannelPilots OCTET STRING}
+
+
+ plcRxChannelPilots OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The carrier wave numbers which support
+ the pilot waves for the Rx Channel.
+ The expected format is VALUE VALUE VALUE ... VALUE.
+ Each value is a pair of octets representing the pilot
+ values. There is one pair (pilot1 pilot2) for each
+ of the 7 bands."
+ ::= { plcChannelPilotStringEntry 1 }
+
+
+ plcRxLastChannelPilots OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The carrier wave numbers which support
+ the pilot waves for the Rx Last Channel.
+ The expected format is VALUE VALUE VALUE ... VALUE.
+ Each value is a pair of octets representing the pilot
+ values. There is one pair (pilot1 pilot2) for each
+ of the 7 bands."
+ ::= { plcChannelPilotStringEntry 2 }
+
+
+ plcTxChannelPilots OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The carrier wave numbers which support
+ the pilot waves for the Tx Channel.
+ The expected format is VALUE VALUE VALUE ... VALUE.
+ Each value is a pair of octets representing the pilot
+ values. There is one pair (pilot1 pilot2) for each
+ of the 7 bands."
+ ::= { plcChannelPilotStringEntry 3 }
+
+
+ plcChannelPilotsTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcChannelPilotsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This tabel contains pilots configuration
+ for each plc channel."
+ ::= { plcTopo 8 }
+
+
+ plcChannelPilotsEntry OBJECT-TYPE
+ SYNTAX PlcChannelPilotsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains the pilots 1 and 2 configuration
+ for a channel defined by the
+ couple (plcBasePortIndex, plcPortChannelIndex)"
+ INDEX { plcBasePortIndex,
+ plcPortChannelIndex,
+ plcChannelPilotBandIndex }
+ ::= { plcChannelPilotsTable 1 }
+
+ PlcChannelPilotsEntry ::= SEQUENCE {
+ plcChannelPilotBandIndex BandValue,
+ plcChannelPilot1 PilotValue,
+ plcChannePilot2 PilotValue
+ }
+
+
+ plcChannelPilotBandIndex OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The band number on which the pilots are defined."
+ ::= { plcChannelPilotsEntry 1 }
+
+
+ plcChannelPilot1 OBJECT-TYPE
+ SYNTAX PilotValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The carrier wave number which supports
+ the first pilot wave for the channel
+ associated with this entry."
+ ::= { plcChannelPilotsEntry 2 }
+
+
+ plcChannePilot2 OBJECT-TYPE
+ SYNTAX PilotValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The carrier wave number which supports
+ the second pilot wave for the channel
+ associated with this entry."
+ ::= { plcChannelPilotsEntry 3 }
+
+
+ plcChannelPilotsInput OBJECT IDENTIFIER
+ ::= { plcTopo 9 }
+
+ plcPilotsInputAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The MAC address of the MAC layer above
+ the plc interface of the remote
+ PLC equipment for which the pilot
+ value changes are requested."
+ ::= { plcChannelPilotsInput 1 }
+
+ plcPilotsInputChannel OBJECT-TYPE
+ SYNTAX PlcChannelType
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The channel type of the remote PLC equipment
+ for which the pilot value changes
+ are requested."
+ ::= { plcChannelPilotsInput 2 }
+
+ plcPilotsInputBand OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The band number of which the pilots value
+ changes are requested."
+ ::= { plcChannelPilotsInput 3 }
+
+
+ plcInputChannelPilot1 OBJECT-TYPE
+ SYNTAX PilotValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The carrier wave number which supports
+ the first pilot wave for the considered band and
+ channel input values."
+ ::= { plcChannelPilotsInput 4 }
+
+ plcInputChannelPilot2 OBJECT-TYPE
+ SYNTAX PilotValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The carrier wave number which supports
+ the second pilot wave for the considered band and
+ channel input values."
+ ::= { plcChannelPilotsInput 5 }
+
+ plcPilotsInputProceed OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True to request a modification of the first and second pilot
+ associated to a band and a channel of a remote
+ PLC equipment."
+ ::= { plcChannelPilotsInput 6 }
+
+ plcPilotsInputResult OBJECT-TYPE
+ SYNTAX ResultValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Result value of the requested pilot values changes."
+ ::= { plcChannelPilotsInput 7 }
+
+ plcNodeNotches OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The values of the notches for all the node bands.
+ The expected format is VALUE VALUE VALUE ... VALUE.
+ Each value is an octet representing the 8 notches of
+ each group. There is one value for each 7 * 16 bands."
+ ::= { plcNodeConfiguration 1 }
+
+ plcNodeNotchesTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcNodeNotchesEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table contains Notches configuration
+ for the SPC200 chip."
+ ::= { plcNodeConfiguration 2 }
+
+ plcNodeNotchesEntry OBJECT-TYPE
+ SYNTAX PlcNodeNotchesEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains Notches configuration for a group.
+ The group is defined by the couple
+ (plcNodeNotchesGroupIndex, plcNodeNotchesBandIndex)."
+ INDEX { plcNodeNotchesBandIndex, plcNodeNotchesGroupIndex }
+ ::= { plcNodeNotchesTable 1 }
+
+ PlcNodeNotchesEntry ::= SEQUENCE {
+ plcNodeNotchesBandIndex BandValue,
+ plcNodeNotchesGroupIndex GroupValue,
+ plcNodeNotchesCarrier1 TruthValue,
+ plcNodeNotchesCarrier2 TruthValue,
+ plcNodeNotchesCarrier3 TruthValue,
+ plcNodeNotchesCarrier4 TruthValue,
+ plcNodeNotchesCarrier5 TruthValue,
+ plcNodeNotchesCarrier6 TruthValue,
+ plcNodeNotchesCarrier7 TruthValue,
+ plcNodeNotchesCarrier8 TruthValue
+ }
+
+
+ plcNodeNotchesBandIndex OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The band number on which the notches are defined."
+ ::= { plcNodeNotchesEntry 1 }
+
+
+ plcNodeNotchesGroupIndex OBJECT-TYPE
+ SYNTAX GroupValue
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The group number on which the notches are defined."
+ ::= { plcNodeNotchesEntry 2 }
+
+
+ plcNodeNotchesCarrier1 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Tell if the first carrier of the group entry
+ of the band entry is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesEntry 3 }
+
+
+ plcNodeNotchesCarrier2 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Tell if the second carrier of the group entry
+ of the band entry is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesEntry 4 }
+
+
+ plcNodeNotchesCarrier3 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Tell if the third carrier of the group entry
+ of the band entry is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesEntry 5 }
+
+
+ plcNodeNotchesCarrier4 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Tell if the fourth carrier of the group entry
+ of the band entry is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesEntry 6 }
+
+
+ plcNodeNotchesCarrier5 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Tell if the fifth carrier of the group entry
+ of the band entry is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesEntry 7 }
+
+
+ plcNodeNotchesCarrier6 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Tell if the sixth carrier of the group entry
+ of the band entry is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesEntry 8 }
+
+
+ plcNodeNotchesCarrier7 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Tell if the seventh carrier of the group entry
+ of the band entry is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesEntry 9 }
+
+
+ plcNodeNotchesCarrier8 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Tell if the eighth carrier of the group entry
+ of the band entry is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesEntry 10 }
+
+ plcNodeNotchesInput OBJECT IDENTIFIER
+ ::= { plcNodeConfiguration 3 }
+
+ plcNodeNotchesInputBand OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The band number on which the notches value
+ changes are requested."
+ ::= { plcNodeNotchesInput 1 }
+
+
+ plcNodeNotchesInputGroup OBJECT-TYPE
+ SYNTAX GroupValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The group number on which the notches value
+ changes are requested."
+ ::= { plcNodeNotchesInput 2 }
+
+ plcNodeNotchesInputCarrier1 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The first carrier of the considered group and
+ band is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesInput 3 }
+
+ plcNodeNotchesInputCarrier2 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The second carrier of the considered group and
+ band is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesInput 4 }
+
+ plcNodeNotchesInputCarrier3 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The third carrier of the considered group and
+ band is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesInput 5 }
+
+ plcNodeNotchesInputCarrier4 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The fourth carrier of the considered group and
+ band is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesInput 6 }
+
+ plcNodeNotchesInputCarrier5 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The eighth carrier of the considered group and
+ band is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesInput 7 }
+
+ plcNodeNotchesInputCarrier6 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The eighth carrier of the considered group and
+ band is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesInput 8 }
+
+ plcNodeNotchesInputCarrier7 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The seventh carrier of the considered group and
+ band is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesInput 9 }
+
+ plcNodeNotchesInputCarrier8 OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The eighth carrier of the considered group and
+ band is a notch carrier.
+ The true value means the current carrier is a notch."
+ ::= { plcNodeNotchesInput 10 }
+
+ plcNodeNotchesInputProceed OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True to request a modification of the carrier notches
+ associated to the considered group and
+ band."
+ ::= { plcNodeNotchesInput 11 }
+
+ plcNodeNotchesInputResult OBJECT-TYPE
+ SYNTAX ResultValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Result value of the requested node carrier notches value changes."
+ ::= { plcNodeNotchesInput 12 }
+
+
+ plcNodePilots OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The values of the pilot for all the node bands.
+ The expected format is VALUE VALUE VALUE ... VALUE.
+ Each value is a pair of octets representing the pilot
+ values. There is one pair (pilot1 pilot2) for each
+ of the 7 bands."
+ ::= { plcNodeConfiguration 4 }
+
+ plcNodePilotsTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcNodePilotsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table contains pilot values
+ used by default on all channels."
+ ::= { plcNodeConfiguration 5 }
+
+ plcNodePilotsEntry OBJECT-TYPE
+ SYNTAX PlcNodePilotsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains pilot values
+ used by default on a band.
+ The band is defined by the index
+ plcNodePilotsBandIndex."
+ INDEX { plcNodePilotsBandIndex }
+ ::= { plcNodePilotsTable 1 }
+
+ PlcNodePilotsEntry ::= SEQUENCE {
+ plcNodePilotsBandIndex BandValue,
+ plcNodePilot1 PilotValue,
+ plcNodePilot2 PilotValue
+ }
+
+
+ plcNodePilotsBandIndex OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The band number on which the pilot values are defined."
+ ::= { plcNodePilotsEntry 1 }
+
+
+ plcNodePilot1 OBJECT-TYPE
+ SYNTAX PilotValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The default carrier wave number
+ which supports the first pilot wave."
+ ::= { plcNodePilotsEntry 2 }
+
+
+ plcNodePilot2 OBJECT-TYPE
+ SYNTAX PilotValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The default carrier wave number
+ which supports the second pilot wave."
+ ::= { plcNodePilotsEntry 3 }
+
+
+ plcNodePilotsInput OBJECT IDENTIFIER
+ ::= { plcNodeConfiguration 6 }
+
+ plcNodePilotsInputBand OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The band number on which the pilot values
+ changes are requested."
+ ::= { plcNodePilotsInput 1 }
+
+
+ plcInputNodePilot1 OBJECT-TYPE
+ SYNTAX PilotValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The default carrier wave number
+ which supports the first pilot wave of
+ the considered band."
+ ::= { plcNodePilotsInput 2 }
+
+ plcInputNodePilot2 OBJECT-TYPE
+ SYNTAX PilotValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The default carrier wave number
+ which supports the second pilot wave of
+ the considered band."
+ ::= { plcNodePilotsInput 3 }
+
+
+ plcNodePilotsInputProceed OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True to request a modification of the pilot values
+ associated to the considered band."
+ ::= { plcNodePilotsInput 4 }
+
+ plcNodePilotsInputResult OBJECT-TYPE
+ SYNTAX ResultValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Result value of the requested node pilot values changes."
+ ::= { plcNodePilotsInput 5 }
+
+ plcNodeAdaptsStringTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcNodeAdaptsStringEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table contains string values for a
+ quick access to the adapt configurations
+ of all the carriers."
+ ::= { plcNodeConfiguration 7 }
+
+
+ plcNodeAdaptsStringEntry OBJECT-TYPE
+ SYNTAX PlcNodeAdaptsStringEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains string values for a quick access to
+ the adapt configuration
+ of each carrier of a band."
+ INDEX { plcBasePortIndex , plcNodeAdaptsStringBandIndex }
+ ::= { plcNodeAdaptsStringTable 1 }
+
+ PlcNodeAdaptsStringEntry ::= SEQUENCE {
+ plcNodeAdaptsStringBandIndex BandValue,
+ plcNodeAdaptsStringBand OCTET STRING }
+
+ plcNodeAdaptsStringBandIndex OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The band number on which the adapt values are defined."
+ ::= { plcNodeAdaptsStringEntry 1 }
+
+ plcNodeAdaptsStringBand OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The adapt values of the 128 carriers of a band.
+ The expected format is VALUE VALUE VALUE ... VALUE.
+ Each value is two octets representing one adapt carrier
+ level.
+ There are ( 16 groups * 8 carriers) = 128 values."
+ ::= { plcNodeAdaptsStringEntry 2 }
+
+ plcNodeAdaptsTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcNodeAdaptsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table contains adapt level configuration
+ for each carrier of the node."
+ ::= { plcNodeConfiguration 8 }
+
+ plcNodeAdaptsEntry OBJECT-TYPE
+ SYNTAX PlcNodeAdaptsEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains adapt level values
+ for a group of carriers.
+ The group is defined by the couple
+ (plcNodeAdaptsBandIndex,plcNodeAdaptsGroupIndex)."
+ INDEX { plcNodeAdaptsBandIndex,plcNodeAdaptsGroupIndex }
+ ::= { plcNodeAdaptsTable 1 }
+
+ PlcNodeAdaptsEntry ::= SEQUENCE {
+ plcNodeAdaptsBandIndex BandValue,
+ plcNodeAdaptsGroupIndex GroupValue,
+ plcNodeAdaptsCarrier1 AdaptValue,
+ plcNodeAdaptsCarrier2 AdaptValue,
+ plcNodeAdaptsCarrier3 AdaptValue,
+ plcNodeAdaptsCarrier4 AdaptValue,
+ plcNodeAdaptsCarrier5 AdaptValue,
+ plcNodeAdaptsCarrier6 AdaptValue,
+ plcNodeAdaptsCarrier7 AdaptValue,
+ plcNodeAdaptsCarrier8 AdaptValue
+ }
+
+
+ plcNodeAdaptsBandIndex OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The band number on which the adapt values are defined."
+ ::= { plcNodeAdaptsEntry 1 }
+
+ plcNodeAdaptsGroupIndex OBJECT-TYPE
+ SYNTAX GroupValue
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The group number on which the adapt values are defined."
+ ::= { plcNodeAdaptsEntry 2 }
+
+ plcNodeAdaptsCarrier1 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The adapt level of the first carrier of the group."
+ ::= { plcNodeAdaptsEntry 3 }
+
+ plcNodeAdaptsCarrier2 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The adapt level of the second carrier of the group."
+ ::= { plcNodeAdaptsEntry 4 }
+
+ plcNodeAdaptsCarrier3 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The adapt level of the third carrier of the group."
+ ::= { plcNodeAdaptsEntry 5 }
+
+ plcNodeAdaptsCarrier4 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The adapt level of the fourth carrier of the group."
+ ::= { plcNodeAdaptsEntry 6 }
+
+ plcNodeAdaptsCarrier5 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The adapt level of the fifth carrier of the group."
+ ::= { plcNodeAdaptsEntry 7 }
+
+ plcNodeAdaptsCarrier6 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The adapt level of the sixth carrier of the group."
+ ::= { plcNodeAdaptsEntry 8 }
+
+ plcNodeAdaptsCarrier7 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The adapt level of the seventh carrier of the group."
+ ::= { plcNodeAdaptsEntry 9 }
+
+ plcNodeAdaptsCarrier8 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The adapt level of the eighth carrier of the group."
+ ::= { plcNodeAdaptsEntry 10 }
+
+ plcNodeAdaptsInput OBJECT IDENTIFIER
+ ::= { plcNodeConfiguration 9 }
+
+ plcNodeAdaptsInputBand OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The band number on which the adapt level value
+ changes are requested."
+ ::= { plcNodeAdaptsInput 1 }
+
+
+ plcNodeAdaptsInputGroup OBJECT-TYPE
+ SYNTAX GroupValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The group number on which the adapt level value
+ changes are requested."
+ ::= { plcNodeAdaptsInput 2 }
+
+ plcNodeAdaptsInputCarrier1 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The adapt level of the first carrier of the
+ considered group of the chosen band."
+ ::= { plcNodeAdaptsInput 3 }
+
+ plcNodeAdaptsInputCarrier2 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The adapt level of the second carrier of the
+ considered group of the chosen band."
+ ::= { plcNodeAdaptsInput 4 }
+
+ plcNodeAdaptsInputCarrier3 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The adapt level of the third carrier of the
+ considered group of the chosen band."
+ ::= { plcNodeAdaptsInput 5 }
+
+ plcNodeAdaptsInputCarrier4 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The adapt level of the fourth carrier of the
+ considered group of the chosen band."
+ ::= { plcNodeAdaptsInput 6 }
+
+ plcNodeAdaptsInputCarrier5 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The adapt level of the fifth carrier of the
+ considered group of the chosen band."
+ ::= { plcNodeAdaptsInput 7 }
+
+ plcNodeAdaptsInputCarrier6 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The adapt level of the sixth carrier of the
+ considered group of the chosen band."
+ ::= { plcNodeAdaptsInput 8 }
+
+ plcNodeAdaptsInputCarrier7 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The adapt level of the seventh carrier of the
+ considered group of the chosen band."
+ ::= { plcNodeAdaptsInput 9 }
+
+ plcNodeAdaptsInputCarrier8 OBJECT-TYPE
+ SYNTAX AdaptValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The adapt level of the eighth carrier of the
+ considered group of the chosen band."
+ ::= { plcNodeAdaptsInput 10 }
+
+ plcNodeAdaptsInputProceed OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True to request a modification of the carrier
+ adapt level associated to the considered group and
+ band."
+ ::= { plcNodeAdaptsInput 11 }
+
+ plcNodeAdaptsInputResult OBJECT-TYPE
+ SYNTAX ResultValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Result value of the requested node adapt level
+ value changes."
+ ::= { plcNodeAdaptsInput 12 }
+
+ plcNodeNetConfigTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PlcNodeNetConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table contains ip and mac
+ addresses of the node."
+ ::= { plcNodeConfiguration 10 }
+
+ plcNodeNetConfigEntry OBJECT-TYPE
+ SYNTAX PlcNodeNetConfigEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains ip and mac address
+ used by an interface."
+ INDEX { ifIndex }
+ ::= { plcNodeNetConfigTable 1 }
+
+ PlcNodeNetConfigEntry ::= SEQUENCE {
+ plcNodeIpAddr IpAddress,
+ plcNodeNetMask IpAddress,
+ plcNodeMacAddr MacAddress,
+ plcNodeGateway IpAddress
+ }
+
+
+ plcNodeIpAddr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The IP address of the IP layer above the interface."
+ ::= { plcNodeNetConfigEntry 1 }
+
+
+ plcNodeNetMask OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The IP Subnet mask of the IP layer above the interface."
+ ::= { plcNodeNetConfigEntry 2 }
+
+
+ plcNodeMacAddr OBJECT-TYPE
+ SYNTAX MacAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The MAC address of the MAC layer above the interface."
+ ::= { plcNodeNetConfigEntry 3 }
+
+ plcNodeGateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The Gateway address of the IP layer above the interface."
+ ::= { plcNodeNetConfigEntry 4 }
+
+ plcNodeActions OBJECT IDENTIFIER
+ ::= { plcNodeConfiguration 11 }
+
+ plcNodeActionsCommit OBJECT IDENTIFIER
+ ::= { plcNodeActions 1 }
+
+ plcNodeActionsCommitProceed OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True to request the commit of the configuration
+ changes into the flash memory"
+ ::= { plcNodeActionsCommit 1 }
+
+ plcNodeActionsCommitResult OBJECT-TYPE
+ SYNTAX ResultValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Result value of the requested flash commit operation."
+ ::= { plcNodeActionsCommit 2 }
+
+ plcNodeActionsReset OBJECT IDENTIFIER
+ ::= { plcNodeActions 2 }
+
+ plcNodeActionsResetProceed OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True to request the reset of the node.
+ This operation will terminate the communication
+ between the manager and the node"
+ ::= { plcNodeActionsReset 1 }
+
+ plcNodeActionsCarrier OBJECT IDENTIFIER
+ ::= { plcNodeActions 3 }
+
+ plcNodeActionsCarrierFlatProceed OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True to request the equipment to flat the signal"
+ ::= { plcNodeActionsCarrier 1 }
+
+
+plcBssId OBJECT IDENTIFIER
+ ::= { plcObjects 6 }
+
+plcMasterBssId OBJECT-TYPE
+ SYNTAX INTEGER(0..99)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The value of the master Bss Id"
+ ::= { plcBssId 1 }
+
+plcSlaveBssId OBJECT-TYPE
+ SYNTAX INTEGER(0..99)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The value of the slave Bss Id"
+ ::= { plcBssId 2 }
+
+plcSpy OBJECT IDENTIFIER
+ ::= { plcObjects 7 }
+
+plcSpyIsDynamic OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True to set the spy dynamic mode"
+ ::= { plcSpy 1 }
+
+plcStaticSpySynchBandNb OBJECT-TYPE
+ SYNTAX BandValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The synchronization band number used for static spy mode"
+ ::= { plcSpy 2 }
+
+
+-- software upload
+ softwareMgnt OBJECT IDENTIFIER
+ ::= { plc 3 }
+
+ -- current version
+ currentSoftwareVersion OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The name of the current software release."
+ ::= { softwareMgnt 1 }
+
+ currentSoftwareBoardVersion OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The name of the current software board release."
+ ::= { softwareMgnt 2 }
+
+ currentSoftwareAFEVersion OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The name of the current software Analog Front End release."
+ ::= { softwareMgnt 3 }
+
+-- table of software
+ softwareTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SoftwareEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This table contains the current and reserve
+ softwares of the node."
+ ::= { softwareMgnt 4 }
+
+ softwareEntry OBJECT-TYPE
+ SYNTAX SoftwareEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "This row contains software information."
+ INDEX { softwareIndex }
+ ::= { softwareTable 1 }
+
+ SoftwareEntry ::= SEQUENCE {
+ softwareIndex SoftwareIndex,
+ softwareVersion DisplayString
+ }
+
+ softwareIndex OBJECT-TYPE
+ SYNTAX SoftwareIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The index number of the software."
+ ::= { softwareEntry 1 }
+
+ softwareVersion OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The name of the software release."
+ ::= { softwareEntry 2 }
+
+ -- upload software action
+ softwareUpload OBJECT IDENTIFIER
+ ::= { softwareMgnt 5 }
+
+ softwareUploadTFTPServerIP OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The IP address of the TFTP serveur"
+ ::= { softwareUpload 1 }
+
+
+ softwareUploadLogin OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The user login on the TFTP server"
+ ::= { softwareUpload 2 }
+
+ softwareUploadPassword OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..16))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The user password on the TFTP server.
+ Warning: This field is displayed using 6 * characters"
+ ::= { softwareUpload 3 }
+
+ softwareUploadFileName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The software file name to upload"
+ ::= { softwareUpload 4 }
+
+ softwareUploadProceed OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True to request the uploading to start"
+ ::= { softwareUpload 5 }
+
+ softwareUploadResult OBJECT-TYPE
+ SYNTAX SoftwareActionResultValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Result value of the requested uploading"
+ ::= { softwareUpload 6 }
+
+ softwareUploadTFTPServerPort OBJECT-TYPE -- PR01
+ SYNTAX Integer32 ( 0..65535 )
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The service port of the TFTP server"
+ ::= { softwareUpload 7 }
+
+
+-- software action
+ softwareAction OBJECT IDENTIFIER
+ ::= { softwareMgnt 6 }
+
+ softwareActionIndex OBJECT-TYPE
+ SYNTAX SoftwareIndex
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The index of the reserve software"
+ ::= { softwareAction 1 }
+
+ softwareActionType OBJECT-TYPE
+ SYNTAX SoftwareActionType
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Type of the software action software:
+ switch, remove "
+ ::= { softwareAction 2 }
+
+ softwareActionProceed OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True to request the switch between the current
+ and the reserver software to start"
+ ::= { softwareAction 3 }
+
+ softwareActionResult OBJECT-TYPE
+ SYNTAX SoftwareActionResultValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Result value of the requested action"
+ ::= { softwareAction 4 }
+
+
+-- compliance
+ plcConformance OBJECT IDENTIFIER
+ ::= { plc 4 }
+
+ plcCompliances OBJECT IDENTIFIER
+ ::= { plcConformance 1 }
+
+ plcGroups OBJECT IDENTIFIER
+ ::= { plcConformance 2 }
+
+ plcCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION "The compliance statement for SPC200 chip."
+
+ MODULE
+ MANDATORY-GROUPS { nodeGroup, topologyGroup }
+ GROUP statisticGroup
+ DESCRIPTION "This group is mandatory for
+ channel performances analysis"
+ ::= { plcCompliances 1 }
+
+ nodeGroup OBJECT-GROUP
+ OBJECTS { plcNodeNotches, plcMode,
+ plcNodeNotchesCarrier1, plcNodeNotchesCarrier2,
+ plcNodeNotchesCarrier3, plcNodeNotchesCarrier4,
+ plcNodeNotchesCarrier5, plcNodeNotchesCarrier6,
+ plcNodeNotchesCarrier7, plcNodeNotchesCarrier8,
+ plcNodePilots, plcNodePilot1, plcNodePilot2,
+ plcNodeAdaptsStringBand, plcNodeAdaptsCarrier1,
+ plcNodeAdaptsCarrier2, plcNodeAdaptsCarrier3,
+ plcNodeAdaptsCarrier4, plcNodeAdaptsCarrier5,
+ plcNodeAdaptsCarrier6, plcNodeAdaptsCarrier7,
+ plcNodeAdaptsCarrier8,
+ plcNodeIpAddr, plcNodeNetMask, plcNodeMacAddr,
+ plcNodeGateway, plcMasterBssId, plcSlaveBssId,
+ plcSpyIsDynamic, plcStaticSpySynchBandNb }
+ STATUS current
+ DESCRIPTION "A collection of objects providing
+ node configuration information."
+ ::= { plcGroups 1 }
+
+ inputNodeGroup OBJECT-GROUP
+ OBJECTS { plcNodeNotchesInputBand, plcNodeNotchesInputGroup,
+ plcNodeNotchesInputCarrier1, plcNodeNotchesInputCarrier2,
+ plcNodeNotchesInputCarrier3, plcNodeNotchesInputCarrier4,
+ plcNodeNotchesInputCarrier5, plcNodeNotchesInputCarrier6,
+ plcNodeNotchesInputCarrier7, plcNodeNotchesInputCarrier8,
+ plcNodeNotchesInputProceed, plcNodeNotchesInputResult,
+ plcNodePilotsInputBand,
+ plcInputNodePilot1, plcInputNodePilot2,
+ plcNodePilotsInputProceed,plcNodePilotsInputResult,
+ plcNodeAdaptsInputBand, plcNodeAdaptsInputGroup,
+ plcNodeAdaptsInputCarrier1, plcNodeAdaptsInputCarrier2,
+ plcNodeAdaptsInputCarrier3, plcNodeAdaptsInputCarrier4,
+ plcNodeAdaptsInputCarrier5, plcNodeAdaptsInputCarrier6,
+ plcNodeAdaptsInputCarrier7, plcNodeAdaptsInputCarrier8,
+ plcNodeAdaptsInputProceed, plcNodeAdaptsInputResult,
+ plcNodeActionsCommitProceed, plcNodeActionsCommitResult,
+ plcNodeActionsResetProceed, plcNodeActionsCarrierFlatProceed}
+ STATUS current
+ DESCRIPTION "A collection of objects used to request
+ node configuration information changes."
+ ::= { plcGroups 2 }
+
+ topologyGroup OBJECT-GROUP
+ OBJECTS { plcBasePortAddress, plcBasePortChannelEstimation,
+ plcBasePortAttenuation ,
+ plcChannePilot2, plcChannelPilot1,
+ plcRxChannelPilots,
+ plcRxLastChannelPilots,
+ plcTxChannelPilots,
+ plcRxChannelModulation,
+ plcRxLastChannelModulation,
+ plcTxChannelModulation,
+ plcModGroup1, plcModGroup10, plcModGroup11,
+ plcModGroup12, plcModGroup13, plcModGroup14,
+ plcModGroup15, plcModGroup16, plcModGroup2,
+ plcModGroup3, plcModGroup4, plcModGroup5,
+ plcModGroup6, plcModGroup7, plcModGroup8,
+ plcModGroup9,
+ plcPortChannelGain,
+ plcPortChannelBandwidth,
+ plcPortChannelMaxBandwidth,
+ plcPortChannelSynchronizationBand,
+ plcPortChannelType, plcTopoChanges }
+ STATUS current
+ DESCRIPTION "A collection of objects providing
+ topology configuration."
+ ::= { plcGroups 3 }
+
+ inputTopologyGroup OBJECT-GROUP
+ OBJECTS { plcModulationInputAddr, plcModulationInputChannel, plcModulationInputBand,
+ plcInputModulationGroup1, plcInputModulationGroup2,
+ plcInputModulationGroup3, plcInputModulationGroup4,
+ plcInputModulationGroup5, plcInputModulationGroup6,
+ plcInputModulationGroup7, plcInputModulationGroup8,
+ plcInputModulationGroup9, plcInputModulationGroup10,
+ plcInputModulationGroup11, plcInputModulationGroup12,
+ plcInputModulationGroup13, plcInputModulationGroup14,
+ plcInputModulationGroup15, plcInputModulationGroup16,
+ plcModulationInputProceed, plcModulationInputResult,
+ plcPilotsInputAddr, plcPilotsInputChannel, plcPilotsInputBand,
+ plcInputChannelPilot1, plcInputChannelPilot2,
+ plcPilotsInputProceed, plcPilotsInputResult }
+ STATUS current
+ DESCRIPTION "A collection of objects used to request
+ topology configuration changes."
+ ::= { plcGroups 4 }
+
+ statisticGroup OBJECT-GROUP
+ OBJECTS { --PR01 BEGIN
+ -- ipBridgedPackets, ipInBridgedPkts,
+ -- ipInErrorPackets, ipInErrorPkts, ipInPackets,
+ -- ipInPkts, ipOutErrorPackets, ipOutErrorPkts,
+ -- ipOutPackets, ipOutPkts, macInErrorPkts,
+ -- macInPkts, macOutErrorPkts, macOutPackets,
+ -- plcpInErrorPkts, plcpInPkts, plcpOutErrorPkts,
+ -- plcpOutPkts,
+ --PR01 END
+ portStats2AvgBandAtt, portStats2AvgBandSNR, --PR01
+ -- portStats2Ber,
+ portStats2Noise, portStats2Signal,
+ -- portStatsBer,
+ portStatsNoise, portStatsSignal,
+ portStats3AvgAtt, portStats3AvgSNR ,
+ bootstatsBoot, bootstatsManualReset, bootstatsFailureReset
+ } --PR01
+ STATUS current
+ DESCRIPTION "A collection of objects providing
+ statistic data on node and plc link performances."
+ ::= { plcGroups 5 }
+
+ softwareGroup OBJECT-GROUP
+ OBJECTS { currentSoftwareVersion, currentSoftwareBoardVersion,
+ currentSoftwareAFEVersion, softwareVersion,
+ softwareUploadTFTPServerIP, softwareUploadLogin,
+ softwareUploadPassword, softwareUploadFileName,
+ softwareUploadProceed, softwareUploadResult,
+ softwareUploadTFTPServerPort, --PR01
+ softwareActionIndex, softwareActionType,
+ softwareActionProceed, softwareActionResult }
+ STATUS current
+ DESCRIPTION "A collection of objects providing
+ software management"
+ ::= { plcGroups 6 }
+
+--PR01 BEGIN
+ analyserGroup OBJECT-GROUP
+ OBJECTS { plcSNAnalyserAGC, plcSNAnalyserEnable,
+ plcSNAnalyserMinSignal, plcSNAnalyserMaxSignal,
+ plcSNAnalyserAvgSignal, plcSNAnalyserLastSignal,
+ plcSNAnalyserFFTDiv,
+ plcAGCAnalyserEnable,
+ plcAGCAnalyserSamplesPart1, plcAGCAnalyserSamplesPart2 }
+ STATUS current
+ DESCRIPTION "A collection of objects providing
+ spectrum analyser data"
+ ::= { plcGroups 7 }
+--PR01 END
+
+ agentCapabilities AGENT-CAPABILITIES
+ PRODUCT-RELEASE "Product-Release"
+ STATUS current
+ DESCRIPTION "The SPC200 chip SNMP agent capabilities"
+
+ SUPPORTS SPC200
+ INCLUDES { nodeGroup, inputNodeGroup,
+ topologyGroup, inputTopologyGroup,
+ statisticGroup, softwareGroup,
+ analyserGroup } --PR01
+
+--OK SUPPORTS IF-MIB
+--OK INCLUDES { ifGeneralInformationGroup, ifHCPacketGroup }
+--OK VARIATION ifAdminStatus
+--OK ACCESS read-only
+--OK DESCRIPTION "Forbid the update of the administrative status"
+--OK VARIATION ifLinkUpDownTrapEnable
+--OK ACCESS not-implemented
+--OK DESCRIPTION "No trap supported"
+--KO VARIATION ifAlias
+--KO ACCESS not-implemented
+--KO DESCRIPTION "The non volatile alias name
+--KO cannot be saved on the SPC200 chip"
+--KO VARIATION ifMtu
+--KO ACCESS not-implemented
+--KO DESCRIPTION "Information not available on SPC200 chip"
+
+ SUPPORTS MAU-MIB
+ INCLUDES { mauIfGrpBasic }
+ VARIATION ifMauIndex
+ DESCRIPTION "Only one MAU. So the value is always 1"
+ VARIATION ifMauMediaAvailable
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ifMauMediaAvailableStateExits
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ifMauJabberState
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ifMauJabberingStateEnters
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+
+ SUPPORTS IP-MIB
+ INCLUDES { ipGroup }
+ VARIATION ipForwarding
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipDefaultTTL
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipInHdrErrors
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipInAddrErrors
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipForwDatagrams
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipInUnknownProtos
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipInDiscards
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipInDelivers
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipOutDiscards
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipOutNoRoutes
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipReasmTimeout
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipReasmReqds
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipReasmOKs
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipReasmFails
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipFragOKs
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipFragFails
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipFragCreates
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipAdEntBcastAddr
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipAdEntReasmMaxSize
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+ VARIATION ipRoutingDiscards
+ ACCESS not-implemented
+ DESCRIPTION "Information not available on SPC200 chip"
+
+ SUPPORTS SNMPv2-MIB
+ INCLUDES { systemGroup }
+
+--OK SUPPORTS BRIDGE-MIB
+--OK INCLUDES { dot1dBase }
+--KO VARIATION dot1dBasePortDelayExceededDiscards
+--KO ACCESS not-implemented
+--KO DESCRIPTION "Information not available on SPC200 chip"
+--KO VARIATION dot1dBasePortMtuExceededDiscards
+--KO ACCESS not-implemented
+--KO DESCRIPTION "Information not available on SPC200 chip"
+
+ ::= { plcConformance 3 }
+
+
+-- ifTableExt data
+
+--ifTableExt OBJECT-TYPE
+-- SYNTAX SEQUENCE OF IfEntryExt
+-- MAX-ACCESS not-accessible
+-- STATUS current
+-- DESCRIPTION
+-- "A list of interface entries. The number of entries is
+-- given by the value of ifNumber. This Table is an Ext of the
+-- standard ifTable located in the IF-MIB."
+-- ::= { spc200MIB 2 }
+
+
+--ifEntryExt OBJECT-TYPE
+-- SYNTAX IfEntryExt
+-- MAX-ACCESS not-accessible
+-- STATUS current
+-- DESCRIPTION
+-- "An entry containing management information applicable to a
+-- particular interface. These entries are indexed using the ifIndex
+-- of the standard IF-MIB."
+-- INDEX { ifIndex }
+-- ::= { ifTableExt 1 }
+
+
+--IfEntryExt ::= SEQUENCE {
+-- ifDefaultSpeed Gauge32,
+-- ifSpeedAutoNegAdminStatus INTEGER }
+
+
+--ifDefaultSpeed OBJECT-TYPE
+-- SYNTAX Gauge32
+-- MAX-ACCESS read-write
+-- STATUS current
+-- DESCRIPTION
+-- "This field is used to set the speed for a given interface.
+-- It contains a default value which will be copied into ifSpeed if
+-- the ifSpeedAutoNegAdminStatus is disabled"
+-- ::= { ifEntryExt 1 }
+
+
+--ifSpeedAutoNegAdminStatus OBJECT-TYPE
+-- SYNTAX INTEGER {
+-- enabled(1),
+-- disabled(2) }
+-- MAX-ACCESS read-write
+-- STATUS current
+-- DESCRIPTION
+-- "This field is used to enable/disable the speed auto negotiation
+-- process for a given interface. If the status is disabled, the user
+-- can set the speed by setting ifDefaultSpeed.
+-- When the speed auto negotiation status is enabled, the hardware
+-- select a speed and set it in ifSpeed. When the speed auto negotiation
+-- status is disabled, the content of ifDefaultSpeed is copied into
+-- ifSpeed."
+-- ::= { ifEntryExt 2 }
+
+
+--ifGroupExt OBJECT-GROUP
+-- OBJECTS {
+-- ifDefaultSpeed,
+-- ifSpeedAutoNegAdminStatus }
+-- STATUS current
+-- DESCRIPTION
+-- "The fields needed by the SPiDCOM functionalities"
+
+-- ::= { ifTableExt 2 }
+
+
+-- ipExt data , for DHCP mode
+
+ipExt OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Extended ip needed for SPiDCOM functionalities"
+ ::= { spc200MIB 4 }
+
+ipDynamic OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "True if Ip address is set dynamically"
+ ::= { ipExt 1 }
+
+ipExtGroup OBJECT-GROUP
+ OBJECTS {
+ ipDynamic
+ }
+ STATUS current
+ DESCRIPTION "The fields needed by the SPiDCOM functionalities"
+ ::= { ipExt 2 }
+
+END
diff --git a/MIBS/cdata/SPIDCOM-ALARM-MIB b/MIBS/cdata/SPIDCOM-ALARM-MIB
new file mode 100644
index 0000000..19d9f39
--- /dev/null
+++ b/MIBS/cdata/SPIDCOM-ALARM-MIB
@@ -0,0 +1,455 @@
+--
+-- ALARM-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 4.0 Build 349
+-- Friday, November 21, 2003 at 15:00:38
+--
+
+ SPIDCOM-ALARM-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ neMibAlarm
+ FROM NE-ALARM-MIB
+ OBJECT-GROUP, NOTIFICATION-GROUP
+ FROM SNMPv2-CONF
+ Integer32, Unsigned32, Counter32, TimeTicks, IpAddress, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
+ FROM SNMPv2-SMI
+ DisplayString, DateAndTime, TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+ -- 1.3.6.1.4.1.22764.2.1
+ neAlarm MODULE-IDENTITY
+ LAST-UPDATED "200207151330Z" -- July 15, 2002 at 13:30 GMT
+ ORGANIZATION
+ "SPiDCOM"
+
+ CONTACT-INFO
+ " TO BE SPECIFIED BY SPiDCOM
+ "
+ DESCRIPTION
+ "Definition of the MIB tree structure
+ to manage the Alarm Monitoring."
+ ::= { neMibAlarm 1 }
+
+
+
+--
+-- Textual conventions
+--
+
+ ItuAlarmProbableCause ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "ItuAlarmProbableCause is the probable cause according the ITU X.733."
+ SYNTAX INTEGER
+ {
+ other(1),
+ adapterError(2),
+ applicationSubsystemFailure(3),
+ bandwidthReduced(4),
+ callEstablishmentError(5),
+ communicationsProtocolError(6),
+ communicationsSubsystemFailure(7),
+ configurationOrCustomizationError(8),
+ congestion(9),
+ corruptData(10),
+ cpuCyclesLimitExceeded(11),
+ dataSetOrModemError(12),
+ degradedSignal(13),
+ dteDceInterfaceError(14),
+ enclosureDoorOpen(15),
+ equipmentMalfunction(16),
+ excessiveVibration(17),
+ fileError(18),
+ fireDetected(19),
+ floodDetected(20),
+ framingError(21),
+ heatingVentCoolingSystemProblem(22),
+ humidityUnacceptable(23),
+ inputOutputDeviceError(24),
+ inputDeviceError(25),
+ lanError(26),
+ leakDetected(27),
+ localNodeTransmissionError(28),
+ lossOfFrame(29),
+ lossOfSignal(30),
+ materialSupplyExhausted(31),
+ multiplexerProblem(32),
+ outOfMemory(33),
+ ouputDeviceError(34),
+ performanceDegraded(35),
+ powerProblem(36),
+ pressureUnacceptable(37),
+ processorProblem(38),
+ pumpFailure(39),
+ queueSizeExceeded(40),
+ receiveFailure(41),
+ receiverFailure(42),
+ remoteNodeTransmissionError(43),
+ resourceAtOrNearingCapacity(44),
+ responseTimeExecessive(45),
+ retransmissionRateExcessive(46),
+ softwareError(47),
+ softwareProgramAbnormallyTerminated(48),
+ softwareProgramError(49),
+ storageCapacityProblem(50),
+ temperatureUnacceptable(51),
+ thresholdCrossed(52),
+ timingProblem(53),
+ toxicLeakDetected(54),
+ transmitFailure(55),
+ transmitterFailure(56),
+ underlyingResourceUnavailable(57),
+ versionMismatch(58),
+ authenticationFailure(59),
+ breachOfConfidentiality(60),
+ cableTamper(61),
+ delayedInformation(62),
+ denialOfService(63),
+ duplicateInformation(64),
+ informationMissing(65),
+ informationModificationDetected(66),
+ informationOutOfSequence(67),
+ intrusionDetection(68),
+ keyExpired(69),
+ nonRepudiationFailure(70),
+ outOfHoursActivity(71),
+ outOfService(72),
+ proceduralError(73),
+ unauthorizedAccessAttempt(74),
+ unexpectedInformation(75)
+ }
+
+ ItuAlarmType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "ItuAlarmType is the alarm type according the ITU X.733."
+ SYNTAX INTEGER
+ {
+ other(1),
+ communicationsAlarm(2),
+ qualityOfServiceAlarm(3),
+ processingErrorAlarm(4),
+ equipmentAlarm(5),
+ environmentalAlarm(6),
+ integrityViolation(7),
+ operationalViolation(8),
+ physicalViolation(9),
+ securityServiceOrMechanismViolation(10),
+ timeDomainViolation(11)
+ }
+
+ NeAlarmPhoto ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Description."
+ SYNTAX INTEGER { takePhoto(1) }
+
+
+
+ NeTrapFilter ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Filtertype used for control of traps by manager.
+ If trapFilterOn, the agent sends non traps."
+ SYNTAX INTEGER
+ {
+ trapFilterOff(0),
+ trapFilterOn(1)
+ }
+
+
+--
+-- Node definitions
+--
+
+ -- 1.3.6.1.4.1.22764.2.1.1
+ neAlarmTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF NeAlarmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "neAlarmTable represents all the possible alarms on the NE,
+ stating the probable cause, the alarm type and the perceived
+ severity as per [X.733].
+ Note that each entry is significant until neAlarmIsApplicable
+ is applicable(1).
+ Entries should never be removed unless the NE they refer to
+ disconnected NEs.
+ To invalidate an entry the Agent sets neAlarmIsApplicable to
+ notApplicable(0). before invalidating the entry, the agent
+ sets the neAlarmPerceivedSeverity to cleared."
+ ::= { neAlarm 1 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.1.1
+ neAlarmEntry OBJECT-TYPE
+ SYNTAX NeAlarmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "neAlarmMibEntry: an entry in neAlarmMibTable.
+ "
+ INDEX { neAlarmIndex }
+ ::= { neAlarmTable 1 }
+
+
+ NeAlarmEntry ::=
+ SEQUENCE {
+ neAlarmIndex
+ Unsigned32,
+ neAlarmAdditionalText
+ DisplayString,
+ neAlarmProbableCause
+ ItuAlarmProbableCause,
+ neAlarmDescription
+ DisplayString,
+ neAlarmType
+ ItuAlarmType,
+ neAlarmManagedObject
+ DisplayString,
+ neAlarmStatus
+ INTEGER,
+ neAlarmAlreadyPresent
+ INTEGER,
+ neAlarmTimeStamp
+ TimeTicks
+ }
+
+ -- 1.3.6.1.4.1.22764.2.1.1.1.1
+ neAlarmIndex OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "neAlarmIndex is a unique identifier for an alarm on a given type of NE.
+ The association between the alarmIndex and the alarm for the type of NE
+ is described in the NE MIB.
+ For example for the SRA L it is in the NETVIEWER SRAL 16X2 MIB.
+ "
+ ::= { neAlarmEntry 1 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.1.1.2
+ neAlarmAdditionalText OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "neAlarmDescription is a brief description of a given alarm.
+ E.g. Tributary 1 Card Fail."
+ ::= { neAlarmEntry 2 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.1.1.3
+ neAlarmProbableCause OBJECT-TYPE
+ SYNTAX ItuAlarmProbableCause
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "neAlarmProbablecause represents the probable cause values for
+ the alarms as per [X.733].
+ "
+ ::= { neAlarmEntry 3 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.1.1.4
+ neAlarmDescription OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "neAlarmDescription represents a description of the Alarm, as per [X.733]
+ "
+ ::= { neAlarmEntry 4 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.1.1.5
+ neAlarmType OBJECT-TYPE
+ SYNTAX ItuAlarmType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "neAlarmType represents the event type values for
+ the alarms as per [X.733].
+ "
+ ::= { neAlarmEntry 5 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.1.1.6
+ neAlarmManagedObject OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "neAlarmManagedObject represents the managed Object
+ values for the alarms.
+ "
+ ::= { neAlarmEntry 6 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.1.1.7
+ neAlarmStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ active(1),
+ inactive(2),
+ terminate(3)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "If neAlarmStatus is active(1) the current alarm is active
+ for the NE.
+ If neAlarmStatus is inactive(2), the current alarm is inactive
+ (normality) for the NE.
+ If neAlarmStatus is notAffected(3), the current alarm is not
+ significant for the NE."
+ ::= { neAlarmEntry 7 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.1.1.8
+ neAlarmAlreadyPresent OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ false(0),
+ true(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This field could be use to know if alarm already there.
+ "
+ ::= { neAlarmEntry 8 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.1.1.9
+ neAlarmTimeStamp OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The alarm timestamp."
+ ::= { neAlarmEntry 9 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.2
+ neAlarmActiveLastTrapIndex OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This is the Alarm Index sent for which the last trap was sent
+ "
+ ::= { neAlarm 2 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.3
+ neClearTerminatedAlarms OBJECT-TYPE
+ SYNTAX Integer32 (1)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "When the manager sets this object, the agent deletes
+ its alarms which status is terminated
+ "
+ ::= { neAlarm 3 }
+
+
+
+ -- 1.3.6.1.4.1.22764.2.1.4
+ neAlarmActivePhoto OBJECT-TYPE
+ SYNTAX Integer32 (1)
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "When the manager sets this object, the agent sends all
+ the active alarms from neAlarmtable to the manager.
+ "
+ ::= { neAlarm 4 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.10
+ neAlarmTrap OBJECT IDENTIFIER ::= { neAlarm 10 }
+
+
+
+ -- 1.3.6.1.4.1.22764.2.1.10.2
+ neAlarmTrapCounter OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "This object counts only the traps sent under node
+ neAlarmTrap."
+ ::= { neAlarmTrap 2 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.10.3
+ neAlarmTrapFilter OBJECT-TYPE
+ SYNTAX NeTrapFilter
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "If trapFilterOn, the agent sends no traps under
+ node neAlarmTrap. "
+ ::= { neAlarmTrap 3 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.10.4
+ neAlarmTrapDestiIp OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The @IP where traps are sent"
+ ::= { neAlarmTrap 4 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.10.5
+ neAlarmTrapDestiPort OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The UDP port where traps are sent"
+ ::= { neAlarmTrap 5 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.11
+ neAlarmGroup OBJECT-GROUP
+ OBJECTS { neAlarmIndex, neAlarmAdditionalText, neAlarmProbableCause, neAlarmDescription, neAlarmType,
+ neAlarmManagedObject, neAlarmAlreadyPresent, neAlarmTimeStamp, neAlarmStatus
+ }
+ STATUS current
+ DESCRIPTION
+ "The objects you can find in this MIB."
+ ::= { neAlarm 11 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.12
+ --neAlarmMibNotificationGroup NOTIFICATION-GROUP
+ -- NOTIFICATIONS { neAlarmChangeNotification }
+ -- STATUS current
+ -- DESCRIPTION
+ -- "Description."
+ -- ::= { neAlarm 12 }
+
+
+ -- 1.3.6.1.4.1.22764.2.1.13
+ neAlarmActiveGroup OBJECT-GROUP
+ OBJECTS { neAlarmActiveLastTrapIndex, neAlarmActivePhoto, neAlarmTrapFilter, neAlarmTrapDestiIp,
+ neAlarmTrapDestiPort, neAlarmTrapCounter, neClearTerminatedAlarms
+ }
+ STATUS current
+ DESCRIPTION
+ "The object regarding active alarms"
+ ::= { neAlarm 13 }
+
+
+
+ END
+
+--
+-- SPIDCOM-ALARM-MIB.my
+--
diff --git a/MIBS/cdata/SPIDCOM-MIB b/MIBS/cdata/SPIDCOM-MIB
new file mode 100644
index 0000000..c71569f
--- /dev/null
+++ b/MIBS/cdata/SPIDCOM-MIB
@@ -0,0 +1,20 @@
+--======================================================================
+-- SPIDCOM MIB
+--======================================================================
+
+-- File Name : SPIDCOM-MIB.txt
+-- Date : Tue Jul 22 00:00:00 CEST 2004
+-- Author : Gilles Dupont
+
+SPIDCOM-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ enterprises FROM SNMPv2-SMI;
+
+ spidcom OBJECT IDENTIFIER ::= { enterprises 22764 }
+
+--========================= END OF DOCUMENT ========================
+
+END
+
+
diff --git a/MIBS/cdata/SPIDCOM-NOTIFICATION-MIB b/MIBS/cdata/SPIDCOM-NOTIFICATION-MIB
new file mode 100644
index 0000000..a1a56eb
--- /dev/null
+++ b/MIBS/cdata/SPIDCOM-NOTIFICATION-MIB
@@ -0,0 +1,27 @@
+--
+-- ALARM-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 4.0 Build 349
+-- Friday, November 21, 2003 at 15:00:38
+--
+
+ SPIDCOM-NOTIFICATION-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ spidcom FROM SPIDCOM-MIB;
+
+
+--
+-- Node definitions
+--
+
+ -- 1.3.6.1.4.1.22764.4
+ specificSpidcomTrap OBJECT IDENTIFIER ::= { spidcom 4 }
+
+
+
+
+ END
+
+--
+-- SPIDCOM-NOTIFICATION-MIB.my
+--
diff --git a/MIBS/cdata/SPIDCOM-TRAPS b/MIBS/cdata/SPIDCOM-TRAPS
new file mode 100644
index 0000000..ad3ba11
--- /dev/null
+++ b/MIBS/cdata/SPIDCOM-TRAPS
@@ -0,0 +1,113 @@
+--
+-- ALARM-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 4.0 Build 349
+-- Friday, November 21, 2003 at 15:00:38
+--
+
+
+
+ SPIDCOM-TRAPS DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ OBJECT-GROUP, NOTIFICATION-GROUP
+ FROM SNMPv2-CONF
+ Integer32, Unsigned32, Counter32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
+ FROM SNMPv2-SMI
+ specificSpidcomTrap
+ FROM SPIDCOM-NOTIFICATION-MIB
+ ItuAlarmProbableCause,ItuAlarmType, neAlarmActivePhoto
+ FROM SPIDCOM-ALARM-MIB
+ plcBasePortIndex
+ FROM SPC200
+ DisplayString, DateAndTime, TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+
+--
+-- Node definitions
+--
+
+ -- 1.3.6.1.4.1.22764.4.1
+ trapsDefinition MODULE-IDENTITY
+ LAST-UPDATED "200207151330Z" -- July 15, 2002 at 13:30 GMT
+ ORGANIZATION
+ "SPiDCOM"
+
+ CONTACT-INFO
+ " TO BE SPECIFIED BY SPiDCOM
+ "
+ DESCRIPTION
+ "Definition of the MIB tree structure
+ to manage the Alarm Monitoring."
+ ::= { specificSpidcomTrap 1 }
+
+
+
+ -- 1.3.6.1.4.1.22764.4.1.1
+ deviceDown NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "This trap is sent when a the connection with a distant node is down"
+ ::= { trapsDefinition 1 }
+
+
+ -- 1.3.6.1.4.1.22764.4.1.2
+ deviceUp NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "This trap is sent when a the connection with a distant node is down"
+ ::= { trapsDefinition 2 }
+
+ -- 1.3.6.1.4.1.22764.4.1.3
+ maxAttenuation NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "This trap is sent when some value is reached for attenuation"
+ ::= { trapsDefinition 3 }
+
+ -- 1.3.6.1.4.1.22764.4.1.4
+ maxNoise NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "This trap is sent when some value is reached for noise"
+ ::= { trapsDefinition 4 }
+
+ -- 1.3.6.1.4.1.22764.4.1.11
+ linkUpDownNotificationsGroup NOTIFICATION-GROUP
+ NOTIFICATIONS {
+ deviceUp,
+ deviceDown }
+ STATUS current
+ DESCRIPTION
+ "The notifications which indicates connection with a distant node is up/down"
+ ::= { trapsDefinition 11 }
+
+ -- 1.3.6.1.4.1.22764.4.1.12
+ maxAttenuationNotificationsGroup NOTIFICATION-GROUP
+ NOTIFICATIONS {
+ maxAttenuation }
+ STATUS current
+ DESCRIPTION
+ "The notification which indicates attenuation change"
+ ::= { trapsDefinition 12 }
+
+ -- 1.3.6.1.4.1.22764.4.1.13
+ maxNoiseNotificationsGroup NOTIFICATION-GROUP
+ NOTIFICATIONS {
+ maxNoise }
+ STATUS current
+ DESCRIPTION
+ "The notification which indicates noise change"
+ ::= { trapsDefinition 13 }
+
+
+
+
+
+
+ END
+
+--
+-- SPIDCOM-NOTIFICATION-MIB.my
+--
diff --git a/MIBS/cdata/VENDOR-COMMON-MIB b/MIBS/cdata/VENDOR-COMMON-MIB
new file mode 100644
index 0000000..9edf560
--- /dev/null
+++ b/MIBS/cdata/VENDOR-COMMON-MIB
@@ -0,0 +1,200 @@
+--
+-- VENDOR-COMMON-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
+-- Tuesday, Dec 25, 2017 at 15:03:49
+--
+
+ VENDOR-COMMON-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
+ FROM SNMPv2-SMI
+ TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+-- 1.3.6.1.4.1.34592
+ vendor MODULE-IDENTITY
+ LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
+ ORGANIZATION
+ "vendor."
+ CONTACT-INFO
+ " "
+ DESCRIPTION
+ "vendor common mib module"
+ ::= { enterprises 34592 }
+
+
+
+--
+-- Textual conventions
+--
+
+-- Textual conventions
+--
+-- Textual conventions
+--
+ OperSwitch ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Device function operation switch type"
+ SYNTAX INTEGER
+ {
+ enable(1),
+ disable(2)
+ }
+
+ DeviceStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Device work status type. One device or dummy device may
+ have following five work status:
+ notPresent(1): the device is not present (not installed)
+ offline(2):the device is present,but can not be communicated (or failed to get its info)
+ online(3):the device is present and can be communicated
+ normal(4):the device is online and work well
+ abnormal(5): the device is online but work abnormal for some reason"
+ SYNTAX INTEGER
+ {
+ notPresent(1),
+ offline(2),
+ online(3),
+ normal(4),
+ abnormal(5)
+ }
+
+ DataDirection ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "A data channel normally have two direction, up and down"
+ SYNTAX INTEGER
+ {
+ upstream(1),
+ downstream(2)
+ }
+
+ DeviceOperation ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "This type defines an operate action aggregate"
+ SYNTAX INTEGER
+ {
+ reset(2),
+ default(3),
+ saveConfig(4),
+ restore(5),
+ delete(6)
+ }
+
+ LedStatus ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Led status"
+ SYNTAX INTEGER
+ {
+ on(1),
+ off(2),
+ blink(3)
+ }
+
+ DeviceType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION
+ "Device type convention. Define all PBB device type value.
+
+ ----------------------------------
+ | family | series | class | type |
+ ----------------------------------
+ 8b 8b 8b 8b
+
+ refer to document <pducuct type defines>"
+ SYNTAX INTEGER
+ {
+ epon(16842752),
+ chassis(16843009),
+ olt(16843265),
+ pon(16843521),
+ pon1(16909057),
+ epon1u(17105153),
+ olt1(17105409),
+ pon2(17105665),
+ onu4db(16974081),
+ onu4db1(16974082),
+ onu4db2(16974083),
+ onu8db(16974084),
+ onu4d(16974085),
+ onu1d(16974086),
+ onu1dg(16974087),
+ onu2dg(16974088),
+ onu2dgm(16974095),
+ onu4dgm(16974094),
+ onu4dp(16974089),
+ onu3dm(16974090),
+ onu4d1(16974091),
+ onu2dm(16974092),
+ onu4d2p(16974337),
+ onu4d2pp(16974338),
+ onu4d1r(16974593),
+ onu4d1rp(16974594),
+ onu4d2p1r(16974849),
+ onu4d2p1r1(17040129),
+ onu4d2p1rp(16974850),
+ onu24d(17039617)
+ }
+
+
+--
+-- Node definitions
+--
+
+-- 1.3.6.1.4.1.34592.1
+ ipProduct OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Defines the base identifier containing the definition of ip products line.
+ "
+ ::= { vendor 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.1
+ mediaConverter OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Defines the base identifier for the subtree
+ supported by media converter line products.
+ "
+ ::= { ipProduct 1 }
+
+
+-- 1.3.6.1.4.1.34592.1.2
+ switch OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Defines the base identifier for the subtree
+ supported by smartCPE Switch line products.
+ "
+ ::= { ipProduct 2 }
+
+
+-- 1.3.6.1.4.1.34592.1.3
+ pon OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { ipProduct 3 }
+
+
+-- 1.3.6.1.4.1.34592.1.4
+ eoc OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ " "
+ ::= { ipProduct 4 }
+
+
+
+ END
+
+--
+-- EPON-EOC-MIB.my
+--
diff --git a/MIBS/cdata/XXX-MIB b/MIBS/cdata/XXX-MIB
new file mode 100644
index 0000000..d9ebfb2
--- /dev/null
+++ b/MIBS/cdata/XXX-MIB
@@ -0,0 +1,1027 @@
+
+XXX-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY, OBJECT-IDENTITY, OBJECT-TYPE, Gauge32,
+ Integer32,Counter32,enterprises,
+ NOTIFICATION-TYPE FROM SNMPv2-SMI
+ DisplayString FROM SNMPv2-TC;
+
+company MODULE-IDENTITY
+ LAST-UPDATED "200903050000Z"
+ ORGANIZATION "CData"
+ CONTACT-INFO "www.cdatatec.com"
+ DESCRIPTION "Media Converter NMS SNMP mib file"
+ REVISION "200903050000Z"
+ DESCRIPTION "1G MC supported"
+ ::= { enterprises 34592 }
+
+ipProduct OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION "IP product line"
+ ::= {company 1}
+
+height2HU OBJECT IDENTIFIER ::= {ipProduct 1}
+
+systemMIB OBJECT IDENTIFIER ::= {height2HU 1}
+
+alarmMIB OBJECT IDENTIFIER ::= {height2HU 2}
+
+-- [ShelfInfo] --
+shelfNum OBJECT-TYPE
+ SYNTAX INTEGER (1..4)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The number of shelf in current system"
+ ::= { systemMIB 1 }
+
+shelfTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ShelfEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "Shelf table"
+ ::= { systemMIB 2 }
+
+shelfEntry OBJECT-TYPE
+ SYNTAX ShelfEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "Shelf entry definition"
+ INDEX { shelfName }
+ ::= { shelfTable 1 }
+
+ShelfEntry ::= SEQUENCE {
+ shelfName INTEGER,
+ psuA INTEGER,
+ psuB INTEGER,
+ volA INTEGER,
+ volB INTEGER,
+ fan INTEGER,
+ temperature INTEGER,
+ coCardNum INTEGER,
+ rmtCardNum INTEGER
+ }
+
+shelfName OBJECT-TYPE
+ SYNTAX INTEGER {master(1),slave_1(2),slave_2(3),slave_3(4)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Shelf name"
+ ::= { shelfEntry 1 }
+
+psuA OBJECT-TYPE
+ SYNTAX INTEGER {on(1),off(2),nc(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The status fan A of current shelf"
+ ::= { shelfEntry 2 }
+
+psuB OBJECT-TYPE
+ SYNTAX INTEGER {on(1),off(2),nc(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The status psu B of current shelf"
+ ::= { shelfEntry 3 }
+
+volA OBJECT-TYPE
+ SYNTAX INTEGER {normal(1),abnormal(2),nc(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The voltage status of psuA of current shelf"
+ ::= { shelfEntry 4 }
+
+volB OBJECT-TYPE
+ SYNTAX INTEGER {normal(1),abnormal(2),nc(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The voltage status of psuB of current shelf"
+ ::= { shelfEntry 5 }
+
+fan OBJECT-TYPE
+ SYNTAX INTEGER {on(1),off(2),nc(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The status fan A of current shelf"
+ ::= { shelfEntry 6 }
+
+temperature OBJECT-TYPE
+ SYNTAX INTEGER
+ UNITS " °C"
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The temperature status of current shelf"
+ ::= { shelfEntry 7 }
+
+coCardNum OBJECT-TYPE
+ SYNTAX INTEGER (0..16)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The number of center card inserting of current shelf"
+ ::= { shelfEntry 8 }
+
+rmtCardNum OBJECT-TYPE
+ SYNTAX INTEGER (0..16)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The number of remote card inserting of current shelf"
+ ::= { shelfEntry 9 }
+
+-- [Slot Objects] --
+
+slotObjects OBJECT IDENTIFIER ::= {systemMIB 3}
+
+slotTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SlotEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "Sparse table containing one entry for each slot in exist
+ chassis in the system, indexed by shelfIdx and slotIdx."
+ ::= { slotObjects 1 }
+
+slotEntry OBJECT-TYPE
+ SYNTAX SlotEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "in this table ,user can find the converter module's type inserted
+ in the system's slot.then you can get the detail information about
+ the specified type in the cardObjects table"
+ INDEX { shelfIdx, slotIdx }
+ ::= { slotTable 1 }
+
+SlotEntry ::= SEQUENCE {
+ shelfIdx INTEGER,
+ slotIdx INTEGER,
+ coCardType INTEGER,
+ coCardDesc DisplayString,
+ rmtCardType INTEGER,
+ rmtCardDesc DisplayString
+ }
+
+shelfIdx OBJECT-TYPE
+ SYNTAX INTEGER {master(1),slave_1(2),slave_2(3),slave_3(4)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Chassis index - 1 = master management module,
+ 2-4 = slave management module"
+ ::= { slotEntry 1 }
+
+slotIdx OBJECT-TYPE
+ SYNTAX INTEGER {slot01(1),slot02(2),slot03(3),slot04(4),
+ slot05(5),slot06(6),slot07(7),slot08(8),
+ slot09(9),slot10(10),slot11(11),slot12(12),
+ slot13(13),slot14(14),slot15(15),slot16(16), slot17(17)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "chassis's slot,whitch is a index in this table"
+ ::= { slotEntry 2 }
+
+coCardType OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),ip113s(1),ip113f(2),mc_1g_e2o(3),mc_1g_o2o(4),fr600f-mm(100),fr600f-ms(101),not-support(102)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "local card's type inserted in the chassis"
+ ::= { slotEntry 3 }
+
+coCardDesc OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "local card's description"
+ ::= { slotEntry 4 }
+
+rmtCardType OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),ip113sr(1),ip113f(2),mc_1g_e2o(3),mc_1g_o2o(4),fr600f-mm(100),fr600f-ms(101),not-support(102)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "remote card's type connect with the local converter"
+ ::= { slotEntry 5 }
+
+rmtCardDesc OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "remote card's description"
+ ::= { slotEntry 6 }
+
+-- [Card Objects] --
+cardObjects OBJECT IDENTIFIER ::= {systemMIB 4}
+
+-- --[NMU Objects] --
+nmuObjects OBJECT IDENTIFIER ::= {cardObjects 1}
+nmuConfig OBJECT IDENTIFIER ::= {nmuObjects 1}
+
+nmuType OBJECT-TYPE
+ SYNTAX INTEGER {fr600f-mm(100),fr600f-ms(101),not-support(102)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The type of NMU (network management unit)"
+ ::= { nmuConfig 1 }
+
+ipaddr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The ethernet IP address of NMU (network management unit)"
+ ::= { nmuConfig 2 }
+
+subnet OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The etherent mask address of NMU (network management unit)"
+ ::= { nmuConfig 3 }
+
+gateway OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The ethernet gateway address of NMU (network management unit)"
+ ::= { nmuConfig 4 }
+
+sysContact OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Mirror of the system.sysContact.0"
+ ::= { nmuConfig 5 }
+
+sysName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Mirror of the system.sysName.0"
+ ::= { nmuConfig 6 }
+
+sysLocation OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Mirror of the system.sysLocation.0"
+ ::= { nmuConfig 7 }
+
+trapHost1 OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The first host's IP address used to receive trap messages,
+ when set 0 it simply delete this entry. This applies to the trap host 2~4 below as well."
+ ::= { nmuConfig 8 }
+
+trapHost2 OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The second host's IP address used to receive trap messages"
+ ::= { nmuConfig 9 }
+
+trapHost3 OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The third host's IP address used to receive trap messages"
+ ::= { nmuConfig 10 }
+
+trapHost4 OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The fourth host's IP address used to receive trap messages"
+ ::= { nmuConfig 11 }
+
+-- --[MC Configuration table] --
+mcCmObjects OBJECT IDENTIFIER ::= {cardObjects 2}
+
+mcCmTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF McCmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "MC Configuration table"
+ ::= { mcCmObjects 1 }
+
+mcCmEntry OBJECT-TYPE
+ SYNTAX McCmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "MC Configuration entry definition"
+ INDEX { mcShelfIdx, mcCardIdx }
+ ::= { mcCmTable 1 }
+
+McCmEntry ::= SEQUENCE {
+ mcShelfIdx INTEGER,
+ mcCardIdx INTEGER,
+
+ mcType INTEGER,
+ mcTransceiverMode INTEGER,
+ mcTransceiverDist INTEGER,
+ mcPortState INTEGER,
+ mcTransmitMode INTEGER,
+ mcCurWorkMode INTEGER,
+ mcCfgWorkMode INTEGER,
+ mcLFPCfg INTEGER,
+ mcUpStream Gauge32,
+ mcDownStream Gauge32,
+ mcTxlink INTEGER,
+ mcFxlink INTEGER,
+ mcHWLFP INTEGER,
+ mcHWTransmitMode INTEGER,
+ mcHWWorkMode INTEGER,
+ mcHWRmtCtrlMode INTEGER,
+ mcNtwSfpExist INTEGER, -- for 1G E2O or O2O card
+ mcAccSfpExist INTEGER, -- for 1G O2O card only
+ mcUtility INTEGER,
+
+ mcRmtDetect INTEGER,
+ mcRmtType INTEGER,
+ mcRmtTransmitMode INTEGER,
+ mcRmtCurWorkMode INTEGER,
+ mcRmtCfgWorkMode INTEGER,
+ mcRmtLFP INTEGER,
+ mcRmtTxlink INTEGER,
+ mcRmtHWLFP INTEGER,
+ mcRmtHWTransmitMode INTEGER,
+ mcRmtHWWorkMode INTEGER,
+ mcRmtLoopback INTEGER,
+ mcRmtPwrDown INTEGER,
+ mcRmtAccSfpExist INTEGER, -- for 1G O2O card only. NtwSfp is always exist when remore detected.
+ mcRmtUtility INTEGER
+ }
+
+
+mcShelfIdx OBJECT-TYPE
+ SYNTAX INTEGER {master(1),slave1(2),slave2(3),slave3(4)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Shelf index"
+ ::= { mcCmEntry 1 }
+
+mcCardIdx OBJECT-TYPE
+ SYNTAX INTEGER {card01(1),card02(2),card03(3),card04(4),
+ card05(5),card06(6),card07(7),card08(8),
+ card09(9),card10(10),card11(11),card12(12),
+ card13(13),card14(14),card15(15),card16(16)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Card index"
+ ::= { mcCmEntry 2 }
+
+mcType OBJECT-TYPE
+ SYNTAX INTEGER {ip113s(1),ip113f(2),mc_1g_e2o(3),mc_1g_o2o(4),not-support(5)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Center card's type"
+ ::= { mcCmEntry 3 }
+
+mcTransceiverMode OBJECT-TYPE
+ SYNTAX INTEGER {bidi(1),duplex_fiber(2),sfp(3),not-support(4)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Center card's optical transceiver mode.
+ 100M card support bidi/duplex_fiber; 1G card support bidi/duplex_fiber/sfp.
+ Once sfp is given, the following mcTransceiverDist should be ignored."
+ ::= { mcCmEntry 4 }
+
+mcTransceiverDist OBJECT-TYPE
+ SYNTAX INTEGER (1..120)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Center card's optical transceiver distance,
+ 1 means 550m for duplex_fiber mode in case of 1G card,
+ otherwise it represents the real distance (unit of km)."
+ ::= { mcCmEntry 5 }
+
+mcPortState OBJECT-TYPE
+ SYNTAX INTEGER {locked(1),unlocked(2),not-support(3)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Center card's port status, locked or unlocked"
+ ::= { mcCmEntry 6 }
+
+mcTransmitMode OBJECT-TYPE
+ SYNTAX INTEGER {cut-through(1),store-forward(2),not-support(3)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Center card's transmmit mode"
+ ::= { mcCmEntry 7 }
+
+mcCurWorkMode OBJECT-TYPE
+ SYNTAX INTEGER { -- mAuto(1),
+ m100-full(2),
+ m100-half(3),
+ m10-full(4),
+ m10-half(5),
+ m1G-full(6),
+ not-support(7)}
+ MAX-ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Center card's current work mode"
+ ::= { mcCmEntry 8 }
+
+mcCfgWorkMode OBJECT-TYPE
+ SYNTAX INTEGER {mAuto(1),
+ m100-full(2),
+ m100-half(3),
+ m10-full(4),
+ m10-half(5),
+ m1G-full(6),
+ not-support(7)}
+ MAX-ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "Center card's configurable work mode"
+ ::= { mcCmEntry 9 }
+
+mcLFPCfg OBJECT-TYPE
+ SYNTAX INTEGER {enable(1),disable(2),not-support(3)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Remote fault detect function, valid only on center MC card"
+ ::= { mcCmEntry 10 }
+
+mcUpStream OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Center card's up stream of MC"
+ ::= { mcCmEntry 11}
+
+mcDownStream OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Center card's down stream of MC"
+ ::= { mcCmEntry 12 }
+
+mcTxlink OBJECT-TYPE
+ SYNTAX INTEGER {up(1),down(2),not-support(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Center card's electrical port's link status"
+ ::= { mcCmEntry 13 }
+
+mcFxlink OBJECT-TYPE
+ SYNTAX INTEGER {up(1),down(2),not-support(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Center card's optical port's link status"
+ ::= { mcCmEntry 14 }
+
+mcHWLFP OBJECT-TYPE
+ SYNTAX INTEGER {enable(1),disable(2),not-support(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Center card's HW LFP, not applicable for 1G card"
+ ::= { mcCmEntry 15 }
+
+mcHWTransmitMode OBJECT-TYPE
+ SYNTAX INTEGER {cut-through(1),store-forward(2),not-support(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Center card's HW transmit mode, not applicable for 1G card"
+ ::= { mcCmEntry 16 }
+
+mcHWWorkMode OBJECT-TYPE
+ SYNTAX INTEGER {mAuto(1),
+ m100-full(2),
+ m100-half(3),
+ m10-full(4),
+ m10-half(5),
+ m1G-full(6),
+ not-support(7)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Center card's HW work mode, not applicable for 1G card"
+ ::= { mcCmEntry 17 }
+
+mcHWRmtCtrlMode OBJECT-TYPE
+ SYNTAX INTEGER {enable(1),disable(2),not-support(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Center card's HW remote control mode (only valid for local card).
+ the disable mode indicates that all SET operations must be prohibited"
+ ::= { mcCmEntry 18 }
+
+mcNtwSfpExist OBJECT-TYPE
+ SYNTAX INTEGER {inserted(1),removed(2),na(3),not-support(4)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Center 1G card's Network SFP indication"
+ ::= { mcCmEntry 19 }
+
+mcAccSfpExist OBJECT-TYPE
+ SYNTAX INTEGER {inserted(1),removed(2),na(3),not-support(4)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Center 1G card's Access SFP indication, applicable only for O2O type"
+ ::= { mcCmEntry 20 }
+
+mcUtility OBJECT-TYPE
+ SYNTAX INTEGER {idle(1),reset(2),default(3),set2hw(4),not-support(5)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "reset, default to factory, set to HW word, etc..."
+ ::= { mcCmEntry 21 }
+
+mcRmtDetect OBJECT-TYPE
+ SYNTAX INTEGER {no_remote(0),yes(1),not-support(2)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "An identifier to indicate if there is a remote MC currently connecting to system or not"
+ ::= { mcCmEntry 22 }
+
+mcRmtType OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),ip113sr(1),ip113f(2),mc_1g_e2or(3),mc_1g_o2or(4),not-support(5)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Remote card's type"
+ ::= { mcCmEntry 23 }
+
+mcRmtTransmitMode OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),cut-through(1),store-forward(2),not-support(3)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Remote card's transmmit mode"
+ ::= { mcCmEntry 24 }
+
+mcRmtCurWorkMode OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),
+ -- mAuto(1),
+ m100-full(2),
+ m100-half(3),
+ m10-full(4),
+ m10-half(5),
+ m1G-full(6),
+ not-support(7)}
+ MAX-ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Remote card's current work mode"
+ ::= { mcCmEntry 25 }
+
+mcRmtCfgWorkMode OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),
+ mAuto(1),
+ m100-full(2),
+ m100-half(3),
+ m10-full(4),
+ m10-half(5),
+ m1G-full(6),
+ not-support(7)}
+ MAX-ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "Remote card's configurable work mode"
+ ::= { mcCmEntry 26 }
+
+mcRmtLFP OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),enable(1),disable(2),not-support(3)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Remote card's LFP lamp state"
+ ::= { mcCmEntry 27 }
+
+mcRmtTxlink OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),up(1),down(2),not-support(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Remote card's electrial port status"
+ ::= { mcCmEntry 28 }
+
+mcRmtHWLFP OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),enable(1),disable(2),not-support(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Remote card's HW LFP, not applicable for 1G card"
+ ::= { mcCmEntry 29 }
+
+mcRmtHWTransmitMode OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),cut-through(1),store-forward(2),not-support(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Remote card's HW transmit mode, not applicable for 1G card"
+ ::= { mcCmEntry 30 }
+
+mcRmtHWWorkMode OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),
+ mAuto(1),
+ m100-full(2),
+ m100-half(3),
+ m10-full(4),
+ m10-half(5),
+ m1G-full(6),
+ not-support(7)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Remote card's HW work mode, not applicable for 1G card"
+ ::= { mcCmEntry 31 }
+
+mcRmtLoopback OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),enable(1),disable(2),not-support(3)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Remote card's HW Loopback state"
+ ::= { mcCmEntry 32 }
+
+mcRmtPwrDown OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),powerdown(1),normal(2),not-support(3)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Remote card's power down state"
+ ::= { mcCmEntry 33 }
+
+mcRmtAccSfpExist OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),inserted(1),removed(2),na(3),support(4)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Remote 1G card's Access SFP indication, applicable only for O2O type"
+ ::= { mcCmEntry 34 }
+
+mcRmtUtility OBJECT-TYPE
+ SYNTAX INTEGER {no_card(0),idle(1),reset(2),default(3),set2hw(4),not-support(5)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "Rmote cards's reset, default to factory, set to HW word, etc..."
+ ::= { mcCmEntry 35 }
+
+-- --[MC 1G card Specific CM table] --
+mcCm1gSpecificObjects OBJECT IDENTIFIER ::= {mcCmObjects 2}
+
+-- -- --[MC 1G card IP table] --
+mcCm1gIpObjects OBJECT IDENTIFIER ::= {mcCm1gSpecificObjects 1}
+
+mcCm1gIpTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF McCm1gIpEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "MC 1G Ip address table"
+ ::= { mcCm1gIpObjects 1 }
+
+mcCm1gIpEntry OBJECT-TYPE
+ SYNTAX McCm1gIpEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "MC 1G Ip address entry definition"
+ INDEX { mcShelfIdx,mcCardIdx,mcLoOrRmtFg }
+ ::= { mcCm1gIpTable 1 }
+
+McCm1gIpEntry ::= SEQUENCE {
+ mcLoOrRmtFg INTEGER,
+ mcIpAddr IpAddress
+ }
+
+mcLoOrRmtFg OBJECT-TYPE
+ SYNTAX INTEGER {local(1),remote(2)}
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "location index, local or remote"
+ ::= { mcCm1gIpEntry 1 }
+
+mcIpAddr OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "The Ip address of the node"
+ ::= { mcCm1gIpEntry 2 }
+
+-- -- --[MC 1G card SFP table] --
+mcCm1gSfpObjects OBJECT IDENTIFIER ::= {mcCm1gSpecificObjects 2}
+
+mcCm1gSfpTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF McCm1gSfpEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "MC 1G SFP table"
+ ::= { mcCm1gSfpObjects 1 }
+
+mcCm1gSfpEntry OBJECT-TYPE
+ SYNTAX McCm1gSfpEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "MC 1G SFP entry definition"
+ INDEX { mcShelfIdx,mcCardIdx,mcLoOrRmtFg }
+ ::= { mcCm1gSfpTable 1 }
+
+McCm1gSfpEntry ::= SEQUENCE {
+ getSfpCmd INTEGER,
+ sfpCompliance INTEGER,
+ sfpConnector INTEGER,
+ sfpTransCode INTEGER,
+ sfpSmLength INTEGER,
+ sfpMmLength INTEGER,
+ sfpCopperLength INTEGER,
+ sfpBrSpeed INTEGER,
+ sfpWavelength INTEGER,
+ sfpTemperature INTEGER,
+ sfpTranPower INTEGER,
+ sfpRecvPower INTEGER,
+ sfpVoltage INTEGER
+ }
+
+getSfpCmd OBJECT-TYPE
+ SYNTAX INTEGER {na(0),local(1),remote(2)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "This command will get the updated sfp information.
+ Please send this command prior to getting the following params,
+ otherwise the history sfp information will be sent back."
+ ::= { mcCm1gSfpEntry 1 }
+
+sfpCompliance OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP compliance (one byte)
+ if 0 then the attributs of sfpTemperature/sfpTranPower/sfpRecvPower
+ should be ignored"
+ ::= { mcCm1gSfpEntry 2 }
+
+sfpConnector OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP connector type (one byte)
+ 0x01: SC
+ 0x07: LC
+ 0x22: RJ45
+ others: unsupported"
+ ::= { mcCm1gSfpEntry 3 }
+
+sfpTransCode OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP transceiver code (one byte)
+ bit0: SingleMode
+ bit2: MultiMode
+ bit3: MultiMode
+ others: unsupported"
+ ::= { mcCm1gSfpEntry 4 }
+
+sfpSmLength OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP link length for SingleMode, units of km. (one byte)
+ applicable only when sfpTransCode is SingleMode"
+ ::= { mcCm1gSfpEntry 5 }
+
+sfpMmLength OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP link length for MultiMode, units of 10m (one byte)
+ applicable only when sfpTransCode is MultiMode"
+ ::= { mcCm1gSfpEntry 6 }
+
+sfpCopperLength OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP link length for Copper, units of m (one byte)
+ applicable only when sfpConnector is RJ45"
+ ::= { mcCm1gSfpEntry 7 }
+
+sfpBrSpeed OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP nominal signalling rate, units of 100Mbit/s (one byte)"
+ ::= { mcCm1gSfpEntry 8 }
+
+sfpWavelength OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP laser wavelength (one word)"
+ ::= { mcCm1gSfpEntry 9 }
+
+sfpTemperature OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP temperature (one type, signed)"
+ ::= { mcCm1gSfpEntry 10 }
+
+sfpTranPower OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP tx power (one type, signed)"
+ ::= { mcCm1gSfpEntry 11 }
+
+sfpRecvPower OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP rx power (one type, signed)"
+ ::= { mcCm1gSfpEntry 12 }
+
+sfpVoltage OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "SFP voltage, units of 0.1mV (one word)"
+ ::= { mcCm1gSfpEntry 13 }
+
+-- --[MC Performance table] --
+mcPmObjects OBJECT IDENTIFIER ::= {cardObjects 3}
+
+mcPmTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF McPmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "MC Performance table"
+ ::= { mcPmObjects 1 }
+
+mcPmEntry OBJECT-TYPE
+ SYNTAX McPmEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "MC Performance entry definition"
+ INDEX { mcShelfIdx, mcCardIdx }
+ ::= { mcPmTable 1 }
+
+McPmEntry ::= SEQUENCE {
+ mcRxByteHi Counter32,
+ mcRxByteLo Counter32,
+ mcTxByteHi Counter32,
+ mcTxByteLo Counter32,
+ mcPmRest INTEGER
+ }
+
+mcRxByteHi OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of reveive bytes (high)"
+ ::= { mcPmEntry 1 }
+
+mcRxByteLo OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of reveive bytes (low)"
+ ::= { mcPmEntry 2 }
+
+mcTxByteHi OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of transmit bytes (high)"
+ ::= { mcPmEntry 3 }
+
+mcTxByteLo OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of transmit bytes (low)"
+ ::= { mcPmEntry 4 }
+
+mcPmRest OBJECT-TYPE
+ SYNTAX INTEGER {idle(1), reset(2),not-support(3)}
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION "reset counter"
+ ::= { mcPmEntry 5 }
+
+-- ---------------------------------------------------------------------------------------------
+-- [Trap definition] --
+
+-- --[shelf alarm] -- (1~19)
+shelf-Detected NOTIFICATION-TYPE
+ OBJECTS { shelfIdx }
+ STATUS current
+ DESCRIPTION "A slave shelf is detected"
+ ::= { alarmMIB 1}
+
+shelf-Lost NOTIFICATION-TYPE
+ OBJECTS { shelfIdx }
+ STATUS current
+ DESCRIPTION "A shelf is lost"
+ ::= { alarmMIB 2}
+
+shelf-psuA-On NOTIFICATION-TYPE
+ OBJECTS { shelfIdx }
+ STATUS current
+ DESCRIPTION "PSU A is detected"
+ ::= { alarmMIB 3}
+
+shelf-psuA-Off NOTIFICATION-TYPE
+ OBJECTS { shelfIdx }
+ STATUS current
+ DESCRIPTION "PSU A is lost"
+ ::= { alarmMIB 4}
+
+shelf-psuB-On NOTIFICATION-TYPE
+ OBJECTS { shelfIdx }
+ STATUS current
+ DESCRIPTION "PSU B is detected"
+ ::= { alarmMIB 5}
+
+shelf-psuB-Off NOTIFICATION-TYPE
+ OBJECTS { shelfIdx }
+ STATUS current
+ DESCRIPTION "PSU B is lost"
+ ::= { alarmMIB 6}
+
+shelf-fan-On NOTIFICATION-TYPE
+ OBJECTS { shelfIdx }
+ STATUS current
+ DESCRIPTION "Fan A is detected"
+ ::= { alarmMIB 7}
+
+shelf-fan-Off NOTIFICATION-TYPE
+ OBJECTS { shelfIdx }
+ STATUS current
+ DESCRIPTION "Fan A is lost"
+ ::= { alarmMIB 8}
+
+-- --[card common alarm] -- (20~29)
+card-Detected NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "A card is detected"
+ ::= { alarmMIB 20}
+
+card-Lost NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "A card is lost"
+ ::= { alarmMIB 21}
+
+-- --[card specific (MC) alarm] -- (above 30)
+card-MC-Co-Tx-Up NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "The tx link of mc in center side is up"
+ ::= { alarmMIB 30}
+
+card-MC-Co-Tx-Down NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "The tx link of mc in center side is broken"
+ ::= { alarmMIB 31}
+
+card-MC-Co-Fx-Up NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "The fx link of mc in center side is up"
+ ::= { alarmMIB 32}
+
+card-MC-Co-Fx-Down NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "The fx link of mc in center side is broken"
+ ::= { alarmMIB 33}
+
+card-MC-Rmt-Tx-Up NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "The tx link of mc in customer side is up"
+ ::= { alarmMIB 34}
+
+card-MC-Rmt-Tx-Down NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "The tx link of mc in customer side is broken"
+ ::= { alarmMIB 35}
+
+card-MC-Rmt-PwrDown NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "Remote mc power down detected"
+ ::= { alarmMIB 36}
+
+card-MC-Co-Ntw-SFP-Inserted NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "Local network port SFP inserted"
+ ::= { alarmMIB 37}
+
+card-MC-Co-Ntw-SFP-Removed NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "Local network port SFP removed"
+ ::= { alarmMIB 38}
+
+card-MC-Co-Acc-SFP-Inserted NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "Local access port SFP inserted"
+ ::= { alarmMIB 39}
+
+card-MC-Co-Acc-SFP-Removed NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "Local access port SFP removed"
+ ::= { alarmMIB 40}
+
+card-MC-Rmt-Acc-SFP-Inserted NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "Remote access port SFP inserted"
+ ::= { alarmMIB 41}
+
+card-MC-Rmt-Acc-SFP-Removed NOTIFICATION-TYPE
+ OBJECTS { shelfIdx, slotIdx }
+ STATUS current
+ DESCRIPTION "Remote access port SFP removed"
+ ::= { alarmMIB 42}
+
+END