Question 1mediummultiple choice
Read the full REST/YANG explanation →350-501 Automation and Assurance • Complete Question Bank
Complete 350-501 Automation and Assurance question bank — all 0 questions with answers and detailed explanations.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Host-to-router protocol for joining multicast groups
Sparse mode multicast routing using RP
Dense mode multicast routing assuming all routers want traffic
Protocol for connecting multiple PIM-SM domains
Bootstrap Router for automatic RP election
Refer to the exhibit. ! Cisco IOS-XR telemetry configuration ! telemetry model-driven destination-group DGROUP1 address-family ipv4 10.1.1.100 port 57500 encoding json ! ! sensor-group SGROUP1 path openconfig-interfaces:interfaces state ! ! ! subscription SUB1 sensor-group-id SGROUP1 sample-interval 10000 destination-id DGROUP1 ! !
Refer to the exhibit.
! RESTCONF GET request
! GET /restconf/data/Cisco-IOS-XE-interfaces-oper:interfaces/interface=GigabitEthernet0/0/0
! Response:
HTTP/1.1 200 OK
{
"Cisco-IOS-XE-interfaces-oper:interface": [
{
"name": "GigabitEthernet0/0/0",
"admin-status": "up",
"oper-status": "up",
"statistics": {
"input-bps": 1500000,
"output-bps": 2000000
}
}
]
}Refer to the exhibit. ! Output from 'show ip sla summary' ! IP SLAs Summary IPSLA ID: 1 Type: UDP Jitter Destination: 10.2.2.2 Source: 10.1.1.1 Frequency: 10 seconds Threshold: 100 ms Latest RTT: 50 ms Latest Jitter: 5 ms Packet Loss: 0% Over thresholds: 0
Router# show telemetry ietf subscription 101 Subscription ID: 101 State: Invalid Stream: yang-push Encoding: encode-kvgpb Filter: xpath: /interfaces-interface-state Update policy: periodic: 500 Receivers: Address: 192.168.1.1 Port: 57500 Protocol: grpc TLS: false Errors: Last error: Connection refused to receiver 192.168.1.1:57500