gRPC is an open-source RPC framework that is used for streaming telemetry (operational data) from infrastructure devices. Think of a more modern SNMP, but with better APIs and much faster.
In this task you will use YANG Suite to set up a gRPC telemetry subscription. The network device needs some configuration to start streaming the telemetry, and the configuration is provided below.
On the switch, configure the subscription by copy/pasting the configs:
conf t
telemetry ietf subscription 2011
encoding encode-kvgpb
filter xpath /ios:native
stream yang-push
update-policy periodic 6000
receiver-type protocol
receiver name yangsuite
telemetry receiver protocol yangsuite
host name yangsuite-telemetry.cisco.com 58500
protocol grpc-tcp