In a fabric-enabled wireless network, which device is responsible for maintaining the endpoint ID database?
fabric border node
fabric edge node
fabric wireless controller
control plane node
Which two components are needed when a Cisco SD-Access fabric is designed? (Choose two.)
Cisco Catalyst Center (formerly DNA Center) application
Firepower Threat Defense
Identity Service Engine
Cisco Data Center Network Manager
Cisco Prime Infrastructure
See the solution below in Explanation:
Solution:
R1
config t
flow record NetFlow-Record
match ipv4 source address
match ipv4 destination address
collect country bytes
flow exporter NetFlow-Exporter
destination 10.10.1.10
transport udp 9996
flow monitor NetFlow-Monitor
record NetFlow-Record
exporter NetFlow-Exporter
exit
int et0/0
ip flow monitor NetFlow-Monitor input
ip sla 1
http get http://10.10.1.100
frequency 600
ip sla schedule 1 start-time now
wr
Sw1
monitor session 2 source int e0/0
monitor session 2 source int et0/2
monitor session 2 destination interface e1/0
R30
Config t
router ospf 100
router-id 10.0.1.30
int ran lo0 , e0/0-1
ip ospf 100 a 0
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
Copy run start
Verification:
OR
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:-