ラボシミュレーション10
ガイドライン
これは、仮想デバイス上でタスクが実行されるラボ項目です。
- このラボ項目のタスクを表示するには、「タスク」タブを参照してください。
- デバイス コンソールにアクセスしてタスクを実行するには、[トポロジ] タブを参照してください。
- デバイス アイコンをクリックするか、コンソール ウィンドウの上にあるタブを使用すると、必要なすべてのデバイスにコンソール アクセスが利用できます。
- 必要な事前設定がすべて適用されました。
- どのデバイスの有効なパスワードまたはホスト名も変更しないでください。
- 次の項目に進む前に、設定を NVRAM に保存します。
- 画面下部の「次へ」をクリックしてこのラボを送信し、次の質問に進みます。
- 「次へ」をクリックすると、ラボは閉じられ、再度開くことができなくなります。
トポロジー

タスク
次の目標を達成するには、SW01 でログ記録を設定し、R01 で NetFlow を設定します。
1. SW01 でアーカイブ ログを有効にして、構成に変更が加えられたときと変更を加えたユーザーを追跡します。
2. NetFlow Top Talkers 機能は R01 に事前設定されています。R01 のインターフェイス E0/2 上のすべての着信トラフィックに対してこの機能を有効にします。
R01



SW01

正解:
Note: The IP addresses, VLAN number may be different so please check them carefully.
Task 1. Enable archive logging on SW01
SW01(config)#archive //Enters archive configuration mode.
SW01(config-archive)# log config //Enters configuration change logger configuration mode.
SW01(config-archive-log-config)# logging enable //Enables the logging of configuration changes.
Task 2. The NetFlow Top Talkers feature has been preconfigured on R01. Enable the feature for all inbound traffic on interface E0/2 of R01.
R01(config)#interface Ethernet 0/2
R01(config-if)#ip route-cache flow //track all ingress flows on the physical and all sub-interfaces. If this command does not exist, please use the command "ip flow ingress" instead.
Verification
R1#show ip cache flow
R1#sh ip flow top-talkers
Save the configuration
SW01,R01#copy running-config startup-config