BGP Weight値を指定します。
この設定は、BGPピアのデフォルトの優先度の設定になります。
Router(config)#route-map map1 permit 1
Router(config-rmap map1 permit 1)#set weight 1
Router(config-rmap map1 permit 1)#exit
Router(config)#irouter bgp 100
Router(config-bgp)#neighbor 10.0.0.1 route-map map1 out
set weight <weight値>
パラメータ 設定内容 設定範囲 省略時の値 weight値 BGPのWeight値にセットする値を設定します。 0〜65535 省略不可
weith値を変更しません。
Route-map設定モード