MPLS-TEST-MIB DEFINITIONS ::= BEGIN
IMPORTS
experimental FROM RFC1155-SMI
MODULE-IDENTITY, OBJECT-TYPE, INTEGER FROM SNMPv2-SMI;
mplsTest MODULE-IDENTITY
LAST-UPDATED "200411290000Z"
ORGANIZATION "IIT BOMBAY"
CONTACT-INFO
"Communication Lab"
DESCRIPTION
"MPLS test MIB"
REVISION "200411290000Z"
DESCRIPTION
"MPLS test MIB"
::= { experimental 572}
mpls OBJECT IDENTIFIER ::= {experimental 140 }
mplsOutPackets OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Returns the number of MPLS packets going out through an interface"
::= { mpls 1}
mplsOutBytes OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Returns the number of MPLS bytes exiting through an interface"
::= { mpls 2 }
mplsInPackets OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Returns the number of MPLS packets entering through an interface"
::={mpls 3}
mplsInBytes OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Returns the number of MPLS bytes entering through an interface"
::= { mpls 4 }
END