📄 isisext.my
字号:
length octet string, then the authentication option is not included in Level 1 LSP and SNP PDUs generated by this instance of the protocol." REFERENCE "{ISIS.aoi areaTransmitPassword (111)}" DEFVAL { ''H } -- the zero length octet string. ::= { isisSysEntry 31 } isisSysAuthDomainTransPwd OBJECT-TYPE SYNTAX Password ACCESS read-write STATUS mandatory DESCRIPTION "The value to be used as the transmit password in Level 2 LSP and SNP PDUs generated by this instance of the protocol. If the value of this object is ''H, the zero length octet string, then the authentication option is not included in Level 2 LSP and SNP PDUs generated by this instance of the protocol." REFERENCE "{ISIS.aoi domainTransmitPassword (113)}" DEFVAL { ''H } -- the zero length octet string. ::= { isisSysEntry 32 } isisSysAuthFails OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of authentication failures recognized by this instance of the protocol." REFERENCE "{ISIS.aoi authenticationFailures (117)}" ::= { isisSysEntry 33 } -- The Level 1 Manual Area Address Table -- The Level 1 Manual Area Address Table -- contains the set of area addresses manually configured -- for each instance of the Integrated IS-IS protocol. -- At least one row in which the value of -- isisManAreaAddrExistState -- is on must be present for each instance of the protocol -- when isisSysOperState is also on for that instance. The -- maximum number of rows in this table for each instance of -- the protocol for which the object isisManAreaAddrExistState -- has the value on is the value of maximumAreaAddresses (as -- defined in ISO 10589) for that instance. An Attempt -- to create a new row such that the number of rows with -- isisManAreaAddrExistState set to on for that protocol -- instance exceeds maximumAreaAddresses is rejected." isisManAreaAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF IsisManAreaAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The set of manual area addresses configured on this Intermediate System." REFERENCE "{ISIS.aoi manualAreaAddresses (10)}" ::= { isisSystem 2 } isisManAreaAddrEntry OBJECT-TYPE SYNTAX IsisManAreaAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry contains one area address manually configured on this system" INDEX { isisManAreaAddrSysInstance, isisManAreaAddr } ::= { isisManAreaAddrTable 1 } IsisManAreaAddrEntry ::= SEQUENCE { isisManAreaAddrSysInstance INTEGER, isisManAreaAddr OSINSAddress, isisManAreaAddrExistState ExistState } isisManAreaAddrSysInstance 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." ::= { isisManAreaAddrEntry 1 } isisManAreaAddr OBJECT-TYPE SYNTAX OSINSAddress ACCESS read-write STATUS mandatory DESCRIPTION "A manually configured area address for this system. This object follows the index behaviour." ::= { isisManAreaAddrEntry 2 } isisManAreaAddrExistState OBJECT-TYPE SYNTAX ExistState ACCESS read-write STATUS mandatory DESCRIPTION "The state of the isisManAreaAddrEntry. This object follows the ExistenceState behaviour. If an attempt is made to set this object to the value off when the corresponding isisManAreaAddrEntry is the only valid entry for this instance and when the corresponding ISIS instance has isisSysOperState set to On then the attempt is rejected." DEFVAL { on } ::= { isisManAreaAddrEntry 3 } -- The Level 1 Area Address Table -- The Level 1 Area Address Table contains the -- union of the sets of area addresses reported in all Level 1 -- LSPs received by this Intermediate System. isisAreaAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF IsisAreaAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The union of the sets of area addresses reported in all Level 1 LSPs received by this instance of the protocol." REFERENCE "{ISIS.aoi areaAddresses (18)}" ::= { isisSystem 3 } isisAreaAddrEntry OBJECT-TYPE SYNTAX IsisAreaAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry contains one area address reported in a Level 1 LSP received by this instance of the protocol." INDEX { isisAreaAddrSysInstance, isisAreaAddr } ::= { isisAreaAddrTable 1 } IsisAreaAddrEntry ::= SEQUENCE { isisAreaAddrSysInstance INTEGER, isisAreaAddr OSINSAddress } isisAreaAddrSysInstance OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The unique identifier of the Integrated IS-IS instance to which this row corresponds." ::= { isisAreaAddrEntry 1 } isisAreaAddr OBJECT-TYPE SYNTAX OSINSAddress ACCESS read-only STATUS mandatory DESCRIPTION "An area address reported in a Level 1 LSP received by this instance of the protocol." ::= { isisAreaAddrEntry 2 } -- The System Integrated Group -- The System Integrated Group is present if the system -- supports Integrated ISIS at Level 1. -- The System Protocol Supported Table -- The System Protocol Supported Table contains the manually -- configured set of protocols supported by each -- instance of the Integrated ISIS protocol. isisSysProtSuppTable OBJECT-TYPE SYNTAX SEQUENCE OF IsisSysProtSuppEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains the manually configured set of protocols supported by each instance of the Integrated ISIS protocol." ::= { isisSystem 4 } isisSysProtSuppEntry OBJECT-TYPE SYNTAX IsisSysProtSuppEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry contains one protocol supported by an instance of the Integrated ISIS protocol." INDEX { isisSysProtSuppSysInstance, isisSysProtSuppProtocol } ::= { isisSysProtSuppTable 1 } IsisSysProtSuppEntry ::= SEQUENCE { isisSysProtSuppSysInstance INTEGER, isisSysProtSuppProtocol SupportedProtocol, isisSysProtSuppExistState ExistState } isisSysProtSuppSysInstance 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." ::= { isisSysProtSuppEntry 1 } isisSysProtSuppProtocol OBJECT-TYPE SYNTAX SupportedProtocol ACCESS read-write STATUS mandatory DESCRIPTION "One supported protocol. This object follows the index behaviour." ::= { isisSysProtSuppEntry 2 } isisSysProtSuppExistState OBJECT-TYPE SYNTAX ExistState ACCESS read-write STATUS mandatory DESCRIPTION "The state of the isisSysProtSuppEntry. This object follows the ExistenceState and ReplaceOnlyWhileInstanceDisabled behaviours." DEFVAL { on } ::= { isisSysProtSuppEntry 3 } -- The Level 2 IP Group -- The Level 2 IP Group is present if the system -- supports IP Integrated IS-IS at Level 2 -- The Level 2 Summary Address Table -- The Level 2 Summary Address Table contains the set of summary -- addresses manually configured for each Level 2 instance of -- IP Integrated ISIS on the system. isisL2SummAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF IsisL2SummAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The set of IP summary addresses to use in forming the contents of Level 2 LSPs originated by this level 2 Intermediate System." ::= { isisSystem 5 } isisL2SummAddrEntry OBJECT-TYPE SYNTAX IsisL2SummAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry contains one IP summary address." INDEX { isisL2SummAddrSysInstance, isisL2SummAddress, isisL2SummAddrMask } ::= { isisL2SummAddrTable 1 } IsisL2SummAddrEntry ::= SEQUENCE { isisL2SummAddrSysInstance INTEGER, isisL2SummAddress IpAddress, isisL2SummAddrMask IpAddress, isisL2SummAddrExistState ExistState, isisL2SummAddrOperState OperState, isisL2SummAddrDefaultMetric DefaultMetric, isisL2SummAddrDelayMetric OtherMetric, isisL2SummAddrExpenseMetric OtherMetric, isisL2SummAddrErrorMetric OtherMetric } isisL2SummAddrSysInstance 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 replaceOnlyWhileDisabled and index behaviours." ::= { isisL2SummAddrEntry 1 } isisL2SummAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The IP Address value for this summary address. This object follows the index behaviour." ::= { isisL2SummAddrEntry 2 } isisL2SummAddrMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The mask value for this summary address. This object follows the index behaviour." ::= { isisL2SummAddrEntry 3 } isisL2SummAddrExistState OBJECT-TYPE SYNTAX ExistState ACCESS read-write STATUS mandatory DESCRIPTION "The existence state of this summary address. This object follows the existenceState behaviour." DEFVAL { on } ::= { isisL2SummAddrEntry 4 } isisL2SummAddrOperState OBJECT-TYPE SYNTAX OperState ACCESS read-write STATUS mandatory DESCRIPTION
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -