Question # 11
See the solution below in Explanation:
Solution:
Solution on R1:
R1# copy run start
Verification:
OR
Question # 12
R30
show ip access-list
config t
ip access-list extended 120
5 permit eigrp any any
wr
R20
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
Question # 13
R3
Config#int et0/1
config-if#ip ospf priority 255
clear ip ospf process
yes
R10
int et0/0
ip ospf priority 0
R2
Question # 14
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
Question # 15
Copy run start
Question # 16
R22
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
ip route vrf FINANCE 10.10.111.0 255.255.255.0 tunn0
Question # 17
Question # 18
VERIFICATION: -
Question # 19
Verification:-
Question # 20
ip access-list extended 151
permit tcp 192.168.211.0 0.0.0.255 any eq 22
class-map match-any SSH
class SSH
police 8000 conform-action transmit exceed-action drop