You configure telemetry profiles by specifying interfaces to monitor, with options to remove one or more attributes and to modify the streaming interval.
device# configure terminal
device(config)# telemetry profile interface default_interface_statistics
device(config-interface-default_interface_statistics)# interface 0/1-2,0/7
device(config-queue-default_queue_statistics)# interface-range 0/1-2,0/7
device(config-interface-default_interface_statistics)# interval 30
device(config-system-utilization-default_system_utilization_statistics)# no add buffers
device(config-system-utilization-default_system_utilization_statistics)# add buffers
device(config-system-utilization-default_system_utilization_statistics)# do telemetry reset profile interface-profile
device(config-interface-default_interface_statistics)# use-vrf blue_vrf
device(config-interface-default_interface_statistics)# exit
The following example specifies the monitored interfaces and changes the default interval.
device# configure terminal device(config)# telemetry profile interface default_interface_statistics device(config-interface-default_interface_statistics)# interval 30 device(config-interface-default_interface_statistics)# interface 0/1-2,0/7 device(config-interface-default_interface_statistics)# exit