2724 lines
119 KiB
Plaintext
2724 lines
119 KiB
Plaintext
-- ************************************************************************************************
|
||
-- FileName :mpFrppMIB.my
|
||
-- Description :MultiMedia Platform private MIB
|
||
-- Revision History :
|
||
-- Ver. mark date
|
||
-- 01.06 @007 07/31/2001
|
||
-- ************************************************************************************************
|
||
--
|
||
|
||
|
||
MP-FRPP-MIB DEFINITIONS ::= BEGIN
|
||
|
||
IMPORTS
|
||
mgmt, NetworkAddress, IpAddress, Counter, Gauge, TimeTicks
|
||
FROM RFC1155-SMI
|
||
|
||
ifIndex
|
||
FROM RFC1213-MIB
|
||
|
||
OBJECT-TYPE
|
||
FROM RFC-1212
|
||
|
||
-- DisplayString
|
||
-- FROM RFC1155-SMI
|
||
|
||
TRAP-TYPE
|
||
FROM RFC-1215
|
||
|
||
RowStatus
|
||
FROM SNMPv2-TC;
|
||
|
||
NetPrefix ::= OCTET STRING (SIZE (13))
|
||
|
||
DisplayString ::= OCTET STRING
|
||
|
||
-- The following definition was gotten from rfc1514
|
||
DateAndTime ::= OCTET STRING (SIZE (8 | 11))
|
||
-- in OpenView , DateAndTime must be comment 98/12/15 YI
|
||
-- A date-time specification for the local time of day.
|
||
-- This data type is intended to provide a consistent
|
||
-- method of reporting date information.
|
||
--
|
||
-- field octets contents range
|
||
-- _____ ______ ________ _____
|
||
-- 1 1-2 year 0..65536
|
||
-- (in network byte order)
|
||
-- 2 3 month 1..12
|
||
-- 3 4 day 1..31
|
||
-- 4 5 hour 0..23
|
||
-- 5 6 minutes 0..59
|
||
-- 6 7 seconds 0..60
|
||
-- (use 60 for leap-second)
|
||
-- 7 8 deci-seconds 0..9
|
||
-- 8 9 direction from UTC "+" / "-"
|
||
-- (in ascii notation)
|
||
-- 9 10 hours from UTC 0..11
|
||
-- 10 11 minutes from UTC 0..59
|
||
--
|
||
-- Note that if only local time is known, then
|
||
-- timezone information (fields 8-10) is not present.
|
||
|
||
-- The following definition was cadged from the Bridge MIB
|
||
MacAddress ::= OCTET STRING (SIZE (6))
|
||
-- a 6 octet address
|
||
-- in the
|
||
-- "canonical"
|
||
-- order
|
||
-- defined by IEEE 802.1a, i.e., as if it were transmitted
|
||
-- least significant bit first, even though 802.5 (in
|
||
-- contrast to other n802.x protocols) requires MAC
|
||
-- addresses to be transmitted most significant bit first.
|
||
--
|
||
-- 16-bit addresses, if needed, are represented by setting
|
||
-- their upper 4 octets to all 0's, i.e., AAFF would be
|
||
-- represented as 00000000AAFF.
|
||
|
||
-- The following definition is privately defined for Sanfran Private MIB
|
||
PhysAddress ::= OCTET STRING (SIZE (6))
|
||
|
||
|
||
-- nec OBJECT IDENTIFIER ::= { enterprises 119}
|
||
|
||
-- necProduct OBJECT IDENTIFIER ::= { nec 1 }
|
||
-- nec-mib OBJECT IDENTIFIER ::= { nec 2 }
|
||
-- necExperimental OBJECT IDENTIFIER ::= { nec 3 }
|
||
|
||
-- datax OBJECT IDENTIFIER ::= { necProduct 3 }
|
||
-- ether-sw OBJECT IDENTIFIER ::= { datax 10 }
|
||
-- sf OBJECT IDENTIFIER ::= { ether-sw 3 }
|
||
|
||
-- necCommon OBJECT IDENTIFIER ::= { nec-mib 1 }
|
||
-- necFunction OBJECT IDENTIFIER ::= { nec-mib 2 }
|
||
-- necProductDepend OBJECT IDENTIFIER ::= { nec-mib 3 }
|
||
|
||
-- datax-mib OBJECT IDENTIFIER ::= { necProductDepend 3 }
|
||
-- ether-sw-mib OBJECT IDENTIFIER ::= { datax-mib 10 }
|
||
-- ether-sw OBJECT IDENTIFIER ::= { datax 10 }
|
||
|
||
|
||
|
||
|
||
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 }
|
||
nec OBJECT IDENTIFIER ::= { enterprises 119}
|
||
|
||
|
||
-- 98/12/15 YI mmpf => mmpf-mib CHG start
|
||
-- sysObjectID
|
||
necProduct OBJECT IDENTIFIER ::= { nec 1 }
|
||
datax OBJECT IDENTIFIER ::= { necProduct 3 }
|
||
mmpf OBJECT IDENTIFIER ::= { datax 13 }
|
||
mmn9110 OBJECT IDENTIFIER ::= { mmpf 1 }
|
||
mmn9120 OBJECT IDENTIFIER ::= { mmpf 2 }
|
||
-- [sysObjectID] MM-Node9110/MM-Node9120
|
||
-- mmn9110 OBJECT IDENTIFIER ::= { nec necProduct(1) datax(3) mmpf(13) mmn9110(1) }
|
||
-- mmn9120 OBJECT IDENTIFIER ::= { nec necProduct(1) datax(3) mmpf(13) mmn9110(2) }
|
||
|
||
|
||
nec-mib OBJECT IDENTIFIER ::= { nec 2 }
|
||
necProductDepend OBJECT IDENTIFIER ::= { nec-mib 3 }
|
||
datax-mib OBJECT IDENTIFIER ::= { necProductDepend 3 }
|
||
mmpf-mib OBJECT IDENTIFIER ::= { datax-mib 13 }
|
||
|
||
mpSystem OBJECT IDENTIFIER ::= { mmpf-mib 1 }
|
||
mpIfCard OBJECT IDENTIFIER ::= { mmpf-mib 2 }
|
||
mpEtherPort OBJECT IDENTIFIER ::= { mmpf-mib 3 }
|
||
mpVlan OBJECT IDENTIFIER ::= { mmpf-mib 4 }
|
||
mpBridge OBJECT IDENTIFIER ::= { mmpf-mib 5 }
|
||
mpDbAccess OBJECT IDENTIFIER ::= { mmpf-mib 6 }
|
||
mpEventLog OBJECT IDENTIFIER ::= { mmpf-mib 7 }
|
||
mpUiSession OBJECT IDENTIFIER ::= { mmpf-mib 8 }
|
||
mpFtp OBJECT IDENTIFIER ::= { mmpf-mib 9 }
|
||
mpDhcp OBJECT IDENTIFIER ::= { mmpf-mib 10 }
|
||
mpIp OBJECT IDENTIFIER ::= { mmpf-mib 11 }
|
||
mpRip OBJECT IDENTIFIER ::= { mmpf-mib 12 }
|
||
mpSnmp OBJECT IDENTIFIER ::= { mmpf-mib 13 }
|
||
mpStats OBJECT IDENTIFIER ::= { mmpf-mib 14 }
|
||
mpCli OBJECT IDENTIFIER ::= { mmpf-mib 15 }
|
||
mpAtm OBJECT IDENTIFIER ::= { mmpf-mib 16 }
|
||
mpLis OBJECT IDENTIFIER ::= { mmpf-mib 17 }
|
||
mpDns OBJECT IDENTIFIER ::= { mmpf-mib 18 }
|
||
mpLec OBJECT IDENTIFIER ::= { mmpf-mib 19 }
|
||
mpMpc OBJECT IDENTIFIER ::= { mmpf-mib 20 }
|
||
mpStp OBJECT IDENTIFIER ::= { mmpf-mib 21 }
|
||
mpLlc OBJECT IDENTIFIER ::= { mmpf-mib 22 }
|
||
mpOspf OBJECT IDENTIFIER ::= { mmpf-mib 23 }
|
||
|
||
mpObsCtl OBJECT IDENTIFIER ::= { mmpf-mib 101 }
|
||
mpCardInfo OBJECT IDENTIFIER ::= { mmpf-mib 102 }
|
||
mpInterface OBJECT IDENTIFIER ::= { mmpf-mib 103 }
|
||
mpPvoice OBJECT IDENTIFIER ::= { mmpf-mib 104 }
|
||
-- 98/12/15 YI mmpf => mmpf-mib CHG end
|
||
|
||
mpAtmCallCtl OBJECT IDENTIFIER ::= { mmpf-mib 110 }
|
||
mpCes OBJECT IDENTIFIER ::= { mmpf-mib 111 }
|
||
mpIpsw OBJECT IDENTIFIER ::= { mmpf-mib 112 }
|
||
mpInsCtl OBJECT IDENTIFIER ::= { mmpf-mib 113 }
|
||
mpFfr OBJECT IDENTIFIER ::= { mmpf-mib 114 }
|
||
mpIpswAtm OBJECT IDENTIFIER ::= { mmpf-mib 115 }
|
||
|
||
mpPpp OBJECT IDENTIFIER ::= { mmpf-mib 120 }
|
||
mpPos OBJECT IDENTIFIER ::= { mmpf-mib 121 }
|
||
mpFrpp OBJECT IDENTIFIER ::= { mmpf-mib 123 }
|
||
|
||
--
|
||
-- <20>e<EFBFBD>q<EFBFBD>o<EFBFBD>o <20>s<EFBFBD>q<EFBFBD>`<60>o<EFBFBD>p<EFBFBD>̂l<CC82>h<EFBFBD>a
|
||
--
|
||
|
||
mpFrppTrapInfo OBJECT IDENTIFIER ::= { mpFrpp 1 }
|
||
|
||
mpFrppTrapInfoMccid OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION
|
||
"A unique value to identify a multi channel(MCC-ID)."-- MCC ID<49><EFBFBD>Object<63>B
|
||
::= { mpFrppTrapInfo 1 }
|
||
|
||
mpFrppTrapInfoDlci OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION
|
||
"A unique value to identify a data link(DLCI)."
|
||
-- DLCI<43><EFBFBD>Object<63>B
|
||
::= { mpFrppTrapInfo 2 }
|
||
|
||
|
||
-- MCC FrameRelay <20>v<EFBFBD><76><EFBFBD>C<EFBFBD>x<EFBFBD>[<5B>g<EFBFBD>l<EFBFBD>h<EFBFBD>a @001<30>lj<EFBFBD>
|
||
|
||
-- MCC FrameRelay Chanel Configuration MIB
|
||
|
||
mpFrppMccCfgTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF MpFrppMccCfgEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table type object of the Mcc FrameRelay Chanel configuration."
|
||
::= { mpFrpp 2 }
|
||
|
||
mpFrppMccCfgEntry OBJECT-TYPE
|
||
SYNTAX MpFrppMccCfgEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table entry of mpFrppMccCfgTable."
|
||
INDEX { mpFrppMccCfgIfIndex }
|
||
::= { mpFrppMccCfgTable 1 }
|
||
|
||
MpFrppMccCfgEntry ::=
|
||
SEQUENCE {
|
||
mpFrppMccCfgIfIndex INTEGER,
|
||
mpFrppMccCfgL2Status INTEGER,
|
||
mpFrppMccCfgLmiProtocol INTEGER,
|
||
mpFrppMccCfgUniType INTEGER,
|
||
mpFrppMccCfgMonitoredEvents INTEGER,
|
||
mpFrppMccCfgErrorThreshold INTEGER,
|
||
mpFrppMccCfgFullEnqInterval INTEGER,
|
||
mpFrppMccCfgLmiProcedure INTEGER,
|
||
mpFrppMccCfgNetPollInterval INTEGER,
|
||
mpFrppMccCfgUsrPollInterval INTEGER,
|
||
-- mpFrppMccCfgMtuSize INTEGER, @006
|
||
mpFrppMccCfgAsync INTEGER,
|
||
-- mpFrppMccCfgCllm INTEGER, @006
|
||
-- mpFrppMccCfgCllmTim INTEGER, @006
|
||
mpFrppMccCfgRowStatus RowStatus,
|
||
mpFrppMccCfgErrInfo INTEGER
|
||
}
|
||
|
||
mpFrppMccCfgIfIndex OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies
|
||
the MCC-ID (Mcc Channel number) ."
|
||
-- <20>l<EFBFBD>b<EFBFBD>b<EFBFBD>|<7C>h<EFBFBD>c<EFBFBD><63><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppMccCfgEntry 1 }
|
||
|
||
mpFrppMccCfgL2Status OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
up(1),
|
||
down(2),
|
||
testing(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
layer 2 status."
|
||
-- <20><><EFBFBD>C<EFBFBD><43><EFBFBD>[<5B>Q<EFBFBD>̏<EFBFBD><CC8F>Ԃ<EFBFBD><D482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { down }
|
||
::= { mpFrppMccCfgEntry 2 }
|
||
|
||
mpFrppMccCfgLmiProtocol OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
ansi(1), -- ANSI 91
|
||
itu(2), -- ITU or FRF
|
||
noLmi(3) -- LMI<4D><49><EFBFBD><EFBFBD>
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
link management interface protocol."
|
||
-- <20><><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD>Ǘ<EFBFBD><C797>C<EFBFBD><43><EFBFBD>^<5E>[<5B>t<EFBFBD>F<EFBFBD>[<5B>X(LMI)<29>̃v<CC83><76><EFBFBD>g<EFBFBD>R<EFBFBD><52><EFBFBD>^<5E>C<EFBFBD>v
|
||
-- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { ansi }
|
||
::= { mpFrppMccCfgEntry 3 }
|
||
|
||
mpFrppMccCfgUniType OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
dte(1), -- DTE
|
||
dce(2) -- DCE
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies
|
||
the frame relay user Network Interface type."
|
||
-- <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>[<5B>̃<EFBFBD><CC83>[<5B>U<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N<EFBFBD>C<EFBFBD><43><EFBFBD>^<5E>t<EFBFBD>F<EFBFBD>[<5B>X
|
||
-- <20>^<5E>C<EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { dte }
|
||
::= { mpFrppMccCfgEntry 4 }
|
||
|
||
mpFrppMccCfgMonitoredEvents OBJECT-TYPE
|
||
SYNTAX INTEGER (1..10)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies
|
||
the monitored events count(N393)."
|
||
-- <20>ϑ<EFBFBD><CF91>C<EFBFBD>x<EFBFBD><78><EFBFBD>g<EFBFBD>J<EFBFBD>E<EFBFBD><45><EFBFBD>g(N393)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { 4 }
|
||
::= { mpFrppMccCfgEntry 5 }
|
||
|
||
mpFrppMccCfgErrorThreshold OBJECT-TYPE
|
||
SYNTAX INTEGER (1..10)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies
|
||
the error threshold(N392)."
|
||
-- <20>G<EFBFBD><47><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>l(N392)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { 3 }
|
||
::= { mpFrppMccCfgEntry 6 }
|
||
|
||
mpFrppMccCfgFullEnqInterval OBJECT-TYPE
|
||
SYNTAX INTEGER (1..255)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the i
|
||
full status (status of all PVCs) polling counter(N391)."
|
||
-- <20>t<EFBFBD><74><EFBFBD>X<EFBFBD>e<EFBFBD>[<5B>^<5E>X<EFBFBD>₢<EFBFBD><E282A2><EFBFBD>킹(Full Status Enquiry)<29>s<EFBFBD><73>
|
||
-- <20>^<5E>C<EFBFBD>~<7E><><EFBFBD>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD>肷<EFBFBD><E882B7><EFBFBD>J<EFBFBD>E<EFBFBD><45><EFBFBD>^<5E>l<EFBFBD><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
-- (<28>t<EFBFBD><74><EFBFBD>X<EFBFBD>e<EFBFBD>[<5B>^<5E>X<EFBFBD>|<7C>[<5B><><EFBFBD><EFBFBD><EFBFBD>O(N391))
|
||
DEFVAL { 6 }
|
||
::= { mpFrppMccCfgEntry 7 }
|
||
|
||
mpFrppMccCfgLmiProcedure OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
uniDirectional(1), -- <20>P<EFBFBD><50><EFBFBD><EFBFBD>LMI
|
||
biDirectional(2) -- <20>o<EFBFBD><6F><EFBFBD><EFBFBD>LMI
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
link management interface (LMI) procedure."
|
||
-- <20><><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD>Ǘ<EFBFBD><C797>C<EFBFBD><43><EFBFBD>^<5E>[<5B>t<EFBFBD>F<EFBFBD>[<5B>X(LMI)<29>菇<EFBFBD><E88F87><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { uniDirectional }
|
||
::= { mpFrppMccCfgEntry 8 }
|
||
|
||
mpFrppMccCfgNetPollInterval OBJECT-TYPE
|
||
SYNTAX INTEGER (5..30)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
polling verification timer(T392)."
|
||
-- <20>X<EFBFBD>e<EFBFBD>[<5B>^<5E>X<EFBFBD>₢<EFBFBD><E282A2><EFBFBD>킹(Status Enquiry)<29>̎<EFBFBD><CC8E>M<EFBFBD>҂<EFBFBD>
|
||
-- <20>^<5E>C<EFBFBD>}<7D>[(T392)<29>B
|
||
-- (<28>|<7C>[<5B><><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD>^<5E>C<EFBFBD>}(T392))
|
||
DEFVAL { 15 }
|
||
::= { mpFrppMccCfgEntry 9 }
|
||
|
||
mpFrppMccCfgUsrPollInterval OBJECT-TYPE
|
||
SYNTAX INTEGER (5..30)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
link integrity verification polling timer(T391)."
|
||
-- <20>X<EFBFBD>e<EFBFBD>[<5B>^<5E>X<EFBFBD>₢<EFBFBD><E282A2><EFBFBD>킹(Status Enquiry)<29>̃|<7C>[<5B><><EFBFBD><EFBFBD><EFBFBD>O
|
||
-- <20><><EFBFBD><EFBFBD><EFBFBD>^<5E>C<EFBFBD>}<7D>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
-- (<28><><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD><4E><EFBFBD>S<EFBFBD><53><EFBFBD>m<EFBFBD>F<EFBFBD>|<7C>[<5B><><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD>^<5E>C<EFBFBD>}(T391))
|
||
DEFVAL { 10 }
|
||
::= { mpFrppMccCfgEntry 10 }
|
||
|
||
mpFrppMccCfgAsync OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
enable(1),
|
||
disable(2)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the Async Flag."
|
||
-- <20>P<EFBFBD><50>PVC<56><EFBFBD><F193AF8A>ʒm<CA92><6D><EFBFBD>s<EFBFBD>t<EFBFBD><74><EFBFBD>O<EFBFBD>B
|
||
DEFVAL { disable }
|
||
::= { mpFrppMccCfgEntry 11 }
|
||
|
||
mpFrppMccCfgRowStatus OBJECT-TYPE
|
||
SYNTAX RowStatus
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "An entry in MCC Channel management table."
|
||
-- createAndGo(4)<29><>table<6C>̐V<CC90>K<EFBFBD>쐬<EFBFBD><EC90AC><EFBFBD>s<EFBFBD><73>
|
||
-- table<6C>̃R<CC83><52><EFBFBD>t<EFBFBD>B<EFBFBD>O<EFBFBD>Ƀf<C983>t<EFBFBD>H<EFBFBD><48><EFBFBD>g<EFBFBD>l<EFBFBD><6C><EFBFBD>ݒ肷<DD92><E882B7>
|
||
-- notInService(2)<29><>table<6C>ւ̕ύX<CF8D><58><EFBFBD>s<EFBFBD><73>
|
||
-- <20>ύX<CF8D><58><EFBFBD>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>active(1)<29><>SET<45><54><EFBFBD><EFBFBD>
|
||
-- active(1)<29><>SET<45><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MCC-FR<46>փR<D683><52><EFBFBD>t<EFBFBD>B<EFBFBD>O<EFBFBD>_<EFBFBD>E<EFBFBD><45><EFBFBD><EFBFBD><EFBFBD>[<5B>h
|
||
-- <20>v<EFBFBD><76><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73>
|
||
-- destroy(6)<29><>table<6C><65><EFBFBD>폜<EFBFBD><ED8F9C><EFBFBD>AMCC-FR<46>ɃR<C983><52><EFBFBD>t<EFBFBD>B<EFBFBD>O<EFBFBD>폜<EFBFBD><ED8F9C>
|
||
-- <20>s<EFBFBD><73>
|
||
::= { mpFrppMccCfgEntry 12 }
|
||
|
||
mpFrppMccCfgErrInfo OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
normal(1), -- <20><><EFBFBD><EFBFBD>
|
||
parameterNotEnough(2), -- <20>p<EFBFBD><70><EFBFBD><EFBFBD><EFBFBD>[<5B>^<5E>s<EFBFBD><73>
|
||
badValue(3), -- <20>ݒ<EFBFBD><DD92>l<EFBFBD>ُ<EFBFBD>
|
||
badIndexValue(4), -- INDEX<45>l<EFBFBD>ُ<EFBFBD>
|
||
correlationError(5), -- <20><><EFBFBD>֊WNG
|
||
memoryAllocateFailure(6), -- Memory<72>n<EFBFBD><6E><EFBFBD>g<EFBFBD><67><EFBFBD>s
|
||
mbufHuntFailure(7), -- MBUF<55>n<EFBFBD><6E><EFBFBD>g<EFBFBD><67><EFBFBD>s
|
||
relationalConfigExist(8), -- <20>֘A<D698><41><EFBFBD><EFBFBD>Config<69><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
lowLayerConfigNotRegistered(9), -- <20><><EFBFBD>ʃ<EFBFBD><CA83>C<EFBFBD><43>Config<69><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
mappingDataAlreadyExist(10), -- <20>}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O<EFBFBD>f<EFBFBD>[<5B>^<5E><><EFBFBD><EFBFBD><EFBFBD>݂<EFBFBD><DD82><EFBFBD>
|
||
ipAddressNotDeleted(11), -- <20>h<EFBFBD>o<EFBFBD>A<EFBFBD>h<EFBFBD><68><EFBFBD>X<EFBFBD>e<EFBFBD>[<5B>u<EFBFBD><75><EFBFBD>͍폜<CD8D><ED8F9C><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482>Ȃ<EFBFBD>
|
||
mccIdHuntFailure(12) -- MCC ID<49><44><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates error
|
||
information that became an error set to MIB
|
||
in this table."
|
||
-- Table<6C><65><EFBFBD>̊eMIB<49>ւ<EFBFBD>SET<45>ŃG<C583><47><EFBFBD>[<5B>ƂȂ<C682><C882><EFBFBD><EFBFBD>ꍇ<EFBFBD>́A<CC81>ڍ<EFBFBD>
|
||
-- <20>G<EFBFBD><47><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppMccCfgEntry 13 }
|
||
|
||
-- <20>EMCC FrameRelay FRPP Configuration MIB @006
|
||
|
||
mpFrppFrppCfgTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF MpFrppFrppCfgEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table type object of the
|
||
Mcc FrameRelay FRPP configuration."
|
||
::= { mpFrpp 3 }
|
||
|
||
mpFrppFrppCfgEntry OBJECT-TYPE
|
||
SYNTAX MpFrppFrppCfgEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table entry of mpFrppFrppCfgTable."
|
||
INDEX { mpFrppFrppCfgIfIndex, mpFrppFrppCfgMccidIndex,
|
||
mpFrppFrppCfgDlciIndex } --@006<30>ύX
|
||
::= { mpFrppFrppCfgTable 1 }
|
||
|
||
MpFrppFrppCfgEntry ::=
|
||
SEQUENCE {
|
||
mpFrppFrppCfgIfIndex INTEGER,
|
||
mpFrppFrppCfgMccidIndex INTEGER, --@006<30>ύX
|
||
mpFrppFrppCfgDlciIndex INTEGER, --@006<30>ύX
|
||
mpFrppFrppCfgFrppName DisplayString,
|
||
mpFrppFrppCfgIpadd IpAddress,
|
||
mpFrppFrppCfgSubnet IpAddress,
|
||
mpFrppFrppCfgMtuSize INTEGER,
|
||
mpFrppFrppCfgInterWorkType INTEGER,
|
||
mpFrppFrppCfgCrtpSupport INTEGER, --003@<40>lj<EFBFBD>
|
||
mpFrppFrppCfgCrtpLimit INTEGER, --003@<40>lj<EFBFBD>
|
||
mpFrppFrppCfgCrtpMode INTEGER, --003@<40>lj<EFBFBD>
|
||
mpFrppFrppCfgCrtpAging INTEGER, --003@<40>lj<EFBFBD>
|
||
mpFrppFrppCfgCtcpSupport INTEGER, --003@<40>lj<EFBFBD>
|
||
mpFrppFrppCfgCtcpLimit INTEGER, --003@<40>lj<EFBFBD>
|
||
mpFrppFrppCfgCtcpMode INTEGER, --003@<40>lj<EFBFBD>
|
||
mpFrppFrppCfgCtcpAging INTEGER, --003@<40>lj<EFBFBD>
|
||
mpFrppFrppCfgHwSticFlag INTEGER, --005@<40>lj<EFBFBD>
|
||
mpFrppDlciCfgMtuSize INTEGER,
|
||
mpFrppDlciCfgBecn INTEGER,
|
||
mpFrppDlciCfgEncap INTEGER,
|
||
mpFrppDlciCfgDe INTEGER,
|
||
mpFrppDlciCfgPln INTEGER,
|
||
mpFrppDlciCfgFragSize INTEGER,
|
||
mpFrppDlciCfgMir INTEGER,
|
||
mpFrppDlciCfgPerInc INTEGER,
|
||
mpFrppDlciCfgPerDec INTEGER,
|
||
mpFrppDlciCfgMincir INTEGER,
|
||
mpFrppDlciCfgCir INTEGER,
|
||
mpFrppDlciCfgSnapFlg INTEGER,
|
||
mpFrppDlciQueueLenH INTEGER,
|
||
mpFrppDlciQueueLenU INTEGER,
|
||
mpFrppDlciQueueLenL INTEGER,
|
||
mpFrppDlciQueueLenN INTEGER,
|
||
mpFrppDlciQueueByteH INTEGER,
|
||
mpFrppDlciQueueByteU INTEGER,
|
||
mpFrppDlciQueueByteL INTEGER,
|
||
mpFrppDlciQueueByteN INTEGER,
|
||
mpFrppDlciIpQosClassAf3 INTEGER,
|
||
mpFrppDlciIpQosClassAf2 INTEGER,
|
||
mpFrppDlciIpQosClassAf1 INTEGER,
|
||
mpFrppDlciIpQosClassBe INTEGER,
|
||
mpFrppDlciIpQosClassEf3 INTEGER,
|
||
mpFrppDlciIpQosClassEf2 INTEGER,
|
||
mpFrppDlciIpQosClassEf1 INTEGER,
|
||
mpFrppDlciIpQosClassAf4 INTEGER,
|
||
mpFrppDlciCfgInarpMode INTEGER,
|
||
mpFrppDlciCfgTrapFilter INTEGER, --@002<30>lj<EFBFBD>
|
||
mpFrppFrppCfgRowStatus RowStatus,
|
||
mpFrppFrppCfgErrInfo INTEGER
|
||
}
|
||
|
||
mpFrppFrppCfgIfIndex OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
FRPP_NO (FRPP number) ."
|
||
-- <20>e<EFBFBD>q<EFBFBD>o<EFBFBD>o<EFBFBD>ԍ<EFBFBD><D48D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppFrppCfgEntry 1 }
|
||
|
||
mpFrppFrppCfgMccidIndex OBJECT-TYPE --@006<30>ύX
|
||
SYNTAX INTEGER (0..2147483647) --003@<40>ύX
|
||
ACCESS read-only --003@<40>ύX @006<30>ύX
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object is the mccid for
|
||
this entry."
|
||
-- FRPP<50>C<EFBFBD><43><EFBFBD>^<5E>t<EFBFBD>F<EFBFBD>[<5B>X<EFBFBD>Ƀ}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD>mccid
|
||
-- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppCfgEntry 2 }
|
||
|
||
mpFrppFrppCfgDlciIndex OBJECT-TYPE --@006<30>ύX
|
||
SYNTAX INTEGER (16..991) --003@<40>ύX @006<30>ύX
|
||
ACCESS read-only --003@<40>ύX @006<30>ύX
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object is the Dlci for
|
||
this entry."
|
||
-- Frpp<70>C<EFBFBD><43><EFBFBD>^<5E>t<EFBFBD>F<EFBFBD>[<5B>X<EFBFBD>Ƀ}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD>DLCI
|
||
-- <20>ԍ<EFBFBD><D48D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppCfgEntry 3 }
|
||
|
||
mpFrppFrppCfgFrppName OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION
|
||
"The textual name of the interface on the Frpp."
|
||
-- FRPP<50><50>
|
||
::= { mpFrppFrppCfgEntry 4 }
|
||
|
||
mpFrppFrppCfgIpadd OBJECT-TYPE
|
||
SYNTAX IpAddress
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION
|
||
"The value of this object is the FRPP IP address
|
||
for this entry."
|
||
-- <20>N<EFBFBD><4E><EFBFBD>C<EFBFBD>A<EFBFBD><41><EFBFBD>gIP<49>A<EFBFBD>h<EFBFBD><68><EFBFBD>X
|
||
::= { mpFrppFrppCfgEntry 5 }
|
||
|
||
mpFrppFrppCfgSubnet OBJECT-TYPE
|
||
SYNTAX IpAddress
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION
|
||
"The value of this object is the FRPP IP address
|
||
for this entry."
|
||
-- <20>N<EFBFBD><4E><EFBFBD>C<EFBFBD>A<EFBFBD><41><EFBFBD>g<EFBFBD>T<EFBFBD>u<EFBFBD>l<EFBFBD>b<EFBFBD>g<EFBFBD>}<7D>X<EFBFBD>N
|
||
::= { mpFrppFrppCfgEntry 6 }
|
||
|
||
mpFrppFrppCfgMtuSize OBJECT-TYPE
|
||
SYNTAX INTEGER (1280..9180) --004@<40>ύX
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the max frame
|
||
length on this port."
|
||
-- <20><><EFBFBD>[<5B>^<5E><><EFBFBD><EFBFBD>FRPP<50>C<EFBFBD><43><EFBFBD>^<5E>t<EFBFBD>F<EFBFBD>[<5B>X<EFBFBD>܂ł̃|<7C>[<5B>g<EFBFBD><67><EFBFBD>œ]<5D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
-- <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>̍ő<CC8D><C591>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
DEFVAL { 9180 }
|
||
::= { mpFrppFrppCfgEntry 7 }
|
||
|
||
mpFrppFrppCfgInterWorkType OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
ipoverfr(1), -- IPoverFR
|
||
macoverfr(2) -- MACoverFR
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
FRPP InterWorkType."
|
||
-- FRPP<50>C<EFBFBD><43><EFBFBD>^<5E>t<EFBFBD>F<EFBFBD>[<5B>X<EFBFBD>̃C<CC83><43><EFBFBD>^<5E><><EFBFBD>[<5B>L<EFBFBD><4C><EFBFBD>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { ipoverfr }
|
||
::= { mpFrppFrppCfgEntry 8 }
|
||
|
||
mpFrppFrppCfgCrtpSupport OBJECT-TYPE -- @003
|
||
SYNTAX INTEGER {
|
||
no(1),
|
||
support(2)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
CRTP Support Flag."
|
||
-- CRTP<54>T<EFBFBD>|<7C>[<5B>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { no }
|
||
::= { mpFrppFrppCfgEntry 9 }
|
||
|
||
mpFrppFrppCfgCrtpLimit OBJECT-TYPE
|
||
SYNTAX INTEGER (1..128)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
CRTP Limit."
|
||
-- CRTP<54><50><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>k<EFBFBD>ő吔<C591><E59094><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { 128 }
|
||
::= { mpFrppFrppCfgEntry 10 }
|
||
|
||
mpFrppFrppCfgCrtpMode OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
through(1),
|
||
discard(2)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
CRTP Mode."
|
||
-- CRTP<54><50><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>k<EFBFBD>ő吔<C591><E59094><EFBFBD>̓<EFBFBD><CC93><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { through }
|
||
::= { mpFrppFrppCfgEntry 11}
|
||
|
||
mpFrppFrppCfgCrtpAging OBJECT-TYPE
|
||
SYNTAX INTEGER (1..120)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
CRTP Aging Time."
|
||
-- CRTP<54>ł̃G<CC83>[<5B>W<EFBFBD><57><EFBFBD>O<EFBFBD>^<5E>C<EFBFBD>}<7D>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { 5 }
|
||
::= { mpFrppFrppCfgEntry 12 }
|
||
|
||
mpFrppFrppCfgCtcpSupport OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
no(1),
|
||
support(2)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
CTCP Support Flag."
|
||
-- CTCP<43>T<EFBFBD>|<7C>[<5B>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { no }
|
||
::= { mpFrppFrppCfgEntry 13 }
|
||
|
||
mpFrppFrppCfgCtcpLimit OBJECT-TYPE
|
||
SYNTAX INTEGER (1..128)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
CTCP Limit."
|
||
-- CTCP<43><50><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>k<EFBFBD>ő吔<C591><E59094><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { 128 }
|
||
::= { mpFrppFrppCfgEntry 14 }
|
||
|
||
mpFrppFrppCfgCtcpMode OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
through(1),
|
||
discard(2)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
CTCP Mode."
|
||
-- CTCP<43><50><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>k<EFBFBD>ő吔<C591><E59094><EFBFBD>̓<EFBFBD><CC93><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { through }
|
||
::= { mpFrppFrppCfgEntry 15}
|
||
|
||
mpFrppFrppCfgCtcpAging OBJECT-TYPE
|
||
SYNTAX INTEGER (1..120)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
CTCP Aging Time."
|
||
-- CTCP<43>ł̃G<CC83>[<5B>W<EFBFBD><57><EFBFBD>O<EFBFBD>^<5E>C<EFBFBD>}<7D>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { 30 }
|
||
::= { mpFrppFrppCfgEntry 16 }
|
||
|
||
mpFrppFrppCfgHwSticFlag OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
enable(1),
|
||
disable(2)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
Statistics Request Flag."
|
||
-- <20><><EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD><EFBFBD>擾<EFBFBD>I<EFBFBD>v<EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { enable }
|
||
::= { mpFrppFrppCfgEntry 17}
|
||
|
||
mpFrppDlciCfgMtuSize OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only --@004<30>ύX
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
inside maximum frame size(Mtu) in octets for
|
||
this frame relay logical port(DLCI).
|
||
This value shall not exceed the value of
|
||
mpFrCktMtuSize."
|
||
-- DLCI<43>P<EFBFBD>ʂ̓<CA82><CC93><EFBFBD><EFBFBD>ő<EFBFBD><C591>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
-- <20>{MIB<49>ɐݒ肷<DD92><E882B7><EFBFBD>l<EFBFBD>́A<CD81>`<60><><EFBFBD>l<EFBFBD><6C><EFBFBD>̍ő<CC8D><C591>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
-- (mpFrppMccCfgMtuSize)<29>ȉ<EFBFBD><C889>łȂ<C582><C882>Ă͂Ȃ<CD82><C882>Ȃ<EFBFBD>
|
||
::= { mpFrppFrppCfgEntry 18 }
|
||
|
||
mpFrppDlciCfgBecn OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
enable(1),
|
||
disable(2)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates mode of BECN."
|
||
-- BECN/CLLM<4C>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>M<EFBFBD><4D><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD>s<EFBFBD><73><EFBFBD>샂<F093AE8D>[<5B>h<EFBFBD>B
|
||
DEFVAL { disable }
|
||
::= { mpFrppFrppCfgEntry 19 }
|
||
|
||
mpFrppDlciCfgEncap OBJECT-TYPE --@007
|
||
SYNTAX INTEGER {
|
||
nec(1), --@003<30>ύX
|
||
cisco(2)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
Mode of VoIp."
|
||
-- VoIP<49><50><EFBFBD>[<5B>^<5E><><EFBFBD>e<EFBFBD><65><EFBFBD>[<5B>h<EFBFBD>B
|
||
DEFVAL { nec } --@006<30>ύX
|
||
::= { mpFrppFrppCfgEntry 20 }
|
||
|
||
mpFrppDlciCfgDe OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
enable(1),
|
||
disable(2)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the DE bit
|
||
marking."
|
||
-- DE<44>r<EFBFBD>b<EFBFBD>g<EFBFBD>}<7D>[<5B>L<EFBFBD><4C><EFBFBD>O<EFBFBD>B
|
||
DEFVAL { disable }
|
||
::= { mpFrppFrppCfgEntry 21 }
|
||
|
||
mpFrppDlciCfgPln OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
ipv4(1),
|
||
ipv6(2)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the protocol
|
||
addressing."
|
||
-- IP<49>A<EFBFBD>h<EFBFBD><68><EFBFBD>X<EFBFBD><58><EFBFBD>B
|
||
::= { mpFrppFrppCfgEntry 22 }
|
||
|
||
mpFrppDlciCfgFragSize OBJECT-TYPE
|
||
SYNTAX INTEGER (0..1600)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
FRF.12 flagment size. within the range of
|
||
0,16 - 1600."
|
||
-- FRF.12<EFBFBD>t<EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD>T<EFBFBD>C<EFBFBD>Y<EFBFBD>ibyte<EFBFBD>j
|
||
DEFVAL { 0 }
|
||
::= { mpFrppFrppCfgEntry 23 }
|
||
|
||
mpFrppDlciCfgMir OBJECT-TYPE
|
||
SYNTAX INTEGER (0..2048)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
Mir ."
|
||
-- <20>ő呗<C591>M<EFBFBD><4D><EFBFBD>[<5B>g<EFBFBD><67>
|
||
DEFVAL { 0 } --@006<30>ύX
|
||
::= { mpFrppFrppCfgEntry 24 }
|
||
|
||
mpFrppDlciCfgPerInc OBJECT-TYPE
|
||
SYNTAX INTEGER (1..100)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
percent increment."
|
||
-- <20>X<EFBFBD><58><EFBFBD>[<5B>v<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD>X<EFBFBD>e<EFBFBD>b<EFBFBD>v<EFBFBD><76><EFBFBD>[<5B>g
|
||
DEFVAL { 12 }
|
||
::= { mpFrppFrppCfgEntry 25 }
|
||
|
||
mpFrppDlciCfgPerDec OBJECT-TYPE
|
||
SYNTAX INTEGER (1..100)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
percent decrement."
|
||
-- <20>X<EFBFBD><58><EFBFBD>[<5B>v<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD>X<EFBFBD>e<EFBFBD>b<EFBFBD>v<EFBFBD><76><EFBFBD>[<5B>g
|
||
DEFVAL { 25 }
|
||
::= { mpFrppFrppCfgEntry 26 }
|
||
|
||
mpFrppDlciCfgMincir OBJECT-TYPE
|
||
SYNTAX INTEGER (1..2048) --@006<30>ύX
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
MinCir."
|
||
-- <20>Œ<EFBFBD><C592>ۏ<EFBFBD>rate(Kbps)
|
||
DEFVAL { 64 }
|
||
::= { mpFrppFrppCfgEntry 27 }
|
||
|
||
mpFrppDlciCfgCir OBJECT-TYPE
|
||
SYNTAX INTEGER (1..2048) --@006<30>ύX
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
Committed Information Rate (CIR) is rate
|
||
(expressed in bits/second) that the network
|
||
commits to deliver under normal network conditions.
|
||
"
|
||
-- <20>_<EFBFBD><5F><EFBFBD><EFBFBD><EFBFBD>x(CIR)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
-- <20>_<EFBFBD><5F><EFBFBD><EFBFBD><EFBFBD>x(CIR)<29>́A<CD81>ʏ<EFBFBD><CA8F><EFBFBD><EFBFBD>ԉ<EFBFBD><D489>̃l<CC83>b<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>N
|
||
-- <20><><EFBFBD>]<5D><><EFBFBD><EFBFBD><EFBFBD>ۏ<DB8F><D882>鑬<EFBFBD>x(bits/<2F>b<EFBFBD>ŕ\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>j<EFBFBD>B
|
||
DEFVAL { 64 }
|
||
::= { mpFrppFrppCfgEntry 28 }
|
||
|
||
mpFrppDlciCfgSnapFlg OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
off(1),
|
||
on(2)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
status for this table."
|
||
-- SNAP<41>t<EFBFBD><74><EFBFBD>O<EFBFBD>i<EFBFBD>e<EFBFBD>q<EFBFBD><71><EFBFBD>M<EFBFBD><4D><EFBFBD>j
|
||
DEFVAL { off }
|
||
::= { mpFrppFrppCfgEntry 29 }
|
||
|
||
mpFrppDlciQueueLenH OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
High queue length.
|
||
"
|
||
-- High<67><68><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>L<EFBFBD><4C><EFBFBD>[<5B><><EFBFBD>i<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>j
|
||
DEFVAL { 40 }
|
||
::= { mpFrppFrppCfgEntry 30 }
|
||
|
||
mpFrppDlciQueueLenU OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
Urgent queue length.
|
||
"
|
||
-- Urgent<6E><74><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>L<EFBFBD><4C><EFBFBD>[<5B><><EFBFBD>i<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>j
|
||
DEFVAL { 20 }
|
||
::= { mpFrppFrppCfgEntry 31 }
|
||
|
||
mpFrppDlciQueueLenL OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
Low queue length.
|
||
"
|
||
-- Low<6F><77><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>L<EFBFBD><4C><EFBFBD>[<5B><><EFBFBD>i<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>j
|
||
DEFVAL { 80 }
|
||
::= { mpFrppFrppCfgEntry 32 }
|
||
|
||
mpFrppDlciQueueLenN OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
Normal queue length.
|
||
"
|
||
-- Normal<61><6C><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>L<EFBFBD><4C><EFBFBD>[<5B><><EFBFBD>i<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>j
|
||
DEFVAL { 60 }
|
||
::= { mpFrppFrppCfgEntry 33 }
|
||
|
||
mpFrppDlciQueueByteH OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
High queue length. within the range of 0,16 - 1600."
|
||
-- High <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>L<EFBFBD><4C><EFBFBD>[<5B><><EFBFBD>i<EFBFBD>o<EFBFBD>C<EFBFBD>g<EFBFBD>j
|
||
DEFVAL { 0 } --@006<30>ύX
|
||
::= { mpFrppFrppCfgEntry 34 }
|
||
|
||
mpFrppDlciQueueByteU OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
Urgent queue length. within the range of 0,16 - 1600
|
||
."
|
||
-- Urgent <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>L<EFBFBD><4C><EFBFBD>[<5B><><EFBFBD>i<EFBFBD>o<EFBFBD>C<EFBFBD>g<EFBFBD>j
|
||
DEFVAL { 0 } --@006<30>ύX
|
||
::= { mpFrppFrppCfgEntry 35 }
|
||
|
||
mpFrppDlciQueueByteL OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
Low queue length. within the range of 0,16 - 1600."
|
||
-- Low <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>L<EFBFBD><4C><EFBFBD>[<5B><><EFBFBD>i<EFBFBD>o<EFBFBD>C<EFBFBD>g<EFBFBD>j
|
||
DEFVAL { 0 } --@006<30>ύX
|
||
::= { mpFrppFrppCfgEntry 36 }
|
||
|
||
mpFrppDlciQueueByteN OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
Normal queue length. within the range of 0,16 - 1600
|
||
."
|
||
-- Normal <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>L<EFBFBD><4C><EFBFBD>[<5B><><EFBFBD>i<EFBFBD>o<EFBFBD>C<EFBFBD>g<EFBFBD>j
|
||
DEFVAL { 0 } --@006<30>ύX
|
||
::= { mpFrppFrppCfgEntry 37 }
|
||
|
||
|
||
mpFrppDlciIpQosClassAf3 OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
urgent(1),
|
||
high(2),
|
||
normal(3),
|
||
low(4)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
IP-Qos/AF3 mapping Class .
|
||
"
|
||
-- IP-Qos/AF3<46>N<EFBFBD><4E><EFBFBD>X<EFBFBD>}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O
|
||
DEFVAL { high }
|
||
::= { mpFrppFrppCfgEntry 38 }
|
||
|
||
mpFrppDlciIpQosClassAf2 OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
urgent(1),
|
||
high(2),
|
||
normal(3),
|
||
low(4)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
IP-Qos/AF2 mapping Class .
|
||
"
|
||
-- IP-Qos/AF2<46>N<EFBFBD><4E><EFBFBD>X<EFBFBD>}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O
|
||
DEFVAL { normal }
|
||
::= { mpFrppFrppCfgEntry 39 }
|
||
|
||
mpFrppDlciIpQosClassAf1 OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
urgent(1),
|
||
high(2),
|
||
normal(3),
|
||
low(4)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
IP-Qos/AF1 mapping Class .
|
||
"
|
||
-- IP-Qos/AF1<46>N<EFBFBD><4E><EFBFBD>X<EFBFBD>}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O
|
||
DEFVAL { normal }
|
||
::= { mpFrppFrppCfgEntry 40 }
|
||
|
||
mpFrppDlciIpQosClassBe OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
urgent(1),
|
||
high(2),
|
||
normal(3),
|
||
low(4)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
IP-Qos/Be mapping Class .
|
||
"
|
||
-- IP-Qos/Be<42>N<EFBFBD><4E><EFBFBD>X<EFBFBD>}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O
|
||
DEFVAL { low }
|
||
::= { mpFrppFrppCfgEntry 41 }
|
||
|
||
mpFrppDlciIpQosClassEf3 OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
urgent(1),
|
||
high(2),
|
||
normal(3),
|
||
low(4)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
IP-Qos/Ef3 mapping Class .
|
||
"
|
||
-- IP-Qos/Ef3<66>N<EFBFBD><4E><EFBFBD>X<EFBFBD>}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O
|
||
DEFVAL { urgent }
|
||
::= { mpFrppFrppCfgEntry 42 }
|
||
|
||
mpFrppDlciIpQosClassEf2 OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
urgent(1),
|
||
high(2),
|
||
normal(3),
|
||
low(4)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
IP-Qos/EF2 mapping Class .
|
||
"
|
||
-- IP-Qos/EF2<46>N<EFBFBD><4E><EFBFBD>X<EFBFBD>}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O
|
||
DEFVAL { urgent }
|
||
::= { mpFrppFrppCfgEntry 43 }
|
||
|
||
mpFrppDlciIpQosClassEf1 OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
urgent(1),
|
||
high(2),
|
||
normal(3),
|
||
low(4)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
IP-Qos/Ef1 mapping Class .
|
||
"
|
||
-- IP-Qos/Ef1<66>N<EFBFBD><4E><EFBFBD>X<EFBFBD>}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O
|
||
DEFVAL { urgent }
|
||
::= { mpFrppFrppCfgEntry 44 }
|
||
|
||
mpFrppDlciIpQosClassAf4 OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
urgent(1),
|
||
high(2),
|
||
normal(3),
|
||
low(4)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
IP-Qos/AF4 mapping Class .
|
||
"
|
||
-- IP-Qos/AF4<46>N<EFBFBD><4E><EFBFBD>X<EFBFBD>}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O
|
||
DEFVAL { high }
|
||
::= { mpFrppFrppCfgEntry 45 }
|
||
|
||
mpFrppDlciCfgInarpMode OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
no(1),
|
||
passive(2)
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies configration
|
||
Inverse Arp mode ."
|
||
-- Inverse Arp <20><><EFBFBD>[<5B>h
|
||
DEFVAL { passive }
|
||
::= { mpFrppFrppCfgEntry 46 }
|
||
|
||
mpFrppDlciCfgTrapFilter OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
no(1), -- No
|
||
up(2), -- UP
|
||
down(3), -- Down
|
||
up-down(4) -- Up-Down
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
DLCi Trap Filter status."
|
||
-- DLCI<43><49>TrapFilter<65>ݒ<EFBFBD><DD92><EFBFBD><EFBFBD>Ԃ<EFBFBD><D482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { no }
|
||
::= { mpFrppFrppCfgEntry 47 }
|
||
|
||
mpFrppFrppCfgRowStatus OBJECT-TYPE
|
||
SYNTAX RowStatus
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "An entry in MCC Channel management table."
|
||
-- createAndGo(4)<29><>table<6C>̐V<CC90>K<EFBFBD>쐬<EFBFBD><EC90AC><EFBFBD>s<EFBFBD><73>
|
||
-- table<6C>̃R<CC83><52><EFBFBD>t<EFBFBD>B<EFBFBD>O<EFBFBD>Ƀf<C983>t<EFBFBD>H<EFBFBD><48><EFBFBD>g<EFBFBD>l<EFBFBD><6C><EFBFBD>ݒ肷<DD92><E882B7>
|
||
-- notInService(2)<29><>table<6C>ւ̕ύX<CF8D><58><EFBFBD>s<EFBFBD><73>
|
||
-- <20>ύX<CF8D><58><EFBFBD>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>active(1)<29><>SET<45><54><EFBFBD><EFBFBD>
|
||
-- active(1)<29><>SET<45><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MCC-FR<46>փR<D683><52><EFBFBD>t<EFBFBD>B<EFBFBD>O<EFBFBD>_<EFBFBD>E<EFBFBD><45><EFBFBD><EFBFBD><EFBFBD>[<5B>h
|
||
-- <20>v<EFBFBD><76><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73>
|
||
-- destroy(6)<29><>table<6C><65><EFBFBD>폜<EFBFBD><ED8F9C><EFBFBD>AMCC-FR<46>ɃR<C983><52><EFBFBD>t<EFBFBD>B<EFBFBD>O<EFBFBD>폜<EFBFBD><ED8F9C>
|
||
-- <20>s<EFBFBD><73>
|
||
::= { mpFrppFrppCfgEntry 48 }
|
||
|
||
mpFrppFrppCfgErrInfo OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
normal(1), -- <20><><EFBFBD><EFBFBD>
|
||
parameterNotEnough(2), -- <20>p<EFBFBD><70><EFBFBD><EFBFBD><EFBFBD>[<5B>^<5E>s<EFBFBD><73>
|
||
badValue(3), -- <20>ݒ<EFBFBD><DD92>l<EFBFBD>ُ<EFBFBD>
|
||
badIndexValue(4), -- INDEX<45>l<EFBFBD>ُ<EFBFBD>
|
||
correlationError(5), -- <20><><EFBFBD>֊WNG
|
||
memoryAllocateFailure(6), -- Memory<72>n<EFBFBD><6E><EFBFBD>g<EFBFBD><67><EFBFBD>s
|
||
mbufHuntFailure(7), -- MBUF<55>n<EFBFBD><6E><EFBFBD>g<EFBFBD><67><EFBFBD>s
|
||
relationalConfigExist(8), -- <20>֘A<D698><41><EFBFBD><EFBFBD>Config<69><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
lowLayerConfigNotRegistered(9), -- <20><><EFBFBD>ʃ<EFBFBD><CA83>C<EFBFBD><43>Config<69><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
mappingDataAlreadyExist(10), -- <20>}<7D>b<EFBFBD>s<EFBFBD><73><EFBFBD>O<EFBFBD>f<EFBFBD>[<5B>^<5E><><EFBFBD><EFBFBD><EFBFBD>݂<EFBFBD><DD82><EFBFBD>
|
||
ipAddressNotDeleted(11), -- <20>h<EFBFBD>o<EFBFBD>A<EFBFBD>h<EFBFBD><68><EFBFBD>X<EFBFBD>e<EFBFBD>[<5B>u<EFBFBD><75><EFBFBD>͍폜<CD8D><ED8F9C><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482>Ȃ<EFBFBD>
|
||
mccIdHuntFailure(12) -- MCC ID<49><44><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates error
|
||
information that became an error set to MIB
|
||
in this table."
|
||
-- Table<6C><65><EFBFBD>̊eMIB<49>ւ<EFBFBD>SET<45>ŃG<C583><47><EFBFBD>[<5B>ƂȂ<C682><C882><EFBFBD><EFBFBD>ꍇ<EFBFBD>́A<CC81>ڍ<EFBFBD>
|
||
-- <20>G<EFBFBD><47><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppFrppCfgEntry 49 }
|
||
|
||
|
||
--- FRPP Admin Information MIB
|
||
mpFrppInfoTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF MpFrppInfoEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table type object of the
|
||
FRPP information."
|
||
-- FRPP Admin <20><><EFBFBD><EFBFBD>Table
|
||
::= { mpFrpp 4 }
|
||
|
||
mpFrppInfoEntry OBJECT-TYPE
|
||
SYNTAX MpFrppInfoEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table entry of mpFrppInfoTable."
|
||
-- FRPP Admin<69><6E><EFBFBD><EFBFBD>Table<6C>G<EFBFBD><47><EFBFBD>g<EFBFBD><67>
|
||
INDEX { mpFrppInfoIndex }
|
||
::= { mpFrppInfoTable 1 }
|
||
|
||
MpFrppInfoEntry ::=
|
||
SEQUENCE {
|
||
mpFrppInfoIndex INTEGER,
|
||
mpFrppInfoFrppAdminStatus INTEGER,
|
||
mpFrppInfoFrppOperStatus INTEGER,
|
||
mpFrppInfoFrppLastChange TimeTicks,
|
||
mpFrppInfoDlci INTEGER, --@006<30>lj<EFBFBD>
|
||
mpFrppInfoDlciAdminStatus INTEGER, --@006<30>lj<EFBFBD>
|
||
mpFrppInfoDlciOperStatus INTEGER, --@006<30>lj<EFBFBD>
|
||
mpFrppInfoDlciLastChange TimeTicks, --@006<30>lj<EFBFBD>
|
||
mpFrppInfoDlciOperDownEvent INTEGER --@006<30>lj<EFBFBD>
|
||
}
|
||
|
||
mpFrppInfoIndex OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the
|
||
Frpp No (Frpp number) ."
|
||
-- <20>e<EFBFBD>q<EFBFBD>o<EFBFBD>o<EFBFBD>ԍ<EFBFBD><D48D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppInfoEntry 1 }
|
||
|
||
mpFrppInfoFrppAdminStatus OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
active(1), -- Active
|
||
inactive(2) -- Inactive
|
||
}
|
||
ACCESS read-write
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
Frpp administration status."
|
||
-- Frpp<70><70>Admin<69><6E><EFBFBD>Ԃ<EFBFBD><D482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
DEFVAL { active }
|
||
::= { mpFrppInfoEntry 2 }
|
||
|
||
mpFrppInfoFrppOperStatus OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
active(1),
|
||
inactive(2)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
Frpp operational status."
|
||
-- Frpp<70><70>Operaation<6F><6E><EFBFBD>Ԃ<EFBFBD><D482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppInfoEntry 3 }
|
||
|
||
mpFrppInfoFrppLastChange OBJECT-TYPE
|
||
SYNTAX TimeTicks
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of sysUpTime at the time the Frpp
|
||
entered its current operational state."
|
||
-- FRPP<50><50>Oper Status<75>ω<EFBFBD><CF89><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
-- <20>l<EFBFBD>́AsysUpTime
|
||
::= { mpFrppInfoEntry 4 }
|
||
|
||
mpFrppInfoDlci OBJECT-TYPE -- @006
|
||
SYNTAX INTEGER (16..991)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object is equal to the
|
||
Data Link Connection Identifer(DLCi) value
|
||
for index to this mpFrDlcStatisticsTable table."
|
||
-- <20>f<EFBFBD>[<5B>^<5E><><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD>R<EFBFBD>l<EFBFBD>N<EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʎq(DLCi)<29>̒l<CC92><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppInfoEntry 5 }
|
||
|
||
mpFrppInfoDlciAdminStatus OBJECT-TYPE -- @006
|
||
SYNTAX INTEGER {
|
||
active(1), -- Active
|
||
inactive(2) -- Inactive
|
||
}
|
||
ACCESS read-only --@004<30>ύX
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
Dlci administration status."
|
||
-- DLCI<43><49>Admin<69><6E><EFBFBD>Ԃ<EFBFBD><D482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppInfoEntry 6 }
|
||
|
||
mpFrppInfoDlciOperStatus OBJECT-TYPE -- @006
|
||
SYNTAX INTEGER {
|
||
active(1),
|
||
inactive(2)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the
|
||
DLCi operational status."
|
||
-- DLCI<43><49>Operaation<6F><6E><EFBFBD>Ԃ<EFBFBD><D482><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppInfoEntry 7 }
|
||
|
||
mpFrppInfoDlciLastChange OBJECT-TYPE -- @006
|
||
SYNTAX TimeTicks
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of sysUpTime at the time the DLCI
|
||
entered its current operational state."
|
||
-- DLCI<43><49>Oper Status<75>ω<EFBFBD><CF89><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
-- <20>l<EFBFBD>́AsysUpTime
|
||
::= { mpFrppInfoEntry 8 }
|
||
|
||
mpFrppInfoDlciOperDownEvent OBJECT-TYPE -- @006
|
||
SYNTAX INTEGER {
|
||
normal(1),
|
||
dlcidown(2),
|
||
lmierror(3),
|
||
lmiStatusInactiveReceived(4),
|
||
unknown(5)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates error
|
||
information that became an error set to MIB
|
||
in this table."
|
||
-- Table<6C><65><EFBFBD>̊eMIB<49>ւ<EFBFBD>SET<45>ŃG<C583><47><EFBFBD>[<5B>ƂȂ<C682><C882><EFBFBD><EFBFBD>ꍇ<EFBFBD>́A<CC81>ڍ<EFBFBD>
|
||
-- <20>G<EFBFBD><47><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppInfoEntry 9 }
|
||
|
||
|
||
-- Frpp Mccid Statistics Information MIB
|
||
|
||
mpFrppMccIdStatTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF MpFrppMccIdStatEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table type object of the
|
||
Frpp Mccid statistics information."
|
||
::= { mpFrpp 5 }
|
||
|
||
mpFrppMccIdStatEntry OBJECT-TYPE
|
||
SYNTAX MpFrppMccIdStatEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table entry of mpFrppMccIdStatTable."
|
||
INDEX { mpFrppMccIdStatIfIndex }
|
||
::= { mpFrppMccIdStatTable 1 }
|
||
|
||
MpFrppMccIdStatEntry ::=
|
||
SEQUENCE {
|
||
mpFrppMccIdStatIfIndex INTEGER,
|
||
mpFrppMccIdRcvOctets Counter,
|
||
mpFrppMccIdRcvFrames Counter,
|
||
mpFrppMccIdRcvFrameMinSize INTEGER,
|
||
mpFrppMccIdRcvFrameMaxSize INTEGER,
|
||
mpFrppMccIdRcvDiscardFrames Counter,
|
||
mpFrppMccIdRcvFecnFrames Counter,
|
||
mpFrppMccIdRcvBecnFrames Counter,
|
||
mpFrppMccIdRcvDeFrames Counter,
|
||
mpFrppMccIdRcvInvalidFrames Counter,
|
||
mpFrppMccIdRcvLongFrames Counter,
|
||
mpFrppMccIdRcvShortFrames Counter,
|
||
mpFrppMccIdXmtOctets Counter,
|
||
mpFrppMccIdXmtFrames Counter,
|
||
mpFrppMccIdXmtFrameMinSize INTEGER,
|
||
mpFrppMccIdXmtFrameMaxSize INTEGER,
|
||
mpFrppMccIdXmtDiscardFrames Counter,
|
||
mpFrppMccIdXmtFecnFrames Counter,
|
||
mpFrppMccIdXmtBecnFrames Counter,
|
||
mpFrppMccIdXmtDeFrames Counter,
|
||
mpFrppMccIdRcvCllmFrames Counter
|
||
}
|
||
|
||
mpFrppMccIdStatIfIndex OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the mccid
|
||
number."
|
||
-- mccid<69>ԍ<EFBFBD><D48D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppMccIdStatEntry 1 }
|
||
|
||
mpFrppMccIdRcvOctets OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of octets received on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>o<EFBFBD>C<EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 2 }
|
||
|
||
mpFrppMccIdRcvFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of frames received on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 3 }
|
||
|
||
mpFrppMccIdRcvFrameMinSize OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the minimum
|
||
size of frames received on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>ŏ<EFBFBD><C58F>T<EFBFBD>C<EFBFBD>Y<EFBFBD><59><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 4 }
|
||
|
||
mpFrppMccIdRcvFrameMaxSize OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the maximum
|
||
size of frames received on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>ő<EFBFBD><C591>T<EFBFBD>C<EFBFBD>Y<EFBFBD><59><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 5 }
|
||
|
||
mpFrppMccIdRcvDiscardFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of discard frames received on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>p<EFBFBD><70><EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 6 }
|
||
|
||
mpFrppMccIdRcvFecnFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames received with the FECN bit set."
|
||
-- <20><><EFBFBD>MFECN<43>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 7 }
|
||
|
||
mpFrppMccIdRcvBecnFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames received with the BECN bit set."
|
||
-- <20><><EFBFBD>MBECN<43>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 8 }
|
||
|
||
mpFrppMccIdRcvDeFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames received with the DE bit set."
|
||
-- <20><><EFBFBD>MDE<44>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 9 }
|
||
|
||
mpFrppMccIdRcvInvalidFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of invalid frames received on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD><4D><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 10 }
|
||
|
||
mpFrppMccIdRcvLongFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of long frames received on this port."
|
||
-- <20><><EFBFBD>MLong<6E>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 11 }
|
||
|
||
mpFrppMccIdRcvShortFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of short frames received on this port."
|
||
-- <20><><EFBFBD>Mshort<72>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 12 }
|
||
|
||
mpFrppMccIdXmtOctets OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of octets sent on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>o<EFBFBD>C<EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 13 }
|
||
|
||
mpFrppMccIdXmtFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of frames sent on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 14 }
|
||
|
||
mpFrppMccIdXmtFrameMinSize OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the minimum
|
||
size of frames sent on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>ŏ<EFBFBD><C58F>T<EFBFBD>C<EFBFBD>Y<EFBFBD><59><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 15 }
|
||
|
||
mpFrppMccIdXmtFrameMaxSize OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the maximum
|
||
size of frames sent on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>ő<EFBFBD><C591>T<EFBFBD>C<EFBFBD>Y<EFBFBD><59><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 16 }
|
||
|
||
mpFrppMccIdXmtDiscardFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of discard frames sent on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>p<EFBFBD><70><EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 17 }
|
||
|
||
mpFrppMccIdXmtFecnFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the FECN bit set."
|
||
-- <20><><EFBFBD>MFECN<43>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 18 }
|
||
|
||
mpFrppMccIdXmtBecnFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the BECN bit set."
|
||
-- <20><><EFBFBD>MBECN<43>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 19 }
|
||
|
||
mpFrppMccIdXmtDeFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the DE bit set."
|
||
-- <20><><EFBFBD>MDE<44>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 20 }
|
||
|
||
mpFrppMccIdRcvCllmFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of CLLM frames received on this port."
|
||
-- <20><><EFBFBD>MCLLM<4C>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdStatEntry 21 }
|
||
|
||
|
||
-- <20>EFrpp Port LMI Statistics Information MIB
|
||
|
||
mpFrppMccIdLmiStatTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF MpFrppMccIdLmiStatEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table type object of the
|
||
Frpp Port LMI statitics information."
|
||
::= { mpFrpp 6 }
|
||
|
||
mpFrppMccIdLmiStatEntry OBJECT-TYPE
|
||
SYNTAX MpFrppMccIdLmiStatEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table entry
|
||
of mpFrppMccIdLmiStatTable."
|
||
INDEX { mpFrppMccIdLmiStatIfIndex }
|
||
::= { mpFrppMccIdLmiStatTable 1 }
|
||
|
||
MpFrppMccIdLmiStatEntry ::=
|
||
SEQUENCE {
|
||
mpFrppMccIdLmiStatIfIndex INTEGER,
|
||
mpFrppMccIdRcvLmiStatEnqs Counter,
|
||
mpFrppMccIdXmtLmiStatEnqs Counter,
|
||
mpFrppMccIdRcvLmiStats Counter,
|
||
mpFrppMccIdXmtLmiStats Counter,
|
||
mpFrppMccIdUsrLmiLinkRelErrs Counter,
|
||
mpFrppMccIdUsrLmiT391Tos Counter,
|
||
mpFrppMccIdUsrLmiSeqErrs Counter,
|
||
mpFrppMccIdUsrLmiProtErrs Counter,
|
||
mpFrppMccIdUsrLmiChInacts Counter,
|
||
mpFrppMccIdNetLmiLinkRelErrs Counter,
|
||
mpFrppMccIdNetLmiT392Tos Counter,
|
||
mpFrppMccIdNetLmiSeqErrs Counter,
|
||
mpFrppMccIdNetLmiErrs Counter,
|
||
mpFrppMccIdNetChInacts Counter,
|
||
mpFrppMccIdRcvAsyncFrms Counter
|
||
}
|
||
|
||
mpFrppMccIdLmiStatIfIndex OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the mccid
|
||
number."
|
||
-- Mccid<69>ԍ<EFBFBD><D48D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppMccIdLmiStatEntry 1 }
|
||
|
||
mpFrppMccIdRcvLmiStatEnqs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of status enquiry frames received on
|
||
this port."
|
||
-- <20><><EFBFBD>MStatusEnq<6E>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 2 }
|
||
|
||
mpFrppMccIdXmtLmiStatEnqs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of status enquiry frames sent on this port."
|
||
-- <20><><EFBFBD>MStatusEnq<6E>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 3 }
|
||
|
||
mpFrppMccIdRcvLmiStats OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of status frames received on this port."
|
||
-- <20><><EFBFBD>MStatus<75>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 4 }
|
||
|
||
mpFrppMccIdXmtLmiStats OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of status frames sent on this port."
|
||
-- <20><><EFBFBD>MStatus<75>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 5 }
|
||
|
||
mpFrppMccIdUsrLmiLinkRelErrs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of user-side local in-channel signaling link
|
||
reliability errors for this port."
|
||
-- <20><><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD><4E><EFBFBD>S<EFBFBD><53><EFBFBD>m<EFBFBD>F<EFBFBD>G<EFBFBD><47><EFBFBD>[<5B><>(DTE)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 6 }
|
||
|
||
mpFrppMccIdUsrLmiT391Tos OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of user-side not receive status for this port."
|
||
-- Status<75><73><EFBFBD><EFBFBD><EFBFBD>M<EFBFBD><4D><EFBFBD><EFBFBD>(DTE)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 7 }
|
||
|
||
mpFrppMccIdUsrLmiSeqErrs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of Sequens Errors."
|
||
-- <20><><EFBFBD>MSTATUS<55>V<EFBFBD>[<5B>P<EFBFBD><50><EFBFBD>X<EFBFBD>ԍ<EFBFBD><D48D>ُ팟<D98F>o<EFBFBD><EFBFBD><F1909482><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 8 }
|
||
|
||
mpFrppMccIdUsrLmiProtErrs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of network-side local in-channel signaling protocol
|
||
errors for this port."
|
||
-- <20><><EFBFBD><EFBFBD>LMI<4D>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>M<EFBFBD><4D>(DCE)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 9 }
|
||
|
||
mpFrppMccIdUsrLmiChInacts OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of times the network-side channel was declared
|
||
inactive (i.e., N392 errors in N393 events)
|
||
for this port."
|
||
-- N393 Event<6E><74><EFBFBD><EFBFBD>N392<39>G<EFBFBD><47><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(DCE)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 10 }
|
||
|
||
mpFrppMccIdNetLmiLinkRelErrs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of user-side local in-channel signaling link
|
||
reliability errors for this port."
|
||
-- <20><><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD><4E><EFBFBD>S<EFBFBD><53><EFBFBD>m<EFBFBD>F<EFBFBD>G<EFBFBD><47><EFBFBD>[<5B><>(DTE)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 11 }
|
||
|
||
mpFrppMccIdNetLmiT392Tos OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of user-side not receive status for this port."
|
||
-- Status<75><73><EFBFBD><EFBFBD><EFBFBD>M<EFBFBD><4D><EFBFBD><EFBFBD>(DTE)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 12 }
|
||
|
||
mpFrppMccIdNetLmiSeqErrs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of Sequens Errors."
|
||
-- <20><><EFBFBD>MSTATUS<55>V<EFBFBD>[<5B>P<EFBFBD><50><EFBFBD>X<EFBFBD>ԍ<EFBFBD><D48D>ُ팟<D98F>o<EFBFBD><EFBFBD><F1909482><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 13 }
|
||
|
||
mpFrppMccIdNetLmiErrs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of network-side local in-channel signaling protocol
|
||
errors for this port."
|
||
-- <20><><EFBFBD><EFBFBD>LMI<4D>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>M<EFBFBD><4D>(DCE)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 14 }
|
||
|
||
mpFrppMccIdNetChInacts OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of times the network-side channel was declared
|
||
inactive (i.e., N392 errors in N393 events)
|
||
for this port."
|
||
-- N393 Event<6E><74><EFBFBD><EFBFBD>N392<39>G<EFBFBD><47><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(DCE)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppMccIdLmiStatEntry 15 }
|
||
|
||
mpFrppMccIdRcvAsyncFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of Async Frames for this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>P<EFBFBD><50><EFBFBD>o<EFBFBD>u<EFBFBD>b<EFBFBD><EFBFBD><F193AF8A>t<EFBFBD><74><EFBFBD>[<5B><>
|
||
::= { mpFrppMccIdLmiStatEntry 16 }
|
||
|
||
|
||
-- <20>EFrpp Frpp Statistics Information MIB @006 <20>lj<EFBFBD>
|
||
|
||
mpFrppFrppStatTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF MpFrppFrppStatEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table type object of the
|
||
Frpp Frpp statistics information."
|
||
::= { mpFrpp 7 }
|
||
|
||
mpFrppFrppStatEntry OBJECT-TYPE
|
||
SYNTAX MpFrppFrppStatEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table entry of mpFrppFrppStatTable."
|
||
INDEX { mpFrppFrppStatIndex }
|
||
::= { mpFrppFrppStatTable 1 }
|
||
|
||
MpFrppFrppStatEntry ::=
|
||
SEQUENCE {
|
||
mpFrppFrppStatIndex INTEGER,
|
||
mpFrppFrppStatRcvFrames Counter,
|
||
mpFrppFrppStatXmtFrames Counter,
|
||
mpFrppFrppStatRcvDiscardFrames Counter,
|
||
mpFrppFrppStatXmtDiscardFrames Counter,
|
||
mpFrppFrppStatRcvEncapErrors Counter,
|
||
mpFrppFrppStatXmtEncapErrors Counter,
|
||
mpFrppFrppStatRcvArpTransErrors Counter,
|
||
mpFrppFrppStatXmtArpTransErrors Counter,
|
||
mpFrppFrppStatReassembleErrors Counter,
|
||
mpFrppFrppStatPriorityQueues Counter,
|
||
mpFrppFrppStatPriorityBytes Counter
|
||
}
|
||
|
||
mpFrppFrppStatIndex OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the Frpp
|
||
number."
|
||
-- Frpp <20>ԍ<EFBFBD><D48D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppFrppStatEntry 1 }
|
||
|
||
mpFrppFrppStatRcvFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of frames received on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppStatEntry 2 }
|
||
|
||
mpFrppFrppStatXmtFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of frames sent on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppStatEntry 3 }
|
||
|
||
mpFrppFrppStatRcvDiscardFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of discarded frames received
|
||
on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>Ŕp<C594><70><EFBFBD><EFBFBD><EFBFBD>ꂽ<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppStatEntry 4 }
|
||
|
||
mpFrppFrppStatXmtDiscardFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of discarded frames sent on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>Ŕp<C594><70><EFBFBD><EFBFBD><EFBFBD>ꂽ<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppStatEntry 5 }
|
||
|
||
mpFrppFrppStatRcvEncapErrors OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of Payload header conversion errors
|
||
received on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>Ŕ<EFBFBD><C594><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>y<EFBFBD>C<EFBFBD><43><EFBFBD>[<5B>h<EFBFBD>w<EFBFBD>b<EFBFBD>_<EFBFBD>ϊ<EFBFBD><CF8A>G<EFBFBD><47><EFBFBD>[<5B><>
|
||
-- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppStatEntry 6 }
|
||
|
||
mpFrppFrppStatXmtEncapErrors OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of Payload header conversion errors
|
||
sent on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>Ŕ<EFBFBD><C594><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>y<EFBFBD>C<EFBFBD><43><EFBFBD>[<5B>h<EFBFBD>w<EFBFBD>b<EFBFBD>_<EFBFBD>ϊ<EFBFBD><CF8A>G<EFBFBD><47><EFBFBD>[<5B><>
|
||
-- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppStatEntry 7 }
|
||
|
||
mpFrppFrppStatRcvArpTransErrors OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of APR packet conversion error sends received
|
||
on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>Ŕ<EFBFBD><C594><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ARP<52>p<EFBFBD>P<EFBFBD>b<EFBFBD>g<EFBFBD>ϊ<EFBFBD><CF8A>G<EFBFBD><47><EFBFBD>[<5B><><EFBFBD>M<EFBFBD><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppStatEntry 8 }
|
||
|
||
mpFrppFrppStatXmtArpTransErrors OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of ARP packet conversion error sends sent on
|
||
this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>Ŕ<EFBFBD><C594><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ARP<52>p<EFBFBD>P<EFBFBD>b<EFBFBD>g<EFBFBD>ϊ<EFBFBD><CF8A>G<EFBFBD><47><EFBFBD>[<5B><><EFBFBD>M<EFBFBD><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppStatEntry 9 }
|
||
|
||
mpFrppFrppStatReassembleErrors OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of Reassemble conversion errors."
|
||
-- <20>t<EFBFBD><74><EFBFBD>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD>E<EFBFBD><45><EFBFBD>A<EFBFBD>Z<EFBFBD><5A><EFBFBD>u<EFBFBD><75><EFBFBD>̕ϊ<CC95><CF8A>G<EFBFBD><47><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppStatEntry 10 }
|
||
|
||
mpFrppFrppStatPriorityQueues OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of priority queue length excess frames."
|
||
-- <20>v<EFBFBD><76><EFBFBD>C<EFBFBD>I<EFBFBD><49><EFBFBD>e<EFBFBD>B<EFBFBD>[<5B>L<EFBFBD><4C><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>߃t<DF83><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppStatEntry 11 }
|
||
|
||
mpFrppFrppStatPriorityBytes OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of priority byte length excess frames."
|
||
-- <20>v<EFBFBD><76><EFBFBD>I<EFBFBD><49><EFBFBD>e<EFBFBD>B<EFBFBD>[<5B>o<EFBFBD>C<EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD>߃t<DF83><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppFrppStatEntry 12 }
|
||
|
||
|
||
-- <20>EFrpp DLCI Statistics Information MIB
|
||
|
||
mpFrppDlcStatTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF MpFrppDlcStatEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table type object of the
|
||
Frpp DLCI statistics information."
|
||
::= { mpFrpp 8 }
|
||
|
||
mpFrppDlcStatEntry OBJECT-TYPE
|
||
SYNTAX MpFrppDlcStatEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table entry of mpFrppDlcStatTable."
|
||
INDEX { mpFrppDlciStatIfIndex }
|
||
::= { mpFrppDlcStatTable 1 }
|
||
|
||
MpFrppDlcStatEntry ::=
|
||
SEQUENCE {
|
||
mpFrppDlciStatIfIndex INTEGER,
|
||
-- mpFrppDlciStatDlciIndex INTEGER, @006<30>폜
|
||
mpFrppDlciStatRcvOctets Counter,
|
||
mpFrppDlciStatRcvFrames Counter,
|
||
mpFrppDlciStatRcvFrameMinSize INTEGER,
|
||
mpFrppDlciStatRcvFrameMaxSize INTEGER,
|
||
mpFrppDlciStatRcvFECNFrames Counter,
|
||
mpFrppDlciStatRcvBECNFrames Counter,
|
||
mpFrppDlciStatRcvDEFrames Counter,
|
||
mpFrppDlciStatRcvTaggedDEFrames Counter,
|
||
mpFrppDlciStatXmtOctets Counter,
|
||
mpFrppDlciStatXmtFrames Counter,
|
||
mpFrppDlciStatXmtFrameMinSize INTEGER,
|
||
mpFrppDlciStatXmtFrameMaxSize INTEGER,
|
||
mpFrppDlciStatXmtDEDiscardFrames Counter,
|
||
mpFrppDlciStatXmtFECNFrames Counter,
|
||
mpFrppDlciStatXmtBECNFrames Counter,
|
||
mpFrppDlciStatXmtDEFrames Counter,
|
||
mpFrppDlciStatXmtTaggedDEFrames Counter,
|
||
mpFrppDlciStatRcvInArpReqFrms Counter,
|
||
mpFrppDlciStatXmtInArpReqFrms Counter,
|
||
mpFrppDlciStatRcvInArpRlyFrms Counter,
|
||
mpFrppDlciStatXmtInArpRlyFrms Counter,
|
||
mpFrppDlciStatFNUnrecognizHeaders Counter,
|
||
mpFrppDlciStatNFUnrecognizHeaders Counter,
|
||
mpFrppDlciStatFNArpTranslationErrs Counter,
|
||
mpFrppDlciStatNFArpTranslationErrs Counter,
|
||
mpFrppDlciStatXmtVQFrms Counter,
|
||
mpFrppDlciStatXmtUQFrms Counter,
|
||
mpFrppDlciStatXmtXceedUQLenFrms Counter,
|
||
mpFrppDlciStatXmtXceedUQByteFrms Counter,
|
||
mpFrppDlciStatXmtHQFrms Counter,
|
||
mpFrppDlciStatXmtXceedHQLenFrms Counter,
|
||
mpFrppDlciStatXmtXceedHQByteFrms Counter,
|
||
mpFrppDlciStatXmtNQFrms Counter,
|
||
mpFrppDlciStatXmtXceedNQLenFrms Counter,
|
||
mpFrppDlciStatXmtXceedNQByteFrms Counter,
|
||
mpFrppDlciStatXmtLQFrms Counter,
|
||
mpFrppDlciStatXmtXceedLQLenFrms Counter,
|
||
mpFrppDlciStatXmtXceedLQByteFrms Counter,
|
||
mpFrppDlciStatRcvNPBDe0Frms Counter,
|
||
mpFrppDlciStatRcvNPBDe1Frms Counter,
|
||
mpFrppDlciStatRcvNPBDiscardFrms Counter,
|
||
mpFrppDlciStatXmtNPBFrms Counter,
|
||
mpFrppDlciStatXmtNPBDiscardFrms Counter
|
||
}
|
||
|
||
mpFrppDlciStatIfIndex OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the frpp
|
||
number."
|
||
-- Frpp <20>ԍ<EFBFBD><D48D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppDlcStatEntry 1 }
|
||
|
||
mpFrppDlciStatRcvOctets OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of octets received for this Dlci."
|
||
-- <20><><EFBFBD>M<EFBFBD>o<EFBFBD>C<EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 2 }
|
||
|
||
mpFrppDlciStatRcvFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of frames received for this Dlci."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 3 }
|
||
|
||
mpFrppDlciStatRcvFrameMinSize OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the minimum
|
||
size of frames received for this Dlci."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>ŏ<EFBFBD><C58F>T<EFBFBD>C<EFBFBD>Y<EFBFBD><59><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 4 }
|
||
|
||
mpFrppDlciStatRcvFrameMaxSize OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the maximum
|
||
size of frames received for this Dlci."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>ő<EFBFBD><C591>T<EFBFBD>C<EFBFBD>Y<EFBFBD><59><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 5 }
|
||
|
||
mpFrppDlciStatRcvFECNFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames received with the FECN bit set."
|
||
-- <20><><EFBFBD>MFECN<43>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 6 }
|
||
|
||
mpFrppDlciStatRcvBECNFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames received with the BECN bit set."
|
||
-- <20><><EFBFBD>MBECN<43>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 7 }
|
||
|
||
mpFrppDlciStatRcvDEFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames received with the DE bit set."
|
||
-- <20><><EFBFBD>MDE<44>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 8 }
|
||
|
||
|
||
mpFrppDlciStatRcvTaggedDEFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of DE tagged frames received from this port."
|
||
-- <20><><EFBFBD>MDE<44>^<5E>M<EFBFBD><4D><EFBFBD>O<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 9 }
|
||
|
||
mpFrppDlciStatXmtOctets OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of octets sent for this DLci."
|
||
-- <20><><EFBFBD>M<EFBFBD>o<EFBFBD>C<EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 10 }
|
||
|
||
mpFrppDlciStatXmtFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of frames sent for this dlci."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 11 }
|
||
|
||
mpFrppDlciStatXmtFrameMinSize OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the minimum
|
||
size of frames sent for this dlci."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>ŏ<EFBFBD><C58F>T<EFBFBD>C<EFBFBD>Y<EFBFBD><59><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 12 }
|
||
|
||
mpFrppDlciStatXmtFrameMaxSize OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the maximum
|
||
size of frames sent for this dlci."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD>ő<EFBFBD><C591>T<EFBFBD>C<EFBFBD>Y<EFBFBD><59><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 13 }
|
||
|
||
mpFrppDlciStatXmtDEDiscardFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of discard DE frames sent for this dlci."
|
||
-- <20><><EFBFBD>MDE<44>p<EFBFBD><70><EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 14 }
|
||
|
||
mpFrppDlciStatXmtFECNFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the FECN bit set."
|
||
-- <20><><EFBFBD>MFECN<43>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 15 }
|
||
|
||
mpFrppDlciStatXmtBECNFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the BECN bit set."
|
||
-- <20><><EFBFBD>MBECN<43>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 16 }
|
||
|
||
mpFrppDlciStatXmtDEFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the DE bit set."
|
||
-- <20><><EFBFBD>MDE<44>ݒ<EFBFBD><DD92>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 17 }
|
||
|
||
mpFrppDlciStatXmtTaggedDEFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of DE tagged frames sent to this port."
|
||
-- <20><><EFBFBD>MDE<44>^<5E>M<EFBFBD><4D><EFBFBD>O<EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 18 }
|
||
|
||
mpFrppDlciStatRcvInArpReqFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MInArp<72><70><EFBFBD>N<EFBFBD>G<EFBFBD>X<EFBFBD>g<EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 19 }
|
||
|
||
mpFrppDlciStatXmtInArpReqFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MInArp<72><70><EFBFBD>N<EFBFBD>G<EFBFBD>X<EFBFBD>g<EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 20 }
|
||
|
||
mpFrppDlciStatRcvInArpRlyFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MInARP<52><50><EFBFBD>v<EFBFBD><76><EFBFBD>C<EFBFBD><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 21 }
|
||
|
||
mpFrppDlciStatXmtInArpRlyFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MInARP<52><50><EFBFBD>v<EFBFBD><76><EFBFBD>C<EFBFBD><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 22 }
|
||
|
||
mpFrppDlciStatFNUnrecognizHeaders OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- RFC1490<39>w<EFBFBD>b<EFBFBD>_<EFBFBD>ϊ<EFBFBD><CF8A><EFBFBD><EFBFBD>s<EFBFBD><73>(FR->NPB)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 23 }
|
||
|
||
mpFrppDlciStatNFUnrecognizHeaders OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- RFC1490<39>w<EFBFBD>b<EFBFBD>_<EFBFBD>ϊ<EFBFBD><CF8A><EFBFBD><EFBFBD>s<EFBFBD><73>(NPB->FR)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 24 }
|
||
|
||
mpFrppDlciStatFNArpTranslationErrs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD><EFBFBD><EFBFBD>`<60>w<EFBFBD>b<EFBFBD>_<EFBFBD>G<EFBFBD><47><EFBFBD>|(FR->NPB)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 25 }
|
||
|
||
mpFrppDlciStatNFArpTranslationErrs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD><EFBFBD><EFBFBD>`<60>w<EFBFBD>b<EFBFBD>_<EFBFBD>G<EFBFBD><47><EFBFBD>|(NPB->FR)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 26 }
|
||
|
||
mpFrppDlciStatXmtVQFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(Voice)<29>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD>(<28><><EFBFBD>푗<EFBFBD>M)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 27 }
|
||
|
||
mpFrppDlciStatXmtUQFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(Urgent)<29>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD>(<28><><EFBFBD>푗<EFBFBD>M)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 28 }
|
||
|
||
mpFrppDlciStatXmtXceedUQLenFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(Urgent)Que<75><65><EFBFBD><EFBFBD><EFBFBD>ߔp<DF94><70><EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 29 }
|
||
|
||
mpFrppDlciStatXmtXceedUQByteFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(Urgent)QueByte<74><65><EFBFBD><EFBFBD><EFBFBD>ߔp<DF94><70><EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 30 }
|
||
|
||
mpFrppDlciStatXmtHQFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(High)<29>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD>(<28><><EFBFBD>푗<EFBFBD>M)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 31 }
|
||
|
||
mpFrppDlciStatXmtXceedHQLenFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(High)Que<75><65><EFBFBD><EFBFBD><EFBFBD>ߔp<DF94><70><EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 32 }
|
||
|
||
mpFrppDlciStatXmtXceedHQByteFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(High)QueByte<74><65><EFBFBD><EFBFBD><EFBFBD>ߔp<DF94><70><EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 33 }
|
||
|
||
mpFrppDlciStatXmtNQFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(Normal)<29>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD>(<28><><EFBFBD>푗<EFBFBD>M)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 34 }
|
||
|
||
mpFrppDlciStatXmtXceedNQLenFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(Normal)Que<75><65><EFBFBD><EFBFBD><EFBFBD>ߔp<DF94><70><EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 35 }
|
||
|
||
mpFrppDlciStatXmtXceedNQByteFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(Normal)QueByte<74><65><EFBFBD><EFBFBD><EFBFBD>ߔp<DF94><70><EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 36 }
|
||
|
||
mpFrppDlciStatXmtLQFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(Low)<29>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD>(<28><><EFBFBD>푗<EFBFBD>M)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 37 }
|
||
|
||
mpFrppDlciStatXmtXceedLQLenFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(Low)Que<75><65><EFBFBD><EFBFBD><EFBFBD>ߔp<DF94><70><EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 38 }
|
||
|
||
mpFrppDlciStatXmtXceedLQByteFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames sent with the InArp."
|
||
-- <20><><EFBFBD>MPQ(Low)QueByte<74><65><EFBFBD><EFBFBD><EFBFBD>ߔp<DF94><70><EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 39 }
|
||
|
||
mpFrppDlciStatRcvNPBDe0Frms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames received from SAR with the CLP bit set
|
||
to 0."
|
||
-- <20><><EFBFBD>MDE=0<>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD>(NPB<50><42><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>M)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 40 }
|
||
|
||
mpFrppDlciStatRcvNPBDe1Frms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the number
|
||
of frames received from SAR with the CLP bit set
|
||
to 1."
|
||
-- <20><><EFBFBD>MDE=0<>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD>(NPB<50><42><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>M)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 41 }
|
||
|
||
mpFrppDlciStatRcvNPBDiscardFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of discard frames sent on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>p<EFBFBD><70><EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD>(NPB<50><42><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>M)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 42 }
|
||
|
||
mpFrppDlciStatXmtNPBFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of discard frames sent on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD>(NPB<50>֑<EFBFBD><D691>M)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 43 }
|
||
|
||
mpFrppDlciStatXmtNPBDiscardFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of discard frames sent on this port."
|
||
-- <20><><EFBFBD>M<EFBFBD>p<EFBFBD><70><EFBFBD>t<EFBFBD><74><EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlcStatEntry 44 }
|
||
|
||
-- <20>EFrpp DLCI Work Statistics Information MIB @002<30>lj<EFBFBD>
|
||
|
||
mpFrppDlciWkStatTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF MpFrppDlciWkStatEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table type object of the
|
||
Frpp DLCI Work statistics information."
|
||
::= { mpFrpp 9 }
|
||
|
||
mpFrppDlciWkStatEntry OBJECT-TYPE
|
||
SYNTAX MpFrppDlciWkStatEntry
|
||
ACCESS not-accessible
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the table entry of mpFrppDlciWkStatTable."
|
||
INDEX { mpFrppDlciWkStatIfIndex }
|
||
::= { mpFrppDlciWkStatTable 1 }
|
||
|
||
MpFrppDlciWkStatEntry ::=
|
||
SEQUENCE {
|
||
mpFrppDlciWkStatIfIndex INTEGER,
|
||
-- mpFrppDlciWkStatDlciIndex INTEGER, @006<30>폜
|
||
mpFrppDlciWkStatFNEncapNones Counter,
|
||
mpFrppDlciWkStatFNEncapBridgeds Counter,
|
||
mpFrppDlciWkStatFNEncapBridgedFCSs Counter,
|
||
mpFrppDlciWkStatFNEncapBPDUs Counter,
|
||
mpFrppDlciWkStatFNEncapRoutedIPs Counter,
|
||
mpFrppDlciWkStatFNEncapRoutedIPSNAPs Counter,
|
||
mpFrppDlciWkStatFNEncapVOIP0s Counter,
|
||
mpFrppDlciWkStatFNEncapVOIP1s Counter,
|
||
mpFrppDlciWkStatFNEncapVOIP2s Counter,
|
||
mpFrppDlciWkStatFNEncapVOIP3s Counter,
|
||
mpFrppDlciWkStatFNEncapVOIP4s Counter,
|
||
mpFrppDlciWkStatFNEncapVOIP5s Counter,
|
||
mpFrppDlciWkStatFNEncapVOIP6s Counter,
|
||
mpFrppDlciWkStatFNEncapVOIP7s Counter,
|
||
mpFrppDlciWkStatFNEncapVOIP8s Counter,
|
||
mpFrppDlciWkStatFNEncapVOIP9s Counter,
|
||
mpFrppDlciWkStatNFEncapNones Counter,
|
||
mpFrppDlciWkStatNFEncapBridgeds Counter,
|
||
mpFrppDlciWkStatNFEncapBridgedFCSs Counter,
|
||
mpFrppDlciWkStatNFEncapBPDUs Counter,
|
||
mpFrppDlciWkStatNFEncapRoutedIPs Counter,
|
||
mpFrppDlciWkStatNFEncapRoutedIPSNAPs Counter,
|
||
mpFrppDlciWkStatNFEncapVOIP0s Counter,
|
||
mpFrppDlciWkStatNFEncapVOIP1s Counter,
|
||
mpFrppDlciWkStatNFEncapVOIP2s Counter,
|
||
mpFrppDlciWkStatNFEncapVOIP3s Counter,
|
||
mpFrppDlciWkStatNFEncapVOIP4s Counter,
|
||
mpFrppDlciWkStatNFEncapVOIP5s Counter,
|
||
mpFrppDlciWkStatNFEncapVOIP6s Counter,
|
||
mpFrppDlciWkStatNFEncapVOIP7s Counter,
|
||
mpFrppDlciWkStatNFEncapVOIP8s Counter,
|
||
mpFrppDlciWkStatNFEncapVOIP9s Counter,
|
||
mpFrppDlciWkStatRcvFragFrms Counter,
|
||
mpFrppDlciWkStatRasmCompleteds Counter,
|
||
mpFrppDlciWkStatFragSequenceErrs Counter,
|
||
mpFrppDlciWkStatFragBitErrs Counter,
|
||
mpFrppDlciWkStatRasmFrmSizeErrs Counter,
|
||
mpFrppDlciWkStatInvalidFragFrms Counter,
|
||
mpFrppDlciWkStatFragBufhuntNgs Counter,
|
||
mpFrppDlciWkStatFragSndNgs Counter,
|
||
mpFrppDlciWkStatXmtFrames Counter,
|
||
mpFrppDlciWkStatXmtDiscardFrms Counter
|
||
}
|
||
|
||
mpFrppDlciWkStatIfIndex OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object identifies the frpp
|
||
number."
|
||
-- Frpp <20>ԍ<EFBFBD><D48D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B
|
||
::= { mpFrppDlciWkStatEntry 1 }
|
||
|
||
mpFrppDlciWkStatFNEncapNones OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of non capsule for this Dlci."
|
||
-- capsule<6C><65><EFBFBD>Ȃ<EFBFBD><C882>@<40>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 2 }
|
||
|
||
mpFrppDlciWkStatFNEncapBridgeds OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of MACoFR(802.3/ETHER) non FCS for this Dlci."
|
||
-- MACoFR(802.3/ETHER) FCS<43><53><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 3 }
|
||
|
||
mpFrppDlciWkStatFNEncapBridgedFCSs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of MACoFR(802.3/ETHER) for this Dlci."
|
||
-- MACoFR(802.3/ETHER) FCS<43>L<EFBFBD><4C><EFBFBD>@<40>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 4 }
|
||
|
||
mpFrppDlciWkStatFNEncapBPDUs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of MACoFR(802.3d/802.3g) for this dlci."
|
||
-- MACoFR(802.3d/802.3g) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 5 }
|
||
|
||
mpFrppDlciWkStatFNEncapRoutedIPs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of IPoFR(NLPID) for this dlci."
|
||
-- IPoFR(NLPID) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 6 }
|
||
|
||
mpFrppDlciWkStatFNEncapRoutedIPSNAPs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of IPoFR with SNAP for this dlci."
|
||
-- IPoFR with SNAP <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 7 }
|
||
|
||
mpFrppDlciWkStatFNEncapVOIP0s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (cmp udp) for this dlci."
|
||
-- 951<35><31><EFBFBD>e 0x03 20(cmp udp) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 8 }
|
||
|
||
mpFrppDlciWkStatFNEncapVOIP1s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (cmp rtp) for this dlci."
|
||
-- 951<35><31><EFBFBD>e 0x03 21(cmp rtp) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 9 }
|
||
|
||
mpFrppDlciWkStatFNEncapVOIP2s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (ful hdr)for this dlci."
|
||
-- 951<35><31><EFBFBD>e 0x03 22(ful hdr) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 10 }
|
||
|
||
mpFrppDlciWkStatFNEncapVOIP3s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (ful ctx) for this dlci."
|
||
-- 951<35><31><EFBFBD>e 0x03 23(ful ctx) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 11 }
|
||
|
||
mpFrppDlciWkStatFNEncapVOIP4s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (cmp rtp) for this dlci."
|
||
-- cso<73><6F><EFBFBD>e 0x20 07(cmp rtp) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 12 }
|
||
|
||
mpFrppDlciWkStatFNEncapVOIP5s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (ful hdr) for this dlci."
|
||
-- cso<73><6F><EFBFBD>e 0x20 09(ful hdr) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 13 }
|
||
|
||
mpFrppDlciWkStatFNEncapVOIP6s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP(ful ctx) for this dlci."
|
||
-- cso<73><6F><EFBFBD>e 0x20 0A(ful ctx) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 14 }
|
||
|
||
mpFrppDlciWkStatFNEncapVOIP7s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP for this dlci.(reserve)"
|
||
-- 951<35><31><EFBFBD>e 0x03 31(cmp tcp) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 15 }
|
||
|
||
mpFrppDlciWkStatFNEncapVOIP8s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP for this dlci.(reserve)"
|
||
-- 951<35><31><EFBFBD>e 0x03 32(cmp tcp nodelta) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 16 }
|
||
|
||
mpFrppDlciWkStatFNEncapVOIP9s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP for this dlci.(reserve)"
|
||
-- cso<73><6F><EFBFBD>e 0x20 08(full ctx) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 17 }
|
||
|
||
mpFrppDlciWkStatNFEncapNones OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of None capsulation for this dlci."
|
||
-- capsule<6C><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@<40>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 18 }
|
||
|
||
mpFrppDlciWkStatNFEncapBridgeds OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of MACoFR(802.3/ETHER) non FSC for this dlci."
|
||
-- MACoFR(802.3/ETHER) FCS<43><53><EFBFBD><EFBFBD> <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 19 }
|
||
|
||
mpFrppDlciWkStatNFEncapBridgedFCSs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of MACoFR(802.3/ETHER) for this dlci."
|
||
-- MACoFR(802.3/ETHER) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 20 }
|
||
|
||
mpFrppDlciWkStatNFEncapBPDUs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of MACoFR(802.3d/802.3g) for this dlci."
|
||
-- MACoFR(802.3d/802.3g) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 21 }
|
||
|
||
mpFrppDlciWkStatNFEncapRoutedIPs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of IPoFR(NLPID) for this dlci."
|
||
-- IPoFR(NLPID) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 22 }
|
||
|
||
mpFrppDlciWkStatNFEncapRoutedIPSNAPs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of IPoFR with SNAP for this dlci."
|
||
-- IPoFR with SNAP <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 23 }
|
||
|
||
mpFrppDlciWkStatNFEncapVOIP0s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (cmp udp) for this dlci."
|
||
-- 951<35><31><EFBFBD>e 0x03 20(cmp udp) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 24 }
|
||
|
||
mpFrppDlciWkStatNFEncapVOIP1s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (cmp rtp) for this dlci."
|
||
-- 951<35><31><EFBFBD>e 0x03 21(cmp rtp) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 25 }
|
||
|
||
mpFrppDlciWkStatNFEncapVOIP2s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (ful hdr) for this dlci."
|
||
-- 951<35><31><EFBFBD>e 0x03 22(ful hdr) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 26 }
|
||
|
||
mpFrppDlciWkStatNFEncapVOIP3s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (ful ctx) for this dlci."
|
||
-- 951<35><31><EFBFBD>e 0x03 23(ful ctx) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 27 }
|
||
|
||
mpFrppDlciWkStatNFEncapVOIP4s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (cmp rtp) for this dlci."
|
||
-- cso<73><6F><EFBFBD>e 0x20 07(cmp rtp) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 28 }
|
||
|
||
mpFrppDlciWkStatNFEncapVOIP5s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (ful hdr) for this dlci."
|
||
-- cso<73><6F><EFBFBD>e 0x20 09(ful hdr) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 29 }
|
||
|
||
mpFrppDlciWkStatNFEncapVOIP6s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP (ful ctx) for this dlci."
|
||
-- cso<73><6F><EFBFBD>e 0x20 0A(ful ctx) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 30 }
|
||
|
||
mpFrppDlciWkStatNFEncapVOIP7s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP for this dlci."
|
||
-- 951<35><31><EFBFBD>e 0x03 31(cmp tcp) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 31 }
|
||
|
||
mpFrppDlciWkStatNFEncapVOIP8s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP for this dlci."
|
||
-- 951<35><31><EFBFBD>e 0x03 32(cmp tcp nodelta) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 32 }
|
||
|
||
mpFrppDlciWkStatNFEncapVOIP9s OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of VoIP for this dlci."
|
||
-- cso<73><6F><EFBFBD>e 0x20 08(full ctx) <20>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 33 }
|
||
|
||
mpFrppDlciWkStatRcvFragFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of FRF.12 Fragment for this dlci."
|
||
-- <20><><EFBFBD>MFragment<6E>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 34 }
|
||
|
||
mpFrppDlciWkStatRasmCompleteds OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of FRF.12 RasmCompleted for this dlci."
|
||
-- <20><><EFBFBD>A<EFBFBD>Z<EFBFBD><5A><EFBFBD>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 35 }
|
||
|
||
mpFrppDlciWkStatFragSequenceErrs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of FRF.12 FragSequenceErr for this dlci."
|
||
-- SEQ No.<2E>ُ<EFBFBD> <20>ɂ<EFBFBD><C982>胊<EFBFBD>A<EFBFBD>Z<EFBFBD><5A><EFBFBD>u<EFBFBD><75><EFBFBD>Ɏ<EFBFBD><C98E>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 36 }
|
||
|
||
mpFrppDlciWkStatFragBitErrs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of FRF.12 BitErr for this dlci."
|
||
-- <20><><EFBFBD>A<EFBFBD>Z<EFBFBD><5A><EFBFBD>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD>ɊJ<C98A>nFragment bit(Begin bit)<29><><EFBFBD><EFBFBD><EFBFBD>M<EFBFBD><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 37 }
|
||
|
||
mpFrppDlciWkStatRasmFrmSizeErrs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of FRF.12 SizeErr for this dlci."
|
||
-- <20><><EFBFBD>A<EFBFBD>Z<EFBFBD><5A><EFBFBD>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MTU<54>T<EFBFBD>C<EFBFBD>YOver
|
||
::= { mpFrppDlciWkStatEntry 38 }
|
||
|
||
mpFrppDlciWkStatInvalidFragFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of FRF.12 InvalidFragFrms for this dlci."
|
||
-- <20><><EFBFBD><EFBFBD>Fragment<6E>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 39 }
|
||
|
||
mpFrppDlciWkStatFragBufhuntNgs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of FRF.12 Buffer Hunt NG for this dlci."
|
||
-- Fragment<6E>o<EFBFBD>b<EFBFBD>t<EFBFBD>@<40>n<EFBFBD><6E><EFBFBD>g<EFBFBD><67><EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 40 }
|
||
|
||
mpFrppDlciWkStatFragSndNgs OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of FRF.12 send flg err for this dlci."
|
||
-- Fragment<6E>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>M<EFBFBD><4D><EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 41 }
|
||
|
||
mpFrppDlciWkStatXmtFrames OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of FRF.12 rev flg ng for this dlci."
|
||
-- <20><><EFBFBD>MFragment<6E>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 42 }
|
||
|
||
mpFrppDlciWkStatXmtDiscardFrms OBJECT-TYPE
|
||
SYNTAX Counter
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The value of this object indicates the total
|
||
number of FRF.12 DiscardFrms for this dlci."
|
||
-- <20><><EFBFBD>M<EFBFBD>p<EFBFBD><70>Fragment<6E>t<EFBFBD><74><EFBFBD>[<5B><><EFBFBD><EFBFBD>
|
||
::= { mpFrppDlciWkStatEntry 43 }
|
||
|
||
END
|
||
|
||
|