Initial commit
This commit is contained in:
732
MIBS/fs/NSCRTV-EPON-IGMP-MGM-MIB
Normal file
732
MIBS/fs/NSCRTV-EPON-IGMP-MGM-MIB
Normal file
@ -0,0 +1,732 @@
|
||||
|
||||
NSCRTV-EPON-IGMP-MGM-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Unsigned32, TimeTicks
|
||||
FROM SNMPv2-SMI
|
||||
DateAndTime, MacAddress, TimeStamp, RowStatus, TruthValue, DisplayString, TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC
|
||||
EponDeviceIndex, EponCardIndex, EponPortIndex, EponAlarmCode, EponAlarmInstance, EponSeverityType,
|
||||
AutoNegotiationTechAbility, TAddress, EponStats15MinRecordType, EponStats24HourRecordType, EponStatsThresholdType
|
||||
FROM NSCRTV-EPONEOC-EPON-MIB
|
||||
igmpManagementObjects
|
||||
FROM NSCRTV-EPONEOC-EPON-MIB;
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- igmpManagementObjects[IGMP<4D><50><EFBFBD><EFBFBD><EFBFBD><EFBFBD>](1.3.6.1.4.1.17409.2.3.6)
|
||||
--------------------------------------------------------------------------------
|
||||
igmpEntityTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF IgmpEntityEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
IGMPʵ<50><CAB5><EFBFBD><EFBFBD>"
|
||||
::= { igmpManagementObjects 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
|
||||
}
|
||||
|
||||
igmpDeviceIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD>š<EFBFBD>
|
||||
For OLT, set to corresponding device
|
||||
For ONU, set to 0"
|
||||
::= { igmpEntityEntry 1 }
|
||||
|
||||
igmpMode OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
centralized(1),
|
||||
distributedwithcm(2),
|
||||
disabled(3),
|
||||
distributedwocm(4)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
IGMP<4D><50><EFBFBD><EFBFBD>ģʽ
|
||||
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 }
|
||||
|
||||
maxQueryResponseTime OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "tenth second"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD><D3A6>ѯʱ<D1AF><CAB1>
|
||||
<20><>λ<EFBFBD><CEBB>1/10<31><30>
|
||||
This is used for sending general query"
|
||||
::= { igmpEntityEntry 3 }
|
||||
|
||||
robustVariable OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20><>׳<EFBFBD>Ա<EFBFBD><D4B1><EFBFBD>
|
||||
This is used for sending general query
|
||||
No less than 1"
|
||||
::= { igmpEntityEntry 4 }
|
||||
|
||||
|
||||
queryInterval OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "seconds"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20><><EFBFBD>Ͳ<EFBFBD>ѯ<EFBFBD><D1AF><EFBFBD>ĵ<EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
<20><>λ<EFBFBD><CEBB><EFBFBD><EFBFBD>
|
||||
This is used for sending general query
|
||||
"
|
||||
::= { igmpEntityEntry 5 }
|
||||
|
||||
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 }
|
||||
|
||||
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 }
|
||||
|
||||
igmpVersion OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
v1(1),
|
||||
v2(2),
|
||||
v3(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
IGMP<4D>汾"
|
||||
DEFVAL { v2 }
|
||||
::= { igmpEntityEntry 8 }
|
||||
|
||||
|
||||
igmpProxyParaTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF IgmpProxyParaEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
IGMP proxy<78><79><EFBFBD><EFBFBD><EFBFBD><EFBFBD> - Ƶ<><C6B5><EFBFBD>б<EFBFBD>"
|
||||
::= { igmpManagementObjects 2 }
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
proxyIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..2000)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
IGMP Proxy<78><79><EFBFBD><EFBFBD><EFBFBD><EFBFBD> - Ƶ<><C6B5><EFBFBD><EFBFBD>"
|
||||
::= { igmpProxyParaEntry 1 }
|
||||
|
||||
proxyName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..256))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
IGMP Proxy<78><79><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1>Ĺ㴫ý<E3B4AB>ȣ<EFBFBD>"
|
||||
::= { igmpProxyParaEntry 2 }
|
||||
|
||||
proxySrcIPAddress OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
proxyԴIP<49><50>ַ"
|
||||
::= { igmpProxyParaEntry 3 }
|
||||
|
||||
proxyMulticastVID OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
IGMP Proxy<78><79>Ӧ<EFBFBD>鲥VID
|
||||
ע<><D7A2>ֻ<EFBFBD><D6BB><EFBFBD>ڿɿ<DABF><C9BF>鲥ģʽ<C4A3><CABD><EFBFBD>鲥VID<49><44><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { igmpProxyParaEntry 4 }
|
||||
|
||||
proxyMulticastIPAddress OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>鲥IP<49><50>ַ"
|
||||
::= { igmpProxyParaEntry 5 }
|
||||
|
||||
multicastAssuredBW OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
UNITS "kbps"
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>鲥<EFBFBD><E9B2A5>֤<EFBFBD><D6A4><EFBFBD><EFBFBD>
|
||||
<20><>λ<EFBFBD><CEBB>kbps"
|
||||
::= { igmpProxyParaEntry 6 }
|
||||
|
||||
multicastMaxBW OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
UNITS "kbps"
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>鲥<EFBFBD><E9B2A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
<20><>λ<EFBFBD><CEBB>kbps"
|
||||
::= { igmpProxyParaEntry 7 }
|
||||
|
||||
proxyRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20><>״̬"
|
||||
::= { igmpProxyParaEntry 8 }
|
||||
|
||||
igmpForwardingTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF IgmpForwardingEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Multicast forwarding table
|
||||
"
|
||||
::= { igmpManagementObjects 3 }
|
||||
|
||||
igmpForwardingEntry OBJECT-TYPE
|
||||
SYNTAX IgmpForwardingEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" "
|
||||
INDEX { groupDeviceIndex, groupVlanIndex, groupMacAddress }
|
||||
::= { igmpForwardingTable 1 }
|
||||
IgmpForwardingEntry ::=
|
||||
SEQUENCE {
|
||||
groupDeviceIndex
|
||||
INTEGER,
|
||||
groupVlanIndex
|
||||
INTEGER,
|
||||
groupMacAddress
|
||||
MacAddress,
|
||||
groupPortList
|
||||
OCTET STRING
|
||||
}
|
||||
|
||||
groupDeviceIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD>š<EFBFBD>
|
||||
For OLT, set to corresponding OLT device
|
||||
For ONU, set to 0
|
||||
"
|
||||
::= { igmpForwardingEntry 1 }
|
||||
|
||||
groupVlanIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Vlan<61><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { igmpForwardingEntry 2 }
|
||||
|
||||
|
||||
groupMacAddress OBJECT-TYPE
|
||||
SYNTAX MacAddress
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20><>Mac<61><63>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { igmpForwardingEntry 3 }
|
||||
|
||||
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 }
|
||||
|
||||
controllededMulticastTable OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>ɿ<EFBFBD><C9BF>鲥<EFBFBD><E9B2A5>"
|
||||
::= { igmpManagementObjects 4 }
|
||||
|
||||
controlledMulticastUserAuthorityTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ControlledMulticastUserAuthorityEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>ɿ<EFBFBD><C9BF>鲥<EFBFBD>û<EFBFBD>Ȩ<EFBFBD>ޱ<EFBFBD>
|
||||
"
|
||||
::= { controllededMulticastTable 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
|
||||
}
|
||||
|
||||
cmDeviceIndex OBJECT-TYPE
|
||||
SYNTAX EponDeviceIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
For OLT, set to corresponding device/slot/port/ONU
|
||||
For ONU, set to 0"
|
||||
::= { controlledMulticastUserAuthorityEntry 1 }
|
||||
|
||||
cmCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>忨<EFBFBD><E5BFA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
Set to corresponding UNI slot
|
||||
"
|
||||
::= { controlledMulticastUserAuthorityEntry 2 }
|
||||
|
||||
cmPortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Port ID
|
||||
Set to corresponding UNI port
|
||||
"
|
||||
::= { controlledMulticastUserAuthorityEntry 3 }
|
||||
|
||||
multicastPackageList OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..250))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>ɿ<EFBFBD><C9BF>鲥<EFBFBD><E9B2A5><EFBFBD>б<EFBFBD>.
|
||||
<20>÷<EFBFBD><C3B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>cmProxyList<73><74>ÿ<EFBFBD><C3BF>bit<69><74>Ӧ<EFBFBD><D3A6>cmIndex"
|
||||
::= { controlledMulticastUserAuthorityEntry 4 }
|
||||
|
||||
igmpGlobalBW OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
UNITS "kbps"
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
IGMPȫ<50>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD>ش<EFBFBD>С - <20>ö˿<C3B6>֧<EFBFBD>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鲥<EFBFBD><E9B2A5><EFBFBD><EFBFBD>
|
||||
<20><>λ<EFBFBD><CEBB>kbps"
|
||||
::= { controlledMulticastUserAuthorityEntry 5 }
|
||||
|
||||
igmpGlobalBWUsed OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
UNITS "kbps"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
IGMPȫ<50>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD>ص<EFBFBD>ǰʹ<C7B0>ô<EFBFBD>С - <20>ö˿ڵ<CBBF>ǰʵ<C7B0><CAB5>ʹ<EFBFBD>õ<EFBFBD><C3B5>鲥<EFBFBD><E9B2A5><EFBFBD><EFBFBD>
|
||||
<20><>λ<EFBFBD><CEBB>kbps"
|
||||
::= { controlledMulticastUserAuthorityEntry 6 }
|
||||
|
||||
cmUserAuthorityRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= { controlledMulticastUserAuthorityEntry 7 }
|
||||
|
||||
controlledMulticastPackageTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ControlledMulticastPackageEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>ɿ<EFBFBD><C9BF>鲥ҵ<E9B2A5><D2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { controllededMulticastTable 2 }
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
cmIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..2000)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= { controlledMulticastPackageEntry 1 }
|
||||
|
||||
cmName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..256))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>ÿɿ<C3BF><C9BF>鲥ҵ<E9B2A5><D2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { controlledMulticastPackageEntry 2 }
|
||||
|
||||
cmProxyList OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..250))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>ÿɿ<C3BF><C9BF>鲥ҵ<E9B2A5><D2B5><EFBFBD><EFBFBD>֧<EFBFBD>ֵ<EFBFBD>Proxy<78>б<EFBFBD>
|
||||
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>INTERNET<45><54><EFBFBD><EFBFBD>˳<EFBFBD><EFBFBD><F2A3ACB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҵ<EFBFBD>OCTET<45>ֱ<EFBFBD>ΪOCTET 0, OCTET 1, ...
|
||||
ÿ<><C3BF>OCTET<45><54>bit<69><74><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҷֱ<D2B7>Ϊbit0<74><30>bit1<74><31>...<2E><>bit7<74><37>
|
||||
<20><><EFBFBD><EFBFBD>bit<69><74>OCTET<45><54>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˳<EFBFBD><CBB3><EFBFBD><EFBFBD>ÿ<EFBFBD><C3BF>bit<69><74>Ӧ<EFBFBD><D3A6>igmpProxyParaTable<6C>е<EFBFBD>
|
||||
һ<><D2BB>proxyIndex<65><78><EFBFBD><EFBFBD><EFBFBD><EFBFBD>bit<69><74>λ<EFBFBD><CEBB><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE>proxyIndex֧<78>֣<EFBFBD><D6A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֧<EFBFBD>֡<EFBFBD>
|
||||
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>滮<EFBFBD><E6BBAE>80<38><30>Ƶ<EFBFBD><C6B5><EFBFBD><EFBFBD>proxyIndex<65><78>ΧΪ1..80<EFBFBD><EFBFBD><EFBFBD><EFBFBD>10<EFBFBD><EFBFBD><EFBFBD>ֽڱ<EFBFBD>ʾ
|
||||
proxy<78>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>PON<4F><4E>ֻ֧<D6BB><D6A7>Ƶ<EFBFBD><C6B5><EFBFBD>б<EFBFBD>1,15,38<33><38><EFBFBD><EFBFBD>Ӧ<EFBFBD><D3A6>cmProxyList<73><74><EFBFBD><EFBFBD>
|
||||
<20><><EFBFBD>ó<EFBFBD>0x80 02 00 00 04 00 00 00 00 00"
|
||||
::= { controlledMulticastPackageEntry 3 }
|
||||
|
||||
multicastUserAuthority OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
permit(1),
|
||||
preview(2),
|
||||
deny(3)
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>û<EFBFBD>Ȩ<EFBFBD>ޣ<EFBFBD>permit<69><74>preview<65><77>deny<6E><79>"
|
||||
::= { controlledMulticastPackageEntry 4 }
|
||||
|
||||
maxRequestChannelNum OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƶ<EFBFBD><C6B5><EFBFBD><EFBFBD>"
|
||||
::= { controlledMulticastPackageEntry 5 }
|
||||
|
||||
singlePreviewTime OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "seconds"
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20><><EFBFBD><EFBFBD>Ԥ<EFBFBD><D4A4>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><CEBB><EFBFBD><EFBFBD>"
|
||||
::= { controlledMulticastPackageEntry 6 }
|
||||
|
||||
totalPreviewTime OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "seconds"
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Ԥ<><D4A4><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><CEBB><EFBFBD><EFBFBD>"
|
||||
::= { controlledMulticastPackageEntry 7 }
|
||||
|
||||
previewResetTime OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "seconds"
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Ԥ<><D4A4><EFBFBD><EFBFBD>λʱ<CEBB>䣬<EFBFBD><E4A3AC>λ<EFBFBD><CEBB><EFBFBD><EFBFBD>"
|
||||
::= { controlledMulticastPackageEntry 8 }
|
||||
|
||||
previewCount OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Ԥ<><D4A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { controlledMulticastPackageEntry 9 }
|
||||
|
||||
cmRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20><>״̬"
|
||||
::= { controlledMulticastPackageEntry 10 }
|
||||
igmpOnuUniTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF igmpOnuUniEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of igmpOnuUniTable entries. "
|
||||
::= { igmpManagementObjects 5 }
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
uniMvlanDeviceIndex OBJECT-TYPE
|
||||
SYNTAX EponDeviceIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"<22>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD> "
|
||||
::= { igmpOnuUniEntry 1 }
|
||||
|
||||
uniMvlanCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"<22>忨<EFBFBD><E5BFA8><EFBFBD><EFBFBD>"
|
||||
::= { igmpOnuUniEntry 2 }
|
||||
|
||||
uniMvlanPortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"<22>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { igmpOnuUniEntry 3 }
|
||||
|
||||
uniMvlanVid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..20))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"uni<6E>˿<EFBFBD><CBBF>鲥vlan <20><><EFBFBD><EFBFBD>8<EFBFBD><38><EFBFBD><EFBFBD>"
|
||||
::= { igmpOnuUniEntry 4 }
|
||||
|
||||
uniMaxMultiNum OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"<22><><EFBFBD><EFBFBD><EFBFBD>鲥<EFBFBD><E9B2A5>"
|
||||
::= { igmpOnuUniEntry 5 }
|
||||
|
||||
uniMvlanTag OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"<22>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD>룬0<EBA3AC><30><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { igmpOnuUniEntry 6 }
|
||||
|
||||
uniMvlanRowstatus OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"<22><>״̬"
|
||||
::= { igmpOnuUniEntry 7 }
|
||||
--
|
||||
-- END of NSCRTV-EPON-IGMP-MGM-MIB
|
||||
--
|
||||
|
||||
END
|
Reference in New Issue
Block a user