What is used by vManage to interact with Cisco SD-WAN devices in the fabric?
northbound API
RESTCONF
Southbound API
IPsec
Refer to the exhibit. A customer reports that many wireless clients cannot reliably receive multicast audio. Which action resolves this issue?
Set the 24 Mbps and 54 Mbps data rates to Supported.
Set the RSSI Threshold to -67dBm.
Set the Fragmentation Threshold to 1250 bytes
Disable RSSI Low Check.
Which deployment option of Cisco NGFW provides scalability?
tap
inline tap
high availability
clustering
What is the API keys option for REST API authentication?
a credential that is transmitted unencrypted
one-time encrypted token
a username that is stored in the local router
a predetermined string that is passed from client to server.
Solution:
R1
config
flow exporter Export-NetFlowENCOR
transport udp 2055
ip sla schedule 100 life forever start-time now
wr
Sw1
monitor session 11 source interface e0/2
monitor session 11 destination interface et1/1
OR
Config t
Flow exporter Export-NetFlowENCOR
destination 10.10.1.110
exit
flow moni Monitor-NetFlowENCOR
ip sla 1
http get http://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
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
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
int et0/0
ip flow monitor NetFlow-Monitor input
frequency 600
ip sla schedule 1 start-time now
monitor session 2 source int e0/0
monitor session 2 source int et0/2
monitor session 2 destination interface e1/0