Options:
Answer:
See the solution below in Explanation:
Explanation:
Solution:
R2
show ip access-list
config t
ip access-list extended 151
5 permit eigrp any any
wr
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
Copy run start
Verification:-
OR
R22
int tun0
vrf forwarding FINANCE
ip add 10.10.10.2 255.255.255.0
tunn source e0/0
tunnel dest 209.165.200.230
no shut
ip route vrf FINANCE 10.10.111.0 255.255.255.0 tunn0
int et0/1
ip address 10.22.22.1 255.255.255.252
R30
ip access-list extended 120
R20
permit tcp 192.168.25.0 0.0.0.255 any eq 23
class-map match-any TELNET
class TELNET
police 10000 conform-action transmit exceed-action drop
Site Secure
TESTED 17 Apr 2026
Copyright © 2014-2026 CramKey. All Rights Reserved