IOS-XR IS-IS Configuration memo – part 2

NSF(Non Stop Forwarding)

router isis {instance-id}
nsf {cisco | ietf}
nsf interface-expires {number}
nsf interface-timer {秒}
nsf lifetime {秒}
commit
do show run
do show isis neighbors
  • NSFタイプ
    • cisco: NSFが動作していない機器と混在する環境で使える
    • ietf: 隣接ルータが全てIETFドラフトベースの機能を持っている環境で使う
  • nsf interface-expires:
  • nsf interface-timer:
  • nsf lifetime:
Cisco ASR 9000 シリーズ アグリゲーション サービス ルータ ルーティング コンフィギュレーション ガイド リリース 4.3.x - Cisco ASR 9000 シリーズ ルータへの IS-IS の実装 [Cisco ASR 9000 シリーズ アグリゲーション サービス ルータ]
Cisco ASR 9000 シリーズ ルータへの IS-IS の実装

NSR(Non Stop Routing)

router isis {instance-id}
nsr
commit
do show isis nsr adjacency
do show isis nsr status
do show isis nsr statistics

NSFもNSRもXRvでは意味ない。マルチRPな環境じゃないと…

Authentication

router isis {instance-id}
lsp-password {hmac-md5 | text} {clear | encrypted} password [level] [send-only] [snp send-only]
interface {インターフェース名}
hello-password {hmac-md5 | text} {clear | encrypted} password [level] [send-only]
commit

lsp-password: LSP(OSPFでいうLSA)に対する認証
hello-password: ネイバ検出のHello(IIH)の認証

Keychainバージョン

router isis {instance-id}
lsp-password keychain {keychain-name} [level] [send-only] [snp send-only]
interface {インターフェース名}
hello-password keychain {keychain-name} {hmac-md5 | text} {clear | encrypted} password [level] [send-only]
commit

コメント

タイトルとURLをコピーしました