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

FILENAME = "./libsmi-0.5.0/mibs/ietf/PIM-STD-MIB"

MIB = {
    "moduleName" : "PIM-STD-MIB",

    "PIM-STD-MIB" : {
        "nodetype" : "module",
        "language" : "SMIv2",
        "organization" :    
            """IETF Protocol Independent Multicast (PIM) Working Group""",
        "contact" : 
            """Email: pim@ietf.org
WG charter:




http://www.ietf.org/html.charters/pim-charter.html""",
        "description" :
            """The MIB module for management of PIM routers.

Copyright (C) The IETF Trust (2007).  This version of this
MIB module is part of RFC 5060; see the RFC itself for full
legal notices.""",
        "revisions" : (
            {
                "date" : "2007-11-02 00:00",
                "description" :
                    """Initial version, published as RFC 5060.""",
            },
        ),
        "identity node" : "pimStdMIB",
    },

    "imports" : (
        {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
        {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
        {"module" : "SNMPv2-SMI", "name" : "mib-2"},
        {"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"},
        {"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
        {"module" : "SNMPv2-SMI", "name" : "Counter32"},
        {"module" : "SNMPv2-SMI", "name" : "Counter64"},
        {"module" : "SNMPv2-SMI", "name" : "Gauge32"},
        {"module" : "SNMPv2-SMI", "name" : "TimeTicks"},
        {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
        {"module" : "SNMPv2-TC", "name" : "RowStatus"},
        {"module" : "SNMPv2-TC", "name" : "TruthValue"},
        {"module" : "SNMPv2-TC", "name" : "StorageType"},
        {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
        {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
        {"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"},
        {"module" : "IF-MIB", "name" : "InterfaceIndexOrZero"},
        {"module" : "IF-MIB", "name" : "InterfaceIndex"},
        {"module" : "INET-ADDRESS-MIB", "name" : "InetAddressType"},
        {"module" : "INET-ADDRESS-MIB", "name" : "InetAddressPrefixLength"},
        {"module" : "INET-ADDRESS-MIB", "name" : "InetAddress"},
        {"module" : "INET-ADDRESS-MIB", "name" : "InetVersion"},
        {"module" : "IANA-RTPROTO-MIB", "name" : "IANAipRouteProtocol"},
    ),

    "typedefs" : {
        "PimMode" : {
            "basetype" : "Enumeration",
            "status" : "current",
            "none" : {
                "nodetype" : "namednumber",
                "number" : "1"
            },
            "ssm" : {
                "nodetype" : "namednumber",
                "number" : "2"
            },
            "asm" : {
                "nodetype" : "namednumber",
                "number" : "3"
            },
            "bidir" : {
                "nodetype" : "namednumber",
                "number" : "4"
            },
            "dm" : {
                "nodetype" : "namednumber",
                "number" : "5"
            },
            "other" : {
                "nodetype" : "namednumber",
                "number" : "6"
            },
            "description" :
                """The PIM mode in which a group is operating.

none(1)      The group is not using PIM, which may be the
             case if, for example, it is a link-local or
             unroutable group address.

ssm(2)       Source-Specific Multicast (SSM) with PIM Sparse
             Mode.

asm(3)       Any Source Multicast (ASM) with PIM Sparse
             Mode.

bidir(4)     Bidirectional PIM.

dm(5)        PIM Dense Mode.

other(6)     Any other PIM mode.""",
        },
        "PimGroupMappingOriginType" : {
            "basetype" : "Enumeration",
            "status" : "current",
            "fixed" : {
                "nodetype" : "namednumber",
                "number" : "1"
            },
            "configRp" : {
                "nodetype" : "namednumber",
                "number" : "2"
            },
            "configSsm" : {
                "nodetype" : "namednumber",
                "number" : "3"
            },
            "bsr" : {
                "nodetype" : "namednumber",
                "number" : "4"
            },
            "autoRP" : {
                "nodetype" : "namednumber",
                "number" : "5"
            },
            "embedded" : {
                "nodetype" : "namednumber",
                "number" : "6"
            },
            "other" : {
                "nodetype" : "namednumber",
                "number" : "7"
            },
            "description" :
                """The mechanism by which a PIM group mapping was learned.

fixed(1)     Link-local or unroutable group mappings.

configRp(2)  Local static RP configuration.

configSsm(3) Local SSM Group configuration.

bsr(4)       The PIM Bootstrap Router (BSR) mechanism.

autoRP(5)    Cisco's Auto-RP mechanism.

embedded(6)  The Embedded-RP mechanism where the RP address
             is embedded in the multicast group address.

other(7)     Any other mechanism.""",
            "reference" :
                """RFC 3569, RFC 3956, and RFC 5059""",
        },
    }, # typedefs

    "nodes" : {
        "pimStdMIB" : {
            "nodetype" : "node",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157",
            "status" : "current",
        }, # node
        "pimNotifications" : {
            "nodetype" : "node",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.0",
        }, # node
        "pim" : {
            "nodetype" : "node",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1",
        }, # node
        "pimInterfaceTable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1",
            "status" : "current",
            "description" :
                """The (conceptual) table listing the router's PIM interfaces.
PIM is enabled on all interfaces listed in this table.""",
        }, # table
        "pimInterfaceEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "pimInterfaceIfIndex",
                "pimInterfaceIPVersion",
            ],
            "description" :
                """An entry (conceptual row) in the pimInterfaceTable.  This
entry is preserved on agent restart.""",
        }, # row
        "pimInterfaceIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
            },
            "access" : "noaccess",
            "description" :
                """The ifIndex value of this PIM interface.""",
        }, # column
        "pimInterfaceIPVersion" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetVersion"},
            },
            "access" : "noaccess",
            "description" :
                """The IP version of this PIM interface.  A physical interface
may be configured in multiple modes concurrently, e.g., IPv4
and IPv6; however, the traffic is considered to be logically
separate.""",
        }, # column
        "pimInterfaceAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """The address type of this PIM interface.""",
        }, # column
        "pimInterfaceAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The primary IP address of this router on this PIM
interface.  The InetAddressType is given by the
pimInterfaceAddressType object.""",
            "reference" :
                """RFC 4601 sections 4.1.6, 4.3.1-4.3.4, and 4.5.1""",
        }, # column
        "pimInterfaceGenerationIDValue" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readonly",
            "description" :
                """The value of the Generation ID this router inserted in the
last PIM Hello message it sent on this interface.""",
            "reference" :
                """RFC 4601 section 4.3.1""",
        }, # column
        "pimInterfaceDR" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The primary IP address of the Designated Router on this PIM
interface.  The InetAddressType is given by the
pimInterfaceAddressType object.""",
            "reference" :
                """RFC 4601 section 4.3""",
        }, # column
        "pimInterfaceDRPriority" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readwrite",
            "default" : "1",
            "description" :
                """The Designated Router Priority value inserted into the DR



Priority option in PIM Hello messages transmitted on this
interface.  Numerically higher values for this object
indicate higher priorities.""",
            "reference" :
                """RFC 4601 section 4.3.2""",
        }, # column
        "pimInterfaceDRPriorityEnabled" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Evaluates to TRUE if all routers on this interface are
using the DR Priority option.""",
            "reference" :
                """RFC 4601 section 4.3.2""",
        }, # column
        "pimInterfaceHelloInterval" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.9",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "18000"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "18000"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "30",
            "units" : "seconds",
            "description" :
                """The frequency at which PIM Hello messages are transmitted
on this interface.  This object corresponds to the
'Hello_Period' timer value defined in the PIM-SM
specification.  A value of zero represents an 'infinite'
interval, and indicates that periodic PIM Hello messages
should not be sent on this interface.""",
            "reference" :
                """RFC 4601 section 9""",
        }, # column
        "pimInterfaceTrigHelloInterval" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.10",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "60"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "60"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "5",
            "units" : "seconds",
            "description" :
                """The maximum time before this router sends a triggered PIM
Hello message on this interface.  This object corresponds to
the 'Trigered_Hello_Delay' timer value defined in the PIM-SM
specification.  A value of zero has no special meaning and
indicates that triggered PIM Hello messages should always be
sent immediately.""",
            "reference" :
                """RFC 4601 section 4.11""",
        }, # column
        "pimInterfaceHelloHoldtime" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.11",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "105",
            "units" : "seconds",
            "description" :
                """The value set in the Holdtime field of PIM Hello messages
transmitted on this interface.  A value of 65535 represents
an 'infinite' holdtime.  Implementations are recommended
to use a holdtime that is 3.5 times the value of
pimInterfaceHelloInterval, or 65535 if
pimInterfaceHelloInterval is set to zero.""",
            "reference" :
                """RFC 4601 sections 4.3.2 and 4.9.2""",
        }, # column
        "pimInterfaceJoinPruneInterval" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.12",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "18000"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "18000"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "60",
            "units" : "seconds",
            "description" :
                """The frequency at which this router sends PIM Join/Prune
messages on this PIM interface.  This object corresponds to
the 't_periodic' timer value defined in the PIM-SM
specification.  A value of zero represents an 'infinite'
interval, and indicates that periodic PIM Join/Prune
messages should not be sent on this interface.""",
            "reference" :
                """RFC 4601 section 4.11""",
        }, # column
        "pimInterfaceJoinPruneHoldtime" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.13",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "210",
            "units" : "seconds",
            "description" :
                """The value inserted into the Holdtime field of a PIM
Join/Prune message sent on this interface.  A value of 65535
represents an 'infinite' holdtime.  Implementations are
recommended to use a holdtime that is 3.5 times the value of
pimInterfaceJoinPruneInterval, or 65535 if
pimInterfaceJoinPruneInterval is set to zero.  PIM-DM
implementations are recommended to use the value of
pimInterfacePruneLimitInterval.""",
            "reference" :
                """RFC 4601 sections 4.5.3 and 4.9.5""",
        }, # column
        "pimInterfaceDFElectionRobustness" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.14",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readwrite",
            "default" : "3",
            "description" :
                """The minimum number of PIM DF-Election messages that must be
lost in order for DF election on this interface to fail.""",
        }, # column
        "pimInterfaceLanDelayEnabled" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.15",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Evaluates to TRUE if all routers on this interface are
using the LAN Prune Delay option.""",
            "reference" :
                """RFC 4601 sections 4.3.3 and 4.9.2""",
        }, # column
        "pimInterfacePropagationDelay" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.16",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "32767"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "32767"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "500",
            "units" : "milliseconds",
            "description" :
                """The expected propagation delay between PIM routers on this
network or link.

This router inserts this value into the Propagation_Delay
field of the LAN Prune Delay option in the PIM Hello
messages sent on this interface.  Implementations SHOULD
enforce a lower bound on the permitted values for this
object to allow for scheduling and processing delays within
the local router.""",
        }, # column
        "pimInterfaceOverrideInterval" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.17",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "2500",
            "units" : "milliseconds",
            "description" :
                """The value this router inserts into the Override_Interval
field of the LAN Prune Delay option in the PIM Hello



messages it sends on this interface.

When overriding a prune, PIM routers pick a random timer
duration up to the value of this object.  The more PIM
routers that are active on a network, the more likely it is
that the prune will be overridden after a small proportion
of this time has elapsed.

The more PIM routers are active on this network, the larger
this object should be to obtain an optimal spread of prune
override latencies.""",
            "reference" :
                """RFC 4601 section 4.3.3""",
        }, # column
        "pimInterfaceEffectPropagDelay" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.18",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "32767"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "32767"
                    },
                },
            },
            "access" : "readonly",
            "units" : "milliseconds",
            "description" :
                """The Effective Propagation Delay on this interface.  This
object is always 500 if pimInterfaceLanDelayEnabled is
FALSE.""",
            "reference" :
                """RFC 4601 section 4.3.3""",
        }, # column
        "pimInterfaceEffectOverrideIvl" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.19",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readonly",
            "units" : "milliseconds",
            "description" :
                """The Effective Override Interval on this interface.  This
object is always 2500 if pimInterfaceLanDelayEnabled is
FALSE.""",
            "reference" :
                """RFC 4601 section 4.3.3""",
        }, # column
        "pimInterfaceSuppressionEnabled" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.20",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Whether join suppression is enabled on this interface.
This object is always TRUE if pimInterfaceLanDelayEnabled is
FALSE.""",
            "reference" :
                """RFC 4601 section 4.3.3""",
        }, # column
        "pimInterfaceBidirCapable" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.21",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Evaluates to TRUE if all routers on this interface are
using the Bidirectional-PIM Capable option.""",
            "reference" :
                """RFC 5015 section 3.2 and 3.7.4""",
        }, # column
        "pimInterfaceDomainBorder" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.22",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "default" : "false",
            "description" :
                """Whether or not this interface is a PIM domain border.  This
includes acting as a border for PIM Bootstrap Router (BSR)
messages, if the BSR mechanism is in use.""",
        }, # column
        "pimInterfaceStubInterface" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.23",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "default" : "false",
            "description" :
                """Whether this interface is a 'stub interface'.  If this
object is set to TRUE, then no PIM packets are sent out this
interface, and any received PIM packets are ignored.

Setting this object to TRUE is a security measure for
interfaces towards untrusted hosts.  This allows an
interface to be configured for use with IGMP (Internet Group
Management Protocol) or MLD (Multicast Listener Discovery)
only, which protects the PIM router from forged PIM messages
on the interface.

To communicate with other PIM routers using this interface,
this object must remain set to FALSE.

Changing the value of this object while the interface is
operational causes PIM to be disabled and then re-enabled on
this interface.""",
            "reference" :
                """RFC 3376, RFC 3810""",
        }, # column
        "pimInterfacePruneLimitInterval" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.24",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "60",
            "units" : "seconds",
            "description" :
                """The minimum interval that must transpire between two
successive Prunes sent by a router.  This object corresponds
to the 't_limit' timer value defined in the PIM-DM
specification.  This object is used only by PIM-DM.""",
            "reference" :
                """RFC 3973 section 4.8""",
        }, # column
        "pimInterfaceGraftRetryInterval" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.25",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "3",
            "units" : "seconds",
            "description" :
                """The minimum interval that must transpire between two
successive Grafts sent by a router.  This object corresponds
to the 'Graft_Retry_Period' timer value defined in the
PIM-DM specification.  This object is used only by PIM-DM.""",
            "reference" :
                """RFC 3973 section 4.8""",
        }, # column
        "pimInterfaceSRPriorityEnabled" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.26",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Evaluates to TRUE if all routers on this interface are
using the State Refresh option.  This object is used only by
PIM-DM.""",
        }, # column
        "pimInterfaceStatus" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.27",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """The status of this entry.  Creating the entry enables PIM
on the interface; destroying the entry disables PIM on the
interface.

This status object can be set to active(1) without setting



any other columnar objects in this entry.

All writeable objects in this entry can be modified when the
status of this entry is active(1).""",
        }, # column
        "pimInterfaceStorageType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.1.1.28",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
            },
            "access" : "readwrite",
            "default" : "nonVolatile",
            "description" :
                """The storage type for this row.  Rows having the value
'permanent' need not allow write-access to any columnar
objects in the row.""",
        }, # column
        "pimNeighborTable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2",
            "status" : "current",
            "description" :
                """The (conceptual) table listing the router's PIM neighbors.""",
        }, # table
        "pimNeighborEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1",
            "status" : "current",
            "linkage" : [
                "pimNeighborIfIndex",
                "pimNeighborAddressType",
                "pimNeighborAddress",
            ],
            "description" :
                """An entry (conceptual row) in the pimNeighborTable.""",
        }, # row
        "pimNeighborIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
            },
            "access" : "noaccess",
            "description" :
                """The value of ifIndex for the interface used to reach this
PIM neighbor.""",
        }, # column
        "pimNeighborAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "noaccess",
            "description" :
                """The address type of this PIM neighbor.""",
        }, # column
        "pimNeighborAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The primary IP address of this PIM neighbor.  The
InetAddressType is given by the pimNeighborAddressType
object.""",
        }, # column
        "pimNeighborGenerationIDPresent" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Evaluates to TRUE if this neighbor is using the Generation
ID option.""",
            "reference" :
                """RFC 4601 section 4.3.1""",
        }, # column
        "pimNeighborGenerationIDValue" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readonly",
            "description" :
                """The value of the Generation ID from the last PIM Hello
message received from this neighbor.  This object is always
zero if pimNeighborGenerationIDPresent is FALSE.""",
            "reference" :
                """RFC 4601 section 4.3.1""",
        }, # column
        "pimNeighborUpTime" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time since this PIM neighbor (last) became a neighbor
of the local router.""",
        }, # column
        "pimNeighborExpiryTime" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The minimum time remaining before this PIM neighbor will
time out.  The value zero indicates that this PIM neighbor
will never time out.""",
        }, # column
        "pimNeighborDRPriorityPresent" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Evaluates to TRUE if this neighbor is using the DR Priority
option.""",
            "reference" :
                """RFC 4601 section 4.3.2""",
        }, # column
        "pimNeighborDRPriority" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readonly",
            "description" :
                """The value of the Designated Router Priority from the last
PIM Hello message received from this neighbor.  This object
is always zero if pimNeighborDRPriorityPresent is FALSE.""",
            "reference" :
                """RFC 4601 section 4.3.2""",
        }, # column
        "pimNeighborLanPruneDelayPresent" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.10",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Evaluates to TRUE if this neighbor is using the LAN Prune
Delay option.""",
            "reference" :
                """RFC 4601 section 4.3.3""",
        }, # column
        "pimNeighborTBit" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.11",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Whether the T bit was set in the LAN Prune Delay option
received from this neighbor.  The T bit specifies the
ability of the neighbor to disable join suppression.  This
object is always TRUE if pimNeighborLanPruneDelayPresent is
FALSE.""",
            "reference" :
                """RFC 4601 section 4.3.3""",
        }, # column
        "pimNeighborPropagationDelay" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.12",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "32767"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "32767"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The value of the Propagation_Delay field of the LAN Prune
Delay option received from this neighbor.  This object is
always zero if pimNeighborLanPruneDelayPresent is FALSE.""",
            "reference" :
                """RFC 4601 section 4.3.3""",
        }, # column
        "pimNeighborOverrideInterval" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.13",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The value of the Override_Interval field of the LAN Prune
Delay option received from this neighbor.  This object is
always zero if pimNeighborLanPruneDelayPresent is FALSE.""",
            "reference" :
                """RFC 4601 section 4.3.3""",
        }, # column
        "pimNeighborBidirCapable" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.14",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Evaluates to TRUE if this neighbor is using the
Bidirectional-PIM Capable option.""",
            "reference" :
                """RFC 5015 section 3.2 and 3.7.4""",
        }, # column
        "pimNeighborSRCapable" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.2.1.15",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Evaluates to TRUE if this neighbor is using the State
Refresh Capable option.  This object is used only by
PIM-DM.""",
            "reference" :
                """RFC 3973 section 4.3.4""",
        }, # column
        "pimNbrSecAddressTable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.3",
            "status" : "current",
            "description" :
                """The (conceptual) table listing the secondary addresses
advertised by each PIM neighbor (on a subset of the rows of
the pimNeighborTable defined above).""",
            "reference" :
                """RFC 4601 section 4.3.4""",
        }, # table
        "pimNbrSecAddressEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.3.1",
            "status" : "current",
            "linkage" : [
                "pimNbrSecAddressIfIndex",
                "pimNbrSecAddressType",
                "pimNbrSecAddressPrimary",
                "pimNbrSecAddress",
            ],
            "description" :
                """An entry (conceptual row) in the pimNbrSecAddressTable.""",
        }, # row
        "pimNbrSecAddressIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.3.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
            },
            "access" : "noaccess",
            "description" :
                """The value of ifIndex for the interface used to reach this
PIM neighbor.""",
        }, # column
        "pimNbrSecAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.3.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "noaccess",
            "description" :
                """The address type of this PIM neighbor.""",
        }, # column
        "pimNbrSecAddressPrimary" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.3.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The primary IP address of this PIM neighbor.  The
InetAddressType is given by the pimNbrSecAddressType
object.""",
        }, # column
        "pimNbrSecAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.3.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The secondary IP address of this PIM neighbor.  The
InetAddressType is given by the pimNbrSecAddressType
object.""",
        }, # column
        "pimStarGTable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4",
            "status" : "current",
            "description" :
                """The (conceptual) table listing the non-interface specific
(*,G) state that PIM has.""",
            "reference" :
                """RFC 4601 section 4.1.3""",
        }, # table
        "pimStarGEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1",
            "status" : "current",
            "linkage" : [
                "pimStarGAddressType",
                "pimStarGGrpAddress",
            ],
            "description" :
                """An entry (conceptual row) in the pimStarGTable.""",
        }, # row
        "pimStarGAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "noaccess",
            "description" :
                """The address type of this multicast group.""",
        }, # column
        "pimStarGGrpAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The multicast group address.  The InetAddressType is given
by the pimStarGAddressType object.""",
        }, # column
        "pimStarGUpTime" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time since this entry was created by the local router.""",
        }, # column
        "pimStarGPimMode" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "parent module" : {
                        "name" : "PIM-STD-MIB",
                        "type" : "PimMode",
                    },
                    "asm" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "bidir" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """Whether this entry represents an ASM (Any Source Multicast,
used with PIM-SM) or BIDIR-PIM group.""",
        }, # column
        "pimStarGRPAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """The address type of the Rendezvous Point (RP), or
unknown(0) if the RP address is unknown.""",
        }, # column
        "pimStarGRPAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The address of the Rendezvous Point (RP) for the group.
The InetAddressType is given by the pimStarGRPAddressType.""",
        }, # column
        "pimStarGPimModeOrigin" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"PIM-STD-MIB", "name" : "PimGroupMappingOriginType"},
            },
            "access" : "readonly",
            "description" :
                """The mechanism by which the PIM mode and RP for the group
were learned.""",
        }, # column
        "pimStarGRPIsLocal" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Whether the local router is the RP for the group.""",
        }, # column
        "pimStarGUpstreamJoinState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.9",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "notJoined" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "joined" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """Whether the local router should join the RP tree for the
group.  This corresponds to the state of the upstream (*,G)
state machine in the PIM-SM specification.""",
            "reference" :
                """RFC 4601 section 4.5.6""",
        }, # column
        "pimStarGUpstreamJoinTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.10",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time remaining before the local router next sends a
periodic (*,G) Join message on pimStarGRPFIfIndex.  This
timer is called the (*,G) Upstream Join Timer in the PIM-SM
specification.  This object is zero if the timer is not
running.""",
            "reference" :
                """RFC 4601 section 4.10""",
        }, # column
        "pimStarGUpstreamNeighborType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.11",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """The primary address type of the upstream neighbor, or



unknown(0) if the upstream neighbor address is unknown or is
not a PIM neighbor.""",
        }, # column
        "pimStarGUpstreamNeighbor" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.12",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The primary address of the neighbor on pimStarGRPFIfIndex
that the local router is sending periodic (*,G) Join
messages to.  The InetAddressType is given by the
pimStarGUpstreamNeighborType object.  This address is called
RPF'(*,G) in the PIM-SM specification.""",
            "reference" :
                """RFC 4601 section 4.1.6""",
        }, # column
        "pimStarGRPFIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.13",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndexOrZero"},
            },
            "access" : "readonly",
            "description" :
                """The value of ifIndex for the Reverse Path Forwarding
(RPF) interface towards the RP, or zero if the RPF
interface is unknown.""",
        }, # column
        "pimStarGRPFNextHopType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.14",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """The address type of the RPF next hop towards the RP, or
unknown(0) if the RPF next hop is unknown.""",
        }, # column
        "pimStarGRPFNextHop" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.15",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The address of the RPF next hop towards the RP.  The
InetAddressType is given by the pimStarGRPFNextHopType
object.  This address is called MRIB.next_hop(RP(G))
in the PIM-SM specification.""",
            "reference" :
                """RFC 4601 section 4.5.5""",
        }, # column
        "pimStarGRPFRouteProtocol" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.16",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IANA-RTPROTO-MIB", "name" : "IANAipRouteProtocol"},
            },
            "access" : "readonly",
            "description" :
                """The routing mechanism via which the route used to find the
RPF interface towards the RP was learned.""",
        }, # column
        "pimStarGRPFRouteAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.17",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The IP address that, when combined with the corresponding
value of pimStarGRPFRoutePrefixLength, identifies the route
used to find the RPF interface towards the RP.  The
InetAddressType is given by the pimStarGRPFNextHopType
object.

This address object is only significant up to
pimStarGRPFRoutePrefixLength bits.  The remainder of the
address bits are zero.""",
        }, # column
        "pimStarGRPFRoutePrefixLength" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.18",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressPrefixLength"},
            },
            "access" : "readonly",
            "description" :
                """The prefix length that, when combined with the
corresponding value of pimStarGRPFRouteAddress, identifies
the route used to find the RPF interface towards the RP.
The InetAddressType is given by the pimStarGRPFNextHopType
object.""",
        }, # column
        "pimStarGRPFRouteMetricPref" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.19",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The metric preference of the route used to find the RPF
interface towards the RP.""",
        }, # column
        "pimStarGRPFRouteMetric" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.4.1.20",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readonly",
            "description" :
                """The routing metric of the route used to find the RPF
interface towards the RP.""",
        }, # column
        "pimStarGITable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5",
            "status" : "current",
            "description" :
                """The (conceptual) table listing the interface-specific (*,G)
state that PIM has.""",
            "reference" :
                """RFC 4601 section 4.1.3""",
        }, # table
        "pimStarGIEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1",
            "status" : "current",
            "linkage" : [
                "pimStarGAddressType",
                "pimStarGGrpAddress",
                "pimStarGIIfIndex",
            ],
            "description" :
                """An entry (conceptual row) in the pimStarGITable.""",
        }, # row
        "pimStarGIIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
            },
            "access" : "noaccess",
            "description" :
                """The ifIndex of the interface that this entry corresponds
to.""",
        }, # column
        "pimStarGIUpTime" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time since this entry was created by the local router.""",
        }, # column
        "pimStarGILocalMembership" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Whether the local router has (*,G) local membership on this
interface (resulting from a mechanism such as IGMP or MLD).
This corresponds to local_receiver_include(*,G,I) in the
PIM-SM specification.""",
            "reference" :
                """RFC 3376, RFC 3810, and RFC 4601 section 4.1.6""",
        }, # column
        "pimStarGIJoinPruneState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "noInfo" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "join" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "prunePending" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The state resulting from (*,G) Join/Prune messages
received on this interface.  This corresponds to the state
of the downstream per-interface (*,G) state machine in the
PIM-SM specification.""",
            "reference" :
                """RFC 4601 section 4.5.2""",
        }, # column
        "pimStarGIPrunePendingTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time remaining before the local router acts on a (*,G)
Prune message received on this interface, during which the
router is waiting to see whether another downstream router
will override the Prune message.  This timer is called the
(*,G) Prune-Pending Timer in the PIM-SM specification.  This
object is zero if the timer is not running.""",
            "reference" :
                """RFC 4601 section 4.5.1""",
        }, # column
        "pimStarGIJoinExpiryTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time remaining before (*,G) Join state for this
interface expires.  This timer is called the (*,G) Join
Expiry Timer in the PIM-SM specification.  This object is
zero if the timer is not running.  A value of 'FFFFFFFF'h
indicates an infinite expiry time.""",
            "reference" :
                """RFC 4601 section 4.10""",
        }, # column
        "pimStarGIAssertState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.7",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "noInfo" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "iAmAssertWinner" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "iAmAssertLoser" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The (*,G) Assert state for this interface.  This
corresponds to the state of the per-interface (*,G) Assert
state machine in the PIM-SM specification.  If
pimStarGPimMode is 'bidir', this object must be 'noInfo'.""",
            "reference" :
                """RFC 4601 section 4.6.2""",
        }, # column
        "pimStarGIAssertTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """If pimStarGIAssertState is 'iAmAssertWinner', this is the
time remaining before the local router next sends a (*,G)
Assert message on this interface.  If pimStarGIAssertState
is 'iAmAssertLoser', this is the time remaining before the



(*,G) Assert state expires.  If pimStarGIAssertState is
'noInfo', this is zero.  This timer is called the (*,G)
Assert Timer in the PIM-SM specification.""",
            "reference" :
                """RFC 4601 section 4.6.2""",
        }, # column
        "pimStarGIAssertWinnerAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """If pimStarGIAssertState is 'iAmAssertLoser', this is the
address type of the assert winner; otherwise, this object is
unknown(0).""",
        }, # column
        "pimStarGIAssertWinnerAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.10",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """If pimStarGIAssertState is 'iAmAssertLoser', this is the
address of the assert winner.  The InetAddressType is given
by the pimStarGIAssertWinnerAddressType object.""",
        }, # column
        "pimStarGIAssertWinnerMetricPref" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.11",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """If pimStarGIAssertState is 'iAmAssertLoser', this is the
metric preference of the route to the RP advertised by the
assert winner; otherwise, this object is zero.""",
        }, # column
        "pimStarGIAssertWinnerMetric" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.5.1.12",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readonly",
            "description" :
                """If pimStarGIAssertState is 'iAmAssertLoser', this is the
routing metric of the route to the RP advertised by the
assert winner; otherwise, this object is zero.""",
        }, # column
        "pimSGTable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6",
            "status" : "current",
            "description" :
                """The (conceptual) table listing the non-interface specific
(S,G) state that PIM has.""",
            "reference" :
                """RFC 4601 section 4.1.4""",
        }, # table
        "pimSGEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1",
            "status" : "current",
            "linkage" : [
                "pimSGAddressType",
                "pimSGGrpAddress",
                "pimSGSrcAddress",
            ],
            "description" :
                """An entry (conceptual row) in the pimSGTable.""",
        }, # row
        "pimSGAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "noaccess",
            "description" :
                """The address type of the source and multicast group for this
entry.""",
        }, # column
        "pimSGGrpAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The multicast group address for this entry.  The
InetAddressType is given by the pimSGAddressType object.""",
        }, # column
        "pimSGSrcAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The source address for this entry.  The InetAddressType is
given by the pimSGAddressType object.""",
        }, # column
        "pimSGUpTime" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time since this entry was created by the local router.""",
        }, # column
        "pimSGPimMode" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.5",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "parent module" : {
                        "name" : "PIM-STD-MIB",
                        "type" : "PimMode",
                    },
                    "ssm" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "asm" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """Whether pimSGGrpAddress is an SSM (Source Specific
Multicast, used with PIM-SM) or ASM (Any Source Multicast,
used with PIM-SM) group.""",
            "reference" :
                """RFC 4601 section 4.5.2, RFC 3569, and
'IP Multicast MIB' (August 2007) ipMcastSsmRangeTable""",
        }, # column
        "pimSGUpstreamJoinState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "notJoined" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "joined" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """Whether the local router should join the shortest-path tree
for the source and group represented by this entry.  This
corresponds to the state of the upstream (S,G) state machine
in the PIM-SM specification.""",
            "reference" :
                """RFC 4601 section 4.5.7""",
        }, # column
        "pimSGUpstreamJoinTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time remaining before the local router next sends a
periodic (S,G) Join message on pimSGRPFIfIndex.  This timer
is called the (S,G) Upstream Join Timer in the PIM-SM
specification.  This object is zero if the timer is not
running.""",
            "reference" :
                """RFC 4601 sections 4.10 and 4.11""",
        }, # column
        "pimSGUpstreamNeighbor" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.8",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The primary address of the neighbor on pimSGRPFIfIndex that
the local router is sending periodic (S,G) Join messages to.
This is zero if the RPF next hop is unknown or is not a
PIM neighbor.  The InetAddressType is given by the
pimSGAddressType object.  This address is called RPF'(S,G)
in the PIM-SM specification.""",
            "reference" :
                """RFC 4601 section 4.1.6""",
        }, # column
        "pimSGRPFIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndexOrZero"},
            },
            "access" : "readonly",
            "description" :
                """The value of ifIndex for the RPF interface towards the
source, or zero if the RPF interface is unknown.""",
        }, # column
        "pimSGRPFNextHopType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.10",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """The address type of the RPF next hop towards the source, or
unknown(0) if the RPF next hop is unknown.""",
        }, # column
        "pimSGRPFNextHop" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.11",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The address of the RPF next hop towards the source.  The
InetAddressType is given by the pimSGRPFNextHopType.  This
address is called MRIB.next_hop(S) in the PIM-SM
specification.""",
            "reference" :
                """RFC 4601 section 4.5.5""",
        }, # column
        "pimSGRPFRouteProtocol" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.12",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IANA-RTPROTO-MIB", "name" : "IANAipRouteProtocol"},
            },
            "access" : "readonly",
            "description" :
                """The routing mechanism via which the route used to find the
RPF interface towards the source was learned.""",
        }, # column
        "pimSGRPFRouteAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.13",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The IP address that, when combined with the corresponding
value of pimSGRPFRoutePrefixLength, identifies the route
used to find the RPF interface towards the source.  The
InetAddressType is given by the pimSGRPFNextHopType object.

This address object is only significant up to



pimSGRPFRoutePrefixLength bits.  The remainder of the
address bits are zero.""",
        }, # column
        "pimSGRPFRoutePrefixLength" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.14",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressPrefixLength"},
            },
            "access" : "readonly",
            "description" :
                """The prefix length that, when combined with the
corresponding value of pimSGRPFRouteAddress, identifies the
route used to find the RPF interface towards the source.
The InetAddressType is given by the pimSGRPFNextHopType
object.""",
        }, # column
        "pimSGRPFRouteMetricPref" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.15",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The metric preference of the route used to find the RPF
interface towards the source.""",
        }, # column
        "pimSGRPFRouteMetric" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.16",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readonly",
            "description" :
                """The routing metric of the route used to find the RPF
interface towards the source.""",
        }, # column
        "pimSGSPTBit" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.17",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Whether the SPT bit is set; and therefore whether
forwarding is taking place on the shortest-path tree.""",
        }, # column
        "pimSGKeepaliveTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.18",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time remaining before this (S,G) state expires, in
the absence of explicit (S,G) local membership or (S,G)
Join messages received to maintain it.  This timer is
called the (S,G) Keepalive Timer in the PIM-SM
specification.""",
            "reference" :
                """RFC 4601 section 4.1.4""",
        }, # column
        "pimSGDRRegisterState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.19",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "noInfo" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "join" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "joinPending" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "prune" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """Whether the local router should encapsulate (S,G) data
packets in Register messages and send them to the RP.  This
corresponds to the state of the per-(S,G) Register state
machine in the PIM-SM specification.  This object is always
'noInfo' unless pimSGPimMode is 'asm'.""",
            "reference" :
                """RFC 4601 section 4.4.1""",
        }, # column
        "pimSGDRRegisterStopTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.20",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """If pimSGDRRegisterState is 'prune', this is the time
remaining before the local router sends a Null-Register
message to the RP.  If pimSGDRRegisterState is
'joinPending', this is the time remaining before the local
router resumes encapsulating data packets and sending them
to the RP.  Otherwise, this is zero.  This timer is called
the Register-Stop Timer in the PIM-SM specification.""",
            "reference" :
                """RFC 4601 section 4.4""",
        }, # column
        "pimSGRPRegisterPMBRAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.21",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """The address type of the first PIM Multicast Border Router
to send a Register message with the Border bit set.  This



object is unknown(0) if the local router is not the RP for
the group.""",
        }, # column
        "pimSGRPRegisterPMBRAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.22",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The IP address of the first PIM Multicast Border Router to
send a Register message with the Border bit set.  The
InetAddressType is given by the
pimSGRPRegisterPMBRAddressType object.""",
        }, # column
        "pimSGUpstreamPruneState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.23",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "forwarding" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "ackpending" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "pruned" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """Whether the local router has pruned itself from the tree.
This corresponds to the state of the upstream prune (S,G)
state machine in the PIM-DM specification.  This object is
used only by PIM-DM.""",
            "reference" :
                """RFC 3973 section 4.4.1""",
        }, # column
        "pimSGUpstreamPruneLimitTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.24",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time remaining before the local router may send a (S,G)
Prune message on pimSGRPFIfIndex.  This timer is called the
(S,G) Prune Limit Timer in the PIM-DM specification.  This
object is zero if the timer is not running.  This object is
used only by PIM-DM.""",
            "reference" :
                """RFC 2973 section 4.8""",
        }, # column
        "pimSGOriginatorState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.25",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "notOriginator" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "originator" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """Whether the router is an originator for an (S,G) message
flow.  This corresponds to the state of the per-(S,G)
Originator state machine in the PIM-DM specification.  This
object is used only by PIM-DM.""",
            "reference" :
                """RFC 3973 section 4.5.2""",
        }, # column
        "pimSGSourceActiveTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.26",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """If pimSGOriginatorState is 'originator', this is the time
remaining before the local router reverts to a notOriginator
state.  Otherwise, this is zero.  This timer is called the
Source Active Timer in the PIM-DM specification.  This
object is used only by PIM-DM.""",
            "reference" :
                """RFC 3973 section 4.8""",
        }, # column
        "pimSGStateRefreshTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.6.1.27",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """If pimSGOriginatorState is 'originator', this is the time
remaining before the local router sends a State Refresh
message.  Otherwise, this is zero.  This timer is called the
State Refresh Timer in the PIM-DM specification.  This
object is used only by PIM-DM.""",
            "reference" :
                """RFC 3973 section 4.8""",
        }, # column
        "pimSGITable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7",
            "status" : "current",
            "description" :
                """The (conceptual) table listing the interface-specific (S,G)
state that PIM has.""",
            "reference" :
                """RFC 4601 section 4.1.4""",
        }, # table
        "pimSGIEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1",
            "status" : "current",
            "linkage" : [
                "pimSGAddressType",
                "pimSGGrpAddress",
                "pimSGSrcAddress",
                "pimSGIIfIndex",
            ],
            "description" :
                """An entry (conceptual row) in the pimSGITable.""",
        }, # row
        "pimSGIIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
            },
            "access" : "noaccess",
            "description" :
                """The ifIndex of the interface that this entry corresponds
to.""",
        }, # column
        "pimSGIUpTime" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time since this entry was created by the local router.""",
        }, # column
        "pimSGILocalMembership" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Whether the local router has (S,G) local membership on this
interface (resulting from a mechanism such as IGMP or MLD).
This corresponds to local_receiver_include(S,G,I) in the
PIM-SM specification.""",
            "reference" :
                """RFC 3376, RFC 3810, RFC 4601 sections 4.1.6, 4.6.1, and
4.6.2""",
        }, # column
        "pimSGIJoinPruneState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "noInfo" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "join" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "prunePending" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The state resulting from (S,G) Join/Prune messages
received on this interface.  This corresponds to the state
of the downstream per-interface (S,G) state machine in the
PIM-SM and PIM-DM specification.""",
            "reference" :
                """RFC 4601 section 4.5.3 and RFC 3973 section 4.4.2""",
        }, # column
        "pimSGIPrunePendingTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time remaining before the local router acts on an (S,G)
Prune message received on this interface, during which the
router is waiting to see whether another downstream router
will override the Prune message.  This timer is called the
(S,G) Prune-Pending Timer in the PIM-SM specification.  This
object is zero if the timer is not running.""",
            "reference" :
                """RFC 4601 sections 4.5.3 and 4.5.4""",
        }, # column
        "pimSGIJoinExpiryTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time remaining before (S,G) Join state for this



interface expires.  This timer is called the (S,G) Join
Expiry Timer in the PIM-SM specification.  This object is
zero if the timer is not running.  A value of 'FFFFFFFF'h
indicates an infinite expiry time.  This timer is called the
(S,G) Prune Timer in the PIM-DM specification.""",
            "reference" :
                """RFC 4601 section 4.10 and RFC 3973 section 4.8""",
        }, # column
        "pimSGIAssertState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.7",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "noInfo" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "iAmAssertWinner" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "iAmAssertLoser" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The (S,G) Assert state for this interface.  This
corresponds to the state of the per-interface (S,G) Assert
state machine in the PIM-SM specification.""",
            "reference" :
                """RFC 4601 section 4.6.1""",
        }, # column
        "pimSGIAssertTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """If pimSGIAssertState is 'iAmAssertWinner', this is the time
remaining before the local router next sends a (S,G) Assert
message on this interface.  If pimSGIAssertState is
'iAmAssertLoser', this is the time remaining before the
(S,G) Assert state expires.  If pimSGIAssertState is
'noInfo', this is zero.  This timer is called the (S,G)
Assert Timer in the PIM-SM specification.""",
            "reference" :
                """RFC 4601 section 4.6.1""",
        }, # column
        "pimSGIAssertWinnerAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """If pimSGIAssertState is 'iAmAssertLoser', this is the
address type of the assert winner; otherwise, this object is
unknown(0).""",
        }, # column
        "pimSGIAssertWinnerAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.10",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """If pimSGIAssertState is 'iAmAssertLoser', this is the
address of the assert winner.  The InetAddressType is given
by the pimSGIAssertWinnerAddressType object.""",
        }, # column
        "pimSGIAssertWinnerMetricPref" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.11",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """If pimSGIAssertState is 'iAmAssertLoser', this is the
metric preference of the route to the source advertised by
the assert winner; otherwise, this object is zero.""",
        }, # column
        "pimSGIAssertWinnerMetric" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.7.1.12",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readonly",
            "description" :
                """If pimSGIAssertState is 'iAmAssertLoser', this is the
routing metric of the route to the source advertised by the
assert winner; otherwise, this object is zero.""",
        }, # column
        "pimSGRptTable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.8",
            "status" : "current",
            "description" :
                """The (conceptual) table listing the non-interface specific
(S,G,rpt) state that PIM has.""",
            "reference" :
                """RFC 4601 section 4.1.5""",
        }, # table
        "pimSGRptEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.8.1",
            "status" : "current",
            "linkage" : [
                "pimStarGAddressType",
                "pimStarGGrpAddress",
                "pimSGRptSrcAddress",
            ],
            "description" :
                """An entry (conceptual row) in the pimSGRptTable.""",
        }, # row
        "pimSGRptSrcAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.8.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The source address for this entry.  The InetAddressType is
given by the pimStarGAddressType object.""",
        }, # column
        "pimSGRptUpTime" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.8.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time since this entry was created by the local router.""",
        }, # column
        "pimSGRptUpstreamPruneState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.8.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "rptNotJoined" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "pruned" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "notPruned" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """Whether the local router should prune the source off the RP
tree.  This corresponds to the state of the upstream
(S,G,rpt) state machine for triggered messages in the PIM-SM
specification.""",
            "reference" :
                """RFC 4601 section 4.5.9""",
        }, # column
        "pimSGRptUpstreamOverrideTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.8.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time remaining before the local router sends a
triggered (S,G,rpt) Join message on pimStarGRPFIfIndex.
This timer is called the (S,G,rpt) Upstream Override Timer
in the PIM-SM specification.  This object is zero if the
timer is not running.""",
            "reference" :
                """RFC 4601 section 4.5.9""",
        }, # column
        "pimSGRptITable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.9",
            "status" : "current",
            "description" :
                """The (conceptual) table listing the interface-specific
(S,G,rpt) state that PIM has.""",
            "reference" :
                """RFC 4601 section 4.1.5""",
        }, # table
        "pimSGRptIEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.9.1",
            "status" : "current",
            "linkage" : [
                "pimStarGAddressType",
                "pimStarGGrpAddress",
                "pimSGRptSrcAddress",
                "pimSGRptIIfIndex",
            ],
            "description" :
                """An entry (conceptual row) in the pimSGRptITable.""",
        }, # row
        "pimSGRptIIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.9.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
            },
            "access" : "noaccess",
            "description" :
                """The ifIndex of the interface that this entry corresponds
to.""",
        }, # column
        "pimSGRptIUpTime" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.9.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time since this entry was created by the local router.""",
        }, # column
        "pimSGRptILocalMembership" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.9.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Whether the local router has both (*,G) include local
membership and (S,G) exclude local membership on this
interface (resulting from a mechanism such as IGMP or MLD).
This corresponds to local_receiver_exclude(S,G,I) in the
PIM-SM specification.""",
            "reference" :
                """RFC 3376, RFC 3810, RFC 4601 section 4.1.6""",
        }, # column
        "pimSGRptIJoinPruneState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.9.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "noInfo" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "prune" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "prunePending" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The state resulting from (S,G,rpt) Join/Prune messages
received on this interface.  This corresponds to the state
of the downstream per-interface (S,G,rpt) state machine in
the PIM-SM specification.""",
            "reference" :
                """RFC 4601 section 4.5.4""",
        }, # column
        "pimSGRptIPrunePendingTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.9.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time remaining before the local router starts pruning
this source off the RP tree.  This timer is called the
(S,G,rpt) Prune-Pending Timer in the PIM-SM specification.
This object is zero if the timer is not running.""",
            "reference" :
                """RFC 4601 section 4.5.4""",
        }, # column
        "pimSGRptIPruneExpiryTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.9.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time remaining before (S,G,rpt) Prune state for this
interface expires.  This timer is called the (S,G,rpt)
Prune Expiry Timer in the PIM-SM specification.  This object
is zero if the timer is not running.  A value of 'FFFFFFFF'h
indicates an infinite expiry time.""",
            "reference" :
                """RFC 4601 section 4.5.4""",
        }, # column
        "pimBidirDFElectionTable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10",
            "status" : "current",
            "description" :
                """The (conceptual) table listing the per-RP Designated
Forwarder (DF) Election state for each interface for all the
RPs in BIDIR mode.""",
            "reference" :
                """RFC 5015 section 3.5""",
        }, # table
        "pimBidirDFElectionEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10.1",
            "status" : "current",
            "linkage" : [
                "pimBidirDFElectionAddressType",
                "pimBidirDFElectionRPAddress",
                "pimBidirDFElectionIfIndex",
            ],
            "description" :
                """An entry (conceptual row) in the pimBidirDFElectionTable.""",
        }, # row
        "pimBidirDFElectionAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "noaccess",
            "description" :
                """The address type of the RP for which the DF state is being
maintained.""",
        }, # column
        "pimBidirDFElectionRPAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The IP address of the RP for which the DF state is being
maintained.  The InetAddressType is given by the
pimBidirDFElectionAddressType object.""",
        }, # column
        "pimBidirDFElectionIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
            },
            "access" : "noaccess",
            "description" :
                """The value of ifIndex for the interface for which the DF
state is being maintained.""",
        }, # column
        "pimBidirDFElectionWinnerAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """The primary address type of the winner of the DF Election
process.  A value of unknown(0) indicates there is currently



no DF.""",
        }, # column
        "pimBidirDFElectionWinnerAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10.1.5",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The primary IP address of the winner of the DF Election
process.  The InetAddressType is given by the
pimBidirDFElectionWinnerAddressType object.""",
        }, # column
        "pimBidirDFElectionWinnerUpTime" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The time since the current winner (last) became elected as
the DF for this RP.""",
        }, # column
        "pimBidirDFElectionWinnerMetricPref" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readonly",
            "description" :
                """The metric preference advertised by the DF Winner, or zero
if there is currently no DF.""",
        }, # column
        "pimBidirDFElectionWinnerMetric" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readonly",
            "description" :
                """The metric advertised by the DF Winner, or zero if there is
currently no DF.""",
        }, # column
        "pimBidirDFElectionState" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10.1.9",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "dfOffer" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "dfLose" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "dfWinner" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "dfBackoff" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The state of this interface with respect to DF-Election for
this RP.  The states correspond to the ones defined in the
BIDIR-PIM specification.""",
            "reference" :
                """RFC 5015 section 3.5.3.1""",
        }, # column
        "pimBidirDFElectionStateTimer" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.10.1.10",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"},
            },
            "access" : "readonly",
            "description" :
                """The minimum time remaining after which the local router
will expire the current DF state represented by
pimBidirDFElectionState.""",
        }, # column
        "pimStaticRPTable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.11",
            "status" : "current",
            "description" :
                """This table is used to manage static configuration of RPs.

If the group prefixes configured for two or more rows in
this table overlap, the row with the greatest value of
pimStaticRPGrpPrefixLength is used for the overlapping
range.""",
            "reference" :
                """RFC 4601 section 3.7""",
        }, # table
        "pimStaticRPEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.11.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "pimStaticRPAddressType",
                "pimStaticRPGrpAddress",
                "pimStaticRPGrpPrefixLength",
            ],
            "description" :
                """An entry (conceptual row) in the pimStaticRPTable.  This
entry is preserved on agent restart.""",
        }, # row
        "pimStaticRPAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.11.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "noaccess",
            "description" :
                """The address type of this entry.""",
        }, # column
        "pimStaticRPGrpAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.11.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The multicast group address that, when combined with
pimStaticRPGrpPrefixLength, gives the group prefix for this
entry.  The InetAddressType is given by the
pimStaticRPAddressType object.

This address object is only significant up to
pimStaticRPGrpPrefixLength bits.  The remainder of the
address bits are zero.  This is especially important for
this index field, which is part of the index of this entry.
Any non-zero bits would signify an entirely different
entry.""",
        }, # column
        "pimStaticRPGrpPrefixLength" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.11.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddressPrefixLength",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "128"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "128"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The multicast group prefix length that, when combined
with pimStaticRPGrpAddress, gives the group prefix for this
entry.  The InetAddressType is given by the
pimStaticRPAddressType object.  If pimStaticRPAddressType is
'ipv4' or 'ipv4z', this object must be in the range 4..32.



If pimStaticRPGrpAddressType is 'ipv6' or 'ipv6z', this
object must be in the range 8..128.""",
        }, # column
        "pimStaticRPRPAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.11.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The IP address of the RP to be used for groups within this
group prefix.  The InetAddressType is given by the
pimStaticRPAddressType object.""",
        }, # column
        "pimStaticRPPimMode" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.11.1.5",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "parent module" : {
                        "name" : "PIM-STD-MIB",
                        "type" : "PimMode",
                    },
                    "ssm" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "asm" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "bidir" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "asm",
            "description" :
                """The PIM mode to be used for groups in this group prefix.

If this object is set to ssm(2), then pimStaticRPRPAddress
must be set to zero.  No RP operations are ever possible for
PIM Mode SSM.""",
            "reference" :
                """RFC 4601 section 3.7, RFC 3569, and
'IP Multicast MIB' (August 2007) ipMcastSsmRangeTable""",
        }, # column
        "pimStaticRPOverrideDynamic" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.11.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "default" : "false",
            "description" :
                """Whether this static RP configuration will override other
group mappings in this group prefix.  If this object is
TRUE, then it will override:

-  RP information learned dynamically for groups in this
group prefix.

-  RP information configured in pimStaticRPTable with
pimStaticRPOverrideDynamic set to FALSE.

See pimGroupMappingTable for details.""",
        }, # column
        "pimStaticRPPrecedence" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.11.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readwrite",
            "description" :
                """The value for pimGroupMappingPrecedence to be used for this
static RP configuration.  This allows fine control over
which configuration is overridden by this static
configuration.

If pimStaticRPOverrideDynamic is set to TRUE, all dynamic RP
configuration is overridden by this static configuration,
whatever the value of this object.

The absolute values of this object have a significance only
on the local router and do not need to be coordinated with
other routers.  A setting of this object may have different
effects when applied to other routers.

Do not use this object unless fine control of static RP
behavior on the local router is required.""",
        }, # column
        "pimStaticRPRowStatus" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.11.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """The status of this row, by which rows in this table can
be created and destroyed.

This status object cannot be set to active(1) before a valid
value has been written to pimStaticRPRPAddress.

All writeable objects in this entry can be modified when the
status of this entry is active(1).""",
        }, # column
        "pimStaticRPStorageType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.11.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
            },
            "access" : "readwrite",
            "default" : "nonVolatile",
            "description" :
                """The storage type for this row.  Rows having the value
'permanent' need not allow write-access to any columnar
objects in the row.""",
        }, # column
        "pimAnycastRPSetTable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.12",
            "status" : "current",
            "description" :
                """This table is used to manage Anycast-RP via PIM Register
messages, as opposed to via other protocols such as MSDP
(Multicast Source Discovery Protocol).

Entries must be configured in this table if and only if the
local router is a member of one or more Anycast-RP sets,
that is, one or more Anycast-RP addresses are assigned to
the local router.  Note that if using static RP
configuration, this is in addition to, not instead of, the
pimStaticRPTable entries that must be configured for the
Anycast-RPs.

The set of rows with the same values of both
pimAnycastRPSetAddressType and pimAnycastRPSetAnycastAddress
corresponds to the Anycast-RP set for that Anycast-RP
address.

When an Anycast-RP set configuration is active, one entry
per pimAnycastRPSetAnycastAddress corresponds to the local
router.  The local router is identified by the
pimAnycastRpSetLocalRouter object.  That entry determines
the source address used by the local router when forwarding
PIM Register messages within the Anycast-RP set.""",
            "reference" :
                """RFC 4610, RFC 3618""",
        }, # table
        "pimAnycastRPSetEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.12.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "pimAnycastRPSetAddressType",
                "pimAnycastRPSetAnycastAddress",
                "pimAnycastRPSetRouterAddress",
            ],
            "description" :
                """An entry corresponds to a single router within a particular
Anycast-RP set.  This entry is preserved on agent restart.""",
        }, # row
        "pimAnycastRPSetAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.12.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "noaccess",
            "description" :
                """The address type of the Anycast-RP address and router
address.""",
        }, # column
        "pimAnycastRPSetAnycastAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.12.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The Anycast-RP address.  The InetAddressType is given by
the pimAnycastRPSetAddressType object.""",
        }, # column
        "pimAnycastRPSetRouterAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.12.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The address of a router that is a member of the Anycast-RP
set.  The InetAddressType is given by the
pimAnycastRPSetAddressType object.

This address differs from pimAnycastRPSetAnycastAddress.
Equal values for these two addresses in a single entry are
not permitted.  That would cause a Register loop.""",
        }, # column
        "pimAnycastRPSetLocalRouter" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.12.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """Whether this entry corresponds to the local router.""",
        }, # column
        "pimAnycastRPSetRowStatus" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.12.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """The status of this row, by which rows in this table can
be created and destroyed.

This status object can be set to active(1) without setting
any other columnar objects in this entry.

All writeable objects in this entry can be modified when the
status of this entry is active(1).""",
        }, # column
        "pimAnycastRPSetStorageType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.12.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
            },
            "access" : "readwrite",
            "default" : "nonVolatile",
            "description" :
                """The storage type for this row.  Rows having the value
'permanent' need not allow write-access to any columnar
objects in the row.""",
        }, # column
        "pimGroupMappingTable" : {
            "nodetype" : "table",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.13",
            "status" : "current",
            "description" :
                """The (conceptual) table listing mappings from multicast
group prefixes to the PIM mode and RP address to use for
groups within that group prefix.

Rows in this table are created for a variety of reasons,
indicated by the value of the pimGroupMappingOrigin object.

-  Rows with a pimGroupMappingOrigin value of 'fixed' are
   created automatically by the router at startup, to
   correspond to the well-defined prefixes of link-local and
   unroutable group addresses.  These rows are never
   destroyed.




-  Rows with a pimGroupMappingOrigin value of 'embedded' are
   created by the router to correspond to group prefixes
   that are to be treated as being in Embedded-RP format.

-  Rows with a pimGroupMappingOrigin value of 'configRp' are
   created and destroyed as a result of rows in the
   pimStaticRPTable being created and destroyed.

-  Rows with a pimGroupMappingOrigin value of 'configSsm'
   are created and destroyed as a result of configuration of
   SSM address ranges to the local router.

-  Rows with a pimGroupMappingOrigin value of 'bsr' are
   created as a result of running the PIM Bootstrap Router
   (BSR) mechanism.  If the local router is not the elected
   BSR, these rows are created to correspond to group
   prefixes in the PIM Bootstrap messages received from the
   elected BSR.  If the local router is the elected BSR,
   these rows are created to correspond to group prefixes in
   the PIM Bootstrap messages that the local router sends.
   In either case, these rows are destroyed when the group
   prefixes are timed out by the BSR mechanism.

-  Rows with a pimGroupMappingOrigin value of 'other' are
   created and destroyed according to some other mechanism
   not specified here.

Given the collection of rows in this table at any point in
time, the PIM mode and RP address to use for a particular
group is determined using the following algorithm.

1. From the set of all rows, the subset whose group prefix
   contains the group in question are selected.

2. If there are no such rows, then the group mapping is
   undefined.

3. If there are multiple selected rows, and a subset is
   defined by pimStaticRPTable (pimGroupMappingOrigin value
   of 'configRp') with pimStaticRPOverrideDynamic set to
   TRUE, then this subset is selected.

4. From the selected subset of rows, the subset that have
   the greatest value of pimGroupMappingGrpPrefixLength are
   selected.

5. If there are still multiple selected rows, the subset
   that has the highest precedence (the lowest numerical



   value for pimGroupMappingPrecedence) is selected.

6. If there are still multiple selected rows, the row
   selected is implementation dependent; the implementation
   might or might not apply the PIM hash function to select
   the row.

7. The group mode to use is given by the value of
   pimGroupMappingPimMode from the single selected row; the
   RP to use is given by the value of
   pimGroupMappingRPAddress, unless pimGroupMappingOrigin is
   'embedded', in which case, the RP is extracted from the
   group address in question.""",
            "reference" :
                """RFC 4601 section 3.7, RFC 3956, and RFC 4610""",
        }, # table
        "pimGroupMappingEntry" : {
            "nodetype" : "row",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.13.1",
            "status" : "current",
            "linkage" : [
                "pimGroupMappingOrigin",
                "pimGroupMappingAddressType",
                "pimGroupMappingGrpAddress",
                "pimGroupMappingGrpPrefixLength",
                "pimGroupMappingRPAddressType",
                "pimGroupMappingRPAddress",
            ],
            "description" :
                """An entry (conceptual row) in the pimGroupMappingTable.""",
        }, # row
        "pimGroupMappingOrigin" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.13.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"PIM-STD-MIB", "name" : "PimGroupMappingOriginType"},
            },
            "access" : "noaccess",
            "description" :
                """The mechanism by which this group mapping was learned.""",
        }, # column
        "pimGroupMappingAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.13.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "noaccess",
            "description" :
                """The address type of the IP multicast group prefix.""",
        }, # column
        "pimGroupMappingGrpAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.13.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The IP multicast group address that, when combined with
pimGroupMappingGrpPrefixLength, gives the group prefix for
this mapping.  The InetAddressType is given by the
pimGroupMappingAddressType object.

This address object is only significant up to
pimGroupMappingGrpPrefixLength bits.  The remainder of the
address bits are zero.  This is especially important for
this index field, which is part of the index of this entry.
Any non-zero bits would signify an entirely different
entry.""",
        }, # column
        "pimGroupMappingGrpPrefixLength" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.13.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddressPrefixLength",
                    },
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "128"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "128"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The multicast group prefix length that, when combined
with pimGroupMappingGrpAddress, gives the group prefix for
this mapping.  The InetAddressType is given by the
pimGroupMappingAddressType object.  If
pimGroupMappingAddressType is 'ipv4' or 'ipv4z', this
object must be in the range 4..32.  If
pimGroupMappingAddressType is 'ipv6' or 'ipv6z', this object
must be in the range 8..128.""",
        }, # column
        "pimGroupMappingRPAddressType" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.13.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "noaccess",
            "description" :
                """The address type of the RP to be used for groups within
this group prefix, or unknown(0) if no RP is to be used or



if the RP address is unknown.  This object must be
unknown(0) if pimGroupMappingPimMode is ssm(2), or if
pimGroupMappingOrigin is embedded(6).""",
        }, # column
        "pimGroupMappingRPAddress" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.13.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The IP address of the RP to be used for groups within this
group prefix.  The InetAddressType is given by the
pimGroupMappingRPAddressType object.""",
        }, # column
        "pimGroupMappingPimMode" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.13.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"PIM-STD-MIB", "name" : "PimMode"},
            },
            "access" : "readonly",
            "description" :
                """The PIM mode to be used for groups in this group prefix.""",
        }, # column
        "pimGroupMappingPrecedence" : {
            "nodetype" : "column",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.13.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"", "name" : "Unsigned32"},
            },
            "access" : "readonly",
            "description" :
                """The precedence of this row, used in the algorithm that
determines which row applies to a given group address
(described above).  Numerically higher values for this
object indicate lower precedences, with the value zero
denoting the highest precedence.

The absolute values of this object have a significance only
on the local router and do not need to be coordinated with
other routers.""",
        }, # column
        "pimKeepalivePeriod" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.14",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "210",
            "units" : "seconds",
            "description" :
                """The duration of the Keepalive Timer.  This is the period
during which the PIM router will maintain (S,G) state in the
absence of explicit (S,G) local membership or (S,G) join
messages received to maintain it.  This timer period is
called the Keepalive_Period in the PIM-SM specification.  It
is called the SourceLifetime in the PIM-DM specification.




The storage type of this object is determined by
pimDeviceConfigStorageType.""",
            "reference" :
                """RFC 4601 section 4.11""",
        }, # scalar
        "pimRegisterSuppressionTime" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.15",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "60",
            "units" : "seconds",
            "description" :
                """The duration of the Register Suppression Timer.  This is
the period during which a PIM Designated Router (DR) stops
sending Register-encapsulated data to the Rendezvous Point
(RP) after receiving a Register-Stop message.  This object
is used to run timers both at the DR and at the RP.  This
timer period is called the Register_Suppression_Time in the
PIM-SM specification.

The storage type of this object is determined by
pimDeviceConfigStorageType.""",
            "reference" :
                """RFC 4601 section 4.11""",
        }, # scalar
        "pimStarGEntries" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.16",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of entries in the pimStarGTable.""",
        }, # scalar
        "pimStarGIEntries" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.17",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of entries in the pimStarGITable.""",
        }, # scalar
        "pimSGEntries" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.18",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of entries in the pimSGTable.""",
        }, # scalar
        "pimSGIEntries" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.19",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of entries in the pimSGITable.""",
        }, # scalar
        "pimSGRptEntries" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.20",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of entries in the pimSGRptTable.""",
        }, # scalar
        "pimSGRptIEntries" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.21",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """The number of entries in the pimSGRptITable.""",
        }, # scalar
        "pimOutAsserts" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.22",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"},
            },
            "access" : "readonly",
            "description" :
                """The number of Asserts sent by this router.

Discontinuities in the value of this counter can occur at
re-initialization of the management system, for example,
when the device is rebooted.""",
            "reference" :
                """RFC 4601 section 4.6""",
        }, # scalar
        "pimInAsserts" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.23",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"},
            },
            "access" : "readonly",
            "description" :
                """The number of Asserts received by this router.  Asserts
are multicast to all routers on a network.  This counter is
incremented by all routers that receive an assert, not only
those routers that are contesting the assert.



Discontinuities in the value of this counter can occur at
re-initialization of the management system, for example,
when the device is rebooted.""",
            "reference" :
                """RFC 4601 section 4.6""",
        }, # scalar
        "pimLastAssertInterface" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.24",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndexOrZero"},
            },
            "access" : "readonly",
            "description" :
                """The interface on which this router most recently sent or
received an assert, or zero if this router has not sent or
received an assert.""",
            "reference" :
                """RFC 4601 section 4.6""",
        }, # scalar
        "pimLastAssertGroupAddressType" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.25",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """The address type of the multicast group address in the most
recently sent or received assert.  If this router has not
sent or received an assert, then this object is set to
unknown(0).""",
        }, # scalar
        "pimLastAssertGroupAddress" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.26",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The multicast group address in the most recently sent or
received assert.  The InetAddressType is given by the
pimLastAssertGroupAddressType object.""",
        }, # scalar
        "pimLastAssertSourceAddressType" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.27",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """The address type of the source address in the most recently
sent or received assert.  If the most recent assert was
(*,G), or if this router has not sent or received an assert,
then this object is set to unknown(0).""",
        }, # scalar
        "pimLastAssertSourceAddress" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.28",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The source address in the most recently sent or received
assert.  The InetAddressType is given by the
pimLastAssertSourceAddressType object.""",
        }, # scalar
        "pimNeighborLossNotificationPeriod" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.29",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "0",
            "units" : "seconds",
            "description" :
                """The minimum time that must elapse between pimNeighborLoss
notifications originated by this router.  The maximum value
65535 represents an 'infinite' time, in which case, no
pimNeighborLoss notifications are ever sent.

The storage type of this object is determined by
pimDeviceConfigStorageType.""",
        }, # scalar
        "pimNeighborLossCount" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.30",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of neighbor loss events that have occurred.

This counter is incremented when the neighbor timer expires,
and the router has no other neighbors on the same interface
with the same IP version and a lower IP address than itself.

This counter is incremented whenever a pimNeighborLoss
notification would be generated.

Discontinuities in the value of this counter can occur at
re-initialization of the management system, for example,
when the device is rebooted.""",
            "reference" :
                """RFC 4601 section 4.3.2""",
        }, # scalar
        "pimInvalidRegisterNotificationPeriod" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.31",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "10",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "10",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "65535",
            "units" : "seconds",
            "description" :
                """The minimum time that must elapse between
pimInvalidRegister notifications originated by this router.
The default value of 65535 represents an 'infinite' time, in
which case, no pimInvalidRegister notifications are ever
sent.

The non-zero minimum allowed value provides resilience
against propagation of denial-of-service attacks from the
data and control planes to the network management plane.

The storage type of this object is determined by
pimDeviceConfigStorageType.""",
        }, # scalar
        "pimInvalidRegisterMsgsRcvd" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.32",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of invalid PIM Register messages that have been
received by this device.

A PIM Register message is invalid if either

o the destination address of the Register message does not
  match the Group to RP mapping on this device, or

o this device believes the group address to be within an
  SSM address range, but this Register implies ASM usage.

These conditions can occur transiently while RP mapping
changes propagate through the network.  If this counter is
incremented repeatedly over several minutes, then there is a
persisting configuration error that requires correction.

The active Group to RP mapping on this device is specified
by the object pimGroupMappingPimMode.  If there is no such
mapping, then the object pimGroupMappingPimMode is absent.
The RP address contained in the invalid Register is
pimInvalidRegisterRp.

Multicast data carried by invalid Register messages is
discarded.  The discarded data is from a source directly



connected to pimInvalidRegisterOrigin, and is addressed to
pimInvalidRegisterGroup.

Discontinuities in the value of this counter can occur at
re-initialization of the management system, for example,
when the device is rebooted.""",
            "reference" :
                """RFC 4601 section 4.4.2, RFC 3569, and
'IP Multicast MIB' (August 2007) ipMcastSsmRangeTable""",
        }, # scalar
        "pimInvalidRegisterAddressType" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.33",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """The address type stored in pimInvalidRegisterOrigin,
pimInvalidRegisterGroup, and pimInvalidRegisterRp.

If no invalid Register messages have been received, then
this object is set to unknown(0).""",
        }, # scalar
        "pimInvalidRegisterOrigin" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.34",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The source address of the last invalid Register message
received by this device.""",
        }, # scalar
        "pimInvalidRegisterGroup" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.35",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The IP multicast group address to which the last invalid
Register message received by this device was addressed.""",
        }, # scalar
        "pimInvalidRegisterRp" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.36",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The RP address to which the last invalid Register message
received by this device was delivered.""",
        }, # scalar
        "pimInvalidJoinPruneNotificationPeriod" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.37",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "10",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "10",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "65535",
            "units" : "seconds",
            "description" :
                """The minimum time that must elapse between
pimInvalidJoinPrune notifications originated by this router.
The default value of 65535 represents an 'infinite' time, in
which case, no pimInvalidJoinPrune notifications are ever
sent.

The non-zero minimum allowed value provides resilience
against propagation of denial-of-service attacks from the
control plane to the network management plane.

The storage type of this object is determined by
pimDeviceConfigStorageType.""",
        }, # scalar
        "pimInvalidJoinPruneMsgsRcvd" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.38",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of invalid PIM Join/Prune messages that have
been received by this device.

A PIM Join/Prune message is invalid if either

o the Group to RP mapping specified by this message does not
  match the Group to RP mapping on this device, or

o this device believes the group address to be within an
  SSM address range, but this Join/Prune (*,G) or (S,G,rpt)
  implies ASM usage.

These conditions can occur transiently while RP mapping
changes propagate through the network.  If this counter is
incremented repeatedly over several minutes, then there is a
persisting configuration error that requires correction.

The active Group to RP mapping on this device is specified
by the object pimGroupMappingPimMode.  If there is no such
mapping, then the object pimGroupMappingPimMode is absent.
The RP address contained in the invalid Join/Prune is
pimInvalidJoinPruneRp.



Invalid Join/Prune messages are discarded.  This may result
in loss of multicast data affecting listeners downstream of
pimInvalidJoinPruneOrigin, for multicast data addressed to
pimInvalidJoinPruneGroup.

Discontinuities in the value of this counter can occur at
re-initialization of the management system, for example,
when the device is rebooted.""",
            "reference" :
                """RFC 4601 section 4.5.2, RFC 3569, and
'IP Multicast MIB' (August 2007) ipMcastSsmRangeTable""",
        }, # scalar
        "pimInvalidJoinPruneAddressType" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.39",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"},
            },
            "access" : "readonly",
            "description" :
                """The address type stored in pimInvalidJoinPruneOrigin,
pimInvalidJoinPruneGroup, and pimInvalidJoinPruneRp.

If no invalid Join/Prune messages have been received, this
object is set to unknown(0).""",
        }, # scalar
        "pimInvalidJoinPruneOrigin" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.40",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The source address of the last invalid Join/Prune message
received by this device.""",
        }, # scalar
        "pimInvalidJoinPruneGroup" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.41",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The IP multicast group address carried in the last
invalid Join/Prune message received by this device.""",
        }, # scalar
        "pimInvalidJoinPruneRp" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.42",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "INET-ADDRESS-MIB",
                        "type" : "InetAddress",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "0"
                    },
                    {
                        "min" : "4",
                        "max" : "4"
                    },
                    {
                        "min" : "8",
                        "max" : "8"
                    },
                    {
                        "min" : "16",
                        "max" : "16"
                    },
                    {
                        "min" : "20",
                        "max" : "20"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "20"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The RP address carried in the last invalid Join/Prune



message received by this device.""",
        }, # scalar
        "pimRPMappingNotificationPeriod" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.43",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "65535",
            "units" : "seconds",
            "description" :
                """The minimum time that must elapse between
pimRPMappingChange notifications originated by this router.
The default value of 65535 represents an 'infinite' time, in
which case, no pimRPMappingChange notifications are ever
sent.

The storage type of this object is determined by
pimDeviceConfigStorageType.""",
        }, # scalar
        "pimRPMappingChangeCount" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.44",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of changes to active RP mappings on this device.

Information about active RP mappings is available in
pimGroupMappingTable.  Only changes to active mappings cause
this counter to be incremented.  That is, changes that
modify the pimGroupMappingEntry with the highest precedence
for a group (lowest value of pimGroupMappingPrecedence).

Such changes may result from manual configuration of this
device, or from automatic RP mapping discovery methods
including the PIM Bootstrap Router (BSR) mechanism.

Discontinuities in the value of this counter can occur at
re-initialization of the management system, for example,
when the device is rebooted.""",
            "reference" :
                """RFC 5059""",
        }, # scalar
        "pimInterfaceElectionNotificationPeriod" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.45",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "65535",
            "units" : "seconds",
            "description" :
                """The minimum time that must elapse between
pimInterfaceElection notifications originated by this
router.  The default value of 65535 represents an 'infinite'
time, in which case, no pimInterfaceElection notifications
are ever sent.

The storage type of this object is determined by
pimDeviceConfigStorageType.""",
        }, # scalar
        "pimInterfaceElectionWinCount" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.46",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of times this device has been elected DR or DF
on any interface.

Elections occur frequently on newly-active interfaces, as
triggered Hellos establish adjacencies.  This counter is not
incremented for elections on an interface until the first
periodic Hello has been sent.  If this router is the DR or
DF at the time of sending the first periodic Hello after
interface activation, then this counter is incremented
(once) at that time.

Discontinuities in the value of this counter can occur at
re-initialization of the management system, for example,
when the device is rebooted.""",
            "reference" :
                """RFC 4601 section 4.3.2 and RFC 5015 section 3.5.2""",
        }, # scalar
        "pimRefreshInterval" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.47",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "60",
            "units" : "seconds",
            "description" :
                """The interval between successive State Refresh messages sent
by an Originator.  This timer period is called the
RefreshInterval in the PIM-DM specification.  This object is
used only by PIM-DM.

The storage type of this object is determined by
pimDeviceConfigStorageType.""",
            "reference" :
                """RFC 3973 section 4.8""",
        }, # scalar
        "pimDeviceConfigStorageType" : {
            "nodetype" : "scalar",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.1.48",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
            },
            "access" : "readwrite",
            "default" : "nonVolatile",
            "description" :
                """The storage type used for the global PIM configuration of
this device, comprised of the objects listed below.  If this
storage type takes the value 'permanent', write-access to
the listed objects need not be allowed.

The objects described by this storage type are:
pimKeepalivePeriod, pimRegisterSuppressionTime,
pimNeighborLossNotificationPeriod,
pimInvalidRegisterNotificationPeriod,
pimInvalidJoinPruneNotificationPeriod,
pimRPMappingNotificationPeriod,
pimInterfaceElectionNotificationPeriod, and
pimRefreshInterval.""",
        }, # scalar
        "pimMIBConformance" : {
            "nodetype" : "node",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2",
        }, # node
        "pimMIBCompliances" : {
            "nodetype" : "node",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.1",
        }, # node
        "pimMIBGroups" : {
            "nodetype" : "node",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2",
        }, # node
    }, # nodes

    "notifications" : {
        "pimNeighborLoss" : {
            "nodetype" : "notification",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.0.1",
            "status" : "current",
            "objects" : {
                "pimNeighborUpTime" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
            },
            "description" :
                """A pimNeighborLoss notification signifies the loss of an



adjacency with a neighbor.  This notification should be
generated when the neighbor timer expires, and the router
has no other neighbors on the same interface with the same
IP version and a lower IP address than itself.

This notification is generated whenever the counter
pimNeighborLossCount is incremented, subject
to the rate limit specified by
pimNeighborLossNotificationPeriod.""",
            "reference" :
                """RFC 4601 section 4.3.2""",
        }, # notification
        "pimInvalidRegister" : {
            "nodetype" : "notification",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.0.2",
            "status" : "current",
            "objects" : {
                "pimGroupMappingPimMode" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidRegisterAddressType" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidRegisterOrigin" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidRegisterGroup" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidRegisterRp" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
            },
            "description" :
                """A pimInvalidRegister notification signifies that an invalid
PIM Register message was received by this device.

This notification is generated whenever the counter
pimInvalidRegisterMsgsRcvd is incremented, subject to the
rate limit specified by
pimInvalidRegisterNotificationPeriod.""",
            "reference" :
                """RFC 4601 section 4.4.2""",
        }, # notification
        "pimInvalidJoinPrune" : {
            "nodetype" : "notification",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.0.3",
            "status" : "current",
            "objects" : {
                "pimGroupMappingPimMode" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidJoinPruneAddressType" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidJoinPruneOrigin" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidJoinPruneGroup" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidJoinPruneRp" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborUpTime" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
            },
            "description" :
                """A pimInvalidJoinPrune notification signifies that an
invalid PIM Join/Prune message was received by this device.

This notification is generated whenever the counter
pimInvalidJoinPruneMsgsRcvd is incremented, subject to the
rate limit specified by
pimInvalidJoinPruneNotificationPeriod.""",
            "reference" :
                """RFC 4601 section 4.5.2""",
        }, # notification
        "pimRPMappingChange" : {
            "nodetype" : "notification",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.0.4",
            "status" : "current",
            "objects" : {
                "pimGroupMappingPimMode" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
                "pimGroupMappingPrecedence" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
            },
            "description" :
                """A pimRPMappingChange notification signifies a change to the
active RP mapping on this device.

This notification is generated whenever the counter
pimRPMappingChangeCount is incremented, subject to the
rate limit specified by
pimRPMappingChangeNotificationPeriod.""",
        }, # notification
        "pimInterfaceElection" : {
            "nodetype" : "notification",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.0.5",
            "status" : "current",
            "objects" : {
                "pimInterfaceAddressType" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceAddress" : {
                    "nodetype" : "object",
                    "module" : "PIM-STD-MIB"
                },
            },
            "description" :
                """A pimInterfaceElection notification signifies that a new DR
or DF has been elected on a network.

This notification is generated whenever the counter
pimInterfaceElectionWinCount is incremented, subject to the
rate limit specified by
pimInterfaceElectionNotificationPeriod.""",
            "reference" :
                """RFC 4601 section 4.3.2 and RFC 5015 section 3.5.2""",
        }, # notification
    }, # notifications

    "groups" : {
        "pimTopologyGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.1",
            "status" : "current",
            "members" : {
                "pimInterfaceAddressType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceGenerationIDValue" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceDR" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceDRPriorityEnabled" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceHelloHoldtime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceJoinPruneHoldtime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceLanDelayEnabled" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceEffectPropagDelay" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceEffectOverrideIvl" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceSuppressionEnabled" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceBidirCapable" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborGenerationIDPresent" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborGenerationIDValue" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborUpTime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborExpiryTime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborDRPriorityPresent" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborDRPriority" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborLanPruneDelayPresent" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborTBit" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborPropagationDelay" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborOverrideInterval" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborBidirCapable" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNbrSecAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of read-only objects used to report local PIM
topology.""",
        }, # group
        "pimNotificationGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.2",
            "status" : "current",
            "members" : {
                "pimNeighborLoss" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of notifications for signaling important PIM
events.""",
        }, # group
        "pimTuningParametersGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.3",
            "status" : "current",
            "members" : {
                "pimKeepalivePeriod" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimRegisterSuppressionTime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceDRPriority" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceHelloInterval" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceTrigHelloInterval" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceJoinPruneInterval" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfacePropagationDelay" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceOverrideInterval" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceDomainBorder" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceStubInterface" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceStatus" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceStorageType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of writeable objects used to configure PIM
behavior and to tune performance.""",
        }, # group
        "pimRouterStatisticsGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.4",
            "status" : "current",
            "members" : {
                "pimStarGEntries" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGIEntries" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGEntries" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGIEntries" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRptEntries" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRptIEntries" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of statistics global to the PIM router.""",
        }, # group
        "pimSsmGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.5",
            "status" : "current",
            "members" : {
                "pimSGUpTime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGPimMode" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGUpstreamJoinState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGUpstreamJoinTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGUpstreamNeighbor" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRPFIfIndex" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRPFNextHopType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRPFNextHop" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRPFRouteProtocol" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRPFRouteAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRPFRoutePrefixLength" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRPFRouteMetricPref" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRPFRouteMetric" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGSPTBit" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGKeepaliveTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGDRRegisterState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGDRRegisterStopTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRPRegisterPMBRAddressType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRPRegisterPMBRAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGIUpTime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGILocalMembership" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGIJoinPruneState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGIPrunePendingTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGIJoinExpiryTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGIAssertState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGIAssertTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGIAssertWinnerAddressType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGIAssertWinnerAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGIAssertWinnerMetricPref" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGIAssertWinnerMetric" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of objects to support management of PIM
routers running the PIM SSM (Source Specific Multicast)
protocol, in PIM mode SM (Sparse Mode).""",
        }, # group
        "pimRPConfigGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.6",
            "status" : "current",
            "members" : {
                "pimStaticRPRPAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStaticRPPimMode" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStaticRPOverrideDynamic" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStaticRPRowStatus" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStaticRPStorageType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimGroupMappingPimMode" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimGroupMappingPrecedence" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of objects to support configuration of RPs
(Rendezvous Points) and Group Mappings.""",
        }, # group
        "pimSmGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.7",
            "status" : "current",
            "members" : {
                "pimStarGUpTime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGPimMode" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGRPAddressType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGRPAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGPimModeOrigin" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGRPIsLocal" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGUpstreamJoinState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGUpstreamJoinTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGUpstreamNeighborType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGUpstreamNeighbor" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGRPFIfIndex" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGRPFNextHopType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGRPFNextHop" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGRPFRouteProtocol" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGRPFRouteAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGRPFRoutePrefixLength" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGRPFRouteMetricPref" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGRPFRouteMetric" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGIUpTime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGILocalMembership" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGIJoinPruneState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGIPrunePendingTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGIJoinExpiryTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGIAssertState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGIAssertTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGIAssertWinnerAddressType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGIAssertWinnerAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGIAssertWinnerMetricPref" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimStarGIAssertWinnerMetric" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRptUpTime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRptUpstreamPruneState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRptUpstreamOverrideTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRptIUpTime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRptILocalMembership" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRptIJoinPruneState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRptIPrunePendingTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGRptIPruneExpiryTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of objects to support management of PIM
routers running PIM-SM (Sparse Mode).  The groups
pimSsmGroup and pimRPConfigGroup are also required.""",
        }, # group
        "pimBidirGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.8",
            "status" : "current",
            "members" : {
                "pimInterfaceDFElectionRobustness" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimBidirDFElectionWinnerAddressType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimBidirDFElectionWinnerAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimBidirDFElectionWinnerUpTime" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimBidirDFElectionWinnerMetricPref" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimBidirDFElectionWinnerMetric" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimBidirDFElectionState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimBidirDFElectionStateTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of objects to support management of PIM
routers running BIDIR mode.  The groups pimSsmGroup,
pimSmGroup and pimRPConfigGroup are also required.""",
        }, # group
        "pimAnycastRpGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.9",
            "status" : "current",
            "members" : {
                "pimAnycastRPSetLocalRouter" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimAnycastRPSetRowStatus" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimAnycastRPSetStorageType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of objects to support management of the PIM
Anycast-RP mechanism.""",
        }, # group
        "pimStaticRPPrecedenceGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.10",
            "status" : "current",
            "members" : {
                "pimStaticRPPrecedence" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of objects to allow fine control of
interactions between static RP configuration and
dynamically acquired group to RP mappings.""",
        }, # group
        "pimNetMgmtNotificationObjects" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.11",
            "status" : "current",
            "members" : {
                "pimInvalidRegisterNotificationPeriod" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidRegisterMsgsRcvd" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidRegisterAddressType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidRegisterOrigin" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidRegisterGroup" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidRegisterRp" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidJoinPruneNotificationPeriod" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidJoinPruneMsgsRcvd" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidJoinPruneAddressType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidJoinPruneOrigin" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidJoinPruneGroup" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidJoinPruneRp" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimRPMappingNotificationPeriod" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimRPMappingChangeCount" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceElectionNotificationPeriod" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceElectionWinCount" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of objects to support notification of PIM
network management events.""",
        }, # group
        "pimNetMgmtNotificationGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.12",
            "status" : "current",
            "members" : {
                "pimInvalidRegister" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInvalidJoinPrune" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimRPMappingChange" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceElection" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of notifications for signaling PIM network
management events.""",
        }, # group
        "pimDiagnosticsGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.13",
            "status" : "current",
            "members" : {
                "pimInAsserts" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimOutAsserts" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimLastAssertInterface" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimLastAssertGroupAddressType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimLastAssertGroupAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimLastAssertSourceAddressType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimLastAssertSourceAddress" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborLossNotificationPeriod" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborLossCount" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """Objects providing additional diagnostics related to a PIM
router.""",
        }, # group
        "pimDmGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.14",
            "status" : "current",
            "members" : {
                "pimRefreshInterval" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfacePruneLimitInterval" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceGraftRetryInterval" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimInterfaceSRPriorityEnabled" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimNeighborSRCapable" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGUpstreamPruneState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGUpstreamPruneLimitTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGOriginatorState" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGSourceActiveTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
                "pimSGStateRefreshTimer" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """A collection of objects required for management of PIM
Dense Mode (PIM-DM) function.  The groups pimSsmGroup and
pimSmGroup are also required.""",
            "reference" :
                """RFC 3973""",
        }, # group
        "pimDeviceStorageGroup" : {
            "nodetype" : "group",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.2.15",
            "status" : "current",
            "members" : {
                "pimDeviceConfigStorageType" : {
                    "nodetype" : "member",
                    "module" : "PIM-STD-MIB"
                },
            }, # members
            "description" :
                """An object that specifies the volatility of global PIM
configuration settings on this device.""",
        }, # group
    }, # groups

    "compliances" : {
        "pimMIBComplianceAsm" : {
            "nodetype" : "compliance",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.1.1",
            "status" : "current",
            "description" :
                """The compliance statement for routers which are running
PIM-SM (Sparse Mode).""",
            "requires" : {
                "pimTopologyGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimSsmGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimRPConfigGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimSmGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimNotificationGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimTuningParametersGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimRouterStatisticsGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimAnycastRpGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimStaticRPPrecedenceGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimNetMgmtNotificationObjects" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimNetMgmtNotificationGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimDiagnosticsGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimDeviceStorageGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
            }, # requires
        }, # compliance
        "pimMIBComplianceBidir" : {
            "nodetype" : "compliance",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.1.2",
            "status" : "current",
            "description" :
                """The compliance statement for routers which are running
Bidir-PIM.""",
            "requires" : {
                "pimTopologyGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimRPConfigGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimSmGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimBidirGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimNotificationGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimTuningParametersGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimRouterStatisticsGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimAnycastRpGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimStaticRPPrecedenceGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimNetMgmtNotificationObjects" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimNetMgmtNotificationGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimDiagnosticsGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimDeviceStorageGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
            }, # requires
        }, # compliance
        "pimMIBComplianceSsm" : {
            "nodetype" : "compliance",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.1.3",
            "status" : "current",
            "description" :
                """The compliance statement for routers which are running
PIM SSM (Source Specific Multicast).""",
            "requires" : {
                "pimTopologyGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimSsmGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimNotificationGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimTuningParametersGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimRouterStatisticsGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimNetMgmtNotificationObjects" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimNetMgmtNotificationGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimDiagnosticsGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimDeviceStorageGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
            }, # requires
        }, # compliance
        "pimMIBComplianceDm" : {
            "nodetype" : "compliance",
            "moduleName" : "PIM-STD-MIB",
            "oid" : "1.3.6.1.2.1.157.2.1.4",
            "status" : "current",
            "description" :
                """The compliance statement for routers which are running
PIM-DM (Dense Mode).""",
            "requires" : {
                "pimTopologyGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimSsmGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimRPConfigGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimSmGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimDmGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "PIM-STD-MIB"
                },
                "pimNotificationGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimTuningParametersGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimRouterStatisticsGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimAnycastRpGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimStaticRPPrecedenceGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimNetMgmtNotificationObjects" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimNetMgmtNotificationGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimDiagnosticsGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
                "pimDeviceStorageGroup" : {
                    "nodetype" : "optional",
                    "module" : "PIM-STD-MIB",
                    "description" :
                        """This group is optional.""",
                },
            }, # requires
        }, # compliance
    }, # compliances

}