Solution:
R22
config t
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
Copy run start
Verification:-
OR
VERIFICATION: -
Verification:
R30
Config t
router ospf 100
router-id 10.0.1.30
int ran lo0 , e0/0-1
ip ospf 100 a 0
exit
int et0/2
ip ospf 100 a 50
router ospf 30
area 50 range 10.10.0.0 255.255.192.0
area 50 range 10.50.0.0 255.255.192.0
end
Solution:-
R3
Config#int et0/1
config-if#ip ospf priority 255
R20
clear ip ospf process
yes
R10
int et0/0
ip ospf priority 0
R2
What is the structure of a JSON web token?
header and payload
three parts separated by dots: version, header, and signature
payload and signature
three parts separated by dots: header, payload. and signature