別紙を参照してください。 AS 111は、172.20.5.0 / 24の優先パスとしてAS200を使用し、バックアップとしてAS100を使用したいと考えていました。設定後、AS100は他のルートには使用されません。どの構成で問題が解決しますか?
正解:A
There is an implicit deny all at the end of any route-map so all other traffic that does not match 172.20.5.0/24 would be dropped. Therefore we have to add a permitsequence at the end of the route-map to allow other traffic. The default value of Local Preference is 100 and higher value is preferred so we have to set the local preference of AS100 lower than that of AS200.