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

📄 ipatm-ipmc-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
        }    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "Method in which this entry row is created. The         static (1) indicates that this row is created         through configuration.  The dynamic (2) indicates         that the row is created as the result of group         address updates received at this MARS."    ::= { marsHostMapEntry 2 }marsHostMapRowStatus OBJECT-TYPE    SYNTAX  RowStatus    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "The object is used to create, delete or modify a         row in this table.         This object must not be set to 'active' until         instances of all corresponding columns in the         row of this table are appropriately configured.         It is possible for an SNMP management station         to set the row to 'notInService' and modify         the entry and then set it back to 'active'         with the following exception. That is, rows         for which the corresponding instance of         marsHostMapRowType has a value of 'dynamic'         can not be modified or deleted."    ::= { marsHostMapEntry 3 }--***************************************************************--  IP ATM MARS Server Map Object Definitions--***************************************************************marsServerMapTable OBJECT-TYPE    SYNTAX  SEQUENCE OF MarsServerMapEntry    MAX-ACCESS not-accessible    STATUS current    DESCRIPTION        "This table caches mappings between IP multicast         address to a list of MCS ATM addresses that are         configured or dynamically learned from the MARS.         This address resolution is used for the server map.         It supports the mapping of a block of multicast         group addresses to a MCS address.  In the case         where a group block is associated with multiple         MCSs, several entries are used to representing the         relationship."    ::= { marsObjects 4 }marsServerMapEntry OBJECT-TYPE    SYNTAX  MarsServerMapEntry    MAX-ACCESS not-accessible    STATUS  current    DESCRIPTION        "Each entry row contains attributes associated with         the mapping between a multicast group block and an         MCS address."    INDEX { marsIndex,            marsIfIndex,            marsMcMinGrpAddr,            marsMcMaxGrpAddr,            marsServerMapAtmAddr }    ::= { marsServerMapTable 1 }MarsServerMapEntry ::=    SEQUENCE {        marsServerMapAtmAddr   AtmAddr,        marsServerMapRowType   INTEGER,        marsServerMapRowStatus RowStatus    }marsServerMapAtmAddr OBJECT-TYPE    SYNTAX  AtmAddr    MAX-ACCESS not-accessible    STATUS  current    DESCRIPTION        "The mapped MCS ATM address."    ::= { marsServerMapEntry 1 }marsServerMapRowType OBJECT-TYPE    SYNTAX  INTEGER {            static (1),            dynamic (2)          }    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "Method in which this entry row is created. The         'static (1)' indicates that this row is created         through configuration.  The 'dynamic (2)' indicates         that the row is created as the result of group         address updates received at this MARS."    ::= { marsServerMapEntry 2 }marsServerMapRowStatus OBJECT-TYPE    SYNTAX  RowStatus    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "The object is used to create, delete or modify a         row in this table.         This object must not be set to 'active' until         instances of all corresponding columns in the         row of this table are appropriately configured.         It is possible for an SNMP management station         to set the row to 'notInService' and modify         the entry and then set it back to 'active'         with the following exception. That is, rows         for which the corresponding instance of         marsServerMapRowType has a value of 'dynamic'         can not be modified or deleted."    ::= { marsServerMapEntry 3 }--***************************************************************--  IP ATM MARS VC Object Definition Table--***************************************************************marsVcTable OBJECT-TYPE    SYNTAX  SEQUENCE OF MarsVcEntry    MAX-ACCESS  not-accessible    STATUS current    DESCRIPTION        "This table contains information about open virtual circuits         (VCs) that a MARS has.  For point to point circuit, each         entry represents a single VC connection between this MARS         ATM address to another party's ATM address.  In the case of         point to multipoint connection where a ControlVc is attached         with multiple leaf nodes, several entries are used  to         represent the relationship.  An example of point to         multi-point VC represented in a table is shown below.              MARS     VPI/VCI    MARS Addr     Party Addr                1         0,1         m1            p1                1         0,1         m1            p2                1         0,1         m1            p3"    ::= { marsObjects 5 }marsVcEntry OBJECT-TYPE    SYNTAX  MarsVcEntry    MAX-ACCESS not-accessible    STATUS  current    DESCRIPTION        "The objects contained in the entry are VC related attributes         such as VC signalling type, control VC type, idle timer,         negotiated MTU size, etc."    INDEX { marsIndex,            marsIfIndex,            marsVcVpi,            marsVcVci,            marsVcPartyAddr }    ::= { marsVcTable 1 }MarsVcEntry ::=    SEQUENCE {        marsVcVpi              INTEGER,        marsVcVci              INTEGER,        marsVcPartyAddr        AtmAddr,        marsVcPartyAddrType    INTEGER,        marsVcType             INTEGER,        marsVcCtrlType         INTEGER,        marsVcIdleTimer        INTEGER,        marsVcCmi              INTEGER,        marsVcEncapsType       INTEGER,        marsVcNegotiatedMtu    INTEGER,        marsVcRowStatus        RowStatus      }marsVcVpi OBJECT-TYPE    SYNTAX  INTEGER (0..4095)    MAX-ACCESS not-accessible    STATUS  current    DESCRIPTION        "The value of virtual path identifier (VPI). Since         a VPI can be numbered 0, this sub-index can take         a value of 0."    ::= { marsVcEntry 1 }marsVcVci OBJECT-TYPE    SYNTAX  INTEGER (0..65535)    MAX-ACCESS not-accessible    STATUS  current    DESCRIPTION         "The value of virtual circuit identifier (VCI).          Since a VCI can be numbered 0, this sub-index          can take a value of 0."    ::= { marsVcEntry 2 }marsVcPartyAddr OBJECT-TYPE    SYNTAX  AtmAddr    MAX-ACCESS not-accessible    STATUS  current    DESCRIPTION        "An ATM party address in which this VC is linked. The         party type is identified by the marsVcPartyAddrType."    ::= { marsVcEntry 5 }marsVcPartyAddrType OBJECT-TYPE    SYNTAX  INTEGER {          called (1),          calling (2)        }    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "The party type is associated with the party address.  The         'called (1)' indicates that the party address is a         destination address which implies that VC is originated         from this MARS. The 'calling (2)' indicates the VC was         initiated externally to this MARS.  The party address is         the source address."    ::= { marsVcEntry 6 }marsVcType OBJECT-TYPE    SYNTAX  INTEGER {             pvc (1),             svc (2)           }    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "Circuit Connection type: permanent virtual circuit or         switched virtual circuit."    ::= { marsVcEntry 7 }marsVcCtrlType OBJECT-TYPE    SYNTAX  INTEGER {           pointToPointVC (1),           clusterControlVC (2),           serverControlVC (3)        }    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "Control VC type used to specify a particular connection.           pointToPointVC (1):             used by the ATM endpoints (clients) or the MCS for             registration and queries.  This VC is set up from             a MARS client and MCS to this MARS.  It is a             bi-directional VC.           clusterControlVC (2):             used by MARS to issue asynchronous updates to ATM             an ATM client.  This VC is established from the             MARs to the ATM client.           serverControlVC (3):             used by MARS to issue asynchronous update to ATM             multicast servers.  This type of VC exists when at             least a MCS is being used."    ::= { marsVcEntry 8 }marsVcIdleTimer OBJECT-TYPE    SYNTAX  INTEGER (1..2147483647)    UNITS   "minutes"    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "The idle timer associated with this VC.  The minimum         suggested value is 1 minute and the recommended default         value is 20 minutes."    DEFVAL { 20 }    ::= { marsVcEntry 9 }marsVcCmi OBJECT-TYPE    SYNTAX  INTEGER (0..65535)    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "Cluster member identifier (CMI) which uniquely identifies         each endpoint attached to the cluster.  This variable         applies to each 'leaf node' of an outgoing control VC."    ::= { marsVcEntry 10 }marsVcEncapsType OBJECT-TYPE    SYNTAX  INTEGER {          other (1),          llcSnap (2)        }    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "The encapsulation type used when communicating over         this VC."    ::= { marsVcEntry 11 }marsVcNegotiatedMtu OBJECT-TYPE    SYNTAX  INTEGER (1..65535)    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "The negotiated MTU when communicating over this VC."    ::= { marsVcEntry 12 }marsVcRowStatus OBJECT-TYPE    SYNTAX  RowStatus    MAX-ACCESS read-create    STATUS  current    DESCRIPTION        "The object is used to create, delete or modify a         row in this table.         A row cannot be made 'active' until instances of         all corresponding columns in the row of this table         are appropriately configured.         While the marsVcIdleTimer in this conceptual         row can be modified irrespective of the value         of this object, all other objects in the row can         not be modified when this object has a value         of 'active'.         It is possible for an SNMP management station         to set the row to 'notInService' and modify         the entry and then set it back to 'active'         with the following exception. That is, rows         for which the corresponding instance of         marsVcType has a value of 'svc' can not be         modified or deleted."    ::= { marsVcEntry 13 }--***************************************************************--  IP ATM MARS Registered Cluster Member List Table--***************************************************************marsRegClientTable OBJECT-TYPE    SYNTAX  SEQUENCE OF MarsRegClientEntry    MAX-ACCESS not-accessible    STATUS current    DESCRIPTION        "This table contains ATM identities of all the currently         registered cluster members at a MARS.  Each entry represents         one set of ATM identities associated with one cluster member         or the MARS client."    ::= { marsObjects 6 }marsRegClientEntry OBJECT-TYPE    SYNTAX  MarsRegClientEntry    MAX-ACCESS not-accessible    STATUS  current    DESCRIPTION        "Each entry row contains attributes associated with one         register cluster member."    INDEX { marsIndex,            marsIfIndex,            marsRegClientCmi}    ::= { marsRegClientTable 1 }MarsRegClientEntry ::=    SEQUENCE {        marsRegClientCmi       INTEGER,        marsRegClientAtmAddr   AtmAddr    }marsRegClientCmi OBJECT-TYPE    SYNTAX  INTEGER (0..65535)    MAX-ACCESS not-accessible    STATUS  current    DESCRIPTION        "This cluster member identifier is used as an auxiliary index         for the entry in this table."    ::= { marsRegClientEntry 1 }marsRegClientAtmAddr OBJECT-TYPE    SYNTAX  AtmAddr    MAX-ACCESS read-only    STATUS  current    DESCRIPTION        "The registered client's ATM address."    ::= { marsRegClientEntry 2 }--***************************************************************--  IP ATM MARS Registered Server Member List Table--***************************************************************marsRegMcsTable OBJECT-TYPE    SYNTAX  SEQUENCE OF MarsRegMcsEntry    MAX-ACCESS not-accessible    STATUS current    DESCRIPTION        "This table contains ATM identities of all the currently         registered MCSs at a MARS. Each entry represents one set         of ATM identities associated with one MCS."    ::= { marsObjects 7 }marsRegMcsEntry OBJECT-TYPE    SYNTAX  MarsRegMcsEntry    MAX-ACCESS not-accessible    STATUS  current    DESCRIPTION        "Each entry row contains attributes associated with one         registered MCS."    INDEX { marsIndex,            marsIfIndex,            marsRegMcsAtmAddr          }    ::= { marsRegMcsTable 1 }MarsRegMcsEntry ::=    SEQUENCE {        marsRegMcsAtmAddr  AtmAddr    }

⌨️ 快捷键说明

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