Which definition describes JWT in regard to REST API security?
an encrypted JSON token that is used for authentication
an encrypted JSON token that is used for authorization
an encoded JSON token that is used to securely exchange information
an encoded JSON token that is used for authentication
Which device is responsible for finding EID-to-RLOC mappings when traffic is sent to a LISP-capable site?
ingress tunnel router
map resolver
egress tunnel router
map server
Solution:
R1
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
Sw1
Monitor session 12 source vlan 12
Monitor session 12 destination interface et1/3
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:-
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
router bgp 10
bgp router-id 10.1.1.111
no bgp defa ipv4-unicast
nei 209.165.200.226 remote-as 20
nei 209.165.202.130 remote-as 30
address-family ipv4
neigh 209.165.200.226 activate
neigh 209.165.202.130 activate
network 10.1.1.10 mask 255.255.255.255
network 209.165.201.10 mask 255.255.255.255
network 209.165.201.20 mask 255.255.255.255
Flow exporter Export-NetFlowENCOR
destination 10.10.1.110
transport udp 2055
flow moni Monitor-NetFlowENCOR
ip sla 1
http gethttp://10.10.1.100
frequ 300
ip sla schedule 1 life forever start-time now
SW1
Monitor session 7 source interface e0/0
Monitor session 7 destination interface e1/1
End
Wr