The CLI Commands supported in Application Telemetry are classified into two categories.
The following commands fall within the scope of the Global Level CLI commands.
This CLI is to enable application telemetry on global level.
SLX(config)# app-telemetry enable
This command will read telemetry.pol file and trigger conversion and configure appropriate ingress ACLs from it.
SLX(config)# app-telemetry access-list telemetry.pol ingress
This command will clear telemetry access-list counters.
SLX# clear app-telemetry counters
The following Show commands are supported in Application Telemetry.
This command will display telemetry access-lists configured for different entries in the telemetry.pol file.
SLX# show app-telemetry access-list uda access-list dhcpv4 on system at Ingress seq 10 permit udp any range 67 68 any range 67 68 (Active) uda access-list dnstcp on system at Ingress seq 10 permit tcp any eq 53 any (Active) uda access-list tcpsynack on system at Ingress seq 10 permit tcp any any ack sync (Active) uda access-list bjnp on system at Ingress seq 10 permit udp any any 0x424a4e50 0xffffffff 0x0 0x0 0x0 0x0 0x0 0x0 (Active) uda access-list eset on system at Ingress seq 10 permit tcp any any 0x0 0x0 0xabcd0000 0xffff0000 0x0 0x0 0x0 0x0 (Active)
This command will display telemetry access-list counters for different entries in the telemetry.pol file.
SLX# show app-telemetry counter ================================================== Application Telemetry Counters ================================================== Number of dhcpv4 packets: 10, bytes: 1280 Number of dnstcp packets: 0, bytes: 0 Number of tcpsynack packets: 20, bytes: 2560 Number of bjnp packets: 10, bytes: 2560 Number of eset packets: 5, bytes: 1280