Question # 31
See the solution below in Explanation:
Solution:
R2
config t
username NetworkAdmin privilege 15 password CiscoENCOR
line vty 0 4
login local
transport input telnet rlogin
exec-timepit 20
Question # 32
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
wr
Verification:-
Question # 33
Sw10
no int po2
int et0/0
channel-group 2 mode active
spanning-tree vlan 10a pri 0
Question # 34
R1
config
flow exporter Export-NetFlowENCOR
transport udp 2055
ip sla schedule 100 life forever start-time now
Sw1
monitor session 11 source interface e0/2
monitor session 11 destination interface et1/1
OR
Question # 35
Copy run start
Question # 36
R3
Int e0/1
Ip ospf priority 255
End
Ip ospf network point-to-point
R10
Int e0/0
Question # 37
Config t
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
Monitor session 12 source vlan 12
Monitor session 12 destination interface et1/3
Question # 38
Verification:
Question # 39
no int po20
channel-group 20 mode active
spanning-tree vlan 20 pri 0
Question # 40
R30
router ospf 10
router-id 10.0.1.30
int ran lo0 , e0/0-1
ip ospf 10 a 0
exit
int et0/2
ip ospf 10 a 50
area 50 range 10.10.0.0 255.255.128.0
area 50 range 10.50.0.0 255.255.128.0
end