このRoute-MAPに該当した経路情報の ORIGIN 属性を設定します。
Router(config)#route-map map1 permit 1
Router(config-rmap map1 permit 1)#set origin egp
Router(config-rmap map1 permit 1)#exit
Router(config)#router bgp 100
Router(config-bgp)#neighbor 10.0.0.1 route-map map1 out
set origin <ORIGIN属性>
パラメータ 設定内容 設定範囲 省略時の値 ORIGIN属性 BGPのORIGINアトリビュートにセットするORIGIN属性を指定します。
egp…EGPを設定する
igp…IGPを設定する
incomplete…INCOMPLETEを設定するegp
igp
incomplete省略不可
ORIGIN属性を変更しません。
Route-map設定モード