350-401日本語試験無料問題集「Cisco Implementing and Operating Cisco Enterprise Network Core Technologies (350-401日本語版) 認定」


正解:
See the solution below in Explanation:
Explanation:
Solution:
R22
config t
int tunn0
vrf forwarding FINANCE
ip add 10.11.22.2 255.255.255.0
tunn so e0/0
tunn dest 209.165.200.230
no shut
int et0/1
vrf forward FINANCE
ip add 10.22.22.1 255.255.255.252
no shut
ip route vrf FINANCE 10.10.111.0 255.255.255.0 tunn0
wr

Explanation:
Solution:
R22
config t
int tunn0
vrf forwarding FINANCE
ip add 10.11.22.2 255.255.255.0
tunn so e0/0
tunn dest 209.165.200.230
no shut
int et0/1
vrf forward FINANCE
ip add 10.22.22.1 255.255.255.252
no shut
ip route vrf FINANCE 10.10.111.0 255.255.255.0 tunn0
wr

下部のコードスニペットをPythonスクリプトの空白部分にドラッグアンドドロップすると、デバイスモデルが画面に表示され、JSONデータがファイルに書き込まれます。すべてのオプションが使用されるわけではありません。


正解:

Explanation:



正解:
See the solution below in Explanation:
Explanation:
Solution:
R30
Config t
router ospf 10
router-id 10.0.1.30
int ran lo0 , e0/0-1
ip ospf 10 a 0
exit
int et0/2
ip ospf 10 a 50
exit
router ospf 10
area 50 range 10.10.0.0 255.255.128.0
area 50 range 10.50.0.0 255.255.128.0
end
Explanation:
Solution:
R30
Config t
router ospf 10
router-id 10.0.1.30
int ran lo0 , e0/0-1
ip ospf 10 a 0
exit
int et0/2
ip ospf 10 a 50
exit
router ospf 10
area 50 range 10.10.0.0 255.255.128.0
area 50 range 10.50.0.0 255.255.128.0
end
エンジニアは、JSON 形式のファイルにデバイス エントリを追加および変更するためのスクリプトを作成する必要があります。スクリプトは次のように動作する必要があります。
* キーボードから中断されるまで、スクリプトはデバイスのホスト名、管理 IP アドレス、オペレーティング システムの種類、および CLI リモート アクセス プロトコルを読み取ります。
* 中断された後、スクリプトは入力されたエントリを表示し、それらを JSON 形式のファイルに追加して、ホスト名が一致する既存のエントリを置き換えます。
JSON形式のファイルの内容は次のとおりです。

スクリプトを完成させるには、コード内の空白部分にステートメントをドラッグ アンド ドロップします。すべてのオプションが使用されるわけではありません。

* キーボードから中断されるまで、スクリプトはデバイスのホスト名、管理 IP アドレス、オペレーティング システムの種類、および CLI リモート アクセス プロトコルを読み取ります。
* 中断された後、スクリプトは入力されたエントリを表示し、それらを JSON 形式のファイルに追加して、ホスト名が一致する既存のエントリを置き換えます。
JSON形式のファイルの内容は次のとおりです。

スクリプトを完成させるには、コード内の空白部分にステートメントをドラッグ アンド ドロップします。すべてのオプションが使用されるわけではありません。

正解:

Explanation:
top down - while true, file.open(), except, file = open, file.close()


正解:
See the solution below in Explanation:
Explanation:
Solution:
R30
show ip access-list
config t
ip access-list extended 120
5 permit eigrp any any
wr
R20
config t
ip access-list extended 100
permit tcp 192.168.25.0 0.0.0.255 any eq 23
class-map match-any TELNET
match access-group 100
policy-map CoPP
class TELNET
police 10000 conform-action transmit exceed-action drop
control-plane
service-policy input CoPP
wr
Explanation:
Solution:
R30
show ip access-list
config t
ip access-list extended 120
5 permit eigrp any any
wr
R20
config t
ip access-list extended 100
permit tcp 192.168.25.0 0.0.0.255 any eq 23
class-map match-any TELNET
match access-group 100
policy-map CoPP
class TELNET
police 10000 conform-action transmit exceed-action drop
control-plane
service-policy input CoPP
wr