⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2024.txt

📁 <VC++网络游戏建摸与实现>源代码
💻 TXT
📖 第 1 页 / 共 5 页
字号:
        value from active to inactive causes DLSw to take        the following actions - (1) it disconnects all circuits        through all DLSw partners, (2) it disconnects all        transport connections to all DLSw partners, (3) it        disconnects all local DLC connections, and (4) it stops        processing all DLC connection set-up traffic.        Since these are destructive actions, the user should        query the circuit and transport connection tables in        advance to understand the effect this action will have.        Changing the value from inactive to active causes DLSw        to come up in its initial state, i.e., transport        connections established and ready to bring up circuits."    ::= { dlswNode 5 }dlswNodeUpTime  OBJECT-TYPE    SYNTAX     TimeTicks    UNITS      "hundredths of a second"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION       "The amount of time (in hundredths of a second) since        the DLSw portion of the system was last re-initialized.        That is, if dlswState is in the active state,        the time the dlswState entered the active state.        It will remain zero if dlswState is in the        inactive state."    ::= { dlswNode 6 }dlswNodeVirtualSegmentLFSize  OBJECT-TYPE    SYNTAX     LFSize    MAX-ACCESS read-write    STATUS     current    DESCRIPTION       "The largest frame size (including DLC header and info field        but not any MAC-level or framing octets) this DLSw can forward        on any path through itself.  This object can represent any box-        level frame size forwarding restriction (e.g., from the use        of fixed-size buffers).  Some DLSw implementations will have        no such restriction.        This value will affect the LF size of circuits during circuit        creation.  The LF size of an existing circuit can be found inChen, et. al.               Standards Track                    [Page 19]RFC 2024                  DLSw MIB using SMIv2              October 1996        the RIF (Routing Information Field)."    DEFVAL  { lfs65535 }    ::= { dlswNode 7 }-- ...................................................................-- NETBIOS Resources-- ...................................................................dlswNodeResourceNBExclusivity  OBJECT-TYPE    SYNTAX     TruthValue    MAX-ACCESS read-write    STATUS     current    DESCRIPTION       "The value of true indicates that the NetBIOS Names        configured in dlswDirNBTable are the only ones accessible        via this DLSw.        If a node supports sending run-time capabilities exchange        messages, changes to this object should cause that action.        It is up to the implementation exactly when to start the        run-time capabilities exchange."    ::= { dlswNode 8 }-- ...................................................................-- MAC Address List-- ...................................................................dlswNodeResourceMacExclusivity  OBJECT-TYPE    SYNTAX     TruthValue    MAX-ACCESS read-write    STATUS     current    DESCRIPTION       "The value of true indicates that the MAC addresses        configured in the dlswDirMacTable are the only ones        accessible via this DLSw.        If a node supports sending run-time capabilities exchange        messages, changes to this object should cause that action.        It is up to the implementation exactly when to start the        run-time capabilities exchange."    ::= { dlswNode 9 }-- *******************************************************************-- TRANSPORT CONNECTION (aka: PARTNER DLSW)-- *******************************************************************-- -------------------------------------------------------------------Chen, et. al.               Standards Track                    [Page 20]RFC 2024                  DLSw MIB using SMIv2              October 1996-- Transport Connection Statistics Objects-- -------------------------------------------------------------------dlswTConnStat    OBJECT IDENTIFIER ::= { dlswTConn 1 }dlswTConnStatActiveConnections  OBJECT-TYPE    SYNTAX     Gauge32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION       "The number of transport connections that are not in        `disconnected' state."    ::= { dlswTConnStat 1 }dlswTConnStatCloseIdles  OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION       "The number of times transport connections in this node        exited the connected state with zero active circuits on        the transport connection."    ::= { dlswTConnStat 2 }dlswTConnStatCloseBusys  OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION       "The number of times transport connections in this node        exited the connected state with some non-zero number        of active circuits on the transport connection.  Normally        this means the transport connection failed unexpectedly."    ::= { dlswTConnStat 3 }-- --------------------------------------------------------------------- Transport Connection Configuration Table-- -------------------------------------------------------------------dlswTConnConfigTable  OBJECT-TYPE    SYNTAX     SEQUENCE OF DlswTConnConfigEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION       "This table defines the transport connections        that will be initiated or accepted by this        DLSw.  Structure of masks allows wildcard        definition for a collection of transport        connections by a conceptual row.  For a        specific transport connection, there mayChen, et. al.               Standards Track                    [Page 21]RFC 2024                  DLSw MIB using SMIv2              October 1996        be multiple of conceptual rows match the        transport address.  The `best' match will        the one to determine the characteristics        of the transport connection."    ::= { dlswTConn 2 }dlswTConnConfigEntry  OBJECT-TYPE    SYNTAX     DlswTConnConfigEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION       "Each conceptual row defines a collection of        transport connections."    INDEX   { dlswTConnConfigIndex }    ::= { dlswTConnConfigTable 1 }DlswTConnConfigEntry ::= SEQUENCE {    dlswTConnConfigIndex              INTEGER,    dlswTConnConfigTDomain            OBJECT IDENTIFIER,    dlswTConnConfigLocalTAddr         TAddress,    dlswTConnConfigRemoteTAddr        TAddress,    dlswTConnConfigLastModifyTime     TimeTicks,    dlswTConnConfigEntryType          INTEGER,    dlswTConnConfigGroupDefinition    RowPointer,    dlswTConnConfigSetupType          INTEGER,    dlswTConnConfigSapList            OCTET STRING,    dlswTConnConfigAdvertiseMacNB     TruthValue,    dlswTConnConfigInitCirRecvWndw    INTEGER,    dlswTConnConfigOpens              Counter32,    dlswTConnConfigRowStatus          RowStatus    }dlswTConnConfigIndex  OBJECT-TYPE    SYNTAX     INTEGER (0..2147483647)    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION       "The index to the conceptual row of the table.        Negative numbers are not allowed.  There        are objects defined that point to conceptual        rows of this table with this index value.        Zero is used to denote that no corresponding        row exists.        Index values are assigned by the agent, and        should not be reused but should continue to        increase in value."    ::= { dlswTConnConfigEntry 1 }Chen, et. al.               Standards Track                    [Page 22]RFC 2024                  DLSw MIB using SMIv2              October 1996dlswTConnConfigTDomain  OBJECT-TYPE    SYNTAX     OBJECT IDENTIFIER    MAX-ACCESS read-create    STATUS     current    DESCRIPTION       "The object identifier which indicates the transport        domain of this conceptual row."    ::= { dlswTConnConfigEntry 2 }dlswTConnConfigLocalTAddr  OBJECT-TYPE    SYNTAX     TAddress    MAX-ACCESS read-create    STATUS     current    DESCRIPTION       "The local transport address for this conceptual row        of the transport connection definition."    ::= { dlswTConnConfigEntry 3 }dlswTConnConfigRemoteTAddr  OBJECT-TYPE    SYNTAX     TAddress    MAX-ACCESS read-create    STATUS     current    DESCRIPTION       "The remote transport address.  Together with        dlswTConnConfigEntryType and dlswTConnConfigGroupDefinition,        the object instance of this conceptual row identifies a        collection of the transport connections that will be        either initiated by this DLSw or initiated by a partner        DLSw and accepted by this DLSw."    ::= { dlswTConnConfigEntry 4 }dlswTConnConfigLastModifyTime  OBJECT-TYPE    SYNTAX     TimeTicks    UNITS      "hundredths of a second"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION       "The time (in hundredths of a second) since the value of        any object in this conceptual row except for        dlswTConnConfigOpens was last changed.  This value        may be compared to dlswTConnOperConnectTime to        determine whether values in this row are completely        valid for a transport connection created using        this row definition."    ::= { dlswTConnConfigEntry 5 }dlswTConnConfigEntryType  OBJECT-TYPE    SYNTAX     INTEGER  {Chen, et. al.               Standards Track                    [Page 23]RFC 2024                  DLSw MIB using SMIv2              October 1996        individual     (1),        global         (2),        group          (3)    }    MAX-ACCESS read-create    STATUS     current    DESCRIPTION       "The object instance signifies the type of entry in the        associated conceptual row.  The value of `individual'        means that the entry applies to a specific partner DLSw        node as identified by dlswTConnConfigRemoteTAddr and        dlswTConnConfigTDomain.  The value of `global'        means that the entry applies to all partner DLSw nodes        of the TDomain.  The value of 'group' means that the entry        applies to a specific set of DLSw nodes in the TDomain.        Any group definitions are enterprise-specific and are pointed        to by dlswTConnConfigGroupDefinition.  In the cases of        `global' and `group', the value in dlswTConnConfigRemoteTAddr        may not have any significance."    ::= { dlswTConnConfigEntry 6 }dlswTConnConfigGroupDefinition OBJECT-TYPE    SYNTAX     RowPointer    MAX-ACCESS read-create    STATUS     current    DESCRIPTION       "For conceptual rows of `individual' and `global' as        specified in dlswTConnConfigEntryType, the instance        of this object is  `0.0'.  For conceptual rows of        `group', the instance points to the specific        group definition."    ::= { dlswTConnConfigEntry 7 }dlswTConnConfigSetupType  OBJECT-TYPE    SYNTAX     INTEGER  {        other              (1),        activePersistent   (2),        activeOnDemand     (3),        passive            (4),        excluded           (5)    }    MAX-ACCESS read-create    STATUS     current    DESCRIPTION       "This value of the instance of a conceptual row        identifies the behavior of the collection of        transport connections that this conceptual rowChen, et. al.               Standards Track                    [Page 24]RFC 2024                  DLSw MIB using SMIv2              October 1996        defines.  The value of activePersistent, activeOnDemand        and passive means this DLSw will accept any transport        connections, initiated by partner DLSw nodes, which        are defined by this conceptual row.  The value of        activePersistent means this DLSw will also initiate        the transport connections of this conceptual row and        retry periodically if necessary.  The value of        activeOnDemand means this DLSw will initiate a        transport connection of this conceptual row, if        there is a directory cache hits.  The value of

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -