Cisco Implementing Cisco IP Routing (300-101日本語版) - 300-101日本語 Exam Practice Test

どのルーティングプロトコルが、最適なパスと2番目に最適なパスを同時にトラフィックをルーティングしますか?

Correct Answer: C Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
NetFlowテンプレートに関する2つの記述のうち、正しいものはどれですか? (2つ選択)

Correct Answer: D,F Vote an answer
EIGRPが外部ルートを自動要約するにはどのアクションが必要ですか?

Correct Answer: C Vote an answer
IP SLA機能に関するどの記述が真実ですか?

Correct Answer: A Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
EVNは、データトラフィックの複数ネットワークにエンドツーエンドの仮想化と分離をどのように提供しますか?

Correct Answer: D Vote an answer
デバイスアクセスを保護するパスワードに関する2つの記述のうち、正しいものはどれですか? (2つ選択)

Correct Answer: B,C Vote an answer
あなたは小さなIT企業であるROUTE.comのネットワークエンジニアです。最近、2つの組織を統合しました。現在、トポロジの展示に示すように、ネットワークを統合する必要があります。 1つのネットワークはOSPFをIGPとして使用しており、もう1つのネットワークはEIGRPをIGPとして使用しています。 OSPFネットワークとEIGRPネットワーク間の相互接続を提供するために、R4が既存のOSPFネットワークに追加されました。冗長性を提供する2つのリンクが追加されました。
ネットワーク要件には、R1のループバック101から172.16.1.100のOPSFドメインテストアドレスにpingおよびtelnetできる必要があることが記載されています。すべてのトラフィックは、最大の帯域幅を提供する最短パスを使用する必要があります。リンク障害が発生した場合、OSPFネットワークからEIGRPネットワークへの冗長パスが利用可能でなければなりません。どちらのネットワークでも静的またはデフォルトのルーティングは許可されていません。
前のネットワークエンジニアが合併の実装を開始し、すべてのIPアドレス指定と基本的なIGPルーティングを正常に割り当てて検証しました。実装を完了し、ネットワーク要件が満たされていることを確認する必要があります。現在、どのルーターでも構成コマンドを削除または変更することはできません。新しいコマンドを追加したり、デフォルト値を変更したりできます。
Correct Answer:
See the Explanation below.
Explanation
First we need to find out 5 parameters (Bandwidth, Delay, Reliability, Load, MTU) of the s0/0/0 interface (the interface of R2 connected to R4) for redistribution:
R2#show interface s0/0/0
Write down these 5 parameters, notice that we have to divide the Delay by 10 because the metric unit is in tens of microsecond. For example, we get Bandwidth=1544 Kbit, Delay=20000 us, Reliability=255, Load=1, MTU=1500 bytes then we would redistribute as follows:
R2#config terminal
R2(config)# router ospf 1
R2(config-router)# redistribute eigrp 100 metric-type 1 subnets
R2(config-router)#exit
R2(config-router)#router eigrp 100
R2(config-router)#redistribute ospf 1 metric 1544 2000 255 1 1500
Note: In fact, these parameters are just used for reference and we can use other parameters with no problem.
If the delay is 20000us then we need to divide it by 10, that is 20000 / 10 = 2000) For R3 we use the show interface fa0/0 to get 5 parameters too R3#show interface fa0/0 For example we get Bandwidth=10000 Kbit, Delay=1000 us, Reliability=255, Load=1, MTU=1500 bytes R3#config terminal R3(config)#router ospf 1 R3(config-router)#redistribute eigrp 100 metric-type 1 subnets R3(config)#exit R3(config-router)#router eigrp 100 R3(config-router)#redistribute ospf 1 metric 10000 100 255 1 1500 Finally you should try to "show ip route" to see the 172.16.100.1 network (the network behind R4) in the routing table of R1 and make a ping from R1 to this network.
Note: If the link between R2 and R3 is FastEthernet link, we must put the command below under EIGRP process to make traffic from R1 to go through R3 (R1 -> R2 -> R3 -> R4), which is better than R1 -> R2 -> R4.
R2(config-router)# distance eigrp 90 105
This command sets the Administrative Distance of all EIGRP internal routes to 90 and all EIGRP external routes to 105, which is smaller than the Administrative Distance of OSPF (110) -> the link between R2 & R3 will be preferred to the serial link between R2 & R4.
Note: The actual OPSF and EIGRP process numbers may change in the actual exam so be sure to use the actual correct values, but the overall solution is the same.
AAA操作にTACACS +を使用するネットワークアクセスサーバーは、TACACS +サーバーからエラーメッセージを受信します。次に、ネットワークアクセスサーバーはどのアクションを実行しますか?

Correct Answer: B Vote an answer
カスタマーネットワークでEIGRPがどのように機能しているかを評価するように求められました。







R1の192.168.46.0ネットワークのアドバタイズされた距離はどのくらいですか?

Correct Answer: A Vote an answer
0SPFv3のどのLSAタイプがリンクローカルアップデートに使用されますか?

Correct Answer: A Vote an answer
DMVPNコンポーネントを左から右の正しい説明にドラッグアンドドロップします選択と配置:
Correct Answer:

Explanation
ACLタイプを左から右の正しい説明にドラッグアンドドロップします。
Correct Answer:

Explanation
Extended = ACL type that should be placed closest to the traffic source Standard = ACL numbered from 1300 through 1999 Time-based = ACL that applied to traffic only during specifically defined periods Reflexive= ACL that must be defined with a named ACL Dynamic = ACL that use Telnet for Authentication
https://www.cisco.com/c/en/us/support/docs/security/ios-firewall/23602-confaccesslists.html#timebasedtimerang
PPPoEクライアントをサポートするには、呼び出し側ルーターでどの2つのコマンドを構成する必要がありますか? (2つ選択してください。)

Correct Answer: C,E Vote an answer

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday

Support: Contact now 

日本語 Deutsch 繁体中文 한국어