今回はIS-ISのTE用のTLVを見ていきます。
概要
Trafic Engineering用のIS-ISのTLV
TE用のSub-TLVはExtended IS Reachability TLVに格納されます。
IPv4 Interface Address Sub-TLV
自身のインタフェースのIPアドレスが格納されます。
IPv4 Neighbor Address Sub-TLV
ネイバーのIPアドレスが格納されます。
Traffic Engineering Default Metric Sub-TLV
CSPFの計算で使用するリンクのTE専用のメトリックが格納されます。デフォルトでは通常のIS-ISのリンクのコストが格納されます。
Maximum Link Bandwidth Sub-TLV
リンクの最大帯域幅が格納されます。
Maximum Reservable Link Bandwidth Sub-TLV
使用済みの帯域幅が格納されます。
Unreserved Bandwidth Sub-TLV
未使用な帯域幅が格納されます。
Administrative Group Sub-TLV
Administrative Groupが格納されます。
Extended Administrative Group Sub-TLV
Extended Administrative Groupが格納されます。
検証の基本設定
基本設定の内容
R1-R2間でIS-IS Area 49.0001を構成します。
R1とR2をL2 Routerとして動作させます。
IS-ISでSR-TEを有効にします。
初期設定
interface Loopback0
ipv4 address 1.1.1.1 255.255.255.255
!
interface GigabitEthernet0/0/0/0
ipv4 address 10.1.1.1 255.255.255.0
!
router isis 1
is-type level-2-only
net 49.0001.0000.0000.0001.00
address-family ipv4 unicast
metric-style wide
mpls traffic-eng level-2-only
segment-routing mpls
!
interface Loopback0
address-family ipv4 unicast
!
!
interface GigabitEthernet0/0/0/0
point-to-point
address-family ipv4 unicast
!
!
!
segment-routing
traffic-eng
interface Loopback0
ipv4 address 2.2.2.2 255.255.255.255
!
interface GigabitEthernet0/0/0/0
ipv4 address 10.1.1.2 255.255.255.0
!
router isis 1
is-type level-2-only
net 49.0001.0000.0000.0002.00
address-family ipv4 unicast
metric-style wide
mpls traffic-eng level-2-only
segment-routing mpls
!
interface Loopback0
address-family ipv4 unicast
!
!
interface GigabitEthernet0/0/0/0
point-to-point
address-family ipv4 unicast
!
!
!
segment-routing
traffic-eng
設定と状態確認
SR-TEの設定確認
IS-ISでmpls traffic-engコマンド、SRでtraffic-engコマンドを設定することで、IS-ISでSR-TEが有効になります。
router isis 1
is-type level-2-only
address-family ipv4 unicast
metric-style wide
mpls traffic-eng level-2-only
segment-routing mpls
!
!
!
segment-routing
traffic-eng
LSDBの確認
R1が生成したLSPを確認すると、Extended IS Reachability TLVにTE用のSub-TLVが格納されていることが確認できます。
RP/0/RP0/CPU0:R1#show isis database R1.00-00 verbose
IS-IS 1 (Level-2) Link State Database
LSPID LSP Seq Num LSP Checksum LSP Holdtime/Rcvd ATT/P/OL
R1.00-00 * 0x00000008 0xc784 833 /* 0/0/0
Area Address: 49.0001
NLPID: 0xcc
IP Address: 1.1.1.1
Router ID: 1.1.1.1
Metric: 10 IP-Extended 1.1.1.1/32
Prefix Attribute Flags: X:0 R:0 N:1
Source Router ID: 1.1.1.1
Metric: 10 IP-Extended 10.1.1.0/24
Prefix Attribute Flags: X:0 R:0 N:0
Hostname: R1
Router Cap: 1.1.1.1 D:0 S:0
Segment Routing: I:1 V:0, SRGB Base: 16000 Range: 8000
SR Local Block: Base: 15000 Range: 1000
Node Maximum SID Depth:
Label Imposition: 10
SR Algorithm:
Algorithm: 0
Algorithm: 1
Metric: 10 IS-Extended R2.00
Interface IP Address: 10.1.1.1
Neighbor IP Address: 10.1.1.2
Affinity: 0x00000000
Physical BW: 1000000 kbits/sec
Reservable Global pool BW: 0 kbits/sec
Global Pool BW Unreserved:
[0]: 0 kbits/sec [1]: 0 kbits/sec
[2]: 0 kbits/sec [3]: 0 kbits/sec
[4]: 0 kbits/sec [5]: 0 kbits/sec
[6]: 0 kbits/sec [7]: 0 kbits/sec
Admin. Weight: 10
Ext Admin Group: Length: 32
0x00000000 0x00000000
0x00000000 0x00000000
0x00000000 0x00000000
0x00000000 0x00000000
Link Maximum SID Depth:
Label Imposition: 10
ADJ-SID: F:0 B:0 V:1 L:1 S:0 P:0 weight:0 Adjacency-sid:24001
以下はR1のLSP内のExtended IS Reachability TLVのキャプチャになります。
IPv4 Interface Address Sub-TLV
IPv4 Neighbor Address Sub-TLV
Traffic Engineering Default Metric Sub-TLV
Maximum Link Bandwidth Sub-TLV
Maximum Reservable Link Bandwidth Sub-TLV
Unreserved Bandwidth Sub-TLV
Administrative Group Sub-TLV
コメント