Lab Simulation 10
Guidelines
This is a lab item in which tasks will be performed on virtual devices.
- Refer to the Tasks tab to view the tasks for this lab item.
- Refer to the Topology tab to access the device console(s) and perform the tasks.
- Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
- All necessary preconfigurations have been applied.
- Do not change the enable password or hostname for any device.
- Save your configurations to NVRAM before moving to the next item.
- Click Next at the bottom of the screen to submit this lab and move to the next question.
- When Next is clicked, the lab closes and cannot be reopened.
Topology

Tasks
Configure logging on SW01 and NetFlow on R01 to achieve these goals:
1. Enable archive logging on SW01 to track each time a change is made to the configuration and the user who made the change.
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



SW01

Correct Answer:
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