IS-IS(IPv4)
次項 »
« « FXCX9526F目次
構成
シナリオ
■IS-ISIS-IS(Intermediate System to Intermediate System)は、リンクステート型ダイナミックルーティングプロトコルです。 IPv4、IPv6の両方に対応しており、1つのプロトコルインスタンスでそれらを並行運用することが可能です。 IS-ISはOSI 環境で動作するために開発された経緯から、NSAPアドレスと呼ばれる可変長の識別子を利用してルーティングを行います。 NSAPアドレスのうち、NSEL (NSAP Selector) フィールドを 0x00 に設定したものをNET (Network Entity Title) と呼びます。
NSAPアドレス形式:49.aaaa.xxxx.yyyy.zzzz.00
エリアID
49・・・AFIと呼ばれるエリア識別子。プライベートの場合は49を使用します。
a ・・・ドメイン識別子。エリア内で共通の任意の値を使用できます。
システムID
x.y.z・・・デバイス識別子。任意の値を使用可能。
NSEL
00・・・デバイス自体を表すフィールド。0x00固定で設定する。
本設定事例では、FXC9432及び、FXCX9526Fを用いたIS-ISルーティング環境を構築する設定について解説します。
以下のシナリオを前提として設定を行います。
・IPv4アドレスを用いたルーティング環境を構築する。
・同一エリア内の経路情報をアドバタイズし、相互通信を可能にする。
・異なるエリア内の経路情報をアドバタイズし、相互通信を可能にする。
設定例
L3SW#1
モード | コマンド | コメント | ||||||||||
L3SW#1(config)# | router isis | IS-ISを有効化 | ||||||||||
L3SW#1(config-router)# | net 49.0001.0000.0000.1111.00 | NSAPアドレスを定義 | ||||||||||
L3SW#1(config-router)# | exit | |||||||||||
L3SW#1(config)# | interface GigabitEthernet 0/1 | |||||||||||
L3SW#1(config-if)# | no switchport | Routed-portに設定 | ||||||||||
L3SW#1(config-if)# | ip address 192.168.10.1 255.255.255.0 | IPアドレスを設定 | ||||||||||
L3SW#1(config-if)# | ip router isis | インターフェースでIS-ISを有効化 | ||||||||||
L3SW#1(config-if)# | exit | |||||||||||
L3SW#1(config)# | interface tenGigabitEthernet 0/32 | |||||||||||
L3SW#1(config-if)# | no switchport | Routed-portに設定 | ||||||||||
L3SW#1(config-if)# | ip address 192.168.1.1 255.255.255.0 | IPアドレスを設定 | ||||||||||
L3SW#1(config-if)# | ip router isis | インターフェースでIS-ISを有効化 | ||||||||||
L3SW#1(config-if)# | exit |
L3SW#2
モード | コマンド | コメント | ||||||||||
L3SW#2(config)# | router isis | IS-ISを有効化 | ||||||||||
L3SW#2(config-router)# | net 49.0001.0000.0000.2222.00 | NSAPアドレスを定義 | ||||||||||
L3SW#2(config-router)# | exit | |||||||||||
L3SW#2(config)# | interface TenGigabitEthernet 0/1 | |||||||||||
L3SW#2(config-if)# | no switchport | Routed-portに設定 | ||||||||||
L3SW#2(config-if)# | ip address 192.168.1.2 255.255.255.0 | IPアドレスを設定 | ||||||||||
L3SW#2(config-if)# | ip router isis | インターフェースでIS-ISを有効化 | ||||||||||
L3SW#2(config-if)# | exit | |||||||||||
L3SW#2(config)# | interface TenGigabitEthernet 0/2 | |||||||||||
L3SW#2(config-if)# | no switchport | Routed-portに設定 | ||||||||||
L3SW#2(config-if)# | ip address 192.168.2.1 255.255.255.0 | IPアドレスを設定 | ||||||||||
L3SW#2(config-if)# | ip router isis | インターフェースでIS-ISを有効化 | ||||||||||
L3SW#3(config-if)# | isis circuit-type level-2-only | IS-ISでのエリア間のルーティングを有効化 | ||||||||||
L3SW#2(config-if)# | exit | |||||||||||
L3SW#2(config)# | interface TenGigabitEthernet 0/3 | |||||||||||
L3SW#2(config-if)# | no switchport | Routed-portに設定 | ||||||||||
L3SW#2(config-if)# | ip address 192.168.20.1 255.255.255.0 | IPアドレスを設定 | ||||||||||
L3SW#2(config-if)# | ip router isis | インターフェースでIS-ISを有効化 | ||||||||||
L3SW#2(config-if)# | exit |
L3SW#3
モード | コマンド | コメント | ||||||||||
L3SW#3(config)# | router isis | IS-ISを有効化 | ||||||||||
L3SW#3(config-router)# | net 49.0002.0000.0000.3333.00 | NSAPアドレスを定義 | ||||||||||
L3SW#3(config-router)# | exit | |||||||||||
L3SW#3(config)# | interface TenGigabitEthernet 0/1 | |||||||||||
L3SW#3(config-if)# | no switchport | Routed-portに設定 | ||||||||||
L3SW#3(config-if)# | ip address 192.168.2.2 255.255.255.0 | IPアドレスを設定 | ||||||||||
L3SW#3(config-if)# | ip router isis | インターフェースでIS-ISを有効化 | ||||||||||
L3SW#3(config-if)# | isis circuit-type level-2-only | IS-ISでのエリア間のルーティングを有効化 | ||||||||||
L3SW#3(config-if)# | exit | |||||||||||
L3SW#3(config)# | interface TenGigabitEthernet 0/2 | |||||||||||
L3SW#3(config-if)# | no switchport | Routed-portに設定 | ||||||||||
L3SW#3(config-if)# | ip address 192.168.30.1 255.255.255.0 | IPアドレスを設定 | ||||||||||
L3SW#3(config-if)# | ip router isis | インターフェースでIS-ISを有効化 | ||||||||||
L3SW#3(config-if)# | exit |
関連コマンド
show isis database show isis neighbors show isis protocol show isis interface show isis iptopology show ip route