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

📄 isis.conf

📁 Isisns is an extension of Network Simulator (ns) for the IS-IS routing protocol. It is focused on si
💻 CONF
字号:
############################## Parameters for isis       ############################### Node specific parameters########################### When an event occurs (adjacency up/down or change of cost) the node waits# this time before generating LSP and update LSP database.# Units: milliseconds# Default: 0lspDelay 1000# This is the circuit type that will be configured for the nodes interfaces# L1   = 1 (level 1)# L1L2 = 2 (level 2, manualL2onlymode = false)# L2   = 3 (level 2, manualL2onlymode = true)# Deafault: 2type 2# This is the time that an LSP will be kept in the database when remaining# lifetime has become zero.# Units: milliseconds# Deafault: 60000zeroAgeLifeTime 60000# SPFtime = spfTimeMultiplier * |E| * log |N|    where# SPFtime = estimated time of route computation# |E| = approximately number of edges# |N| = number of nodes# Default: 0.001spfTimeMultiplier 0.0001# The amount of time that a receiving system will keep an LSP from this# system.# Units: seconds# Default: 1200maxAge 1200# Maximum time that a system waits before generating and sending a new LSP.# Units: seconds# Default: 900maxLspGenerationInterval 900# Minimum time that a system must wait before generating and sending a new LSP.# Units: milliseconds# Default: 1minLspGenerationInterval 1# This is the interval between the scannings of the LSP database when SRMflags# are scanned and LSP:s are sent (via LspThrottle).# Units: milliseconds# Default: 5000minLspTransmissionInterval 5000# This jitter is applied to all timers that can result in the sending of a PDU.# The timers are scheduled with a random time in the interval# [ time * (1 - jitter/100) ; time ]# Units: percent# Default: 25jitter 25# This option specifies if LSP:s are to be sent immediately when SRMflag is set# (value 0) or if it waits until MinLspTransmissionTimer expires (value 1)# Units: {0, 1}# Default: 0isoPedantic 0# This is the delay between a change in the LSP database and start of the# route computation# Units: milliseconds# Default: 5500SPFdelay 1000# Obsolete# simClockRate 1400000000# Interface specific parameters################################ The interval between sending of Hello PDU:s.# Units: milliseconds# Default: 3000helloInterval 3000# The announced time that the receiver of a Hello PDU shall wait before# declaring its neighbor as down if it hasn't received any Hello PDU.# Units: milliseconds# Default: 9000holdingTime 9000# Specifies if the routing agent shall be notified by the dynamic routing if# a link goes down (1 if it should, 0 otherwise).# Default: 1intfNotify 1# This is the minimum interval between sending of any LSP on the interface. If# LSP:s are to be sent at a higher rate, they are queued.# Units: milliseconds# Default: 33lspThrottle 0# This is the interval between the scannings of the LSP database when SSNflags# are scanned and PSNP:s are sent.# Units: milliseconds# Default: 2000psnpInterval 2000# This is the maximum transfer unit on the interface. The node will not send# LSP:s larger than this.# Units: bytes# Default: 1500mtu 1500

⌨️ 快捷键说明

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