See the solution below in Explanation:
Solution:
R1
Config t
Flow exporter Export-NetFlowENCOR
destination 10.10.1.110
transport udp 2055
exit
flow moni Monitor-NetFlowENCOR
ip sla 1
http gethttp://10.10.1.100
frequ 300
ip sla schedule 1 life forever start-time now
wr
SW1
Monitor session 7 source interface e0/0
Monitor session 7 destination interface e1/1
End
Wr
Solution on R1:
R1# copy run start
Verification:
OR
Copy run start
Verification:-
Sw10
config t
no int po2
int et0/0
channel-group 2 mode active
no shut
spanning-tree vlan 10a pri 0
VERIFICATION: -
Int et0/0
Ip flow monitor Monitor-R1Flow input
Ip flow monitor Monitor-R1Flow output
Exit
Ip sla 1
Icmp-echo 10.12.1.2
Freq 300
Ip sla schedule 1 life foreve start-time now
Sw1
Monitor session 12 source vlan 12
Monitor session 12 destination interface et1/3
Solution:-
Default int range et0/0-1
Int range e0/0 – 1
Sw trunk encap dot1
Switch mode trunk
Channel-group 2 mode passive
No shut
Spanning-tree vlan 10 priority 0
Spanning-tree vlan 30 priority 0
R2
show ip access-list
ip access-list extended 151
5 permit eigrp any any
R3
ip access-list extended 100
permit tcp 192.168.211.0 0.0.0.255 any eq 22
class-map match-any SSH
match access-group 100
policy-map CoPP
class SSH
police 8000 conform-action transmit exceed-action drop
control-plane
service-policy input CoPP
config
flow exporter Export-NetFlowENCOR
ip sla schedule 100 life forever start-time now
monitor session 11 source interface e0/2
monitor session 11 destination interface et1/1