# python version 1.0						DO NOT EDIT
#
# This python file has been generated by smidump version 0.5.0:
#
#   smidump -f python RSVP-MIB

FILENAME = "./libsmi-0.5.0/mibs/ietf/RSVP-MIB"

MIB = {
    "moduleName" : "RSVP-MIB",

    "RSVP-MIB" : {
        "nodetype" : "module",
        "language" : "SMIv2",
        "organization" :    
            """IETF RSVP Working Group""",
        "contact" : 
            """       Fred Baker
Postal: Cisco Systems
        519 Lado Drive
        Santa Barbara, California 93111
Tel:    +1 805 681 0115
E-Mail: fred@cisco.com
        John Krawczyk
Postal: ArrowPoint Communications
        235 Littleton Road
        Westford, Massachusetts 01886
Tel:    +1 508 692 5875
E-Mail: jjk@tiac.net

        Arun Sastry
Postal: Cisco Systems
        210 W. Tasman Drive
        San Jose, California 95134
Tel:    +1 408 526 7685
E-Mail: arun@cisco.com""",
        "description" :
            """The MIB module to describe the RSVP Protocol""",
        "revisions" : (
            {
                "date" : "1995-11-03 05:00",
                "description" :
                    """[Revision added by libsmi due to a LAST-UPDATED clause.]""",
            },
        ),
        "identity node" : "rsvp",
    },

    "imports" : (
        {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
        {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
        {"module" : "SNMPv2-SMI", "name" : "Gauge32"},
        {"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"},
        {"module" : "SNMPv2-SMI", "name" : "Integer32"},
        {"module" : "SNMPv2-SMI", "name" : "mib-2"},
        {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
        {"module" : "SNMPv2-TC", "name" : "TruthValue"},
        {"module" : "SNMPv2-TC", "name" : "RowStatus"},
        {"module" : "SNMPv2-TC", "name" : "TimeStamp"},
        {"module" : "SNMPv2-TC", "name" : "TestAndIncr"},
        {"module" : "SNMPv2-TC", "name" : "TimeInterval"},
        {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
        {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
        {"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"},
        {"module" : "INTEGRATED-SERVICES-MIB", "name" : "Port"},
        {"module" : "INTEGRATED-SERVICES-MIB", "name" : "SessionNumber"},
        {"module" : "INTEGRATED-SERVICES-MIB", "name" : "SessionType"},
        {"module" : "INTEGRATED-SERVICES-MIB", "name" : "Protocol"},
        {"module" : "INTEGRATED-SERVICES-MIB", "name" : "QosService"},
        {"module" : "INTEGRATED-SERVICES-MIB", "name" : "intSrvFlowStatus"},
        {"module" : "INTEGRATED-SERVICES-MIB", "name" : "MessageSize"},
        {"module" : "INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
        {"module" : "INTEGRATED-SERVICES-MIB", "name" : "BurstSize"},
        {"module" : "IF-MIB", "name" : "ifIndex"},
        {"module" : "IF-MIB", "name" : "InterfaceIndex"},
    ),

    "typedefs" : {
        "RsvpEncapsulation" : {
            "basetype" : "Enumeration",
            "status" : "current",
            "ip" : {
                "nodetype" : "namednumber",
                "number" : "1"
            },
            "udp" : {
                "nodetype" : "namednumber",
                "number" : "2"
            },
            "both" : {
                "nodetype" : "namednumber",
                "number" : "3"
            },
            "description" :
                """This indicates the encapsulation that an  RSVP
Neighbor is perceived to be using.""",
        },
        "RefreshInterval" : {
            "basetype" : "Integer32",
            "status" : "current",
            "ranges" : [
            {
                "min" : "0",
                "max" : "2147483647"
            },
            ],
            "range" : {
                "min" : "0",
                "max" : "2147483647"
            },
            "format" : "d",
            "description" :
                """The number of milliseconds that  are  expected
to elapse between refreshes of path or reserva-
tion state.  Unrefreshed  Path  or  reservation
state is removed after a small multiple of this
period.""",
        },
    }, # typedefs

    "nodes" : {
        "rsvp" : {
            "nodetype" : "node",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51",
            "status" : "current",
        }, # node
        "rsvpObjects" : {
            "nodetype" : "node",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1",
        }, # node
        "rsvpSessionTable" : {
            "nodetype" : "table",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.1",
            "status" : "current",
            "description" :
                """A table of all sessions seen by a  given  sys-
tem.""",
        }, # table
        "rsvpSessionEntry" : {
            "nodetype" : "row",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.1.1",
            "status" : "current",
            "linkage" : [
                "rsvpSessionNumber",
            ],
            "description" :
                """A single session seen by a given system.""",
        }, # row
        "rsvpSessionNumber" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.1.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "SessionNumber"},
            },
            "access" : "noaccess",
            "description" :
                """The number of this session.  This is for  SNMP
Indexing  purposes  only and has no relation to
any protocol value.""",
        }, # column
        "rsvpSessionType" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.1.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "SessionType"},
            },
            "access" : "readonly",
            "description" :
                """The type of session (IP4, IP6, IP6  with  flow
information, etc).""",
        }, # column
        "rsvpSessionDestAddr" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.1.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "16"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "16"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The destination address used by all senders in
this  session.   This object may not be changed
when the value of the RowStatus object is  'ac-
tive'.""",
        }, # column
        "rsvpSessionDestAddrLength" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.1.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "128"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "128"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The CIDR prefix length of the session address,
which  is  32  for  IP4  host and multicast ad-
dresses, and 128 for IP6 addresses.   This  ob-
ject  may  not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpSessionProtocol" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.1.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "Protocol"},
            },
            "access" : "readonly",
            "description" :
                """The IP Protocol used by  this  session.   This
object may not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpSessionPort" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.1.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "Port"},
            },
            "access" : "readonly",
            "description" :
                """The UDP or TCP port number used as a  destina-
tion  port for all senders in this session.  If
the IP protocol in use, specified  by  rsvpSen-
derProtocol,  is  50  (ESP)  or  51  (AH), this
represents a virtual destination  port  number.
A  value of zero indicates that the IP protocol
in use does not have ports.   This  object  may
not  be changed when the value of the RowStatus
object is 'active'.""",
        }, # column
        "rsvpSessionSenders" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.1.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of distinct senders currently known
to be part of this session.""",
        }, # column
        "rsvpSessionReceivers" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.1.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of reservations being requested  of
this system for this session.""",
        }, # column
        "rsvpSessionRequests" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.1.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of reservation requests this system
is sending upstream for this session.""",
        }, # column
        "rsvpSenderTable" : {
            "nodetype" : "table",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2",
            "status" : "current",
            "description" :
                """Information describing the  state  information
displayed by senders in PATH messages.""",
        }, # table
        "rsvpSenderEntry" : {
            "nodetype" : "row",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "rsvpSessionNumber",
                "rsvpSenderNumber",
            ],
            "description" :
                """Information describing the  state  information
displayed by a single sender's PATH message.""",
        }, # row
        "rsvpSenderNumber" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "SessionNumber"},
            },
            "access" : "noaccess",
            "description" :
                """The number of this sender.  This is  for  SNMP
Indexing  purposes  only and has no relation to
any protocol value.""",
        }, # column
        "rsvpSenderType" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "SessionType"},
            },
            "access" : "readwrite",
            "description" :
                """The type of session (IP4, IP6, IP6  with  flow
information, etc).""",
        }, # column
        "rsvpSenderDestAddr" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "16"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "16"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The destination address used by all senders in
this  session.   This object may not be changed
when the value of the RowStatus object is  'ac-
tive'.""",
        }, # column
        "rsvpSenderAddr" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "16"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "16"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The source address used by this sender in this
session.   This  object may not be changed when
the value of the RowStatus object is 'active'.""",
        }, # column
        "rsvpSenderDestAddrLength" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.5",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "128"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "128"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The length of the destination address in bits.
This  is  the CIDR Prefix Length, which for IP4
hosts and multicast addresses is 32 bits.  This
object may not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpSenderAddrLength" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "128"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "128"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The length of the sender's  address  in  bits.
This  is  the CIDR Prefix Length, which for IP4
hosts and multicast addresses is 32 bits.  This
object may not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpSenderProtocol" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "Protocol"},
            },
            "access" : "readwrite",
            "description" :
                """The IP Protocol used by  this  session.   This
object may not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpSenderDestPort" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "Port"},
            },
            "access" : "readwrite",
            "description" :
                """The UDP or TCP port number used as a  destina-
tion  port for all senders in this session.  If
the IP protocol in use, specified  by  rsvpSen-
derProtocol,  is  50  (ESP)  or  51  (AH), this
represents a virtual destination  port  number.
A  value of zero indicates that the IP protocol
in use does not have ports.   This  object  may
not  be changed when the value of the RowStatus
object is 'active'.""",
        }, # column
        "rsvpSenderPort" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "Port"},
            },
            "access" : "readwrite",
            "description" :
                """The UDP or TCP port number used  as  a  source
port  for  this sender in this session.  If the
IP protocol in use, specified by rsvpSenderPro-
tocol is 50 (ESP) or 51 (AH), this represents a
generalized port identifier (GPI).  A value  of
zero indicates that the IP protocol in use does
not have ports.  This object may not be changed
when  the value of the RowStatus object is 'ac-
tive'.""",
        }, # column
        "rsvpSenderFlowId" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.10",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "16777215"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "16777215"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The flow ID that  this  sender  is  using,  if
this  is  an IPv6 session.""",
        }, # column
        "rsvpSenderHopAddr" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.11",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "16"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "16"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The address used  by  the  previous  RSVP  hop
(which may be the original sender).""",
        }, # column
        "rsvpSenderHopLih" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.12",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readwrite",
            "description" :
                """The Logical Interface Handle used by the  pre-
vious  RSVP  hop  (which  may  be  the original
sender).""",
        }, # column
        "rsvpSenderInterface" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.13",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
            },
            "access" : "readwrite",
            "description" :
                """The ifIndex value of the  interface  on  which
this PATH message was most recently received.""",
        }, # column
        "rsvpSenderTSpecRate" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.14",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
            },
            "access" : "readwrite",
            "units" : "bits per second",
            "description" :
                """The Average Bit  Rate  of  the  sender's  data
stream.   Within  a transmission burst, the ar-
rival rate may be as fast  as  rsvpSenderTSpec-
PeakRate  (if  supported by the service model);
however, averaged across two or more burst  in-
tervals,  the  rate  should not exceed rsvpSen-
derTSpecRate.

Note that this is a prediction, often based  on
the  general  capability  of a type of codec or
particular encoding; the measured average  rate
may be significantly lower.""",
        }, # column
        "rsvpSenderTSpecPeakRate" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.15",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
            },
            "access" : "readwrite",
            "units" : "bits per second",
            "description" :
                """The Peak Bit Rate of the sender's data stream.
Traffic  arrival is not expected to exceed this
rate at any time, apart  from  the  effects  of
jitter in the network.  If not specified in the
TSpec, this returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderTSpecBurst" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.16",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BurstSize"},
            },
            "access" : "readwrite",
            "units" : "bytes",
            "description" :
                """The size of the largest  burst  expected  from
the sender at a time.""",
        }, # column
        "rsvpSenderTSpecMinTU" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.17",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "MessageSize"},
            },
            "access" : "readwrite",
            "description" :
                """The minimum message size for  this  flow.  The
policing  algorithm will treat smaller messages
as though they are this size.""",
        }, # column
        "rsvpSenderTSpecMaxTU" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.18",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "MessageSize"},
            },
            "access" : "readwrite",
            "description" :
                """The maximum message size for  this  flow.  The
admission  algorithm  will  reject TSpecs whose
Maximum Transmission Unit, plus  the  interface
headers, exceed the interface MTU.""",
        }, # column
        "rsvpSenderInterval" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.19",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"RSVP-MIB", "name" : "RefreshInterval"},
            },
            "access" : "readwrite",
            "description" :
                """The interval between refresh messages  as  ad-
vertised by the Previous Hop.""",
        }, # column
        "rsvpSenderRSVPHop" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.20",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """If TRUE, the node believes that  the  previous
IP  hop is an RSVP hop.  If FALSE, the node be-
lieves that the previous IP hop may not  be  an
RSVP hop.""",
        }, # column
        "rsvpSenderLastChange" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.21",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """The time of the last change in this PATH  mes-
sage;  This is either the first time it was re-
ceived or the time of the most recent change in
parameters.""",
        }, # column
        "rsvpSenderPolicy" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.22",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "65536"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "65536"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The contents of the policy  object,  displayed
as an uninterpreted string of octets, including
the object header.  In the absence of  such  an
object, this should be of zero length.""",
        }, # column
        "rsvpSenderAdspecBreak" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.23",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """The global break bit general  characterization
parameter  from  the ADSPEC.  If TRUE, at least
one non-IS hop was detected in  the  path.   If
FALSE, no non-IS hops were detected.""",
        }, # column
        "rsvpSenderAdspecHopCount" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.24",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The hop count general characterization parame-
ter  from  the  ADSPEC.   A  return  of zero or
noSuchValue indicates one of the following con-
ditions:

   the invalid bit was set
   the parameter was not present""",
        }, # column
        "rsvpSenderAdspecPathBw" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.25",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
            },
            "access" : "readwrite",
            "units" : "bits per second",
            "description" :
                """The path bandwidth estimate general character-
ization parameter from the ADSPEC.  A return of
zero or noSuchValue indicates one of  the  fol-
lowing conditions:

   the invalid bit was set
   the parameter was not present""",
        }, # column
        "rsvpSenderAdspecMinLatency" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.26",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readwrite",
            "units" : "microseconds",
            "description" :
                """The minimum path latency general characteriza-
tion  parameter  from  the ADSPEC.  A return of
zero or noSuchValue indicates one of  the  fol-
lowing conditions:

   the invalid bit was set
   the parameter was not present""",
        }, # column
        "rsvpSenderAdspecMtu" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.27",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "units" : "bytes",
            "description" :
                """The composed Maximum Transmission Unit general
characterization  parameter from the ADSPEC.  A
return of zero or noSuchValue indicates one  of
the following conditions:

   the invalid bit was set
   the parameter was not present""",
        }, # column
        "rsvpSenderAdspecGuaranteedSvc" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.28",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """If TRUE, the ADSPEC contains a Guaranteed Ser-
vice  fragment.   If FALSE, the ADSPEC does not
contain a Guaranteed Service fragment.""",
        }, # column
        "rsvpSenderAdspecGuaranteedBreak" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.29",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """If TRUE, the Guaranteed Service  fragment  has
its  'break'  bit  set,  indicating that one or
more nodes along the path do  not  support  the
guaranteed  service.   If  FALSE,  and rsvpSen-
derAdspecGuaranteedSvc is TRUE, the 'break' bit
is not set.

If rsvpSenderAdspecGuaranteedSvc is FALSE, this
returns FALSE or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecGuaranteedCtot" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.30",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readwrite",
            "units" : "bytes",
            "description" :
                """If rsvpSenderAdspecGuaranteedSvc is TRUE, this
is   the  end-to-end  composed  value  for  the
guaranteed service 'C' parameter.  A return  of
zero  or  noSuchValue indicates one of the fol-
lowing conditions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecGuaranteedSvc is FALSE, this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecGuaranteedDtot" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.31",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readwrite",
            "units" : "microseconds",
            "description" :
                """If rsvpSenderAdspecGuaranteedSvc is TRUE, this
is   the  end-to-end  composed  value  for  the
guaranteed service 'D' parameter.  A return  of
zero  or  noSuchValue indicates one of the fol-
lowing conditions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecGuaranteedSvc is FALSE, this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecGuaranteedCsum" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.32",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readwrite",
            "units" : "bytes",
            "description" :
                """If rsvpSenderAdspecGuaranteedSvc is TRUE, this
is  the  composed value for the guaranteed ser-
vice 'C' parameter  since  the  last  reshaping
point.   A  return of zero or noSuchValue indi-
cates one of the following conditions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecGuaranteedSvc is FALSE, this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecGuaranteedDsum" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.33",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readwrite",
            "units" : "microseconds",
            "description" :
                """If rsvpSenderAdspecGuaranteedSvc is TRUE, this
is  the  composed value for the guaranteed ser-
vice 'D' parameter  since  the  last  reshaping
point.   A  return of zero or noSuchValue indi-
cates one of the following conditions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecGuaranteedSvc is FALSE, this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecGuaranteedHopCount" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.34",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """If rsvpSenderAdspecGuaranteedSvc is TRUE, this
is  the  service-specific  override  of the hop
count general characterization  parameter  from
the  ADSPEC.   A  return of zero or noSuchValue
indicates one of the following conditions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecGuaranteedSvc is FALSE, this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecGuaranteedPathBw" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.35",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
            },
            "access" : "readwrite",
            "units" : "bits per second",
            "description" :
                """If rsvpSenderAdspecGuaranteedSvc is TRUE, this
is  the  service-specific  override of the path
bandwidth  estimate  general   characterization
parameter from the ADSPEC.  A return of zero or
noSuchValue indicates one of the following con-
ditions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecGuaranteedSvc is FALSE, this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecGuaranteedMinLatency" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.36",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readwrite",
            "units" : "microseconds",
            "description" :
                """If rsvpSenderAdspecGuaranteedSvc is TRUE, this
is the service-specific override of the minimum
path latency general characterization parameter
from  the  ADSPEC.  A return of zero or noSuch-
Value indicates one  of  the  following  condi-
tions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecGuaranteedSvc is FALSE, this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecGuaranteedMtu" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.37",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "units" : "bytes",
            "description" :
                """If rsvpSenderAdspecGuaranteedSvc is TRUE, this
is  the  service-specific  override of the com-
posed Maximum Transmission Unit general charac-
terization parameter from the ADSPEC.  A return
of zero or noSuchValue  indicates  one  of  the
following conditions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecGuaranteedSvc is FALSE, this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecCtrlLoadSvc" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.38",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """If TRUE, the ADSPEC contains a Controlled Load
Service  fragment.   If  FALSE, the ADSPEC does
not contain a  Controlled  Load  Service  frag-
ment.""",
        }, # column
        "rsvpSenderAdspecCtrlLoadBreak" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.39",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """If TRUE, the Controlled Load Service  fragment
has its 'break' bit set, indicating that one or
more nodes along the path do  not  support  the
controlled   load   service.    If  FALSE,  and
rsvpSenderAdspecCtrlLoadSvc   is   TRUE,    the
'break' bit is not set.

If rsvpSenderAdspecCtrlLoadSvc is  FALSE,  this
returns FALSE or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecCtrlLoadHopCount" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.40",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """If rsvpSenderAdspecCtrlLoadSvc is  TRUE,  this
is  the  service-specific  override  of the hop
count general characterization  parameter  from
the  ADSPEC.   A  return of zero or noSuchValue
indicates one of the following conditions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecCtrlLoadSvc is  FALSE,  this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecCtrlLoadPathBw" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.41",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
            },
            "access" : "readwrite",
            "units" : "bits per second",
            "description" :
                """If rsvpSenderAdspecCtrlLoadSvc is  TRUE,  this
is  the  service-specific  override of the path
bandwidth  estimate  general   characterization
parameter from the ADSPEC.  A return of zero or
noSuchValue indicates one of the following con-
ditions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecCtrlLoadSvc is  FALSE,  this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecCtrlLoadMinLatency" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.42",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readwrite",
            "units" : "microseconds",
            "description" :
                """If rsvpSenderAdspecCtrlLoadSvc is  TRUE,  this
is the service-specific override of the minimum
path latency general characterization parameter
from  the  ADSPEC.  A return of zero or noSuch-
Value indicates one  of  the  following  condi-
tions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecCtrlLoadSvc is  FALSE,  this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderAdspecCtrlLoadMtu" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.43",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "units" : "bytes",
            "description" :
                """If rsvpSenderAdspecCtrlLoadSvc is  TRUE,  this
is  the  service-specific  override of the com-
posed Maximum Transmission Unit general charac-
terization parameter from the ADSPEC.  A return
of zero or noSuchValue  indicates  one  of  the
following conditions:

   the invalid bit was set
   the parameter was not present

If rsvpSenderAdspecCtrlLoadSvc is  FALSE,  this
returns zero or noSuchValue.""",
        }, # column
        "rsvpSenderStatus" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.44",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """'active' for all active PATH  messages.   This
object  may  be used to install static PATH in-
formation or delete PATH information.""",
        }, # column
        "rsvpSenderTTL" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.2.1.45",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "255"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "255"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The TTL value in the RSVP header that was last
received.""",
        }, # column
        "rsvpSenderOutInterfaceTable" : {
            "nodetype" : "table",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.3",
            "status" : "current",
            "description" :
                """List of outgoing interfaces that PATH messages
use.  The  ifIndex  is the ifIndex value of the
egress interface.""",
        }, # table
        "rsvpSenderOutInterfaceEntry" : {
            "nodetype" : "row",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.3.1",
            "status" : "current",
            "linkage" : [
                "rsvpSessionNumber",
                "rsvpSenderNumber",
                "ifIndex",
            ],
            "description" :
                """List of outgoing interfaces that a  particular
PATH message has.""",
        }, # row
        "rsvpSenderOutInterfaceStatus" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.3.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readonly",
            "description" :
                """'active' for all active PATH messages.""",
        }, # column
        "rsvpResvTable" : {
            "nodetype" : "table",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4",
            "status" : "current",
            "description" :
                """Information describing the  state  information
displayed by receivers in RESV messages.""",
        }, # table
        "rsvpResvEntry" : {
            "nodetype" : "row",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "rsvpSessionNumber",
                "rsvpResvNumber",
            ],
            "description" :
                """Information describing the  state  information
displayed  by  a single receiver's RESV message
concerning a single sender.""",
        }, # row
        "rsvpResvNumber" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "SessionNumber"},
            },
            "access" : "noaccess",
            "description" :
                """The number of this reservation request.   This
is  for  SNMP Indexing purposes only and has no
relation to any protocol value.""",
        }, # column
        "rsvpResvType" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "SessionType"},
            },
            "access" : "readwrite",
            "description" :
                """The type of session (IP4, IP6, IP6  with  flow
information, etc).""",
        }, # column
        "rsvpResvDestAddr" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "16"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "16"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The destination address used by all senders in
this  session.   This object may not be changed
when the value of the RowStatus object is  'ac-
tive'.""",
        }, # column
        "rsvpResvSenderAddr" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "16"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "16"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The source address of the sender  selected  by
this  reservation.  The value of all zeroes in-
dicates 'all senders'.  This object may not  be
changed  when the value of the RowStatus object
is 'active'.""",
        }, # column
        "rsvpResvDestAddrLength" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.5",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "128"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "128"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The length of the destination address in bits.
This  is  the CIDR Prefix Length, which for IP4
hosts and multicast addresses is 32 bits.  This
object may not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpResvSenderAddrLength" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "128"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "128"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The length of the sender's  address  in  bits.
This  is  the CIDR Prefix Length, which for IP4
hosts and multicast addresses is 32 bits.  This
object may not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpResvProtocol" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "Protocol"},
            },
            "access" : "readwrite",
            "description" :
                """The IP Protocol used by  this  session.   This
object may not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpResvDestPort" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "Port"},
            },
            "access" : "readwrite",
            "description" :
                """The UDP or TCP port number used as a  destina-
tion  port for all senders in this session.  If
the  IP   protocol   in   use,   specified   by
rsvpResvProtocol,  is 50 (ESP) or 51 (AH), this
represents a virtual destination  port  number.
A  value of zero indicates that the IP protocol
in use does not have ports.   This  object  may
not  be changed when the value of the RowStatus
object is 'active'.""",
        }, # column
        "rsvpResvPort" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "Port"},
            },
            "access" : "readwrite",
            "description" :
                """The UDP or TCP port number used  as  a  source
port  for  this sender in this session.  If the
IP protocol in use, specified by rsvpResvProto-
col  is  50 (ESP) or 51 (AH), this represents a
generalized port identifier (GPI).  A value  of
zero indicates that the IP protocol in use does
not have ports.  This object may not be changed
when  the value of the RowStatus object is 'ac-
tive'.""",
        }, # column
        "rsvpResvHopAddr" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.10",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "16"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "16"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The address used by the next RSVP  hop  (which
may be the ultimate receiver).""",
        }, # column
        "rsvpResvHopLih" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.11",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readwrite",
            "description" :
                """The Logical Interface Handle received from the
previous  RSVP  hop  (which may be the ultimate
receiver).""",
        }, # column
        "rsvpResvInterface" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.12",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
            },
            "access" : "readwrite",
            "description" :
                """The ifIndex value of the  interface  on  which
this RESV message was most recently received.""",
        }, # column
        "rsvpResvService" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.13",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "QosService"},
            },
            "access" : "readwrite",
            "description" :
                """The QoS Service  classification  requested  by
the receiver.""",
        }, # column
        "rsvpResvTSpecRate" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.14",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
            },
            "access" : "readwrite",
            "units" : "bits per second",
            "description" :
                """The Average Bit  Rate  of  the  sender's  data
stream.   Within  a transmission burst, the ar-
rival rate may be  as  fast  as  rsvpResvTSpec-
PeakRate  (if  supported by the service model);
however, averaged across two or more burst  in-
tervals,    the    rate   should   not   exceed
rsvpResvTSpecRate.

Note that this is a prediction, often based  on
the  general  capability  of a type of codec or
particular encoding; the measured average  rate
may be significantly lower.""",
        }, # column
        "rsvpResvTSpecPeakRate" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.15",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
            },
            "access" : "readwrite",
            "units" : "bits per second",
            "description" :
                """The Peak Bit Rate of the sender's data stream.
Traffic  arrival is not expected to exceed this
rate at any time, apart  from  the  effects  of
jitter in the network.  If not specified in the
TSpec, this returns zero or noSuchValue.""",
        }, # column
        "rsvpResvTSpecBurst" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.16",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BurstSize"},
            },
            "access" : "readwrite",
            "units" : "bytes",
            "description" :
                """The size of the largest  burst  expected  from
the sender at a time.

If this is less than  the  sender's  advertised
burst  size, the receiver is asking the network
to provide flow pacing  beyond  what  would  be
provided  under normal circumstances. Such pac-
ing is at the network's option.""",
        }, # column
        "rsvpResvTSpecMinTU" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.17",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "MessageSize"},
            },
            "access" : "readwrite",
            "description" :
                """The minimum message size for  this  flow.  The
policing  algorithm will treat smaller messages
as though they are this size.""",
        }, # column
        "rsvpResvTSpecMaxTU" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.18",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "MessageSize"},
            },
            "access" : "readwrite",
            "description" :
                """The maximum message size for  this  flow.  The
admission  algorithm  will  reject TSpecs whose
Maximum Transmission Unit, plus  the  interface
headers, exceed the interface MTU.""",
        }, # column
        "rsvpResvRSpecRate" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.19",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
            },
            "access" : "readwrite",
            "units" : "bits per second",
            "description" :
                """If the requested  service  is  Guaranteed,  as
specified   by  rsvpResvService,  this  is  the
clearing rate that is being requested.   Other-
wise,  it  is  zero,  or  the  agent may return
noSuchValue.""",
        }, # column
        "rsvpResvRSpecSlack" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.20",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readwrite",
            "units" : "microseconds",
            "description" :
                """If the requested  service  is  Guaranteed,  as
specified by rsvpResvService, this is the delay
slack.  Otherwise, it is zero, or the agent may
return noSuchValue.""",
        }, # column
        "rsvpResvInterval" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.21",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"RSVP-MIB", "name" : "RefreshInterval"},
            },
            "access" : "readwrite",
            "description" :
                """The interval between refresh messages  as  ad-
vertised by the Next Hop.""",
        }, # column
        "rsvpResvScope" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.22",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65536"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65536"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The contents of the scope object, displayed as
an  uninterpreted  string  of octets, including
the object header.  In the absence of  such  an
object, this should be of zero length.

If the length  is  non-zero,  this  contains  a
series of IP4 or IP6 addresses.""",
        }, # column
        "rsvpResvShared" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.23",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """If TRUE, a reservation shared among senders is
requested.  If FALSE, a reservation specific to
this sender is requested.""",
        }, # column
        "rsvpResvExplicit" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.24",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """If TRUE, individual senders are  listed  using
Filter  Specifications.   If FALSE, all senders
are implicitly selected.  The Scope Object will
contain  a list of senders that need to receive
this reservation request  for  the  purpose  of
routing the RESV message.""",
        }, # column
        "rsvpResvRSVPHop" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.25",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """If TRUE, the node believes that  the  previous
IP  hop is an RSVP hop.  If FALSE, the node be-
lieves that the previous IP hop may not  be  an
RSVP hop.""",
        }, # column
        "rsvpResvLastChange" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.26",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """The time of the last change in  this  reserva-
tion  request; This is either the first time it
was received or the time  of  the  most  recent
change in parameters.""",
        }, # column
        "rsvpResvPolicy" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.27",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65536"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65536"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The contents of the policy  object,  displayed
as an uninterpreted string of octets, including
the object header.  In the absence of  such  an
object, this should be of zero length.""",
        }, # column
        "rsvpResvStatus" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.28",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """'active' for all active RESV  messages.   This
object  may  be used to install static RESV in-
formation or delete RESV information.""",
        }, # column
        "rsvpResvTTL" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.29",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "255"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "255"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The TTL value in the RSVP header that was last
received.""",
        }, # column
        "rsvpResvFlowId" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.4.1.30",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "16777215"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "16777215"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The flow ID that this receiver  is  using,  if
this  is  an IPv6 session.""",
        }, # column
        "rsvpResvFwdTable" : {
            "nodetype" : "table",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5",
            "status" : "current",
            "description" :
                """Information describing the  state  information
displayed upstream in RESV messages.""",
        }, # table
        "rsvpResvFwdEntry" : {
            "nodetype" : "row",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1",
            "status" : "current",
            "linkage" : [
                "rsvpSessionNumber",
                "rsvpResvFwdNumber",
            ],
            "description" :
                """Information describing the  state  information
displayed  upstream in an RESV message concern-
ing a single sender.""",
        }, # row
        "rsvpResvFwdNumber" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "SessionNumber"},
            },
            "access" : "noaccess",
            "description" :
                """The number of this reservation request.   This
is  for  SNMP Indexing purposes only and has no
relation to any protocol value.""",
        }, # column
        "rsvpResvFwdType" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "SessionType"},
            },
            "access" : "readonly",
            "description" :
                """The type of session (IP4, IP6, IP6  with  flow
information, etc).""",
        }, # column
        "rsvpResvFwdDestAddr" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "16"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "16"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The destination address used by all senders in
this  session.   This object may not be changed
when the value of the RowStatus object is  'ac-
tive'.""",
        }, # column
        "rsvpResvFwdSenderAddr" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "16"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "16"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The source address of the sender  selected  by
this  reservation.  The value of all zeroes in-
dicates 'all senders'.  This object may not  be
changed  when the value of the RowStatus object
is 'active'.""",
        }, # column
        "rsvpResvFwdDestAddrLength" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.5",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "128"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "128"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The length of the destination address in bits.
This  is  the CIDR Prefix Length, which for IP4
hosts and multicast addresses is 32 bits.  This
object may not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpResvFwdSenderAddrLength" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "128"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "128"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The length of the sender's  address  in  bits.
This  is  the CIDR Prefix Length, which for IP4
hosts and multicast addresses is 32 bits.  This
object may not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpResvFwdProtocol" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "Protocol"},
            },
            "access" : "readonly",
            "description" :
                """The IP Protocol used by a session. for  secure
sessions, this indicates IP Security.  This ob-
ject may not be changed when the value  of  the
RowStatus object is 'active'.""",
        }, # column
        "rsvpResvFwdDestPort" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "Port"},
            },
            "access" : "readonly",
            "description" :
                """The UDP or TCP port number used as a  destina-
tion  port for all senders in this session.  If
the  IP   protocol   in   use,   specified   by
rsvpResvFwdProtocol,  is  50  (ESP) or 51 (AH),
this  represents  a  virtual  destination  port
number.   A value of zero indicates that the IP
protocol in use does not have ports.  This  ob-
ject  may  not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpResvFwdPort" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "Port"},
            },
            "access" : "readonly",
            "description" :
                """The UDP or TCP port number used  as  a  source
port  for  this sender in this session.  If the
IP    protocol    in    use,    specified    by
rsvpResvFwdProtocol  is  50  (ESP)  or 51 (AH),
this represents a generalized  port  identifier
(GPI).   A  value of zero indicates that the IP
protocol in use does not have ports.  This  ob-
ject  may  not be changed when the value of the
RowStatus object is 'active'.""",
        }, # column
        "rsvpResvFwdHopAddr" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.10",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "16"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "16"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The address of the (previous) RSVP  that  will
receive this message.""",
        }, # column
        "rsvpResvFwdHopLih" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.11",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readonly",
            "description" :
                """The Logical Interface Handle sent to the (pre-
vious) RSVP that will receive this message.""",
        }, # column
        "rsvpResvFwdInterface" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.12",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
            },
            "access" : "readonly",
            "description" :
                """The ifIndex value of the  interface  on  which
this RESV message was most recently sent.""",
        }, # column
        "rsvpResvFwdService" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.13",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "QosService"},
            },
            "access" : "readonly",
            "description" :
                """The QoS Service classification requested.""",
        }, # column
        "rsvpResvFwdTSpecRate" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.14",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
            },
            "access" : "readonly",
            "units" : "bits per second",
            "description" :
                """The Average Bit  Rate  of  the  sender's  data
stream.   Within  a transmission burst, the ar-
rival rate may be as fast as  rsvpResvFwdTSpec-
PeakRate  (if  supported by the service model);
however, averaged across two or more burst  in-
tervals,    the    rate   should   not   exceed
rsvpResvFwdTSpecRate.

Note that this is a prediction, often based  on
the  general  capability  of a type of codec or
particular encoding; the measured average  rate
may be significantly lower.""",
        }, # column
        "rsvpResvFwdTSpecPeakRate" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.15",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
            },
            "access" : "readonly",
            "units" : "bits per second",
            "description" :
                """The Peak Bit Rate of the sender's data  stream
Traffic  arrival is not expected to exceed this
rate at any time, apart  from  the  effects  of
jitter in the network.  If not specified in the
TSpec, this returns zero or noSuchValue.""",
        }, # column
        "rsvpResvFwdTSpecBurst" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.16",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BurstSize"},
            },
            "access" : "readonly",
            "units" : "bytes",
            "description" :
                """The size of the largest  burst  expected  from
the sender at a time.

If this is less than  the  sender's  advertised
burst  size, the receiver is asking the network
to provide flow pacing  beyond  what  would  be
provided  under normal circumstances. Such pac-
ing is at the network's option.""",
        }, # column
        "rsvpResvFwdTSpecMinTU" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.17",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "MessageSize"},
            },
            "access" : "readonly",
            "description" :
                """The minimum message size for  this  flow.  The
policing  algorithm will treat smaller messages
as though they are this size.""",
        }, # column
        "rsvpResvFwdTSpecMaxTU" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.18",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "MessageSize"},
            },
            "access" : "readonly",
            "description" :
                """The maximum message size for  this  flow.  The
admission  algorithm  will  reject TSpecs whose
Maximum Transmission Unit, plus  the  interface
headers, exceed the interface MTU.""",
        }, # column
        "rsvpResvFwdRSpecRate" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.19",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INTEGRATED-SERVICES-MIB", "name" : "BitRate"},
            },
            "access" : "readonly",
            "units" : "bytes per second",
            "description" :
                """If the requested  service  is  Guaranteed,  as
specified   by  rsvpResvService,  this  is  the
clearing rate that is being requested.   Other-
wise,  it  is  zero,  or  the  agent may return
noSuchValue.""",
        }, # column
        "rsvpResvFwdRSpecSlack" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.20",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Integer32"},
            },
            "access" : "readonly",
            "units" : "microseconds",
            "description" :
                """If the requested  service  is  Guaranteed,  as
specified by rsvpResvService, this is the delay
slack.  Otherwise, it is zero, or the agent may
return noSuchValue.""",
        }, # column
        "rsvpResvFwdInterval" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.21",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"RSVP-MIB", "name" : "RefreshInterval"},
            },
            "access" : "readonly",
            "description" :
                """The interval between refresh  messages  adver-
tised to the Previous Hop.""",
        }, # column
        "rsvpResvFwdScope" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.22",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65536"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65536"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The contents of the scope object, displayed as
an  uninterpreted  string  of octets, including
the object header.  In the absence of  such  an
object, this should be of zero length.""",
        }, # column
        "rsvpResvFwdShared" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.23",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """If TRUE, a reservation shared among senders is
requested.  If FALSE, a reservation specific to
this sender is requested.""",
        }, # column
        "rsvpResvFwdExplicit" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.24",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """If TRUE, individual senders are  listed  using
Filter  Specifications.   If FALSE, all senders
are implicitly selected.  The Scope Object will
contain  a list of senders that need to receive
this reservation request  for  the  purpose  of
routing the RESV message.""",
        }, # column
        "rsvpResvFwdRSVPHop" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.25",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """If TRUE, the node believes that  the  next  IP
hop  is  an  RSVP  hop.  If FALSE, the node be-
lieves that the next IP hop may not be an  RSVP
hop.""",
        }, # column
        "rsvpResvFwdLastChange" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.26",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """The time of the last change in  this  request;
This  is  either  the first time it was sent or
the time of the most recent change  in  parame-
ters.""",
        }, # column
        "rsvpResvFwdPolicy" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.27",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65536"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65536"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The contents of the policy  object,  displayed
as an uninterpreted string of octets, including
the object header.  In the absence of  such  an
object, this should be of zero length.""",
        }, # column
        "rsvpResvFwdStatus" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.28",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """'active' for all active RESV  messages.   This
object may be used to delete RESV information.""",
        }, # column
        "rsvpResvFwdTTL" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.29",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "255"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "255"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The TTL value in the RSVP header that was last
received.""",
        }, # column
        "rsvpResvFwdFlowId" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.5.1.30",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "16777215"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "16777215"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The flow ID that this receiver  is  using,  if
this  is  an IPv6 session.""",
        }, # column
        "rsvpIfTable" : {
            "nodetype" : "table",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6",
            "status" : "current",
            "description" :
                """The RSVP-specific attributes of  the  system's
interfaces.""",
        }, # table
        "rsvpIfEntry" : {
            "nodetype" : "row",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "ifIndex",
            ],
            "description" :
                """The RSVP-specific attributes of  the  a  given
interface.""",
        }, # row
        "rsvpIfUdpNbrs" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of neighbors perceived to be  using
only the RSVP UDP Encapsulation.""",
        }, # column
        "rsvpIfIpNbrs" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of neighbors perceived to be  using
only the RSVP IP Encapsulation.""",
        }, # column
        "rsvpIfNbrs" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of neighbors  currently  perceived;
this  will  exceed rsvpIfIpNbrs + rsvpIfUdpNbrs
by the number of neighbors using both  encapsu-
lations.""",
        }, # column
        "rsvpIfRefreshBlockadeMultiple" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "65536"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "65536"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "4",
            "description" :
                """The value of the RSVP value 'Kb', Which is the
minimum   number   of  refresh  intervals  that
blockade state will last once entered.""",
        }, # column
        "rsvpIfRefreshMultiple" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1.5",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "65536"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "65536"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "3",
            "description" :
                """The value of the RSVP value 'K', which is  the
number  of  refresh intervals which must elapse
(minimum) before a PATH or RESV  message  which
is not being refreshed will be aged out.""",
        }, # column
        "rsvpIfTTL" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "255"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "255"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "0",
            "description" :
                """The value of SEND_TTL used on  this  interface
for  messages  this node originates.  If set to
zero, the node determines  the  TTL  via  other
means.""",
        }, # column
        "rsvpIfRefreshInterval" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeInterval"},
            },
            "access" : "readwrite",
            "default" : "3000",
            "units" : "milliseconds",
            "description" :
                """The value of the RSVP value 'R', which is  the
minimum period between refresh transmissions of
a given PATH or RESV message on an interface.""",
        }, # column
        "rsvpIfRouteDelay" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeInterval"},
            },
            "access" : "readwrite",
            "default" : "200",
            "units" : "hundredths of a second",
            "description" :
                """The approximate period from the time  a  route
is  changed to the time a resulting message ap-
pears on the interface.""",
        }, # column
        "rsvpIfEnabled" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """If TRUE, RSVP is enabled  on  this  Interface.
If  FALSE,  RSVP  is not enabled on this inter-
face.""",
        }, # column
        "rsvpIfUdpRequired" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1.10",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """If TRUE, manual configuration forces  the  use
of  UDP  encapsulation  on  the  interface.  If
FALSE, UDP encapsulation is only used if rsvpI-
fUdpNbrs is not zero.""",
        }, # column
        "rsvpIfStatus" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.6.1.11",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """'active' on interfaces that are configured for
RSVP.""",
        }, # column
        "rsvpNbrTable" : {
            "nodetype" : "table",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.7",
            "status" : "current",
            "description" :
                """Information describing  the  Neighbors  of  an
RSVP system.""",
        }, # table
        "rsvpNbrEntry" : {
            "nodetype" : "row",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.7.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "ifIndex",
                "rsvpNbrAddress",
            ],
            "description" :
                """Information describing a  single  RSVP  Neigh-
bor.""",
        }, # row
        "rsvpNbrAddress" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.7.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "16"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "16"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The IP4 or IP6 Address used by this  neighbor.
This  object  may not be changed when the value
of the RowStatus object is 'active'.""",
        }, # column
        "rsvpNbrProtocol" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.7.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"RSVP-MIB", "name" : "RsvpEncapsulation"},
            },
            "access" : "readwrite",
            "description" :
                """The encapsulation being used  by  this  neigh-
bor.""",
        }, # column
        "rsvpNbrStatus" : {
            "nodetype" : "column",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.1.7.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """'active' for all neighbors.  This  object  may
be  used  to configure neighbors.  In the pres-
ence of configured neighbors,  the  implementa-
tion may (but is not required to) limit the set
of valid neighbors to those configured.""",
        }, # column
        "rsvpGenObjects" : {
            "nodetype" : "node",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.2",
        }, # node
        "rsvpBadPackets" : {
            "nodetype" : "scalar",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.2.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """This object keeps a count of the number of bad
RSVP packets received.""",
        }, # scalar
        "rsvpSenderNewIndex" : {
            "nodetype" : "scalar",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.2.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TestAndIncr"},
            },
            "access" : "readwrite",
            "description" :
                """This  object  is  used  to  assign  values  to
rsvpSenderNumber  as described in 'Textual Con-
ventions  for  SNMPv2'.   The  network  manager
reads  the  object,  and  then writes the value
back in the SET that creates a new instance  of
rsvpSenderEntry.   If  the  SET  fails with the
code 'inconsistentValue', then the process must
be  repeated; If the SET succeeds, then the ob-
ject is incremented, and the  new  instance  is
created according to the manager's directions.""",
        }, # scalar
        "rsvpResvNewIndex" : {
            "nodetype" : "scalar",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.2.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TestAndIncr"},
            },
            "access" : "readwrite",
            "description" :
                """This  object  is  used  to  assign  values  to
rsvpResvNumber as described in 'Textual Conven-
tions for SNMPv2'.  The network  manager  reads
the  object,  and then writes the value back in
the  SET  that  creates  a  new   instance   of
rsvpResvEntry.   If the SET fails with the code
'inconsistentValue', then the process  must  be
repeated;  If the SET succeeds, then the object
is incremented, and the new instance is created
according to the manager's directions.""",
        }, # scalar
        "rsvpResvFwdNewIndex" : {
            "nodetype" : "scalar",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.2.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TestAndIncr"},
            },
            "access" : "readwrite",
            "description" :
                """This  object  is  used  to  assign  values  to
rsvpResvFwdNumber as described in 'Textual Con-
ventions  for  SNMPv2'.   The  network  manager
reads  the  object,  and  then writes the value
back in the SET that creates a new instance  of
rsvpResvFwdEntry.   If  the  SET fails with the
code 'inconsistentValue', then the process must
be  repeated; If the SET succeeds, then the ob-
ject is incremented, and the  new  instance  is
created according to the manager's directions.""",
        }, # scalar
        "rsvpNotificationsPrefix" : {
            "nodetype" : "node",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.3",
        }, # node
        "rsvpNotifications" : {
            "nodetype" : "node",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.3.0",
        }, # node
        "rsvpConformance" : {
            "nodetype" : "node",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.4",
        }, # node
        "rsvpGroups" : {
            "nodetype" : "node",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.4.1",
        }, # node
        "rsvpCompliances" : {
            "nodetype" : "node",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.4.2",
        }, # node
    }, # nodes

    "notifications" : {
        "newFlow" : {
            "nodetype" : "notification",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.3.0.1",
            "status" : "current",
            "objects" : {
                "intSrvFlowStatus" : {
                    "nodetype" : "object",
                    "module" : "INTEGRATED-SERVICES-MIB"
                },
                "rsvpSessionDestAddr" : {
                    "nodetype" : "object",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdStatus" : {
                    "nodetype" : "object",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvStatus" : {
                    "nodetype" : "object",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderStatus" : {
                    "nodetype" : "object",
                    "module" : "RSVP-MIB"
                },
            },
            "description" :
                """The newFlow trap indicates that the  originat-
ing  system  has  installed  a  new flow in its
classifier, or (when reservation  authorization
is  in view) is prepared to install such a flow
in the classifier and is requesting  authoriza-
tion.   The objects included with the Notifica-
tion may be used to  read  further  information
using  the  Integrated  Services and RSVP MIBs.
Authorization  or  non-authorization   may   be
enacted by a write to the variable intSrvFlowS-
tatus.""",
        }, # notification
        "lostFlow" : {
            "nodetype" : "notification",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.3.0.2",
            "status" : "current",
            "objects" : {
                "intSrvFlowStatus" : {
                    "nodetype" : "object",
                    "module" : "INTEGRATED-SERVICES-MIB"
                },
                "rsvpSessionDestAddr" : {
                    "nodetype" : "object",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdStatus" : {
                    "nodetype" : "object",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvStatus" : {
                    "nodetype" : "object",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderStatus" : {
                    "nodetype" : "object",
                    "module" : "RSVP-MIB"
                },
            },
            "description" :
                """The lostFlow trap indicates that the originat-
ing system has removed a flow from its classif-
ier.""",
        }, # notification
    }, # notifications

    "groups" : {
        "rsvpSessionGroup" : {
            "nodetype" : "group",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.4.1.1",
            "status" : "current",
            "members" : {
                "rsvpSessionType" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSessionDestAddr" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSessionDestAddrLength" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSessionProtocol" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSessionPort" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSessionSenders" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSessionReceivers" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSessionRequests" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
            }, # members
            "description" :
                """These objects are required for RSVP Systems.""",
        }, # group
        "rsvpSenderGroup" : {
            "nodetype" : "group",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.4.1.2",
            "status" : "current",
            "members" : {
                "rsvpSenderType" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderDestAddr" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAddr" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderDestAddrLength" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAddrLength" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderProtocol" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderDestPort" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderPort" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderHopAddr" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderHopLih" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderInterface" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderTSpecRate" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderTSpecPeakRate" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderTSpecBurst" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderTSpecMinTU" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderTSpecMaxTU" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderInterval" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderLastChange" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderStatus" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderRSVPHop" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderPolicy" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecBreak" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecHopCount" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecPathBw" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecMinLatency" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecMtu" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecGuaranteedSvc" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecGuaranteedBreak" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecGuaranteedCtot" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecGuaranteedDtot" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecGuaranteedCsum" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecGuaranteedDsum" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecGuaranteedHopCount" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecGuaranteedPathBw" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecGuaranteedMinLatency" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecGuaranteedMtu" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecCtrlLoadSvc" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecCtrlLoadBreak" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecCtrlLoadHopCount" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecCtrlLoadPathBw" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecCtrlLoadMinLatency" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderAdspecCtrlLoadMtu" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderNewIndex" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
            }, # members
            "description" :
                """These objects are required for RSVP Systems.""",
        }, # group
        "rsvpResvGroup" : {
            "nodetype" : "group",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.4.1.3",
            "status" : "current",
            "members" : {
                "rsvpResvType" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvDestAddr" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvSenderAddr" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvDestAddrLength" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvSenderAddrLength" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvProtocol" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvDestPort" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvPort" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvHopAddr" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvHopLih" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvInterface" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvService" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvTSpecRate" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvTSpecBurst" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvTSpecPeakRate" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvTSpecMinTU" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvTSpecMaxTU" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvRSpecRate" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvRSpecSlack" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvInterval" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvScope" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvShared" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvExplicit" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvRSVPHop" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvLastChange" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvPolicy" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvStatus" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvNewIndex" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
            }, # members
            "description" :
                """These objects are required for RSVP Systems.""",
        }, # group
        "rsvpResvFwdGroup" : {
            "nodetype" : "group",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.4.1.4",
            "status" : "current",
            "members" : {
                "rsvpResvFwdType" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdDestAddr" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdSenderAddr" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdDestAddrLength" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdSenderAddrLength" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdProtocol" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdDestPort" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdPort" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdHopAddr" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdHopLih" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdInterface" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdNewIndex" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdService" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdTSpecPeakRate" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdTSpecMinTU" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdTSpecMaxTU" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdTSpecRate" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdTSpecBurst" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdRSpecRate" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdRSpecSlack" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdInterval" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdScope" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdShared" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdExplicit" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdRSVPHop" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdLastChange" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdPolicy" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdStatus" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
            }, # members
            "description" :
                """These objects are optional, used for some RSVP
Systems.""",
        }, # group
        "rsvpIfGroup" : {
            "nodetype" : "group",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.4.1.6",
            "status" : "current",
            "members" : {
                "rsvpIfUdpNbrs" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpIfIpNbrs" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpIfNbrs" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpIfEnabled" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpIfUdpRequired" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpIfRefreshBlockadeMultiple" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpIfRefreshMultiple" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpIfRefreshInterval" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpIfTTL" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpIfRouteDelay" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpIfStatus" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
            }, # members
            "description" :
                """These objects are required for RSVP Systems.""",
        }, # group
        "rsvpNbrGroup" : {
            "nodetype" : "group",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.4.1.7",
            "status" : "current",
            "members" : {
                "rsvpNbrProtocol" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "rsvpNbrStatus" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
            }, # members
            "description" :
                """These objects are required for RSVP Systems.""",
        }, # group
        "rsvpNotificationGroup" : {
            "nodetype" : "group",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.4.1.8",
            "status" : "current",
            "members" : {
                "newFlow" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
                "lostFlow" : {
                    "nodetype" : "member",
                    "module" : "RSVP-MIB"
                },
            }, # members
            "description" :
                """This notification is required for Systems sup-
porting  the  RSVP  Policy Module using an SNMP
interface to the Policy Manager.""",
        }, # group
    }, # groups

    "compliances" : {
        "rsvpCompliance" : {
            "nodetype" : "compliance",
            "moduleName" : "RSVP-MIB",
            "oid" : "1.3.6.1.2.1.51.4.2.1",
            "status" : "current",
            "description" :
                """The compliance statement.  Note that  the  im-
plementation  of this module requires implemen-
tation of the Integrated Services MIB as well.""",
            "requires" : {
                "rsvpSessionGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "RSVP-MIB"
                },
                "rsvpSenderGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "RSVP-MIB"
                },
                "rsvpIfGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "RSVP-MIB"
                },
                "rsvpNbrGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "RSVP-MIB"
                },
                "rsvpResvFwdGroup" : {
                    "nodetype" : "optional",
                    "module" : "RSVP-MIB",
                    "description" :
                        """The Reservation Requests table  is  appropriate
in  implementations that store upstream reserva-
tion messages, but not appropriate in  implemen-
tations  which  calculate them on each transmis-
sion.""",
                },
                "rsvpNotificationGroup" : {
                    "nodetype" : "optional",
                    "module" : "RSVP-MIB",
                    "description" :
                        """The notifications in this module may be used  to
advise a network management station of changes in
flow status, and are required when this use is in
view.""",
                },
            }, # requires
            "refinements" : {
                "rsvpSessionRequests" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This object is optional.""",
                },
                "rsvpSenderType" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderDestAddr" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderAddr" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderDestAddrLength" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderAddrLength" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderProtocol" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderDestPort" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderPort" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderHopAddr" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderHopLih" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderInterface" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderTSpecRate" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderTSpecPeakRate" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderTSpecBurst" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderTSpecMinTU" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderTSpecMaxTU" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderInterval" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderRSVPHop" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderPolicy" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderAdspecBreak" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderAdspecHopCount" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderAdspecPathBw" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderAdspecMinLatency" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderAdspecMtu" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderAdspecGuaranteedSvc" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Guaranteed Service.""",
                },
                "rsvpSenderAdspecGuaranteedBreak" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Guaranteed Service.""",
                },
                "rsvpSenderAdspecGuaranteedCtot" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Guaranteed Service.""",
                },
                "rsvpSenderAdspecGuaranteedDtot" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Guaranteed Service.""",
                },
                "rsvpSenderAdspecGuaranteedCsum" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Guaranteed Service.""",
                },
                "rsvpSenderAdspecGuaranteedDsum" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """This may be not-accessible if the system does  not
support Guaranteed Service.""",
                },
                "rsvpSenderAdspecGuaranteedHopCount" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Guaranteed Service.""",
                },
                "rsvpSenderAdspecGuaranteedPathBw" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Guaranteed Service.""",
                },
                "rsvpSenderAdspecGuaranteedMinLatency" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Guaranteed Service.""",
                },
                "rsvpSenderAdspecGuaranteedMtu" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Guaranteed Service.""",
                },
                "rsvpSenderAdspecCtrlLoadSvc" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Controlled Load.""",
                },
                "rsvpSenderAdspecCtrlLoadBreak" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Controlled Load.""",
                },
                "rsvpSenderAdspecCtrlLoadHopCount" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Controlled Load.""",
                },
                "rsvpSenderAdspecCtrlLoadPathBw" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Controlled Load.""",
                },
                "rsvpSenderAdspecCtrlLoadMinLatency" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Controlled Load.""",
                },
                "rsvpSenderAdspecCtrlLoadMtu" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This may be not-accessible if the system does  not
support Controlled Load.""",
                },
                "rsvpSenderStatus" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpSenderFlowId" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This object is needed only in a system that imple-
ments IPv6.""",
                },
                "rsvpResvType" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvDestAddr" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvSenderAddr" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvDestAddrLength" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvSenderAddrLength" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvProtocol" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvDestPort" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvPort" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvHopAddr" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvHopLih" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvInterface" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvService" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvTSpecRate" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvTSpecPeakRate" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvTSpecBurst" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvTSpecMinTU" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvTSpecMaxTU" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvRSpecRate" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvRSpecSlack" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvInterval" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvScope" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvShared" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvExplicit" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvRSVPHop" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvPolicy" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvStatus" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvFlowId" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This object is needed only in a system that imple-
ments IPv6.""",
                },
                "rsvpResvFwdStatus" : {
                    "module" : "RSVP-MIB",
                    "access" : "readonly",
                    "description" :
                        """read-create access is not required.  This  may  be
read-only.""",
                },
                "rsvpResvFwdFlowId" : {
                    "module" : "RSVP-MIB",
                    "access" : "noaccess",
                    "description" :
                        """This object is needed only in a system that imple-
ments IPv6.""",
                },
            }, # refinements

        }, # compliance
    }, # compliances

}