: inspect app-l4-prefix lookup
Focus
Focus

inspect app-l4-prefix lookup

Table of Contents

inspect app-l4-prefix lookup

Use the inspect app-l4-prefix lookup command to identify lookup on a given destination address in TCPPROXY L4-Prefix-Lookup table and also configures at the device level.

Command

inspect app-l4-prefix lookup dstv4=192.168.20.100 dstport=805 protocol= [ protocol=tcp|udp|ip ]

Options

tcpEnter tcp to look up a given destination address in TCP L4-Prefix-Lookup table.
udpEnter udp to look up a given destination address in UDP L4-Prefix-Lookup table.
ipEnter ip to look up a given destination address in non-TCP-UDP L4-Prefix-Lookup table.

Command Notes

RoleSuper, Read Only
Related Commands
Introduced in Release 5.4.1

Example

inspect app-l4-prefix lookup dstv4=192.168.20.100 dstport=907protocol=udp { "App Found": "ring-central3", "App ID": 3888, "dscp": 0, "App Name": "ring-central3", "Order Number": 32768 } inspect app-l4-prefix lookup dstv4=192.168.20.100 dstport=907protocol=tcp { "App Found": "disk", "App ID": 65, "dscp": 0, "App Name": "disk", "Order Number": 32768 } inspect app-l4-prefix lookup dstv4=192.168.20.100 dstport=907protocol=tcp { "App NOT Found": [] }