Question # 91
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 # 92
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
wr
Question # 93
Sw10
Config t
no int po1
default int ran et0/0-2
int ran e0/0-2
switchport trunk encap dot1q
switchport mode trunk
channel-group 1 mode active
Question # 94
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