Class Dot1dStpPortTableTracker.Dot1dStpPortRow

    • Constructor Detail

      • Dot1dStpPortRow

        public Dot1dStpPortRow​(int columnCount,
                               SnmpInstId instance)
    • Method Detail

      • getDot1dStpPort

        public Integer getDot1dStpPort()

        getDot1dStpPort

        Returns:
        a int.
      • getDot1dStpPortPriority

        public Integer getDot1dStpPortPriority()
      • getDot1dStpPortState

        public Integer getDot1dStpPortState()

        getDot1dStpPortState

        Returns:
        a int.
      • getDot1dStpPortEnable

        public Integer getDot1dStpPortEnable()

        getDot1dStpPortEnable

        Returns:
        a int.
      • getDot1dStpPortPathCost

        public Integer getDot1dStpPortPathCost()
      • getDot1dStpPortDesignatedRoot

        public String getDot1dStpPortDesignatedRoot()
      • getDot1dStpPortDesignatedCost

        public Integer getDot1dStpPortDesignatedCost()
      • getDot1dStpPortDesignatedBridge

        public String getDot1dStpPortDesignatedBridge()

        getDot1dStpPortDesignatedBridge

        BridgeId ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The Bridge-Identifier, as used in the Spanning Tree Protocol, to uniquely identify a bridge. Its first two octets (in network byte order) contain a priority value, and its last 6 octets contain the MAC address used to refer to a bridge in a unique fashion (typically, the numerically smallest MAC address of all ports on the bridge)." SYNTAX OCTET STRING (SIZE (8))
        Returns:
        a String object.
      • getDot1dStpPortDesignatedPort

        public String getDot1dStpPortDesignatedPort()

        getDot1dStpPortDesignatedPort

        Returns:
        a String object.