View all detail and faqs for the 350-401 exam
See the solution below in Explanation:
Solution:
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
wr
R2
show ip access-list
config t
ip access-list extended 151
5 permit eigrp any any
R3
ip access-list extended 100
permit tcp 192.168.211.0 0.0.0.255 any eq 22
class-map match-any SSH
match access-group 100
policy-map CoPP
class SSH
police 8000 conform-action transmit exceed-action drop
control-plane
service-policy input CoPP
OR
R10
Copy run start
R20
Verification:
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
Verification:-
A computer screen with white text Description automatically generated
Solution:-
A computer screen shot of a program Description automatically generated
int tunn0
ip add 10.11.22.2 255.255.255.0
tunn so e0/0
tunn dest 209.165.200.230
vrf forward FINANCE
ip add 10.22.22.1 255.255.255.252
A black screen with white text Description automatically generated
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
A screen shot of a computer Description automatically generated
A computer screen shot of a black screen Description automatically generated
A screenshot of a computer Description automatically generated
Int e0/1
Ip ospf priority 255
End
Ip ospf network point-to-point
Int e0/0