ステップ 1
|
configure terminal
switch# configure terminal
switch(config)#
|
グローバル コンフィギュレーション モードを開始します
|
ステップ 2
|
segment-routing
switch(config)#segment-routing
switch(config-sr)#
|
|
ステップ 3
|
traffic-engineering
switch(config-sr)# traffic-engineering
switch(config-sr-te)#
|
トラフィック エンジニアリング モードに入ります。
|
ステップ 4
|
[liveness-detection]
switch(config-sr-te)# liveness-detection
switch(config-sr-te-livedet)#
|
|
ステップ 5
|
interval num
switch(config-sr-te-livedet)# interval 6000
switch(config-sr-te-livedet)#
|
間隔はミリ秒です。デフォルトは 3000 ms です。
|
ステップ 6
|
multiplier num
switch(config-sr-te-livedet)# multiplier 5
switch(config-sr-te-livedet)#
|
乗数は、乗数は、ダウンと見なされるためにアップしているパスの失敗する必要がある連続間隔数と、アップとみなされるためにダウンしているパスの連続間隔数を設定します。デフォルトは 3 です。
|
ステップ 7
|
segment-list name sidlist-name
switch(config-sr-te)# segment-list name blue
index 10 mpls label 16004
index 10 mpls label 16005
|
明示 SID リストを作成します。
(注)
|
このコマンドは、sidlist-name の自動入力機能があります。この機能を使用するには、疑問符を追加するか、TAB キーを押します。
|
|
ステップ 8
|
policy policy name
switch(config-sr-te)# policy 1
switch(config-sr-te-pol)
|
|
ステップ 9
|
color numberIP-end-point
switch(config-sr-te-pol)# color 1 endpoint 5.5.5.5
switch(config-sr-te-pol)
|
|
ステップ 10
|
candidate-paths
switch(config-sr-te-pol)# candidate-paths
switch(config-expcndpaths)#
|
|
ステップ 11
|
preference preference-number
switch(config-expcndpaths)# preference 100
switch(cfg-pref)#
|
|
ステップ 12
|
sidlist-name explicit segment-list
switch(cfg-pref)# explicit segment-list red
switch(cfg-pref)#
|
明示リストを指定します。
(注)
|
このコマンドは、sidlist-name の自動入力機能があります。この機能を使用するには、疑問符を追加するか、TAB キーを押します。
|
|
ステップ 13
|
[liveness-detection]
switch(config-sr-te)# liveness-detection
switch(config-sr-te-livedet)#
|
|
ステップ 14
|
[no]index-limit num
switch(config-sr-te-livedet)# index-limit 20
switch(config-sr-te-livedet)#
|
ユーザーが指定した数以下のインデックスを持つ SID のみをモニタします。
|
ステップ 15
|
[no]shutdown
switch(config-sr-te-livedet)# shutdown
switch(config-sr-te-livedet)#
|
活性検出を無効にします。これは、関連するすべての構成を完全に削除せずに、活性検出を一時的に無効にする場合に便利です。
このコマンドの no 形式で、OAM モニタリングを無効にします。
|
ステップ 16
|
mpls
switch(config-sr-te-livedet)# mpls
switch(config-sr-te-livedet-mpls)#
|
mpl を介したセグメント ルーティングを有効にします。
|
ステップ 17
|
[no]oam
switch(config-sr-te-livedet-mpls)# oam
switch(config-sr-te-livedet-mpls)#
|
すべての SRTE ポリシーに対して MPLS OAM モニタリングをグローバルに有効にします。
このコマンドの no 形式で、OAM モニタリングを無効にします。
|
ステップ 18
|
on-demand color color_num
switch(config-sr-te)# on-demand color 211
switch(config-sr-te-color)#
|
オンデマンド色テンプレート モードを開始し、特定の色のオンデマンド色を構成します。
|
ステップ 19
|
candidate-paths
switch(config-sr-te-color)# candidate-paths
switch(cfg-cndpath)#
|
|
ステップ 20
|
preference preference-number
switch(cfg-cndpath)# preference 100
switch(cfg-pref)#
|
|
ステップ 21
|
sidlist-name explicit segment-list
switch(cfg-pref)# explicit segment-list red
switch(cfg-pref)#
|
明示リストを指定します。
(注)
|
このコマンドは、sidlist-name の自動入力機能があります。この機能を使用するには、疑問符を追加するか、TAB キーを押します。
|
|
ステップ 22
|
[liveness-detection]
switch(config-sr-te-color)# liveness-detection
switch(config-sr-te-color-livedet)#
|
|
ステップ 23
|
[no]index-limit num
switch(config-sr-te-color-livedet)# index-limit 20
switch(config-sr-te-color-livedet)#
|
ユーザーが指定した数以下のインデックスを持つ SID のみをモニタします。
|
ステップ 24
|
[no]shutdown
switch(config-sr-te-color-livedet)# shutdown
switch(config-sr-te-color-livedet)#
|
活性検出を無効にします。これは、関連するすべての構成を完全に削除せずに、活性検出を一時的に無効にする場合に便利です。
このコマンドの no 形式で、OAM モニタリングを無効にします。
|
ステップ 25
|
mpls
switch(config-sr-te-color-livedet)# mpls
switch(config-sr-te-color-livedet-mpls)#
|
mpl を介したセグメント ルーティングを有効にします。
|
ステップ 26
|
[no]oam
switch(config-sr-te-color-livedet-mpls)# oam
switch(config-sr-te-color-livedet-mpls)#
|
すべての SRTE ポリシーに対して MPLS OAM モニタリングをグローバルに有効にします。
このコマンドの no 形式で、OAM モニタリングを無効にします。
|