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

📄 isisext.my

📁 unix/linux下的路由守护程序
💻 MY
📖 第 1 页 / 共 5 页
字号:
          isisPartAreaAddr OBJECT-TYPE             SYNTAX OSINSAddress             ACCESS read-only             STATUS mandatory             DESCRIPTION                 "An area address reported in a Level 1 LSP in a partition                 reachable by a non-virtual link."             ::= { isisPartAreaAddrEntry 2 }          -- The Virtual Adjacency Table          -- The Virtual Adjacency Table contains information about all          -- Virtual Adjacencies present on the system.          isisVirtAdjTable OBJECT-TYPE             SYNTAX SEQUENCE OF IsisVirtAdjEntry             ACCESS not-accessible             STATUS mandatory             DESCRIPTION                 "The table of virtual adjacencies."             ::= { isisSystem 10 }          isisVirtAdjEntry OBJECT-TYPE             SYNTAX IsisVirtAdjEntry             ACCESS not-accessible             STATUS mandatory             DESCRIPTION                 "Each entry corresponds to a Virtual Adjacency."             REFERENCE "{ISIS.moi virtualAdjacency (2)}"             INDEX {  isisVirtAdjSysInstance,                      isisVirtAdjIndex }             ::= { isisVirtAdjTable 1 }          IsisVirtAdjEntry ::=             SEQUENCE {                isisVirtAdjSysInstance                   INTEGER,                isisVirtAdjIndex                   INTEGER,                isisVirtAdjNET                   OSINSAddress,                isisVirtAdjMetric                   PathCost             }          isisVirtAdjSysInstance OBJECT-TYPE             SYNTAX INTEGER             ACCESS read-only             STATUS mandatory             DESCRIPTION                 "The unique identifier of the Integrated IS-IS instance                 to which this row corresponds."             ::= { isisVirtAdjEntry 1 }          isisVirtAdjIndex OBJECT-TYPE             SYNTAX INTEGER             ACCESS read-only             STATUS mandatory             DESCRIPTION                 "The identifier for the Virtual Adjacency. This is a                 unique value amongst all virtual adjacencies on the same                 circuit assigned by the implementation when the virtual                 adjacency is created."             ::= { isisVirtAdjEntry 2 }          isisVirtAdjNET OBJECT-TYPE             SYNTAX OSINSAddress             ACCESS read-only             STATUS mandatory             DESCRIPTION                 "The Network Entity Title which is the destination of the                 virtual Adjacency being used to repair a partitioned                 Level 1 Area"             REFERENCE "{ISIS.aoi networkEntityTitle (88)}"             ::= { isisVirtAdjEntry 3 }          isisVirtAdjMetric OBJECT-TYPE             SYNTAX PathCost             ACCESS read-only             STATUS mandatory             DESCRIPTION                 "The cost of the least cost level 2 path(s) using the                 default metric to the destination of the virtual                 Adjacency."             REFERENCE "{ISIS.aoi metric (89)}"             ::= { isisVirtAdjEntry 4 }          -- The Circuit Group          -- The Circuit Group is mandatory          -- The Circuit Table          -- Each broadcast or point-to-point interface on the system          -- corresponds to one entry in the Circuit table. There may be          -- many X.25 DA circuit entries in the Circuit table for an          -- X.25 interface.          isisCircTable OBJECT-TYPE             SYNTAX SEQUENCE OF IsisCircEntry             ACCESS not-accessible             STATUS mandatory             DESCRIPTION                 "The table of circuits used by each instance of                 Integrated IS-IS on this system."             ::= { isisCirc 1 }          isisCircEntry OBJECT-TYPE             SYNTAX IsisCircEntry             ACCESS not-accessible             STATUS mandatory             DESCRIPTION                 "An isisCircEntry exists for each circuit used by                 Integrated IS-IS on this system."             INDEX {  isisCircSysInstance,                      isisCircIndex }             ::= { isisCircTable 1 }          IsisCircEntry ::=             SEQUENCE {                isisCircSysInstance                   INTEGER,                isisCircIndex                   INTEGER,                isisCircIfIndex                   INTEGER,                isisCircOperState                   OperState,                isisCircExistState                   ExistState,                isisCircType                   INTEGER,                isisCircISISHelloTimer                   INTEGER,                isisCircL1DefaultMetric                   DefaultMetric,                isisCircL1DelayMetric                   OtherMetric,                isisCircL1ExpenseMetric                   OtherMetric,                isisCircL1ErrorMetric                   OtherMetric,                isisCircExtDomain                   Boolean,                isisCircAdjChanges                   Counter,                isisCircInitFails                   Counter,                isisCircRejAdjs                   Counter,                isisCircOutCtrlPDUs                   Counter,                isisCircInCtrlPDUs                   Counter,                isisCircIDFieldLenMismatches                   Counter,                isisCircMaxAreaAddrMismatches                   Counter,                isisCircL2DefaultMetric                   DefaultMetric,                isisCircL2DelayMetric                   OtherMetric,                isisCircL2ExpenseMetric                   OtherMetric,                isisCircL2ErrorMetric                   OtherMetric,                isisCircManL2Only                   Boolean,                isisCircL1ISPriority                   ISPriority,                isisCircL1CircID                   CircuitID,                isisCircL1DesIS                   SystemID,                isisCircLANL1DesISChanges                   Counter,                isisCircL2ISPriority                   ISPriority,                isisCircL2CircID                   CircuitID,                isisCircL2DesIS                   SystemID,                isisCircLANL2DesISChanges                   Counter,                isisCircMCAddr					-- 02new, was at 29                   INTEGER,                isisCircPtToPtCircID                   CircuitID,                isisCircStaticCallInfo                   OBJECT IDENTIFIER,                isisCircDACallDefMetInc                   OtherMetric,                isisCircDACallDelMetInc                   OtherMetric,                isisCircDACallErrMetInc                   OtherMetric,                isisCircDACallExpMetInc                   OtherMetric,                isisCircAuthTransPwd                   Password,                isisCircAuthFails                   Counter             }          isisCircSysInstance OBJECT-TYPE             SYNTAX INTEGER             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "The unique identifier of the Integrated IS-IS instance                 to which this row corresponds. This object follows the                 index behaviour."             ::= { isisCircEntry 1 }          isisCircIndex OBJECT-TYPE             SYNTAX INTEGER (1..255)             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "The identifier of this circuit, unique within the                 instance of the protocol. This object follows the index                 behaviour."             ::= { isisCircEntry 2 }          isisCircIfIndex OBJECT-TYPE             SYNTAX INTEGER             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "The value of ifIndex for the interface to which this                 circuit corresponds. This object follows the                 replaceOnlyWhileDisabled behaviour."             ::= { isisCircEntry 3 }          isisCircOperState OBJECT-TYPE             SYNTAX OperState             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "The operational state of the circuit. This object                 follows the operationalState behaviour."             DEFVAL { off }             ::= { isisCircEntry 4 }          isisCircExistState OBJECT-TYPE             SYNTAX ExistState             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "The existence state of this circuit. This object follows                 the ExistenceState behaviour."             DEFVAL { on }             ::= { isisCircEntry 5 }          isisCircType OBJECT-TYPE             SYNTAX   INTEGER {                         broadcast(1),                         ptToPt(2),                         staticIn(3),                         staticOut(4),                         dA(5)                      }             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "The type of the circuit.  This object follows the                 replaceOnlyWhileDisabled behaviour. The type specified                 must be compatible with the type of the interface defined                 by the value of isisCircIfIndex."             REFERENCE "{ISIS.aoi type (33)}"             ::= { isisCircEntry 6 }          isisCircISISHelloTimer OBJECT-TYPE             SYNTAX INTEGER (1..65535)             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "The period, in seconds, between IIH PDUs. It is also                 used as the period between ISH PDUs when polling the ES                 configuration. This object follows the resettingTimer                 behaviour."             REFERENCE "{ISIS.aoi iSISHelloTimer (45)}"             DEFVAL { 3 }             ::= { isisCircEntry 7 }          isisCircL1DefaultMetric OBJECT-TYPE             SYNTAX DefaultMetric             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "The default metric value of this circuit for Level 1                 traffic."             REFERENCE "{ISIS.aoi l1DefaultMetric (35)}"             DEFVAL { 20 }             ::= { isisCircEntry 8 }          isisCircL1DelayMetric OBJECT-TYPE             SYNTAX OtherMetric             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "The delay metric value of this circuit for Level 1                 traffic. The value of zero is reserved to indicate that                 this metric is not supported."             REFERENCE "{ISIS.aoi l1DelayMetric (36)}"             DEFVAL { 0 }             ::= { isisCircEntry 9 }          isisCircL1ExpenseMetric OBJECT-TYPE             SYNTAX OtherMetric             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "The expense metric value of this circuit for Level 1                 traffic. The value of zero is reserved to indicate that                 this metric is not supported."             REFERENCE "{ISIS.aoi l1ExpenseMetric (37)}"             DEFVAL { 0 }             ::= { isisCircEntry 10 }          isisCircL1ErrorMetric OBJECT-TYPE             SYNTAX OtherMetric             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "The error metric value of this circuit for Level 1                 traffic. The value of zero is reserved to indicate that                 this metric is not supported."             REFERENCE "{ISIS.aoi l1ErrorMetric (38)}"             DEFVAL { 0 }             ::= { isisCircEntry 11 }          isisCircExtDomain OBJECT-TYPE             SYNTAX Boolean             ACCESS read-write             STATUS mandatory             DESCRIPTION                 "If true, suppress normal transmission of and                 interpretation of Intr

⌨️ 快捷键说明

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