構成定義ガイド
- <この項の構成>
- (1) 特定ネットワークの経路の受付,および拒否
(1) 特定ネットワークの経路の受付,および拒否
(a) 設定内容
AS65000から宛先ネットワークが3ffe:501:811:ff01::/64の経路を除く,ASPATH 65000の経路を受け付け,その他の経路を拒否します。また,受け付けた経路のLOCALPREF属性値を200に設定します。
(b) 構成定義情報例
- ● attribute-listによる設定
- [コマンドによる設定]
1 (config)# atribute-list attribute-filter ASPATH-65000 [atribute-list attribute-filter ASPATH-65000] 2 (config)# aspath "65000" [atribute-list attribute-filter ASPATH-65000] 3 (config)# exit 4 (config)# attribute-list set-attribute SETPREF-200 [attribute-list set-attribute SETPREF-200] 5 (config)# localpref 200 [attribute-list set-attribute SETPREF-200] 6 (config)# exit 7 (config)# import proto bgp4+ as 65000 attribute-filter ASPATH-65000 set-attribute SETPREF-200 [import proto bgp4+ as 65000 attribute-filter ASPATH-65000 set-attribute SETPREF-200] 8 (config)# all [import proto bgp4+ as 65000 attribute-filter ASPATH-65000 set-attribute SETPREF-200] 9 (config)# 3ffe:501:811:ff01::/64 restrict [import proto bgp4+ as 65000 attribute-filter ASPATH-65000 set-attribute SETPREF-200] 10 (config)# exit 11 (config)# import proto bgp4+ as 65000 restrict表11-93 構成定義情報解説
解説番号 解説 1〜10 AS65000から宛先ネットワークが3ffe:501:811:ff01::/64の経路を除く,ASPATH 65000の経路を受け付けます。また,LOCAPREF属性値を200に設定します。 11 解説番号1〜10以外の経路を拒否します。
- [構成定義情報の表示]
attribute-list set-attribute SETPREF-200 localpref 200 ! atribute-list attribute-filter ASPATH-65000 aspath "65000" ! import proto bgp4+ as 65000 attribute-filter ASPATH-65000 set-attribute SETPREF-200 all 3ffe:501:811:ff01::/64 restrict ! import proto bgp4+ as 65000 restrict
- ● route-filterによる設定
- [コマンドによる設定]
1 (config)# route-filter name AS65000-IN [route-filter name AS65000-IN] 2 (config)# seq 100 match network 3ffe:501:811:ff01::/64 [route-filter name AS65000-IN] 3 (config)# seq 100 drop [route-filter name AS65000-IN] 4 (config)# seq 200 match aspath "65000" [route-filter name AS65000-IN] 5 (config)# seq 200 set localpref 200 [route-filter name AS65000-IN] 6 (config)# seq 300 drop [route-filter name AS65000-IN] 7 (config)# exit 8 (config)# import proto bgp4+ as 65000 route-filter AS65000-IN表11-94 構成定義情報解説
解説番号 解説 1〜8 AS65000から宛先ネットワークが3ffe:501:811:ff01::/64の経路を除く,ASPATH 65000の経路を受け付けます。また,LOCAPREF属性値を200に設定します。また,その他の経路を拒否します。
- [構成定義情報の表示]
route-filter name AS65000-IN seq 100 match network 3ffe:501:811:ff01::/64 seq 100 drop seq 200 match aspath "65000" seq 200 set localpref 200 seq 300 drop ! import proto bgp4+ as 65000 route-filter AS65000-IN
- ● route-filter,attribute-list,およびnetwork-filterによる設定
- [コマンドによる設定]
1 (config)# atribute-list attribute-filter ASPATH-65000 [atribute-list attribute-filter ASPATH-65000] 2 (config)# aspath "65000" 3 (config)# exit 4 (config)# attribute-list set-attribute SETPREF-200 [attribute-list set-attribute SETPREF-200] 5 (config)# localpref 200 [attribute-list set-attribute SETPREF-200] 6 (config)# exit 7 (config)# network-filter name LOCAL-NET [network-filter name LOCAL-NET] 8 (config)# 3ffe:501:811:ff01::/64 [network-filter name LOCAL-NET] 9 (config)# exit 10 (config)# route-filter name AS65000-IN [route-filter name AS65000-IN] 11 (config)# seq 100 match network-filter LOCAL-NET [route-filter name AS65000-IN] 12 (config)# seq 100 drop [route-filter name AS65000-IN] 13 (config)# seq 200 match attribute-filter ASPATH-65000 [route-filter name AS65000-IN] 14 (config)# seq 200 set set-attribute SETPREF-200 [route-filter name AS65000-IN] 15 (config)# seq 300 drop [route-filter name AS65000-IN] 16 (config)# exit 17 (config)# import proto bgp4+ as 65000 route-filter AS65000-IN表11-95 構成定義情報解説
解説番号 解説 1〜17 AS65000から宛先ネットワークが3ffe:501:811:ff01::/64の経路を除く,ASPATH 65000の経路を受け付けます。また,LOCAPREF属性値を200に設定します。また,その他の経路を拒否します。
- [構成定義情報の表示]
attribute-list set-attribute SETPREF-200 localpref 200 ! atribute-list attribute-filter ASPATH-65000 aspath "65000" ! network-filter name LOCAL-NET 3ffe:501:811:ff01::/64 ! route-filter name AS65000-IN seq 100 match network-filter LOCAL-NET seq 100 drop seq 200 match attribute-filter ASPATH-65000 seq 200 set set-attribute SETPREF-200 seq 300 drop ! import proto bgp4+ as 65000 route-filter AS65000-IN
- [注意事項]
- 経路フィルタ(route-filter)未使用時のインポート・フィルタの検索順序を次に示します。下記検索順序で検索した結果,最初に一致したフィルタの指定値(preference,set-attribute,またはrestrict)に従い,受信経路を取り扱います。
- 「フィルタリング条件」
- (a)学習元ターゲット情報:peer指定,as指定,policygroup指定,未指定(全指定)
- (b)BGP4+属性情報:attribute-filter
- (c)宛先ネットワーク情報:<Route_Filter>
- なお,「一致」とは,定義されたフィルタリング条件(上記(a),(b),(c))が共に一致した場合を指します。
- 「フィルタ検索順序」
- (a)学習元ターゲット情報:peer指定,as指定,policygroup指定,未指定の順に検索します。各指定(peer指定,as指定,policygroup指定,未指定)が複数定義されている場合は各指定内での定義順に検索します。
- (b)宛先ネットワーク情報:よりマスク長の長い<Route_Filter>順に検索します。
- 経路フィルタ(route-filter)使用時のインポート・フィルタの検索順序を次に示します。下記検索順序で検索した結果,最初に一致したフィルタの指定値(route-filter内のset,drop,またはaccept)に従い,受信経路を取り扱います。なお,インポート・フィルタに複数の経路フィルタ識別子を列記指定した場合は,列記指定した経路フィルタのどれかで一致すると,当該フィルタにdropまたはacceptの指定がなければ,次に列記されている経路フィルタを続けて検索します。
- 「フィルタリング条件」
- (a)学習元ターゲット情報:peer指定,as指定,policygroup指定,未指定(全指定)
- (b)経路フィルタ情報:route-filter内のmatch情報
- なお,「一致」とは,定義されたフィルタリング条件(上記(a),(b))がすべて一致した場合を指します。
- 「フィルタ検索順序」
- (a)学習元ターゲット情報:peer指定,as指定,policygroup指定,未指定の順に検索します。各指定(peer指定,as指定,policygroup指定,未指定)が複数定義されている場合は各指定内での定義順に検索します。
- (b)経路フィルタ情報:seq番号順に検索します。
- 受信した経路情報が定義されたフィルタリング条件に一致しない場合,当該経路の取り扱いはデフォルト動作(受信したすべての経路を取り込む)と同様となります。
Copyright (c)2005 ALAXALA Networks Corporation. All rights reserved.