Application Telemetry CLI Commands

The CLI Commands supported in Application Telemetry are classified into two categories.

Global Level CLI Commands

The following commands fall within the scope of the Global Level CLI commands.

1. Enable Application Telemetry

This CLI is to enable application telemetry on global level.

SLX(config)# app-telemetry enable
2. Configure Telemetry Access Lists

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
3. Clear Telemetry Counters

This command will clear telemetry access-list counters.

SLX# clear app-telemetry counters

Show Commands

The following Show commands are supported in Application Telemetry.

1. Display Application Telemetry Access-lists

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)	
2. Display Application Telemetry Counter

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